From: Jakub Kicinski <jakub.kicinski@netronome.com>
To: davem@davemloft.net, alexei.starovoitov@gmail.com, daniel@iogearbox.net
Cc: netdev@vger.kernel.org, oss-drivers@netronome.com,
Jakub Kicinski <jakub.kicinski@netronome.com>
Subject: [PATCH net-next 0/5] bpf and netdevsim test updates
Date: Tue, 23 Jan 2018 11:22:51 -0800 [thread overview]
Message-ID: <20180123192256.16106-1-jakub.kicinski@netronome.com> (raw)
Hi!
A number of test improvements (delayed by merges). Quentin provides
patches for checking printing to the verifier log from the drivers
and validating extack messages are propagated. There is also a test
for replacing TC filters to avoid adding back the bug Daniel recently
fixed in net and stable.
Daniel, Alexei, could this be taken directly to net-next? I have
two series worth of follow ups to extack, including netdevsim and
test_offload.py changes.
Jakub Kicinski (2):
netdevsim: don't compile BPF code if syscall not enabled
selftests/bpf: validate replace of TC filters is working
Quentin Monnet (3):
netdevsim: add extack support for TC eBPF offload
selftests/bpf: add checks on extack messages for eBPF hw offload tests
selftests/bpf: check bpf verifier log buffer usage works for HW
offload
drivers/net/netdevsim/Makefile | 6 +-
drivers/net/netdevsim/bpf.c | 41 +++++--
drivers/net/netdevsim/netdevsim.h | 28 +++++
tools/testing/selftests/bpf/test_offload.py | 179 +++++++++++++++++++++++-----
4 files changed, 216 insertions(+), 38 deletions(-)
--
2.15.1
next reply other threads:[~2018-01-23 19:23 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-23 19:22 Jakub Kicinski [this message]
2018-01-23 19:22 ` [PATCH net-next 1/5] netdevsim: add extack support for TC eBPF offload Jakub Kicinski
2018-01-23 19:22 ` [PATCH net-next 2/5] selftests/bpf: add checks on extack messages for eBPF hw offload tests Jakub Kicinski
2018-01-23 19:22 ` [PATCH net-next 3/5] netdevsim: don't compile BPF code if syscall not enabled Jakub Kicinski
2018-01-23 19:22 ` [PATCH net-next 4/5] selftests/bpf: check bpf verifier log buffer usage works for HW offload Jakub Kicinski
2018-01-23 19:22 ` [PATCH net-next 5/5] selftests/bpf: validate replace of TC filters is working Jakub Kicinski
2018-01-23 20:36 ` [PATCH net-next 0/5] bpf and netdevsim test updates Daniel Borkmann
2018-01-24 1:26 ` David Miller
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=20180123192256.16106-1-jakub.kicinski@netronome.com \
--to=jakub.kicinski@netronome.com \
--cc=alexei.starovoitov@gmail.com \
--cc=daniel@iogearbox.net \
--cc=davem@davemloft.net \
--cc=netdev@vger.kernel.org \
--cc=oss-drivers@netronome.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).