diff options
author | Jamal Hadi Salim <jhs@mojatatu.com> | 2023-12-23 09:01:53 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-01-02 14:25:51 +0000 |
commit | 26cc8714fc7f79a806c3d7ffa215b984c384ab4d (patch) | |
tree | 056b907394b9ec1e465b451f3ab8efc26673b7bc /tools/include | |
parent | fe3b739a5472968d8d349522b6816bc4db82bc0f (diff) | |
download | linux-26cc8714fc7f79a806c3d7ffa215b984c384ab4d.tar.gz linux-26cc8714fc7f79a806c3d7ffa215b984c384ab4d.tar.bz2 linux-26cc8714fc7f79a806c3d7ffa215b984c384ab4d.zip |
net/sched: Remove uapi support for ATM qdisc
Commit fb38306ceb9e ("net/sched: Retire ATM qdisc") retired the ATM qdisc.
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_sched.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/tools/include/uapi/linux/pkt_sched.h b/tools/include/uapi/linux/pkt_sched.h index 0f164f1458fd..fc695429bc59 100644 --- a/tools/include/uapi/linux/pkt_sched.h +++ b/tools/include/uapi/linux/pkt_sched.h @@ -537,21 +537,6 @@ enum { #define TCA_CBQ_MAX (__TCA_CBQ_MAX - 1) -/* ATM section */ - -enum { - TCA_ATM_UNSPEC, - TCA_ATM_FD, /* file/socket descriptor */ - TCA_ATM_PTR, /* pointer to descriptor - later */ - TCA_ATM_HDR, /* LL header */ - TCA_ATM_EXCESS, /* excess traffic class (0 for CLP) */ - TCA_ATM_ADDR, /* PVC address (for output only) */ - TCA_ATM_STATE, /* VC state (ATM_VS_*; for output only) */ - __TCA_ATM_MAX, -}; - -#define TCA_ATM_MAX (__TCA_ATM_MAX - 1) - /* Network emulator */ enum { |