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

Bruce Richardson bruce.richardson at intel.com
Wed Mar 23 18:36:19 CET 2016


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
> related bulk recv functions, but for selection of the RX function,PMD only
> depends on a C variable, which will cause the inconsistency and lead to the
> build error which will tell us the bulk recv function is not defined.
>  
> Fixes: 8e109464 (i40e: allow vector Rx and Tx usage)
> 
> Signed-off-by: Zhe Tao <zhe.tao at intel.com>
Acked-by: Bruce Richardson <bruce.richardson at intel.com>

Applied to dpdk-next-net/rel_16_04

/Bruce


More information about the dev mailing list