diff options
author | Stanislav Fomichev <sdf@google.com> | 2019-04-09 21:49:11 +0300 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2019-04-11 11:21:41 +0300 |
commit | 3daf8e703ec3dcf73a27a7dcabbac152793eb114 (patch) | |
tree | f754d8dd81d388e6a3747e834fcd4163f8494e88 /net | |
parent | 5e903c656b98614698a891c6e098186272cbba14 (diff) | |
download | linux-3daf8e703ec3dcf73a27a7dcabbac152793eb114.tar.xz |
selftests: bpf: add selftest for __sk_buff context in BPF_PROG_TEST_RUN
Simple test that sets cb to {1,2,3,4,5} and priority to 6, runs bpf
program that fails if cb is not what we expect and increments cb[i] and
priority. When the test finishes, we check that cb is now {2,3,4,5,6}
and priority is 7.
We also test the sanity checks:
* ctx_in is provided, but ctx_size_in is zero (same for
ctx_out/ctx_size_out)
* unexpected non-zero fields in __sk_buff return EINVAL
Signed-off-by: Stanislav Fomichev <sdf@google.com>
Acked-by: Martin KaFai Lau <kafai@fb.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions