netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/2] HFSC patches
@ 2016-08-02 22:44 Michal Soltys
  2016-08-02 22:44 ` [PATCH net-next v2 1/2] net/sched/sch_hfsc.c: keep fsc and virtual times in sync; fix an old bug Michal Soltys
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Michal Soltys @ 2016-08-02 22:44 UTC (permalink / raw)
  To: davem; +Cc: kaber, netdev

Changes since v1:

- in the first patch's commit message, reference old patch using kernel.org's
  historical tree (instead of using gmane)
- in the second patch we just remove variable

Notes regarding patch #1/2:

This patch syncs virtual times with fair service curve and fixes a very old
subtle bug.

The detailed explanation is in the commit message. Additionally
I've made an illustration to help understand the issue better:

http://imgur.com/a/N8uMC

See the example at the bottom of the commit message - Am1_3 and Am2_3 is what
should happen with such queue setup, Am1_3real and Am2_3real is what actually
happens due to rtsc_min() calculating minimum from corrected and uncorrected
curves.

Michal Soltys (2):
  net/sched/sch_hfsc.c: keep fsc and virtual times in sync; fix an old
    bug
  net/sched/sch_hfsc.c: remove unused cl_myfadj

 net/sched/sch_hfsc.c | 51 ++++++++++++++-------------------------------------
 1 file changed, 14 insertions(+), 37 deletions(-)

-- 
2.1.3

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

end of thread, other threads:[~2016-08-09 23:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-02 22:44 [PATCH net-next v2 0/2] HFSC patches Michal Soltys
2016-08-02 22:44 ` [PATCH net-next v2 1/2] net/sched/sch_hfsc.c: keep fsc and virtual times in sync; fix an old bug Michal Soltys
2016-08-02 22:44 ` [PATCH net-next v2 2/2] net/sched/sch_hfsc.c: remove unused cl_myfadj Michal Soltys
2016-08-09 23:18 ` [PATCH net-next v2 0/2] HFSC patches 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).