Re: [dpdk-dev] [PATCH v5 4/4] examples/vhost: support vhost async dequeue data path

2021-07-13 Thread Maxime Coquelin
On 7/5/21 8:11 PM, Wenwu Ma wrote: > This patch is to add vhost async dequeue data-path in vhost sample. > vswitch can leverage IOAT to accelerate vhost async dequeue data-path. " This patch adds support for async dequeue path to Vhost example. " > Signed-off-by: Wenwu Ma > --- > doc/guides/

[dpdk-dev] [PATCH v5 4/4] examples/vhost: support vhost async dequeue data path

2021-07-04 Thread Wenwu Ma
This patch is to add vhost async dequeue data-path in vhost sample. vswitch can leverage IOAT to accelerate vhost async dequeue data-path. Signed-off-by: Wenwu Ma --- doc/guides/sample_app_ug/vhost.rst | 9 +- examples/vhost/ioat.c | 61 ++--- examples/vhost/ioat.h