[dpdk-dev] [PATCH v4 3/8] net/ice: support vector SSE in RX
    Ferruh Yigit 
    ferruh.yigit at intel.com
       
    Thu Mar 21 20:02:29 CET 2019
    
    
  
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?
> +	sources += files('ice_rxtx_vec_sse.c')
> +endif
> 
    
    
More information about the dev
mailing list