netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch net-next v5 00/11] couple of net/sched fixes+improvements
@ 2013-02-12 10:11 Jiri Pirko
  2013-02-12 10:11 ` [patch net-next v5 01/11] htb: use PSCHED_TICKS2NS() Jiri Pirko
                   ` (10 more replies)
  0 siblings, 11 replies; 39+ messages in thread
From: Jiri Pirko @ 2013-02-12 10:11 UTC (permalink / raw)
  To: netdev; +Cc: davem, edumazet, jhs, kuznet, j.vimal

v4->v5:
 - added patch "sch_api: introduce qdisc_watchdog_schedule_ns()"
 - remove bogus patch "tbf: fix value set for q->ptokens"
 - fixed watchdog scheduling
   (patch "tbf: improved accuracy at high rates")
 - fixed q->mtu handling
   (patch "tbf: improved accuracy at high rates")
 - added gso skb checks to "peak" branches
   (patch "tbf: take into account gso skbs" and
    patch "act_police: remove <=mtu check for gso skbs")

v3->v4:
 - cache mtu_ptokens value instead of compute in by psched_l2t_ns in fast path
   (patch "act_police: improved accuracy at high rates" and
    patch "tbf: fix value set for q->ptokens")

v2->v3:
 - fixed schedule while atomic issue
   (patch "act_police: improved accuracy at high rates")

v1->v2:
 - made struct psched_ratecfg const in params of couple of inline functions
   (patch "sch: make htb_rate_cfg and functions around that generic")
 - fixes misspelled "peak"
   (patch "tbf: improved accuracy at high rates")
 - added last 4 patches to this set

Jiri Pirko (11):
  htb: use PSCHED_TICKS2NS()
  htb: fix values in opt dump
  htb: remove pointless first initialization of buffer and cbuffer
  htb: initialize cl->tokens and cl->ctokens correctly
  sch: make htb_rate_cfg and functions around that generic
  sch_api: introduce qdisc_watchdog_schedule_ns()
  tbf: improved accuracy at high rates
  act_police: move struct tcf_police to act_police.c
  act_police: improved accuracy at high rates
  tbf: take into account gso skbs
  act_police: remove <=mtu check for gso skbs

 include/net/act_api.h     |  15 -------
 include/net/pkt_sched.h   |  10 ++++-
 include/net/sch_generic.h |  19 +++++++++
 net/sched/act_police.c    | 102 ++++++++++++++++++++++++++++------------------
 net/sched/sch_api.c       |   6 +--
 net/sched/sch_generic.c   |  37 +++++++++++++++++
 net/sched/sch_htb.c       |  80 +++++++-----------------------------
 net/sched/sch_tbf.c       |  78 +++++++++++++++++------------------
 8 files changed, 182 insertions(+), 165 deletions(-)

-- 
1.8.1.2

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

end of thread, other threads:[~2013-03-22 10:02 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-12 10:11 [patch net-next v5 00/11] couple of net/sched fixes+improvements Jiri Pirko
2013-02-12 10:11 ` [patch net-next v5 01/11] htb: use PSCHED_TICKS2NS() Jiri Pirko
2013-02-13  0:00   ` David Miller
2013-02-12 10:12 ` [patch net-next v5 02/11] htb: fix values in opt dump Jiri Pirko
2013-02-12 23:51   ` David Miller
2013-02-12 10:12 ` [patch net-next v5 03/11] htb: remove pointless first initialization of buffer and cbuffer Jiri Pirko
2013-02-13  0:00   ` David Miller
2013-02-12 10:12 ` [patch net-next v5 04/11] htb: initialize cl->tokens and cl->ctokens correctly Jiri Pirko
2013-02-13  0:00   ` David Miller
2013-02-12 10:12 ` [patch net-next v5 05/11] sch: make htb_rate_cfg and functions around that generic Jiri Pirko
2013-02-13  0:00   ` David Miller
2013-02-12 10:12 ` [patch net-next v5 06/11] sch_api: introduce qdisc_watchdog_schedule_ns() Jiri Pirko
2013-02-12 16:32   ` Eric Dumazet
2013-02-13  0:00   ` David Miller
2013-02-12 10:12 ` [patch net-next v5 07/11] tbf: improved accuracy at high rates Jiri Pirko
2013-02-12 16:34   ` Eric Dumazet
2013-02-13  0:01   ` David Miller
2013-02-12 10:12 ` [patch net-next v5 08/11] act_police: move struct tcf_police to act_police.c Jiri Pirko
2013-02-12 12:08   ` Jamal Hadi Salim
2013-02-12 16:34   ` Eric Dumazet
2013-02-13  0:01   ` David Miller
2013-02-12 10:12 ` [patch net-next v5 09/11] act_police: improved accuracy at high rates Jiri Pirko
2013-02-12 13:31   ` Jamal Hadi Salim
2013-02-12 13:39     ` Jiri Pirko
2013-02-13  0:01   ` David Miller
2013-02-12 10:12 ` [patch net-next v5 10/11] tbf: take into account gso skbs Jiri Pirko
2013-02-12 16:39   ` Eric Dumazet
2013-02-12 17:31     ` Jiri Pirko
2013-02-12 17:54       ` Eric Dumazet
2013-02-17 16:18     ` Jiri Pirko
2013-02-17 17:54       ` Eric Dumazet
2013-02-18  9:58         ` Jiri Pirko
2013-02-19 16:15           ` Eric Dumazet
2013-02-19 16:46             ` Jiri Pirko
2013-02-19 17:01               ` Eric Dumazet
2013-03-08 15:23                 ` Jiri Pirko
2013-03-22 10:02                   ` Jiri Pirko
2013-02-12 10:12 ` [patch net-next v5 11/11] act_police: remove <=mtu check for " Jiri Pirko
2013-02-12 16:40   ` Eric Dumazet

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).