netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [NET_SCHED 00/04]: Cleanups
@ 2007-06-19 15:02 Patrick McHardy
  2007-06-19 15:02 ` [NET_SCHED 01/04]: Remove CONFIG_NET_ESTIMATOR option Patrick McHardy
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Patrick McHardy @ 2007-06-19 15:02 UTC (permalink / raw)
  To: davem; +Cc: devik, netdev, Patrick McHardy

These patches contain some cleanup in net/sched related to estimators
(removal of the NET_ESTIMATOR config option, unnecessary stats_lock
pointers in multiple structures and the HTB estimator reimplementation)
and additionally remove lots of unnecessary includes.

Please apply, thanks.


 include/net/act_api.h     |    2 -
 net/sched/Kconfig         |   12 -----
 net/sched/act_api.c       |   23 +---------
 net/sched/act_gact.c      |   11 -----
 net/sched/act_ipt.c       |   12 -----
 net/sched/act_mirred.c    |   12 -----
 net/sched/act_pedit.c     |   11 -----
 net/sched/act_police.c    |   36 +--------------
 net/sched/act_simple.c    |    1 -
 net/sched/cls_api.c       |   10 ----
 net/sched/cls_basic.c     |    1 -
 net/sched/cls_fw.c        |   19 +--------
 net/sched/cls_route.c     |   20 +-------
 net/sched/cls_rsvp.c      |   17 +-------
 net/sched/cls_rsvp6.c     |   16 -------
 net/sched/cls_tcindex.c   |    3 -
 net/sched/cls_u32.c       |   18 +-------
 net/sched/ematch.c        |    2 -
 net/sched/sch_api.c       |   18 --------
 net/sched/sch_atm.c       |    4 --
 net/sched/sch_blackhole.c |    1 -
 net/sched/sch_cbq.c       |   34 ++-------------
 net/sched/sch_dsmark.c    |    1 -
 net/sched/sch_fifo.c      |    1 -
 net/sched/sch_generic.c   |   10 ----
 net/sched/sch_gred.c      |    1 -
 net/sched/sch_hfsc.c      |   21 +--------
 net/sched/sch_htb.c       |  102 +++++++++++----------------------------------
 net/sched/sch_ingress.c   |    9 +----
 net/sched/sch_netem.c     |    2 -
 net/sched/sch_prio.c      |   16 -------
 net/sched/sch_red.c       |    1 -
 net/sched/sch_sfq.c       |   18 +-------
 net/sched/sch_tbf.c       |   19 +--------
 net/sched/sch_teql.c      |   18 +-------
 35 files changed, 49 insertions(+), 453 deletions(-)

Patrick McHardy (4):
      [NET_SCHED]: Remove CONFIG_NET_ESTIMATOR option
      [NET_SCHED]: Remove unnecessary stats_lock pointers
      [NET_SCHED]: sch_htb: use generic estimator
      [NET_SCHED]: Remove unnecessary includes

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

end of thread, other threads:[~2007-07-03  5:49 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-19 15:02 [NET_SCHED 00/04]: Cleanups Patrick McHardy
2007-06-19 15:02 ` [NET_SCHED 01/04]: Remove CONFIG_NET_ESTIMATOR option Patrick McHardy
2007-07-03  5:46   ` David Miller
2007-06-19 15:02 ` [NET_SCHED 02/04]: Remove unnecessary stats_lock pointers Patrick McHardy
2007-07-03  5:47   ` David Miller
2007-06-19 15:02 ` [NET_SCHED 03/04]: sch_htb: use generic estimator Patrick McHardy
2007-06-19 18:07   ` Ranjit Manomohan
2007-06-19 21:22     ` Patrick McHardy
2007-07-03  5:48       ` David Miller
2007-06-19 15:02 ` [NET_SCHED 04/04]: Remove unnecessary includes Patrick McHardy
2007-07-03  5:49   ` 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).