[dpdk-dev] [PATCH v9 2/4] vhost: add support for packed ring in async vhost

Maxime Coquelin maxime.coquelin at redhat.com
Thu Apr 29 11:50:37 CEST 2021



On 4/27/21 10:03 AM, Cheng Jiang wrote:
> 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 at 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(-)
> 

Reviewed-by: Maxime Coquelin <maxime.coquelin at redhat.com>

Thanks,
Maxime



More information about the dev mailing list