]> git.droids-corp.org - dpdk.git/commit
vhost: support async dequeue for split ring
authorXuan Ding <xuan.ding@intel.com>
Mon, 16 May 2022 11:10:40 +0000 (11:10 +0000)
committerMaxime Coquelin <maxime.coquelin@redhat.com>
Wed, 1 Jun 2022 09:50:09 +0000 (11:50 +0200)
commit84d5204310d7bcc281d147d5139afa498956c871
tree25bd39d15d6ff4b11864d5d7f4539d10fd90b847
parent844e113a051d64e24886d3bf61cb6687ac16ef00
vhost: support async dequeue for split ring

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 <xuan.ding@intel.com>
Signed-off-by: Yuan Wang <yuanx.wang@intel.com>
Tested-by: Yvonne Yang <yvonnex.yang@intel.com>
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
doc/guides/prog_guide/vhost_lib.rst
doc/guides/rel_notes/release_22_07.rst
lib/vhost/rte_vhost_async.h
lib/vhost/version.map
lib/vhost/virtio_net.c