Re: [dpdk-dev] [PATCH v7 0/4] support async dequeue for split ring

2021-07-20 Thread Wang, Yinan
Tested-by: Yinan Wang > -Original Message- > From: dev On Behalf Of Wenwu Ma > Sent: 2021?7?21? 22:21 > To: dev@dpdk.org > Cc: maxime.coque...@redhat.com; Xia, Chenbo ; > Jiang, Cheng1 ; Hu, Jiayu ; > Ma, WenwuX > Subject: [dpdk-dev] [PATCH v7 0/4] support asyn

[dpdk-dev] [PATCH v7 0/4] support async dequeue for split ring

2021-07-20 Thread Wenwu Ma
This patch implements asynchronous dequeue data path for split ring. A new asynchronous dequeue function is introduced. With this function, the application can try to receive packets from the guest with offloading large copies to the DMA engine, thus saving precious CPU cycles. v7: - Add Reviewed-