]> git.droids-corp.org - dpdk.git/commit
vhost: support async packed ring dequeue
authorCheng Jiang <cheng1.jiang@intel.com>
Mon, 13 Jun 2022 08:21:59 +0000 (08:21 +0000)
committerMaxime Coquelin <maxime.coquelin@redhat.com>
Fri, 17 Jun 2022 13:33:51 +0000 (15:33 +0200)
commitfe8477ebbd945cee1a322b348b52f9f276160efc
tree6099c5eae363fece70974dc21ea81cc5b3bbd2fc
parent4a8ca6590d30984fef7b25e31c9d36c07afa761d
vhost: support async packed ring dequeue

This patch implements packed ring dequeue data path
for asynchronous vhost.

Signed-off-by: Cheng Jiang <cheng1.jiang@intel.com>
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
lib/vhost/virtio_net.c