]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mvneta-next'
authorDavid S. Miller <davem@davemloft.net>
Fri, 23 May 2014 19:32:15 +0000 (15:32 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 23 May 2014 19:32:15 +0000 (15:32 -0400)
commit26d85b540b110faee56888d74070e3e23de7a672
tree0421ee0814f5db0888d761b7398356447c9c2779
parentd566563859740b7647eb14b808ee44d1263ad8e3
parentc5b60feccc5525cc2f34da1efa5d93015c733fc8
Merge branch 'mvneta-next'

Ezequiel Garcia says:

====================
net: ethernet: marvell: Assorted fixes

New round for this assorted fixes and clean-up series. There is more room for
clean-ups, and I'll start preparing more patches once these are accepted.

This series consists of cleanups and minor improvements on mvneta, mv643xx_eth
and mvmdio drivers. None of the patches imply any functionality change, except
for the patch six "Change the number of default rx queues to one".

This patch reduces the driver's allocated resources and makes the multiqueue
path in the poll function not get taken. The previous patchset contains more
details:

  http://permalink.gmane.org/gmane.linux.network/315015

As usual, any feedback on this will be well received!

Changes from v2:

  * Rebased on today's net-next and dropped patch
    "net: mvneta: Factorize feature setting", merged in the recent
    TSO series.

  * As per Sergei suggestion, used devm_kcalloc or devm_kmalloc_array
    when suitable.

Changes from v1:

  * Added two more clean-up patches to the series.

  * Added Sebastian's Acked-by's.

  * Fixed extra empty line in "net: mv643xx_eth: Simplify
    mv643xx_eth_adjust_link()" as pointed out by David Miller.
====================

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