Re: [dpdk-dev] [PATCH v3 2/7] net/virtio-user: add vectorized packed ring parameter

2020-04-08 Thread Liu, Yong
> -Original Message- > From: Ye, Xiaolong > Sent: Wednesday, April 8, 2020 2:23 PM > To: Liu, Yong > Cc: maxime.coque...@redhat.com; Wang, Zhihong > ; Van Haaren, Harry > ; dev@dpdk.org > Subject: Re: [PATCH v3 2/7] net/virtio-user: add vectorized packed ring > parameter > > On 04/08,

Re: [dpdk-dev] [PATCH v3 2/7] net/virtio-user: add vectorized packed ring parameter

2020-04-07 Thread Ye Xiaolong
On 04/08, Marvin Liu wrote: >Add new parameter "packed_vec" which can disable vectorized packed ring >datapath explicitly. When "packed_vec" option is on, driver will check >packed ring vectorized datapath prerequisites. If any one of them not >matched, vectorized datapath won't be selected. > >Sig

[dpdk-dev] [PATCH v3 2/7] net/virtio-user: add vectorized packed ring parameter

2020-04-07 Thread Marvin Liu
Add new parameter "packed_vec" which can disable vectorized packed ring datapath explicitly. When "packed_vec" option is on, driver will check packed ring vectorized datapath prerequisites. If any one of them not matched, vectorized datapath won't be selected. Signed-off-by: Marvin Liu diff --gi