]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net/sched/sch_hfsc.c: anchor virtual curve at proper vt in hfsc_change_fsc()
authorMichal Soltys <soltys@ziu.info>
Thu, 30 Jun 2016 00:26:48 +0000 (02:26 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Jul 2016 09:03:43 +0000 (05:03 -0400)
commit33ef84a77d7502359abd097a28dbeb67d5466a7c
tree33367ce93af815a7be03dd351bf044276789dc41
parentab12cb4742cf608cfee43c84fe07fa56bd473dcb
net/sched/sch_hfsc.c: anchor virtual curve at proper vt in hfsc_change_fsc()

cl->cl_vt alone is relative only to the current backlog period, while
the curve operates on cumulative virtual time. This patch adds missing
cl->cl_vtoff.

Signed-off-by: Michal Soltys <soltys@ziu.info>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/sch_hfsc.c