Re: [PATCH bpf-next v3 09/10] samples/bpf: add busy-poll support to xdpsock

2020-11-25 Thread Magnus Karlsson
On Thu, Nov 19, 2020 at 9:33 AM Björn Töpel wrote: > > From: Björn Töpel > > Add a new option to xdpsock, 'B', for busy-polling. This option will > also set the batching size, 'b' option, to the busy-poll budget. > > Signed-off-by: Björn Töpel > --- > samples/bpf/xdpsock_user.c | 40 +++

[PATCH bpf-next v3 09/10] samples/bpf: add busy-poll support to xdpsock

2020-11-19 Thread Björn Töpel
From: Björn Töpel Add a new option to xdpsock, 'B', for busy-polling. This option will also set the batching size, 'b' option, to the busy-poll budget. Signed-off-by: Björn Töpel --- samples/bpf/xdpsock_user.c | 40 +++--- 1 file changed, 33 insertions(+), 7 del