Re: [PATCH v5 0/2] support to clear in-flight packets for async

2022-06-17 Thread Maxime Coquelin
On 6/9/22 19:34, Yuan Wang wrote: These patches support to clear in-flight packets for async dequeue and introduce thread-safe version of this function. v5: - Add dma_id check v4: - Rebase to latest DPDK v3: - Rebase to latest DPDK v2: - Use the thread-safe version in destroy_device v1: -

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

2022-06-09 Thread Yuan Wang
These patches support to clear in-flight packets for async dequeue and introduce thread-safe version of this function. v5: - Add dma_id check v4: - Rebase to latest DPDK v3: - Rebase to latest DPDK v2: - Use the thread-safe version in destroy_device v1: - Protect vq access with splitlock Yuan