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)
commit8f6320de5f6a817ba360be6ae39f721c7f9b26fb
tree6ddfb4d3d0ebd6f034418b4790cca649bd37a1e6
parentb65885d29d41c7245bbd98769e781f77e8d9ed5b
parentc10e4fc6c45616dbadb8ccee189e2c09fb8f056f
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>