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)
commit15a09901dc8f107e7fa8589e92f2e8f5a0e5da6f
treecb8fbecf2315825e14a42351cce4496fb5b0732c
parentfaac0ff0a544eed6b8c9375c1104d692e4979540
parent2c204c2b9fca36aa24f7abe2e8bfd83fe3a8db8d
Merge branch 'thunderx-bql'

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>