diff options
| author | David S. Miller <davem@davemloft.net> | 2016-12-05 15:33:11 -0500 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2016-12-05 15:33:11 -0500 |
| commit | 5397b31bce5febe1ae2e3dd30e137c560b7b9253 (patch) | |
| tree | 045d83766d5a303f3ae8eaa0ff4cde5a66526e55 /include/uapi/linux | |
| parent | 70f23a807dcab4ee3467c70ba2c7be69026f0a67 (diff) | |
| parent | 7bd509e311f408f7a5132fcdde2069af65fa05ae (diff) | |
| download | cachepc-linux-5397b31bce5febe1ae2e3dd30e137c560b7b9253.tar.gz cachepc-linux-5397b31bce5febe1ae2e3dd30e137c560b7b9253.zip | |
Merge branch 'bpf-prog-digest'
Daniel Borkmann says:
====================
Minor BPF cleanups and digest
First two patches are minor cleanups, and the third one adds
a prog digest. For details, please see individual patches.
After this one, I have a set with tracepoint support that makes
use of this facility as well.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/pkt_cls.h | 1 | ||||
| -rw-r--r-- | include/uapi/linux/tc_act/tc_bpf.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/linux/pkt_cls.h b/include/uapi/linux/pkt_cls.h index 86786d45ee66..1adc0b654996 100644 --- a/include/uapi/linux/pkt_cls.h +++ b/include/uapi/linux/pkt_cls.h @@ -397,6 +397,7 @@ enum { TCA_BPF_NAME, TCA_BPF_FLAGS, TCA_BPF_FLAGS_GEN, + TCA_BPF_DIGEST, __TCA_BPF_MAX, }; diff --git a/include/uapi/linux/tc_act/tc_bpf.h b/include/uapi/linux/tc_act/tc_bpf.h index 063d9d465119..a6b88a6f7f71 100644 --- a/include/uapi/linux/tc_act/tc_bpf.h +++ b/include/uapi/linux/tc_act/tc_bpf.h @@ -27,6 +27,7 @@ enum { TCA_ACT_BPF_FD, TCA_ACT_BPF_NAME, TCA_ACT_BPF_PAD, + TCA_ACT_BPF_DIGEST, __TCA_ACT_BPF_MAX, }; #define TCA_ACT_BPF_MAX (__TCA_ACT_BPF_MAX - 1) |
