Re: [dpdk-dev] [PATCH 1/2] net/i40e: add AVX2 Tx function

2017-11-29 Thread Bruce Richardson
On Tue, Nov 28, 2017 at 06:13:35PM -0800, Ferruh Yigit wrote: > On 11/23/2017 8:53 AM, Bruce Richardson wrote: > > +ifeq ($(CC_AVX2_SUPPORT), 1) > > + SRCS-$(CONFIG_RTE_LIBRTE_ACL) += i40e_rxtx_vec_avx2.c > > Minor issue: > s/CONFIG_RTE_LIBRTE_ACL/CONFIG_RTE_LIBRTE_I40E_INC_VECTOR/ > Ooops. Goo

Re: [dpdk-dev] [PATCH 1/2] net/i40e: add AVX2 Tx function

2017-11-28 Thread Ferruh Yigit
On 11/23/2017 8:53 AM, Bruce Richardson wrote: > +ifeq ($(CC_AVX2_SUPPORT), 1) > + SRCS-$(CONFIG_RTE_LIBRTE_ACL) += i40e_rxtx_vec_avx2.c Minor issue: s/CONFIG_RTE_LIBRTE_ACL/CONFIG_RTE_LIBRTE_I40E_INC_VECTOR/ > +endif