[dpdk-dev] [PATCH v4 3/8] net/ice: support vector SSE in RX

Lu, Wenzhuo wenzhuo.lu at intel.com
Fri Mar 22 02:46:59 CET 2019


Hi Ferruh,


> -----Original Message-----
> From: Yigit, Ferruh
> Sent: Friday, March 22, 2019 3:02 AM
> To: Lu, Wenzhuo <wenzhuo.lu at intel.com>; dev at dpdk.org
> Subject: Re: [dpdk-dev] [PATCH v4 3/8] net/ice: support vector SSE in RX
> 
> On 3/21/2019 6:26 AM, Wenzhuo Lu wrote:
> > Signed-off-by: Wenzhuo Lu <wenzhuo.lu at intel.com>
> 
> <...>
> 
> > @@ -11,3 +11,8 @@ sources = files(
> >
> >  deps += ['hash']
> >  includes += include_directories('base')
> > +
> > +if arch_subdir == 'x86'
> > +	dpdk_conf.set('RTE_LIBRTE_ICE_RX_ALLOW_BULK_ALLOC', 1)
> 
> Setting this config option seems unrelated with the patch, since it is already
> used in the existing code, I guess it should be added when BULK_ALLOC
> define added.
> Also is it x86 specific config option?
It's not related to vector or x86. Will correct it.

> 
> > +	sources += files('ice_rxtx_vec_sse.c') endif
> >



More information about the dev mailing list