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

2021-06-18 Thread Maxime Coquelin
Hi, It seems the series does not build: http://mails.dpdk.org/archives/test-report/2021-June/199414.html Could you please look at it? Thanks, Maxime On 6/18/21 10:03 PM, Wenwu Ma wrote: > This patch implements asynchronous dequeue data path for split ring. > A new asynchronous dequeue function

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

2021-06-18 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. v2: - Refactor vhos