netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC NET_SCHED 00/05]: Kill NET_CLS_POLICE
@ 2007-07-09 20:46 Patrick McHardy
  2007-07-09 20:46 ` [NET_SCHED 01/05]: sch_atm: Lindent Patrick McHardy
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Patrick McHardy @ 2007-07-09 20:46 UTC (permalink / raw)
  To: hadi; +Cc: netdev, Patrick McHardy

[This is a resend because of a typo in Jamal's address that I believe
 made vger reject the mails. Appologies in case they arrive twice.]


These patches update the NET_CLS_ACT code to fully replace NET_CLS_POLICE
and remove the old code. There is one incompatibility, please look at
patch 4/5 for details.


 include/net/act_api.h     |   30 ---
 include/net/pkt_cls.h     |    8 -
 include/net/pkt_sched.h   |    4 +-
 include/net/sch_generic.h |    2 +-
 net/sched/Kconfig         |    8 +-
 net/sched/Makefile        |    1 -
 net/sched/act_police.c    |  246 ++----------------------
 net/sched/cls_api.c       |   40 ----
 net/sched/cls_u32.c       |    3 -
 net/sched/sch_api.c       |   67 ++++---
 net/sched/sch_atm.c       |  475 ++++++++++++++++++++++-----------------------
 net/sched/sch_cbq.c       |   48 ++---
 net/sched/sch_dsmark.c    |   34 ++--
 net/sched/sch_hfsc.c      |    3 -
 net/sched/sch_htb.c       |    3 -
 net/sched/sch_ingress.c   |   19 --
 net/sched/sch_tbf.c       |    2 +-
 17 files changed, 330 insertions(+), 663 deletions(-)

Patrick McHardy (5):
      [NET_SCHED]: sch_atm: Lindent
      [NET_SCHED]: sch_atm: act_api support
      [NET_SCHED]: sch_dsmark: act_api support
      [NET_SCHED]: act_api: qdisc internal reclassify support
      [NET_SCHED]: Kill CONFIG_NET_CLS_POLICE

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-07-15  7:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-09 20:46 [RFC NET_SCHED 00/05]: Kill NET_CLS_POLICE Patrick McHardy
2007-07-09 20:46 ` [NET_SCHED 01/05]: sch_atm: Lindent Patrick McHardy
2007-07-09 20:46 ` [NET_SCHED 02/05]: sch_atm: act_api support Patrick McHardy
2007-07-09 20:46 ` [NET_SCHED 03/05]: sch_dsmark: " Patrick McHardy
2007-07-09 20:46 ` [NET_SCHED 04/05]: act_api: qdisc internal reclassify support Patrick McHardy
2007-07-09 20:46 ` [NET_SCHED 05/05]: Kill CONFIG_NET_CLS_POLICE Patrick McHardy
2007-07-15  7:00 ` [RFC NET_SCHED 00/05]: Kill NET_CLS_POLICE David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).