]> git.droids-corp.org - dpdk.git/commit
examples/vhost: support async dequeue data path
authorXuan Ding <xuan.ding@intel.com>
Mon, 16 May 2022 11:10:41 +0000 (11:10 +0000)
committerMaxime Coquelin <maxime.coquelin@redhat.com>
Wed, 1 Jun 2022 09:50:09 +0000 (11:50 +0200)
commita543dcb70c5ca87bb95dcf419743dc36f4412b63
tree585b6abc7f2bee0d252157373a195b515d2cfd75
parent84d5204310d7bcc281d147d5139afa498956c871
examples/vhost: support async dequeue data path

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 <wenwux.ma@intel.com>
Signed-off-by: Yuan Wang <yuanx.wang@intel.com>
Signed-off-by: Xuan Ding <xuan.ding@intel.com>
Tested-by: Yvonne Yang <yvonnex.yang@intel.com>
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
doc/guides/sample_app_ug/vhost.rst
examples/vhost/main.c
examples/vhost/main.h
examples/vhost/virtio_net.c