Re: [dpdk-dev] [PATCH v8 2/9] net/virtio: enable vectorized path

2020-04-23 Thread Liu, Yong
> -Original Message- > From: Maxime Coquelin > Sent: Thursday, April 23, 2020 4:50 PM > To: Liu, Yong ; Ye, Xiaolong ; > Wang, Zhihong > Cc: Van Haaren, Harry ; dev@dpdk.org > Subject: Re: [PATCH v8 2/9] net/virtio: enable vectorized path > > > > On 4/23/20 10:46 AM, Liu, Yong wrote

Re: [dpdk-dev] [PATCH v8 2/9] net/virtio: enable vectorized path

2020-04-23 Thread Maxime Coquelin
On 4/23/20 10:46 AM, Liu, Yong wrote: > > >> -Original Message- >> From: Maxime Coquelin >> Sent: Thursday, April 23, 2020 4:34 PM >> To: Liu, Yong ; Ye, Xiaolong ; >> Wang, Zhihong >> Cc: Van Haaren, Harry ; dev@dpdk.org >> Subject: Re: [PATCH v8 2/9] net/virtio: enable vectorized p

Re: [dpdk-dev] [PATCH v8 2/9] net/virtio: enable vectorized path

2020-04-23 Thread Liu, Yong
> -Original Message- > From: Maxime Coquelin > Sent: Thursday, April 23, 2020 4:34 PM > To: Liu, Yong ; Ye, Xiaolong ; > Wang, Zhihong > Cc: Van Haaren, Harry ; dev@dpdk.org > Subject: Re: [PATCH v8 2/9] net/virtio: enable vectorized path > > > > On 4/23/20 2:30 PM, Marvin Liu wrote

Re: [dpdk-dev] [PATCH v8 2/9] net/virtio: enable vectorized path

2020-04-23 Thread Maxime Coquelin
On 4/23/20 2:30 PM, Marvin Liu wrote: > Previously, virtio split ring vectorized path is enabled as default. s/is/was/ s/as/by/ > This is not suitable for everyone because of that path not follow virtio s/because of that path not follow/because that path does not follow the/ > spec. Add new

[dpdk-dev] [PATCH v8 2/9] net/virtio: enable vectorized path

2020-04-22 Thread Marvin Liu
Previously, virtio split ring vectorized path is enabled as default. This is not suitable for everyone because of that path not follow virtio spec. Add new config for virtio vectorized path selection. By default vectorized path is disabled. Signed-off-by: Marvin Liu diff --git a/config/common_ba