mbox series

[v2,0/2] support to clear in-flight packets for async

Message ID 20210917081238.73990-1-yuanx.wang@intel.com (mailing list archive)
Headers
Series support to clear in-flight packets for async |

Message

Wang, YuanX Sept. 17, 2021, 8:12 a.m. UTC
  This patch supports to clear in-flight packets for aysnc dequeue and
introduces thread-safe version of this function.

note: This patch depends on the following vhost patch
(http://patchwork.dpdk.org/project/dpdk/patch/20210917192703.385510-2-wenwux.ma@intel.com/)

v2:
- Update release note.
- Add check on queue id and split queue.

Yuan Wang (2):
  vhost: support to clear in-flight packets for async dequeue
  vhost: add thread-safe API for clearing in-flight packets in async
    vhost

 doc/guides/prog_guide/vhost_lib.rst |  8 +++-
 lib/vhost/rte_vhost_async.h         | 21 +++++++++
 lib/vhost/version.map               |  1 +
 lib/vhost/virtio_net.c              | 68 ++++++++++++++++++++++++++++-
 4 files changed, 95 insertions(+), 3 deletions(-)