[dpdk-dev] [PATCH 07/10] net: fix missing break inside conditional compile block

Singh, Jasvinder jasvinder.singh at intel.com
Fri May 5 11:28:49 CEST 2017



-----Original Message-----
From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Bruce Richardson
Sent: Thursday, May 4, 2017 4:38 PM
To: dev at dpdk.org
Cc: Richardson, Bruce <bruce.richardson at intel.com>
Subject: [dpdk-dev] [PATCH 07/10] net: fix missing break inside conditional compile block

The #ifdef only had the break in the else leg rather than in the first leg, leading to the value set their being overridden on fall-through.

Fixes: 986ff526fb84 ("net: add CRC computation API")

Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>

Acked-by: Jasvinder Singh <jasvinder.singh at intel.com>



More information about the dev mailing list