Netdev List
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: netdev@vger.kernel.org
Cc: Stephen Hemminger <stephen@networkplumber.org>
Subject: [PATCH v2 iproute2 0/4] Remove retired features
Date: Mon, 30 Oct 2023 11:39:45 -0700	[thread overview]
Message-ID: <20231030184100.30264-1-stephen@networkplumber.org> (raw)

Remove support in iproute2 for features removed from 6.3 kernel.

Stephen Hemminger (4):
  tc: remove support for CBQ
  tc: remove support for RSVP classifier
  tc: remove tcindex classifier
  tc: remove dsmark qdisc

 bash-completion/tc           |  24 +-
 man/man7/tc-hfsc.7           |   2 +-
 man/man8/tc-cbq-details.8    | 423 -------------------------
 man/man8/tc-cbq.8            | 351 ---------------------
 man/man8/tc-htb.8            |   8 +-
 man/man8/tc-tcindex.8        |  58 ----
 man/man8/tc.8                |  23 +-
 tc/Makefile                  |   5 -
 tc/f_rsvp.c                  | 417 -------------------------
 tc/f_tcindex.c               | 185 -----------
 tc/q_cbq.c                   | 589 -----------------------------------
 tc/q_dsmark.c                | 165 ----------
 tc/tc_cbq.c                  |  53 ----
 tc/tc_cbq.h                  |  10 -
 tc/tc_class.c                |   2 +-
 tc/tc_filter.c               |   2 +-
 tc/tc_qdisc.c                |   2 +-
 testsuite/tests/tc/cbq.t     |  10 -
 testsuite/tests/tc/dsmark.t  |  31 --
 testsuite/tests/tc/policer.t |  13 -
 20 files changed, 11 insertions(+), 2362 deletions(-)
 delete mode 100644 man/man8/tc-cbq-details.8
 delete mode 100644 man/man8/tc-cbq.8
 delete mode 100644 man/man8/tc-tcindex.8
 delete mode 100644 tc/f_rsvp.c
 delete mode 100644 tc/f_tcindex.c
 delete mode 100644 tc/q_cbq.c
 delete mode 100644 tc/q_dsmark.c
 delete mode 100644 tc/tc_cbq.c
 delete mode 100644 tc/tc_cbq.h
 delete mode 100755 testsuite/tests/tc/cbq.t
 delete mode 100755 testsuite/tests/tc/dsmark.t
 delete mode 100755 testsuite/tests/tc/policer.t

-- 
2.41.0


             reply	other threads:[~2023-10-30 18:42 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-30 18:39 Stephen Hemminger [this message]
2023-10-30 18:39 ` [PATCH v2 iproute2 1/4] tc: remove support for CBQ Stephen Hemminger
2023-10-30 18:39 ` [PATCH v2 iproute2 2/4] tc: remove support for RSVP classifier Stephen Hemminger
2023-10-30 18:39 ` [PATCH v2 iproute2 3/4] tc: remove tcindex classifier Stephen Hemminger
2023-10-30 18:39 ` [PATCH v2 iproute2 4/4] tc: remove dsmark qdisc Stephen Hemminger
2023-11-04  1:10 ` [PATCH v2 iproute2 0/4] Remove retired features patchwork-bot+netdevbpf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231030184100.30264-1-stephen@networkplumber.org \
    --to=stephen@networkplumber.org \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox