numam-dpdk/lib/librte_pmd_ixgbe
Konstantin Ananyev 79586d502a ixgbe: fix build without builk alloc
If RTE_LIBRTE_IXGBE_RX_ALLOW_BULK_ALLOC is disabled in the config file,
RTE_PMD_IXGBE_RX_MAX_BURST macro and ixgbe_recv_pkts_bulk_alloc function
are not declared, and some parts of the ixgbe code were still trying to
use them.

Fixes: 01fa1d6215fa ("ixgbe: unify Rx setup")

Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
2015-03-20 22:30:29 +01:00
..
2015-03-17 00:46:01 +01:00
2014-10-07 17:01:08 +02:00
2014-06-11 00:29:34 +02:00
2015-03-17 00:46:01 +01:00
2015-03-10 15:16:23 +01:00
2015-03-10 16:44:54 +01:00
2014-09-18 20:52:41 +02:00
2015-03-17 00:46:01 +01:00
2015-02-25 16:24:15 +01:00