netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/8] net: ethernet: marvell: Assorted fixes
@ 2014-05-22 23:06 Ezequiel Garcia
  2014-05-22 23:06 ` [PATCH v3 1/8] net: mv643xx_eth: Simplify mv643xx_eth_adjust_link() Ezequiel Garcia
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Ezequiel Garcia @ 2014-05-22 23:06 UTC (permalink / raw)
  To: netdev, David Miller
  Cc: Thomas Petazzoni, Sebastian Hesselbarth, Gregory Clement,
	Lior Amsalem, Tawfik Bayouk, Andrew Lunn, Ezequiel Garcia

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.

Ezequiel Garcia (8):
  net: mv643xx_eth: Simplify mv643xx_eth_adjust_link()
  net: mvneta: Clean-up mvneta_tx_frag_process()
  net: mvneta: Check tx queue setup error in mvneta_change_mtu()
  net: mvneta: Clean-up mvneta_init()
  net: mvneta: Use prepare/commit API to simplify MAC address setting
  net: mvneta: Change the number of default rx queues to one
  net: mvmdio: Use devm_* API to simplify the code
  net: mvneta: Remove unneeded 'weigth' field

 drivers/net/ethernet/marvell/mv643xx_eth.c | 14 ++---
 drivers/net/ethernet/marvell/mvmdio.c      | 18 ++----
 drivers/net/ethernet/marvell/mvneta.c      | 91 ++++++++++++------------------
 3 files changed, 45 insertions(+), 78 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-05-23 20:02 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-22 23:06 [PATCH v3 0/8] net: ethernet: marvell: Assorted fixes Ezequiel Garcia
2014-05-22 23:06 ` [PATCH v3 1/8] net: mv643xx_eth: Simplify mv643xx_eth_adjust_link() Ezequiel Garcia
2014-05-22 23:06 ` [PATCH v3 2/8] net: mvneta: Clean-up mvneta_tx_frag_process() Ezequiel Garcia
2014-05-22 23:06 ` [PATCH v3 3/8] net: mvneta: Check tx queue setup error in mvneta_change_mtu() Ezequiel Garcia
2014-05-22 23:06 ` [PATCH v3 4/8] net: mvneta: Clean-up mvneta_init() Ezequiel Garcia
2014-05-22 23:07 ` [PATCH v3 5/8] net: mvneta: Use prepare/commit API to simplify MAC address setting Ezequiel Garcia
2014-05-22 23:07 ` [PATCH v3 6/8] net: mvneta: Change the number of default rx queues to one Ezequiel Garcia
2014-05-22 23:07 ` [PATCH v3 7/8] net: mvmdio: Use devm_* API to simplify the code Ezequiel Garcia
2014-05-22 23:07 ` [PATCH v3 8/8] net: mvneta: Remove unneeded 'weigth' field Ezequiel Garcia
2014-05-23 19:36 ` [PATCH v3 0/8] net: ethernet: marvell: Assorted fixes David Miller
2014-05-23 20:01   ` Ezequiel Garcia

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).