These patches support to clear in-flight packets for async dequeue and introduce thread-safe version of this function.
note: The patches depend on the following patches (https://patches.dpdk.org/project/dpdk/patch/20220411100032.114434-5-xuan.d...@intel.com/) (https://patches.dpdk.org/project/dpdk/patch/20220411100032.114434-6-xuan.d...@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 | 8 ++- doc/guides/rel_notes/release_22_07.rst | 4 ++ examples/vhost/main.c | 3 - lib/vhost/rte_vhost_async.h | 25 ++++++++ lib/vhost/version.map | 1 + lib/vhost/virtio_net.c | 80 +++++++++++++++++++++++++- 6 files changed, 115 insertions(+), 6 deletions(-) -- 2.25.1