Skip to content

Commit 26cc871

Browse files
jhsmtdavem330
authored andcommitted
net/sched: Remove uapi support for ATM qdisc
Commit fb38306 ("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 <[email protected]> Reviewed-by: Pedro Tammela <[email protected]> Signed-off-by: Jamal Hadi Salim <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent fe3b739 commit 26cc871

File tree

2 files changed

+0
-30
lines changed

2 files changed

+0
-30
lines changed

include/uapi/linux/pkt_sched.h

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -557,21 +557,6 @@ enum {
557557

558558
#define TCA_CBQ_MAX (__TCA_CBQ_MAX - 1)
559559

560-
/* ATM section */
561-
562-
enum {
563-
TCA_ATM_UNSPEC,
564-
TCA_ATM_FD, /* file/socket descriptor */
565-
TCA_ATM_PTR, /* pointer to descriptor - later */
566-
TCA_ATM_HDR, /* LL header */
567-
TCA_ATM_EXCESS, /* excess traffic class (0 for CLP) */
568-
TCA_ATM_ADDR, /* PVC address (for output only) */
569-
TCA_ATM_STATE, /* VC state (ATM_VS_*; for output only) */
570-
__TCA_ATM_MAX,
571-
};
572-
573-
#define TCA_ATM_MAX (__TCA_ATM_MAX - 1)
574-
575560
/* Network emulator */
576561

577562
enum {

tools/include/uapi/linux/pkt_sched.h

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -537,21 +537,6 @@ enum {
537537

538538
#define TCA_CBQ_MAX (__TCA_CBQ_MAX - 1)
539539

540-
/* ATM section */
541-
542-
enum {
543-
TCA_ATM_UNSPEC,
544-
TCA_ATM_FD, /* file/socket descriptor */
545-
TCA_ATM_PTR, /* pointer to descriptor - later */
546-
TCA_ATM_HDR, /* LL header */
547-
TCA_ATM_EXCESS, /* excess traffic class (0 for CLP) */
548-
TCA_ATM_ADDR, /* PVC address (for output only) */
549-
TCA_ATM_STATE, /* VC state (ATM_VS_*; for output only) */
550-
__TCA_ATM_MAX,
551-
};
552-
553-
#define TCA_ATM_MAX (__TCA_ATM_MAX - 1)
554-
555540
/* Network emulator */
556541

557542
enum {

0 commit comments

Comments
 (0)