]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'sch_hfsc-fixes-cleanups'
authorDavid S. Miller <davem@davemloft.net>
Fri, 1 Jul 2016 09:03:51 +0000 (05:03 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Jul 2016 09:03:51 +0000 (05:03 -0400)
commit38f47396632bb86c7efea14053333025a1b71e6d
tree33367ce93af815a7be03dd351bf044276789dc41
parentecf631e4b5c23bf0875816de9caeb5aa15b3e3b2
parent5d67addb5a9d1d91cf13ef6befdc6d3b532261d3
Merge branch 'sch_hfsc-fixes-cleanups'

Michal Soltys says:

====================
HFSC patches, part 1

It's revised version of part of the patches I submitted really, really long
time ago (back then I asked Patrick to ignore them as I found some issues
shortly after submitting).

Anyway this is the first set with very simple fixes/changes though some of them
relatively subtle (I tried to do very exhaustive commit messages explaining what
and why with those).

The patches are against net-next tree.

The second set will be heavier - or rather with more complex explanations, among those I have:

- a fix to subtle issue introduced in
  http://permalink.gmane.org/gmane.linux.kernel.commits.2-4/8281
  along with simplifying related stuff
- update times to 96 bits (which allows to "just" use 32 bit shifts and
  improves curve definition accuracy at more extreme low/high speeds)
- add curve "merging" instead of just selecting in convex case (computations
  mirror those from concave intersection)

But these are eventually for later.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>