Merge branch 'thunderx-bql'
authorDavid S. Miller <davem@davemloft.net>
Sat, 24 Sep 2016 12:47:20 +0000 (08:47 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sat, 24 Sep 2016 12:47:20 +0000 (08:47 -0400)
Sunil Goutham says:

====================
BQL support and fix for a regression issue

These patches add byte queue limit support and also fixes a regression
issue introduced by commit
'net: thunderx: Use netdev's name for naming VF's interrupts'

Changes from v1:
- As suggested added 'Fixes' tag with commit id of previous commit
  which cuased issue.
- Also fixed the missing netdev_tx_reset_queue() function call in
  byte queue limits support patch.
====================

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

Trivial merge