netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH/RFC 00/11] HFSC patches
@ 2011-11-05  2:32 Michal Soltys
  2011-11-05  2:32 ` [PATCH 01/11] sch_hfsc.c: update_d() fixup Michal Soltys
                   ` (11 more replies)
  0 siblings, 12 replies; 15+ messages in thread
From: Michal Soltys @ 2011-11-05  2:32 UTC (permalink / raw)
  To: kaber; +Cc: davem, netdev

Those are most of the patches I've been sitting on for a while. For the most
part they are either small corrections or simplifications (marked with s) - but
there are also some new things (marked with !), the most interesting being #8
probably.

All changes are richly commented in respective commit messages. I've been using
them for a while - so unless I missed some subtlety, all should be fine.

Apart from these, there's still one subtle thing to do w.r.t. cl_cvtmin (during
init_vf(), as this value is lagged relatively to the situation at the time of
enqueue).

On a side note, I was thinking about something like hfsc-strict or so - where
[uplink] interface could be upperlimited on hfsc qdisc level, but all the class
upperlimit would be otherwise gone. Not sure if anyone would be even interested
in something like that at all.


Michal Soltys (11):
  sch_hfsc.c: update_d() fixup
  sch_hfsc.c: go passive after cl_vt update in update_vf()
  sch_hfsc.c: rtsc_min() convex/convex case fixup
s sch_hfsc.c: remove initial check in vttree_get_minvt() (optional)
s sch_hfsc.c: don't subtract from cl_vtoff and cl_cvtoff
s sch_hfsc.c: seg_y2x(), rtsc_y2x(), hfsc_change_class() minor changes
s sch_hfsc.c: make cl_vt keep all periods in itself
! sch_hfsc.c: update speed table, add explanations, increase accuracy
s sch_hfsc.c: split update_vf()
! sch_hfsc.c: make sure classes are able to use 1st segment on fresh backlog period
s sch_hfsc.c: remove cl_vtadj, shift virtual curve instead

 net/sched/sch_hfsc.c |  373 +++++++++++++++++++++++++++-----------------------
 1 files changed, 203 insertions(+), 170 deletions(-)

-- 
1.7.7.1

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

end of thread, other threads:[~2011-11-06  1:09 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-05  2:32 [PATCH/RFC 00/11] HFSC patches Michal Soltys
2011-11-05  2:32 ` [PATCH 01/11] sch_hfsc.c: update_d() fixup Michal Soltys
2011-11-05  2:32 ` [PATCH 02/11] sch_hfsc.c: go passive after cl_vt update in update_vf() Michal Soltys
2011-11-05  2:32 ` [PATCH 03/11] sch_hfsc.c: rtsc_min() convex/convex case fixup Michal Soltys
2011-11-05  2:32 ` [PATCH 04/11] sch_hfsc.c: remove initial check in vttree_get_minvt() (optional) Michal Soltys
2011-11-05  2:32 ` [PATCH 05/11] sch_hfsc.c: don't subtract from cl_vtoff and cl_cvtoff Michal Soltys
2011-11-05  2:32 ` [PATCH 06/11] sch_hfsc.c: seg_y2x(), rtsc_y2x(), hfsc_change_class() minor changes Michal Soltys
2011-11-05  2:32 ` [PATCH 07/11] sch_hfsc.c: make cl_vt keep all periods in itself Michal Soltys
2011-11-05  2:32 ` [PATCH 08/11] sch_hfsc.c: update speed table, add explanations, increase accuracy Michal Soltys
2011-11-06  1:09   ` [PATCH 12/11] sch_hfsc.c: converter fixups Michal Soltys
2011-11-05  2:32 ` [PATCH 09/11] sch_hfsc.c: split update_vf() Michal Soltys
2011-11-05  2:32 ` [PATCH 10/11] sch_hfsc.c: make sure classes are able to use 1st segment on fresh backlog period Michal Soltys
2011-11-05  2:32 ` [PATCH 11/11] sch_hfsc.c: remove cl_vtadj, shift virtual curve instead Michal Soltys
2011-11-05  3:48 ` [PATCH/RFC 00/11] HFSC patches Patrick McHardy
2011-11-05 17:43   ` Michal Soltys

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