15/06/2017 13:37, Radu Nicolau: > Looks ok to me, but why would one enable IXGBE_BYPASS without enabling > IXGBE? [...] > > -#ifdef RTE_LIBRTE_IXGBE_BYPASS > > +#if defined RTE_LIBRTE_IXGBE_PMD && defined RTE_LIBRTE_IXGBE_BYPASS
RTE_LIBRTE_IXGBE_BYPASS should not be enabled if RTE_LIBRTE_IXGBE_PMD is disabled. But it can happen in some scripted configuration like test-build.sh does. Anyway we should drop the RTE_LIBRTE_IXGBE_BYPASS configuration option and enables it always.