]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'txq_max_rate'
authorDavid S. Miller <davem@davemloft.net>
Wed, 18 Mar 2015 18:55:23 +0000 (14:55 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 18 Mar 2015 18:55:23 +0000 (14:55 -0400)
commit6b3c6d5df8d49fd70c3943eab1ca58d8de4144f7
tree6ddfb4d3d0ebd6f034418b4790cca649bd37a1e6
parent00f3bbf4494691322f0cd036f0c00012dc5a539c
parentfada561c00ec440fbae59ebde4104e98793c1fa1
Merge branch 'txq_max_rate'

Or Gerlitz says:

====================
Add max rate TXQ attribute

Add the ability to set a max-rate limitation for TX queues.
The attribute name is maxrate and the units are Mbs, to make
it similar to the existing max-rate limitation knobs (ETS and
SRIOV ndo calls).

changes from V2:
  - added Documentation (thanks Florian and Tom)
  - rebased to latest net-next to comply with the swdev ndo removal
  - addressed more feedback from Dave on the comments style

changes from V1:
  - addressed feedback from Dave

changes from V0:
  - addressed feedback from Sergei

John Fastabend (1):
  net: Add max rate tx queue attribute
====================

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