From: Jesper Dangaard Brouer <brouer@redhat.com>
To: Maciej Fijalkowski <maciejromanfijalkowski@gmail.com>
Cc: daniel@iogearbox.net, ast@kernel.org, netdev@vger.kernel.org,
jakub.kicinski@netronome.com, brouer@redhat.com
Subject: Re: [PATCH bpf-next v3 3/7] samples/bpf: Convert XDP samples to libbpf usage
Date: Fri, 25 Jan 2019 09:30:27 +0100 [thread overview]
Message-ID: <20190125093027.28203d2f@redhat.com> (raw)
In-Reply-To: <20190124214747.6986-4-maciejromanfijalkowski@gmail.com>
On Thu, 24 Jan 2019 22:47:43 +0100
Maciej Fijalkowski <maciejromanfijalkowski@gmail.com> wrote:
> From: Maciej Fijalkowski <maciej.fijalkowski@intel.com>
>
> Some of XDP samples that are attaching the bpf program to the interface
> via libbpf's bpf_set_link_xdp_fd are still using the bpf_load.c for
> loading and manipulating the ebpf program and maps. Convert them to do
> this through libbpf usage and remove bpf_load from the picture.
>
> While at it remove what looks like debug leftover in
> xdp_redirect_map_user.c
>
> In xdp_redirect_cpu, change the way that the program to be loaded onto
> interface is chosen - user now needs to pass the program's section name
> instead of the relative number. In case of typo print out the section
> names to choose from.
>
> Signed-off-by: Maciej Fijalkowski <maciej.fijalkowski@intel.com>
> Reviewed-by: Jakub Kicinski <jakub.kicinski@netronome.com>
> ---
> samples/bpf/Makefile | 8 +-
> samples/bpf/xdp_redirect_cpu_user.c | 145 +++++++++++++++++++++++++-----------
> samples/bpf/xdp_redirect_map_user.c | 47 ++++++++----
> samples/bpf/xdp_redirect_user.c | 44 ++++++++---
> samples/bpf/xdp_router_ipv4_user.c | 75 +++++++++++++------
> samples/bpf/xdp_tx_iptunnel_user.c | 37 ++++++---
> 6 files changed, 253 insertions(+), 103 deletions(-)
Thanks a lot for converting sample/bpf programs to use libbpf. It have
been on my todo list for a very long time.
You didn't implement the matching of prog-names in a iproute2 like
fashion, as I described, but the important part was converting this to
libbpf, so I'll Ack this anyway.
Acked-by: Jesper Dangaard Brouer <brouer@redhat.com>
(I acked V1 just before... meant to ACK this V3)
--
Best regards,
Jesper Dangaard Brouer
MSc.CS, Principal Kernel Engineer at Red Hat
LinkedIn: http://www.linkedin.com/in/brouer
next prev parent reply other threads:[~2019-01-25 8:30 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-24 21:47 [PATCH bpf-next v3 0/7] xdp: Avoid unloading xdp prog not attached by sample Maciej Fijalkowski
2019-01-24 21:47 ` [PATCH bpf-next v3 1/7] libbpf: Add a helper for retrieving a map fd for a given name Maciej Fijalkowski
2019-01-24 21:47 ` [PATCH bpf-next v3 2/7] samples/bpf: xdp_redirect_cpu have not need for read_trace_pipe Maciej Fijalkowski
2019-01-24 21:47 ` [PATCH bpf-next v3 3/7] samples/bpf: Convert XDP samples to libbpf usage Maciej Fijalkowski
2019-01-25 8:30 ` Jesper Dangaard Brouer [this message]
2019-01-25 17:53 ` Maciej Fijałkowski
2019-01-24 21:47 ` [PATCH bpf-next v3 4/7] samples/bpf: Extend RLIMIT_MEMLOCK for xdp_{sample_pkts, router_ipv4} Maciej Fijalkowski
2019-01-25 8:32 ` Jesper Dangaard Brouer
2019-01-24 21:47 ` [PATCH bpf-next v3 5/7] samples/bpf: Add a "force" flag to XDP samples Maciej Fijalkowski
2019-01-25 8:38 ` Jesper Dangaard Brouer
2019-01-25 17:52 ` Maciej Fijałkowski
2019-01-24 21:47 ` [PATCH bpf-next v3 6/7] libbpf: Add a support for getting xdp prog id on ifindex Maciej Fijalkowski
2019-01-24 21:47 ` [PATCH bpf-next v3 7/7] samples/bpf: Check the prog id before exiting Maciej Fijalkowski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190125093027.28203d2f@redhat.com \
--to=brouer@redhat.com \
--cc=ast@kernel.org \
--cc=daniel@iogearbox.net \
--cc=jakub.kicinski@netronome.com \
--cc=maciejromanfijalkowski@gmail.com \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.