vhost: support packed ring in async datapath
authorCheng Jiang <cheng1.jiang@intel.com>
Tue, 27 Apr 2021 08:03:33 +0000 (08:03 +0000)
committerMaxime Coquelin <maxime.coquelin@redhat.com>
Tue, 4 May 2021 08:21:52 +0000 (10:21 +0200)
commit873e8dad6f493637da02d52d7ad190bda0473758
treeab0ac35be39b84ef3613a41162343dee483728cb
parent3d6cb86b0de5ea28368884384f83237d80f23b54
vhost: support packed ring in async datapath

For now async vhost data path only supports split ring. This patch
enables packed ring in async vhost data path to make async vhost
compatible with virtio 1.1 spec.

Signed-off-by: Cheng Jiang <cheng1.jiang@intel.com>
Reviewed-by: Jiayu Hu <jiayu.hu@intel.com>
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
doc/guides/rel_notes/release_21_05.rst
lib/vhost/rte_vhost_async.h
lib/vhost/vhost.c
lib/vhost/vhost.h
lib/vhost/virtio_net.c