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

2022-05-15 Thread Ding, Xuan
1 > > ; Pai G, Sunil ; > > lian...@liangbit.com; Ding, Xuan ; Wang, YuanX > > > > Subject: [PATCH v7 4/5] vhost: support async dequeue for split ring > > > > From: Xuan Ding > > > > This patch implements asynchronous dequeue data path for vhost split &

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

2022-05-15 Thread Hu, Jiayu
bject: [PATCH v7 4/5] vhost: support async dequeue for split ring > > 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:

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

2022-05-15 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 Tested-by: Yvonne Yang Reviewed-by: Maxime Coquelin --- doc/guides/prog_guide/vhost_lib.r