RE: [RFC,v3 1/2] vhost: support async dequeue for split ring

2022-03-31 Thread Ding, Xuan
Hi Maxime, > -Original Message- > From: Maxime Coquelin > Sent: Thursday, March 31, 2022 5:15 PM > To: Ding, Xuan ; Xia, Chenbo > Cc: dev@dpdk.org; Hu, Jiayu ; Jiang, Cheng1 > ; Pai G, Sunil ; > lian...@liangbit.com; Wang, YuanX > Subject: Re: [RFC,v3 1/2] vhos

Re: [RFC,v3 1/2] vhost: support async dequeue for split ring

2022-03-31 Thread Maxime Coquelin
On 3/10/22 07:54, xuan.d...@intel.com wrote: From: Xuan Ding This patch implements asynchronous dequeue data path for vhost split ring, with dmadev library integrated. Signed-off-by: Xuan Ding Signed-off-by: Yuan Wang --- lib/vhost/rte_vhost_async.h | 37 ++- lib/vhost/version.map

[RFC,v3 1/2] vhost: support async dequeue for split ring

2022-03-09 Thread xuan . ding
From: Xuan Ding This patch implements asynchronous dequeue data path for vhost split ring, with dmadev library integrated. Signed-off-by: Xuan Ding Signed-off-by: Yuan Wang --- lib/vhost/rte_vhost_async.h | 37 ++- lib/vhost/version.map | 1 + lib/vhost/vhost.h | 1 + lib