diff options
author | Jamal Hadi Salim <jhs@mojatatu.com> | 2023-12-23 15:01:51 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-01-02 15:25:51 +0100 |
commit | 82b2545ed9a465e4c470d2dbbb461522f767c56f (patch) | |
tree | 64efe68b98a6e6522936ae5aa599914094a1a343 /tools/include | |
parent | net/sched: Remove uapi support for rsvp classifier (diff) | |
download | linux-82b2545ed9a465e4c470d2dbbb461522f767c56f.tar.xz linux-82b2545ed9a465e4c470d2dbbb461522f767c56f.zip |
net/sched: Remove uapi support for tcindex classifier
commit 8c710f75256b ("net/sched: Retire tcindex classifier") retired the TC
tcindex classifier.
Remove UAPI for it. Iproute2 will sync by equally removing it from user space.
Reviewed-by: Victor Nogueira <victor@mojatatu.com>
Reviewed-by: Pedro Tammela <pctammela@mojatatu.com>
Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/include')
-rw-r--r-- | tools/include/uapi/linux/pkt_cls.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/tools/include/uapi/linux/pkt_cls.h b/tools/include/uapi/linux/pkt_cls.h index 82eccb6a4994..bd4b227ab4ba 100644 --- a/tools/include/uapi/linux/pkt_cls.h +++ b/tools/include/uapi/linux/pkt_cls.h @@ -234,22 +234,6 @@ enum { #define TCA_FW_MAX (__TCA_FW_MAX - 1) -/* TC index filter */ - -enum { - TCA_TCINDEX_UNSPEC, - TCA_TCINDEX_HASH, - TCA_TCINDEX_MASK, - TCA_TCINDEX_SHIFT, - TCA_TCINDEX_FALL_THROUGH, - TCA_TCINDEX_CLASSID, - TCA_TCINDEX_POLICE, - TCA_TCINDEX_ACT, - __TCA_TCINDEX_MAX -}; - -#define TCA_TCINDEX_MAX (__TCA_TCINDEX_MAX - 1) - /* Flow filter */ enum { |