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

2022-04-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 (https://patches.dpdk.org/project/dpdk/patch/20220411100032.114434-5-xuan.d...@intel.com/) (https://patches.dpdk.org/project/dpdk

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

2021-09-21 Thread Yang, YvonneX
uanX > Subject: [PATCH 0/2] support to clear in-flight packets for async > > This patch supports to clear in-flight packets for aysnc dequeue and > introduces thread-safe version of this function. > > Yuan Wang (2): > vhost: support to clear in-flight packets for async dequeue &g

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

2021-09-15 Thread Xia, Chenbo
> > Subject: [PATCH 0/2] support to clear in-flight packets for async > > This patch supports to clear in-flight packets for aysnc dequeue and > introduces thread-safe version of this function. It'll be better if you can list the patchset this one depends on, otherwise it wil

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

2021-09-09 Thread Yuan Wang
This patch supports to clear in-flight packets for aysnc dequeue and introduces thread-safe version of this function. Yuan Wang (2): vhost: support to clear in-flight packets for async dequeue vhost: support thread-safe API for clearing in-flight packets in async vhost lib/vhost/rte_vhos