Re: [dpdk-dev] [PATCH 1/2] net/af_xdp: fix trigger for syscall on tx

2021-04-20 Thread Ferruh Yigit
On 4/20/2021 9:44 AM, Ciara Loftus wrote: The send() syscall on the tx path is not concerned with busy polling and as such its invocation should not depend on whether or not it is configured. Fix this by distinguishing the conditions necessary for syscalls on the rx and tx paths individually. Fi

[dpdk-dev] [PATCH 1/2] net/af_xdp: fix trigger for syscall on tx

2021-04-20 Thread Ciara Loftus
The send() syscall on the tx path is not concerned with busy polling and as such its invocation should not depend on whether or not it is configured. Fix this by distinguishing the conditions necessary for syscalls on the rx and tx paths individually. Fixes: 055a393626ed ("net/af_xdp: prefer busy