Re: [PATCH bpf-next v3 07/10] samples/bpf: use recvfrom() in xdpsock/rxdrop

2020-11-25 Thread Magnus Karlsson
On Thu, Nov 19, 2020 at 9:34 AM Björn Töpel wrote: > > From: Björn Töpel > > Start using recvfrom() the rxdrop scenario. > > Signed-off-by: Björn Töpel > --- > samples/bpf/xdpsock_user.c | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) Acked-by: Magnus Karlsson > diff --git a/

[PATCH bpf-next v3 07/10] samples/bpf: use recvfrom() in xdpsock/rxdrop

2020-11-19 Thread Björn Töpel
From: Björn Töpel Start using recvfrom() the rxdrop scenario. Signed-off-by: Björn Töpel --- samples/bpf/xdpsock_user.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/samples/bpf/xdpsock_user.c b/samples/bpf/xdpsock_user.c index 2567f0db5aca..f90111b95b2e 100644 --