numam-dpdk/drivers/net/i40e
Zhe Tao 566f91c18b i40e: fix build without Rx bulk alloc
Issue:
When CONFIG_RTE_LIBTRE_I40E_RX_ALLOW_BULK_ALLOC=n in config file, there
will be a build error:
	'i40e_recv_pkts_bulk_alloc' undeclared

Now DPDK i40e PMD uses the preprocessor to choose whether or not to define
the bulk recv functions, but for selection of the RX function, PMD only
depends on a C variable. This causes the inconsistency and leads to the
build error due to the bulk recv function not being defined.

Fixes: 8e109464c0 ("i40e: allow vector Rx and Tx usage")

Signed-off-by: Zhe Tao <zhe.tao@intel.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
2016-03-25 19:01:38 +01:00
..
base i40e/base: update AQ command structures and macros 2016-03-16 17:44:49 +01:00
i40e_ethdev_vf.c i40evf: support reporting PF reset 2016-03-25 18:56:44 +01:00
i40e_ethdev.c i40e: extend flow director for VLAN 2016-03-25 19:01:38 +01:00
i40e_ethdev.h i40e: split function for hash and flow director input 2016-03-25 19:01:37 +01:00
i40e_fdir.c i40e: extend flow director for VLAN 2016-03-25 19:01:38 +01:00
i40e_logs.h drivers: allow pruning log during build 2015-07-30 20:16:04 +02:00
i40e_pf.c i40e: use AQ for Rx control register read/write 2016-03-16 17:36:10 +01:00
i40e_pf.h i40e: support port hotplug 2015-07-19 21:22:23 +02:00
i40e_regs.h i40e: add EEPROM and registers dumping 2016-03-16 17:48:48 +01:00
i40e_rxtx_vec.c i40e: allow vector Rx and Tx usage 2015-10-30 17:00:37 +01:00
i40e_rxtx.c i40e: fix build without Rx bulk alloc 2016-03-25 19:01:38 +01:00
i40e_rxtx.h ethdev: query supported packet types 2016-03-25 18:56:43 +01:00
Makefile i40e/base: add base driver release info 2016-03-16 17:45:21 +01:00
rte_pmd_i40e_version.map i40e: move to drivers/net/ 2015-05-22 16:06:22 +02:00