Re: [dpdk-dev] [PATCH v9 8/9] net/virtio: add election for vectorized path

2020-04-24 Thread Maxime Coquelin
On 4/24/20 11:24 AM, Marvin Liu wrote: > Rewrite vectorized path selection logic. Default setting comes from > vectorized devarg, then checks each criteria. > > Packed ring vectorized path need: > AVX512F and required extensions are supported by compiler and host > VERSION_1 and IN_ORDE

[dpdk-dev] [PATCH v9 8/9] net/virtio: add election for vectorized path

2020-04-23 Thread Marvin Liu
Rewrite vectorized path selection logic. Default setting comes from vectorized devarg, then checks each criteria. Packed ring vectorized path need: AVX512F and required extensions are supported by compiler and host VERSION_1 and IN_ORDER features are negotiated mergeable feature is not