Reviewed-by: Jiayu Hu <jiayu...@intel.com>
> -----Original Message-----
> From: Jiang, Cheng1 <cheng1.ji...@intel.com>
> Sent: Tuesday, April 27, 2021 4:04 PM
> To: maxime.coque...@redhat.com; Xia, Chenbo <chenbo....@intel.com>
> Cc: dev@dpdk.org; Hu, Jiayu <jiayu...@intel.com>; Yang, YvonneX
> <yvonnex.y...@intel.com>; Wang, Yinan <yinan.w...@intel.com>; Liu,
> Yong <yong....@intel.com>; Jiang, Cheng1 <cheng1.ji...@intel.com>
> Subject: [PATCH v9 2/4] vhost: add support for packed ring in async vhost
>
> 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.ji...@intel.com>
> ---
> lib/vhost/rte_vhost_async.h | 1 +
> lib/vhost/vhost.c | 79 +++++--
> lib/vhost/vhost.h | 15 +-
> lib/vhost/virtio_net.c | 442 ++++++++++++++++++++++++++++++++++--
> 4 files changed, 489 insertions(+), 48 deletions(-)
>