On 5/5/22 08:23, xuan.d...@intel.com wrote:
From: Xuan Ding <xuan.d...@intel.com>

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.d...@intel.com>
Signed-off-by: Yuan Wang <yuanx.w...@intel.com>
---
  doc/guides/prog_guide/vhost_lib.rst    |   7 +
  doc/guides/rel_notes/release_22_07.rst |   4 +
  lib/vhost/rte_vhost_async.h            |  33 +++
  lib/vhost/version.map                  |   3 +
  lib/vhost/virtio_net.c                 | 331 +++++++++++++++++++++++++
  5 files changed, 378 insertions(+)


Reviewed-by: Maxime Coquelin <maxime.coque...@redhat.com>

Thanks,
Maxime

Reply via email to