diff options
| author | Daniel Borkmann <[email protected]> | 2018-04-25 00:06:55 +0200 |
|---|---|---|
| committer | Daniel Borkmann <[email protected]> | 2018-04-25 00:07:05 +0200 |
| commit | bf91a76b8f758d092cdae25aa7e5d6bf3dbf5495 (patch) | |
| tree | 94e5a929079cbf5e00a8e22197a084c350ac9237 /tools/include/uapi/linux/bpf.h | |
| parent | 6595c7426acbcc2c4a79cfe409b2c840fb2ebed3 (diff) | |
| parent | 2e04eb1dd1caf4eaa0998e928f1fb896e35b01f2 (diff) | |
Merge branch 'bpf-sockmap-selftests'
John Fastabend says:
====================
This series moves ./samples/sockmap into BPF selftests. There are a
few good reasons to do this. First, by pushing this into selftests
the tests will be run automatically. Second, sockmap was not really
a sample of anything anymore, but rather a large set of tests.
Note: There are three recent fixes outstanding against bpf branch
that can be detected occasionally by the automated tests here.
https://patchwork.ozlabs.org/patch/903138/
https://patchwork.ozlabs.org/patch/903139/
https://patchwork.ozlabs.org/patch/903140/
====================
Signed-off-by: Daniel Borkmann <[email protected]>
Diffstat (limited to 'tools/include/uapi/linux/bpf.h')
| -rw-r--r-- | tools/include/uapi/linux/bpf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/include/uapi/linux/bpf.h b/tools/include/uapi/linux/bpf.h index 5841ed41b30c..e6679393b687 100644 --- a/tools/include/uapi/linux/bpf.h +++ b/tools/include/uapi/linux/bpf.h @@ -894,6 +894,7 @@ enum bpf_func_id { /* BPF_FUNC_skb_set_tunnel_key flags. */ #define BPF_F_ZERO_CSUM_TX (1ULL << 1) #define BPF_F_DONT_FRAGMENT (1ULL << 2) +#define BPF_F_SEQ_NUMBER (1ULL << 3) /* BPF_FUNC_perf_event_output, BPF_FUNC_perf_event_read and * BPF_FUNC_perf_event_read_value flags. |