diff options
| author | 2020-03-03 16:24:00 -0800 | |
|---|---|---|
| committer | 2020-03-03 16:24:04 -0800 | |
| commit | 5fc40f37396cec199d40a417df74b39c8e458ca6 (patch) | |
| tree | e7884bbcfc7096d416345e55158d6334f8849825 /tools/testing/selftests/bpf/prog_tests/skb_ctx.c | |
| parent | Merge branch 'bpf_link' (diff) | |
| parent | selftests/bpf: Test new __sk_buff field gso_size (diff) | |
| download | linux-dev-5fc40f37396cec199d40a417df74b39c8e458ca6.tar.xz linux-dev-5fc40f37396cec199d40a417df74b39c8e458ca6.zip | |
Merge branch 'bpf_gso_size'
Willem de Bruijn says:
====================
See first patch for details.
Patch split across three parts { kernel feature, uapi header, tools }
following the custom for such __sk_buff changes.
====================
Acked-by: Petar Penkov <ppenkov@google.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/skb_ctx.c')
| -rw-r--r-- | tools/testing/selftests/bpf/prog_tests/skb_ctx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/bpf/prog_tests/skb_ctx.c b/tools/testing/selftests/bpf/prog_tests/skb_ctx.c index c6d6b685a946..4538bd08203f 100644 --- a/tools/testing/selftests/bpf/prog_tests/skb_ctx.c +++ b/tools/testing/selftests/bpf/prog_tests/skb_ctx.c @@ -14,6 +14,7 @@ void test_skb_ctx(void) .wire_len = 100, .gso_segs = 8, .mark = 9, + .gso_size = 10, }; struct bpf_prog_test_run_attr tattr = { .data_in = &pkt_v4, |
