]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'cxgb4-tx-rate-limiting'
authorDavid S. Miller <davem@davemloft.net>
Tue, 23 Aug 2016 01:29:14 +0000 (18:29 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 23 Aug 2016 01:29:14 +0000 (18:29 -0700)
commite27eb06963c210053961ffd8b603525168d718ce
tree5b7a9faa8aafc1b8bbcedfb0276b894e437ab870
parent9de5c99def9bc1ffed8de1da2786ff9d5666090e
parenteb60f2cda9be3b95ad19c27a3b148d56681ad92c
Merge branch 'cxgb4-tx-rate-limiting'

Rahul Lakkireddy says:

====================
TX max rate limiting for Chelsio T4/T5 adapters

This series of patches implement tx max rate limiting per queue on
Chelsio T4/T5 hardware.  This is achieved by first creating a tx
scheduling class with the specified max rate.  The queue is then
bound to the newly created class.  If a scheduling class with similar
max rate already exists, then the queue is bound to the matching class.

Patch 1 adds support for setting tx scheduling classes.
Patch 2 adds support to bind/unbind queues to/from the scheduling classes.
Patch 3 implements the set_tx_maxrate NDO.
====================

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