[dpdk-dev] [PATCH v2] i40e: fix build issue for RX set function

2016-03-23 Thread Bruce Richardson
On Wed, Mar 16, 2016 at 06:19:10PM +0800, Zhe Tao wrote: > Issue: > When define CONFIG_RTE_LIBTRE_I40E_RX_ALLOW_BULK_ALLOC as n in config file, > there will be a build error: > 'i40e_recv_pkts_bulk_alloc' undeclared > > Now DPDK i40e PMD use the Macro variable to choose whether to define the > re

[dpdk-dev] [PATCH v2] i40e: fix build issue for RX set function

2016-03-16 Thread Zhe Tao
Issue: When define CONFIG_RTE_LIBTRE_I40E_RX_ALLOW_BULK_ALLOC as n in config file, there will be a build error: 'i40e_recv_pkts_bulk_alloc' undeclared Now DPDK i40e PMD use the Macro variable to choose whether to define the related bulk recv functions, but for selection of the RX function,PMD onl