diff options
author | Daniel Borkmann <daniel@iogearbox.net> | 2019-01-29 03:08:30 +0300 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2019-01-29 03:08:30 +0300 |
commit | 3d2af27a84a8474e510f5d8362303bfbee946308 (patch) | |
tree | 964378787263e9b18cd77026a95edb3a304f7aff /kernel/bpf | |
parent | d76198b0bc5a67c14c5209bac82481399a3387da (diff) | |
parent | bf0f0fd939451a88e8b021ad8829da2815651980 (diff) | |
download | linux-3d2af27a84a8474e510f5d8362303bfbee946308.tar.xz |
Merge branch 'bpf-flow-dissector-tests'
Stanislav Fomichev says:
====================
This patch series adds support for testing flow dissector BPF programs
by extending already existing BPF_PROG_TEST_RUN. The goal is to have
a packet as an input and `struct bpf_flow_key' as an output. That way
we can easily test flow dissector programs' behavior. I've also modified
existing test_progs.c test to do a simple flow dissector run as well.
* first patch introduces new __skb_flow_bpf_dissect to simplify
sharing between __skb_flow_bpf_dissect and BPF_PROG_TEST_RUN
* second patch adds actual BPF_PROG_TEST_RUN support
* third patch adds example usage to the selftests
v3:
* rebased on top of latest bpf-next
v2:
* loop over 'kattr->test.repeat' inside of
bpf_prog_test_run_flow_dissector, don't reuse
bpf_test_run/bpf_test_run_one
====================
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'kernel/bpf')
0 files changed, 0 insertions, 0 deletions