Skip to content

Commit

Permalink
net/sched: Retire rsvp classifier
Browse files Browse the repository at this point in the history
commit 265b4da upstream.

The rsvp classifier has served us well for about a quarter of a century but has
has not been getting much maintenance attention due to lack of known users.

Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com>
Acked-by: Jiri Pirko <jiri@nvidia.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Kyle Zeng <zengyhkyle@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
jhsmt authored and gregkh committed Sep 23, 2023
1 parent 4c6bb91 commit b93aeb6
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 1,045 deletions.
28 changes: 0 additions & 28 deletions net/sched/Kconfig
Expand Up @@ -548,34 +548,6 @@ config CLS_U32_MARK
help
Say Y here to be able to use netfilter marks as u32 key.

config NET_CLS_RSVP
tristate "IPv4 Resource Reservation Protocol (RSVP)"
select NET_CLS
help
The Resource Reservation Protocol (RSVP) permits end systems to
request a minimum and maximum data flow rate for a connection; this
is important for real time data such as streaming sound or video.

Say Y here if you want to be able to classify outgoing packets based
on their RSVP requests.

To compile this code as a module, choose M here: the
module will be called cls_rsvp.

config NET_CLS_RSVP6
tristate "IPv6 Resource Reservation Protocol (RSVP6)"
select NET_CLS
help
The Resource Reservation Protocol (RSVP) permits end systems to
request a minimum and maximum data flow rate for a connection; this
is important for real time data such as streaming sound or video.

Say Y here if you want to be able to classify outgoing packets based
on their RSVP requests and you are using the IPv6 protocol.

To compile this code as a module, choose M here: the
module will be called cls_rsvp6.

config NET_CLS_FLOW
tristate "Flow classifier"
select NET_CLS
Expand Down
2 changes: 0 additions & 2 deletions net/sched/Makefile
Expand Up @@ -69,8 +69,6 @@ obj-$(CONFIG_NET_SCH_TAPRIO) += sch_taprio.o
obj-$(CONFIG_NET_CLS_U32) += cls_u32.o
obj-$(CONFIG_NET_CLS_ROUTE4) += cls_route.o
obj-$(CONFIG_NET_CLS_FW) += cls_fw.o
obj-$(CONFIG_NET_CLS_RSVP) += cls_rsvp.o
obj-$(CONFIG_NET_CLS_RSVP6) += cls_rsvp6.o
obj-$(CONFIG_NET_CLS_BASIC) += cls_basic.o
obj-$(CONFIG_NET_CLS_FLOW) += cls_flow.o
obj-$(CONFIG_NET_CLS_CGROUP) += cls_cgroup.o
Expand Down
24 changes: 0 additions & 24 deletions net/sched/cls_rsvp.c

This file was deleted.

0 comments on commit b93aeb6

Please sign in to comment.