mbox series

[bpf-next,0/3] samples/bpf: improve xdpsock application

Message ID 1599726666-8431-1-git-send-email-magnus.karlsson@gmail.com
Headers show
Series samples/bpf: improve xdpsock application | expand

Message

Magnus Karlsson Sept. 10, 2020, 8:31 a.m. UTC
This small series improves/fixes three things in the xdpsock sample
application. Details can be found in the individual commit messages,
but a brief summary follows:

Patch 1: fix one packet sending in xdpsock
Patch 2: fix possible deadlock in xdpsock
Patch 3: add quiet option to xdpsock

This patch has been applied against commit 8081ede1f731 ("perf: Stop using deprecated bpf_program__title()")

Thanks: Magnus

Magnus Karlsson (3):
  samples/bpf: fix one packet sending in xdpsock
  samples/bpf: fix possible deadlock in xdpsock
  samples/bpf: add quiet option to xdpsock

 samples/bpf/xdpsock_user.c | 28 +++++++++++++++++++++++-----
 1 file changed, 23 insertions(+), 5 deletions(-)

--
2.7.4

Comments

Alexei Starovoitov Sept. 15, 2020, 1:40 a.m. UTC | #1
On Thu, Sep 10, 2020 at 1:31 AM Magnus Karlsson
<magnus.karlsson@gmail.com> wrote:
>
> This small series improves/fixes three things in the xdpsock sample
> application. Details can be found in the individual commit messages,
> but a brief summary follows:
>
> Patch 1: fix one packet sending in xdpsock
> Patch 2: fix possible deadlock in xdpsock
> Patch 3: add quiet option to xdpsock
>
> This patch has been applied against commit 8081ede1f731 ("perf: Stop using deprecated bpf_program__title()")
>
> Thanks: Magnus

Applied. Thanks