[RFC 0/2] support to clear in-flight packets for async
Yuan Wang
yuanx.wang at intel.com
Mon Jan 17 14:28:45 CET 2022
These patches supports to clear in-flight packets for async dequeue and
introduces thread-safe version of this function.
note: The patches depends on the following patches
(http://patches.dpdk.org/project/dpdk/patch/20220101001244.90147-2-xuan.ding@intel.com/)
(http://patches.dpdk.org/project/dpdk/patch/20220101001244.90147-3-xuan.ding@intel.com/)
Yuan Wang (2):
vhost: support clear in-flight packets for async dequeue
example/vhost: support to clear in-flight packets for async dequeue
doc/guides/prog_guide/vhost_lib.rst | 7 ++-
doc/guides/rel_notes/release_22_03.rst | 5 ++
examples/vhost/main.c | 8 +++
lib/vhost/rte_vhost_async.h | 26 ++++++++++
lib/vhost/version.map | 1 +
lib/vhost/virtio_net.c | 71 +++++++++++++++++++++++++-
6 files changed, 115 insertions(+), 3 deletions(-)
--
2.25.1
More information about the dev
mailing list