projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6fdcd6
)
bpf: sync include/uapi/linux/bpf.h to tools/include/uapi/linux/bpf.h
author
Roman Gushchin
<
[email protected]
>
Fri, 28 Sep 2018 14:45:48 +0000
(14:45 +0000)
committer
Daniel Borkmann
<
[email protected]
>
Mon, 1 Oct 2018 14:18:33 +0000
(16:18 +0200)
The sync is required due to the appearance of a new map type:
BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE, which implements per-cpu
cgroup local storage.
Signed-off-by: Roman Gushchin <
[email protected]
>
Acked-by: Song Liu <
[email protected]
>
Cc: Daniel Borkmann <
[email protected]
>
Cc: Alexei Starovoitov <
[email protected]
>
Signed-off-by: Daniel Borkmann <
[email protected]
>
tools/include/uapi/linux/bpf.h
patch
|
blob
|
history
diff --git
a/tools/include/uapi/linux/bpf.h
b/tools/include/uapi/linux/bpf.h
index aa5ccd2385ed196c817cb00fb32db55e799af234..e2070d819e0408442e46bfcb7622a10b83a8e5b4 100644
(file)
--- a/
tools/include/uapi/linux/bpf.h
+++ b/
tools/include/uapi/linux/bpf.h
@@
-127,6
+127,7
@@
enum bpf_map_type {
BPF_MAP_TYPE_SOCKHASH,
BPF_MAP_TYPE_CGROUP_STORAGE,
BPF_MAP_TYPE_REUSEPORT_SOCKARRAY,
+ BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE,
};
enum bpf_prog_type {