Re: [dpdk-dev] [PATCH v3] net/af_xdp: support need wakeup feature

2019-06-27 Thread Ye Xiaolong
Hi, Ferruh On 06/27, Ferruh Yigit wrote: >On 6/21/2019 2:19 PM, Xiaolong Ye wrote: >> This patch enables need_wakeup flag for Tx and fill rings, when this flag >> is set by the driver, it means that the userspace application has to >> explicitly wake up the kernel Rx or kernel Tx processing by iss

Re: [dpdk-dev] [PATCH v3] net/af_xdp: support need wakeup feature

2019-06-27 Thread Ferruh Yigit
On 6/21/2019 2:19 PM, Xiaolong Ye wrote: > This patch enables need_wakeup flag for Tx and fill rings, when this flag > is set by the driver, it means that the userspace application has to > explicitly wake up the kernel Rx or kernel Tx processing by issuing a > syscall. Poll() can wake up both and

[dpdk-dev] [PATCH v3] net/af_xdp: support need wakeup feature

2019-06-20 Thread Xiaolong Ye
This patch enables need_wakeup flag for Tx and fill rings, when this flag is set by the driver, it means that the userspace application has to explicitly wake up the kernel Rx or kernel Tx processing by issuing a syscall. Poll() can wake up both and sendto() or its alternatives will wake up Tx proc