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

2022-05-23 Thread Yuan Wang
These patches support to clear in-flight packets for async dequeue and introduce thread-safe version of this function. v3: - Rebase to latest DPDK v2: - Rebase to latest DPDK - Use the thread-safe version in destroy_device() v1: - Protect vq access with splitlock Yuan Wang (2): vhost: support

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

2021-09-22 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 patch (http://patchwork.dpdk.org/project/dpdk/patch/20210917192703.385510-2-wenwux...@intel.com/) --- v3: - Fix uninitialized issue in 2/2