On 3/21/2019 6:26 AM, Wenzhuo Lu wrote:
> Signed-off-by: Wenzhuo Lu <[email protected]>
<...>
> @@ -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
>