Re: [PATCH v4 4/5] vhost: support async dequeue for split ring

2022-05-05 Thread Maxime Coquelin
On 5/5/22 08:23, xuan.d...@intel.com wrote: From: Xuan Ding This patch implements asynchronous dequeue data path for vhost split ring, a new API rte_vhost_async_try_dequeue_burst() is introduced. Signed-off-by: Xuan Ding Signed-off-by: Yuan Wang --- doc/guides/prog_guide/vhost_lib.rst

RE: [PATCH v4 4/5] vhost: support async dequeue for split ring

2022-05-05 Thread Yang, YvonneX
> -Original Message- > From: xuan.d...@intel.com > Sent: 2022年5月5日 14:24 > To: maxime.coque...@redhat.com; Xia, Chenbo > Cc: dev@dpdk.org; Hu, Jiayu ; Jiang, Cheng1 > ; Pai G, Sunil ; > lian...@liangbit.com; Ding, Xuan ; Wang, YuanX > > Subject: [PATCH v

[PATCH v4 4/5] vhost: support async dequeue for split ring

2022-05-04 Thread xuan . ding
From: Xuan Ding This patch implements asynchronous dequeue data path for vhost split ring, a new API rte_vhost_async_try_dequeue_burst() is introduced. Signed-off-by: Xuan Ding Signed-off-by: Yuan Wang --- doc/guides/prog_guide/vhost_lib.rst| 7 + doc/guides/rel_notes/release_22_07.rst