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

2021-09-21 Thread Yang, YvonneX
> -Original Message- > From: Wang, YuanX > Sent: Thursday, September 9, 2021 2:58 PM > To: dev@dpdk.org > Cc: maxime.coque...@redhat.com; Xia, Chenbo ; > Pai G, Sunil ; Hu, Jiayu ; Ding, > Xuan ; Jiang, Cheng1 ; Ma, > WenwuX ; Yang, YvonneX > ; Wang, YuanX > Subject: [PATCH 0/2] suppor

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

2021-09-15 Thread Xia, Chenbo
Hi Yuan, > -Original Message- > From: Wang, YuanX > Sent: Thursday, September 9, 2021 2:58 PM > To: dev@dpdk.org > Cc: maxime.coque...@redhat.com; Xia, Chenbo ; Pai G, > Sunil ; Hu, Jiayu ; Ding, Xuan > ; Jiang, Cheng1 ; Ma, WenwuX > ; Yang, YvonneX ; Wang, YuanX > > Subject: [PATCH 0/2]

[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