Re: [PATCH v4 5/5] examples/vhost: support async dequeue data path

2022-05-05 Thread Maxime Coquelin
On 5/5/22 08:23, xuan.d...@intel.com wrote: From: Xuan Ding This patch adds the use case for async dequeue API. Vswitch can leverage DMA device to accelerate vhost async dequeue path. Signed-off-by: Wenwu Ma Signed-off-by: Yuan Wang Signed-off-by: Xuan Ding --- doc/guides/sample_app_ug

RE: [PATCH v4 5/5] examples/vhost: support async dequeue data path

2022-05-05 Thread Yang, YvonneX
ct: [PATCH v4 5/5] examples/vhost: support async dequeue data path > > From: Xuan Ding > > This patch adds the use case for async dequeue API. Vswitch can leverage DMA > device to accelerate vhost async dequeue path. > > Signed-off-by: Wenwu Ma > Signed-off-by: Yuan Wa

[PATCH v4 5/5] examples/vhost: support async dequeue data path

2022-05-04 Thread xuan . ding
From: Xuan Ding This patch adds the use case for async dequeue API. Vswitch can leverage DMA device to accelerate vhost async dequeue path. Signed-off-by: Wenwu Ma Signed-off-by: Yuan Wang Signed-off-by: Xuan Ding --- doc/guides/sample_app_ug/vhost.rst | 9 +- examples/vhost/main.c