]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit969882e3fdb0e44b761420004e3b56c74957f9d4
tree10dfdf2a54b31601d1a3e87e3b0cc6ce0ce04922
parent433ae8a8f23e1a93bc10179efb847778ab79924b
parent8fefdf417062184fd97b0d4356bbc1a9992458bf
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>