Merge branch 'qlcnic'
authorDavid S. Miller <davem@davemloft.net>
Mon, 4 Nov 2013 20:33:53 +0000 (15:33 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 Nov 2013 20:33:53 +0000 (15:33 -0500)
commit96635fbd0b6c9113a374333092f40fc34fccb4f7
tree10dfdf2a54b31601d1a3e87e3b0cc6ce0ce04922
parent165148396d8a220c0fb62e30101ea99b0223864e
parentdb62d7d96af627589d12ee4a05c24cd74c878941
Merge branch 'qlcnic'

Himanshu Madhani says:

====================
qlcnic: Multiple Tx queue support and code refactoring

This Patch series contains following changes

o Refactored code to calculate, validate and assign Tx/SDS rings for  various modes of driver.
o Enhanced ethtool statistics for multi Tx queue on all supported adapters.
o Enable multiple Tx queue for 83xx and 84xx Series adapters.
o Register netdev for failed device state.

changes from v1 -> v2
o Dropped patch to replace inappropriate usage of kzalloc() with vzalloc().

Please apply to net-next.
====================

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