diff options
| author | Alexei Starovoitov <ast@kernel.org> | 2020-03-04 03:24:00 +0300 |
|---|---|---|
| committer | Alexei Starovoitov <ast@kernel.org> | 2020-03-04 03:24:04 +0300 |
| commit | 5fc40f37396cec199d40a417df74b39c8e458ca6 (patch) | |
| tree | e7884bbcfc7096d416345e55158d6334f8849825 /include/uapi/linux | |
| parent | abbc61a5f26d52a5d3abbbe552b275360b2c6631 (diff) | |
| parent | 62511ceadf6e217f09d4ab1f9198d2bb5cc70e7c (diff) | |
| download | linux-5fc40f37396cec199d40a417df74b39c8e458ca6.tar.xz | |
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 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/bpf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/bpf.h b/include/uapi/linux/bpf.h index 8e98ced0963b..180337fae97e 100644 --- a/include/uapi/linux/bpf.h +++ b/include/uapi/linux/bpf.h @@ -3176,6 +3176,7 @@ struct __sk_buff { __u32 wire_len; __u32 gso_segs; __bpf_md_ptr(struct bpf_sock *, sk); + __u32 gso_size; }; struct bpf_tunnel_key { |
