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

2022-05-13 Thread Yuan Wang
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 (http://patches.dpdk.org/project/dpdk/patch/20220513025058.12898-5-xuan.d...@intel.com/) (http://patches.dpdk.org/project/dpdk/pa

[dpdk-dev] [PATCH v2 0/2] support to clear in-flight packets for async

2021-09-17 Thread Yuan Wang
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...@intel.com/) v2: - Update release note. - Add