From: Stephen Hemminger <stephen@networkplumber.org>
To: Daniel Borkmann <daniel@iogearbox.net>
Cc: kafai@fb.com, ast@fb.com, netdev@vger.kernel.org
Subject: Re: [PATCH iproute2 -master 0/3] BPF updates
Date: Tue, 18 Jul 2017 17:23:03 -0700 [thread overview]
Message-ID: <20170718172303.2020f39c@xeon-e3> (raw)
In-Reply-To: <cover.1500301061.git.daniel@iogearbox.net>
On Mon, 17 Jul 2017 17:18:49 +0200
Daniel Borkmann <daniel@iogearbox.net> wrote:
> Couple of misc updates related to BPF. First removes a BPF sample
> that is long legacy (pre BPF fs times), then we add support for the
> loader to be able to take care of map in map, and last but not least
> we dump id and whether prog was jited in tc filter show for cls/act
> BPF programs.
>
> The set is intended for -master branch _after_ the -net-next branch
> got merged into -master branch.
>
> Thanks!
>
> Daniel Borkmann (3):
> bpf: remove obsolete samples
> bpf: support loading map in map from obj
> bpf: dump id/jited info for cls/act programs
>
> examples/bpf/bpf_agent.c | 258 ----------------------
> examples/bpf/bpf_map_in_map.c | 56 +++++
> examples/bpf/bpf_prog.c | 501 ------------------------------------------
> examples/bpf/bpf_shared.h | 22 --
> examples/bpf/bpf_sys.h | 23 --
> include/bpf_elf.h | 2 +
> include/bpf_util.h | 2 +
> lib/bpf.c | 205 ++++++++++++++++-
> tc/f_bpf.c | 3 +
> tc/m_bpf.c | 3 +
> 10 files changed, 261 insertions(+), 814 deletions(-)
> delete mode 100644 examples/bpf/bpf_agent.c
> create mode 100644 examples/bpf/bpf_map_in_map.c
> delete mode 100644 examples/bpf/bpf_prog.c
> delete mode 100644 examples/bpf/bpf_shared.h
> delete mode 100644 examples/bpf/bpf_sys.h
>
Applied.
prev parent reply other threads:[~2017-07-19 0:23 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-17 15:18 [PATCH iproute2 -master 0/3] BPF updates Daniel Borkmann
2017-07-17 15:18 ` [PATCH iproute2 -master 1/3] bpf: remove obsolete samples Daniel Borkmann
2017-07-17 15:18 ` [PATCH iproute2 -master 2/3] bpf: support loading map in map from obj Daniel Borkmann
2017-07-17 15:18 ` [PATCH iproute2 -master 3/3] bpf: dump id/jited info for cls/act programs Daniel Borkmann
2017-07-19 0:23 ` Stephen Hemminger [this message]
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=20170718172303.2020f39c@xeon-e3 \
--to=stephen@networkplumber.org \
--cc=ast@fb.com \
--cc=daniel@iogearbox.net \
--cc=kafai@fb.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.