From: Daniel Borkmann <daniel@iogearbox.net>
To: Stephen Hemminger <stephen@networkplumber.org>
Cc: hannes@stressinduktion.org, ast@plumgrid.com, netdev@vger.kernel.org
Subject: Re: [PATCH iproute2 -next v2] tc: built-in eBPF exec proxy
Date: Tue, 28 Apr 2015 09:45:08 +0200 [thread overview]
Message-ID: <553F3A84.40306@iogearbox.net> (raw)
In-Reply-To: <20150427164144.2d7279ef@urahara>
On 04/28/2015 01:41 AM, Stephen Hemminger wrote:
...
> This will go in for 4.1 version of iproute2.
Ok, thanks!
Btw, I noticed that we still need a header rebase for the 'master'
branch.
Due to the merge window, eBPF support for tracing came in as well
meaning currently, the kernel thinks we intend to attach a kprobe
program from tc side:
iproute2 version:
enum bpf_prog_type {
BPF_PROG_TYPE_UNSPEC,
BPF_PROG_TYPE_SOCKET_FILTER,
BPF_PROG_TYPE_SCHED_CLS,
BPF_PROG_TYPE_SCHED_ACT,
};
kernel version (include/uapi/linux/bpf.h):
enum bpf_prog_type {
BPF_PROG_TYPE_UNSPEC,
BPF_PROG_TYPE_SOCKET_FILTER,
BPF_PROG_TYPE_KPROBE,
BPF_PROG_TYPE_SCHED_CLS,
BPF_PROG_TYPE_SCHED_ACT,
};
Afaik, you have a script for doing that, otherwise I can also send
you a patch.
Thanks,
Daniel
prev parent reply other threads:[~2015-04-28 7:45 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-16 19:20 [PATCH iproute2 -next v2] tc: built-in eBPF exec proxy Daniel Borkmann
2015-04-27 23:41 ` Stephen Hemminger
2015-04-28 7:45 ` Daniel Borkmann [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=553F3A84.40306@iogearbox.net \
--to=daniel@iogearbox.net \
--cc=ast@plumgrid.com \
--cc=hannes@stressinduktion.org \
--cc=netdev@vger.kernel.org \
--cc=stephen@networkplumber.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.