From: David Ahern <dsa@cumulusnetworks.com>
To: netdev@vger.kernel.org, alexei.starovoitov@gmail.com,
daniel@iogearbox.net
Cc: roopa@cumulusnetworks.com, David Ahern <dsa@cumulusnetworks.com>
Subject: [RFC PATCH net-next 0/2] bpf: Allow retrieval of ebpf filters
Date: Fri, 3 Feb 2017 12:38:21 -0800 [thread overview]
Message-ID: <1486154303-32278-1-git-send-email-dsa@cumulusnetworks.com> (raw)
As mentioned at netconf in October, insight into bpf filters is an
essential part of debugging and verifying a particular networking
configuration. For example, classic bpf filters can be returned for
packet sockets as part of the sock_diag infrastructure and the
PACKET_DIAG_FILTER attribute. This capability is leveraged by
'ss --bpf' to dump the filter when requested.
This series adds similar support to ebpf, starting with filters
attached to a cgroup. The first patch saves the original bpf
instructions in a manner similar to classic bpf. The second patch
allows the retrieval of filters applied to a cgroup.
David Ahern (2):
bpf: Save original ebpf instructions
bpf: Add support to retrieve program attached to a cgroup
include/linux/bpf-cgroup.h | 7 ++++
include/linux/filter.h | 5 ++-
include/uapi/linux/bpf.h | 9 +++++
kernel/bpf/cgroup.c | 31 +++++++++++++++
kernel/bpf/syscall.c | 97 ++++++++++++++++++++++++++++++++++++++++++++++
kernel/cgroup.c | 12 ++++++
6 files changed, 160 insertions(+), 1 deletion(-)
--
2.1.4
next reply other threads:[~2017-02-03 20:38 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-03 20:38 David Ahern [this message]
2017-02-03 20:38 ` [RFC PATCH net-next 1/2] bpf: Save original ebpf instructions David Ahern
2017-02-03 21:09 ` Daniel Borkmann
2017-02-03 22:28 ` David Ahern
2017-02-06 10:56 ` Quentin Monnet
2017-02-06 14:13 ` Daniel Borkmann
2017-02-06 19:21 ` Alexei Starovoitov
2017-02-07 17:22 ` David Ahern
2017-02-08 10:52 ` Daniel Borkmann
2017-02-08 19:40 ` David Ahern
2017-02-09 1:28 ` David Ahern
2017-02-09 11:25 ` Daniel Borkmann
2017-02-10 5:22 ` Alexei Starovoitov
2017-02-10 22:45 ` Daniel Borkmann
2017-02-03 20:38 ` [RFC PATCH net-next 2/2] bpf: Add support to retrieve program attached to a cgroup David Ahern
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=1486154303-32278-1-git-send-email-dsa@cumulusnetworks.com \
--to=dsa@cumulusnetworks.com \
--cc=alexei.starovoitov@gmail.com \
--cc=daniel@iogearbox.net \
--cc=netdev@vger.kernel.org \
--cc=roopa@cumulusnetworks.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).