Skip to content

Commit

Permalink
tc: remove support for CBQ
Browse files Browse the repository at this point in the history
The CBQ qdisc was removed in 6.3 kernel by upstream
051d44209842 (net/sched: Retire CBQ qdisc, 2023-02-14)

Remove associated support from iproute2 including dropping
tests, man pages and fixing other references.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
  • Loading branch information
shemminger committed Oct 30, 2023
1 parent d233ff0 commit 07ba0af
Show file tree
Hide file tree
Showing 13 changed files with 7 additions and 1,467 deletions.
2 changes: 1 addition & 1 deletion man/man7/tc-hfsc.7
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ it matters only for leaf classes (where the actual queues are) \- thus class
hierarchy is ignored in the realtime case.

Feature \fB(2)\fR is well, obvious \- any algorithm featuring class hierarchy
(such as HTB or CBQ) strives to achieve that. HFSC does that well, although
(such as HTB) strives to achieve that. HFSC does that well, although
you might end with unusual situations, if you define service curves carelessly
\- see section CORNER CASES for examples.

Expand Down
Loading

0 comments on commit 07ba0af

Please sign in to comment.