-----Original Message----- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Bruce Richardson Sent: Thursday, May 4, 2017 4:38 PM To: dev@dpdk.org Cc: Richardson, Bruce <bruce.richard...@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.richard...@intel.com> Acked-by: Jasvinder Singh <jasvinder.si...@intel.com>