netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/6] net: ppv2: various improvements
@ 2017-10-30 10:23 Antoine Tenart
  2017-10-30 10:23 ` [PATCH net-next 1/6] net: mvpp2: set the Rx FIFO size depending on the port speeds for PPv2.2 Antoine Tenart
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Antoine Tenart @ 2017-10-30 10:23 UTC (permalink / raw)
  To: davem
  Cc: Antoine Tenart, andrew, gregory.clement, thomas.petazzoni,
	miquel.raynal, nadavh, mw, stefanc, netdev, linux-kernel

Hi all,

This series includes various patches improving the Marvell PPv2 driver.
I send them as a series to avoid any possible merge conflict.

- Patches 1 and 2 improve the initializing of the Tx and Rx FIFO.
- Patch 3 initialize the RSS table to evenly distribute the ingress
  packets across multiple Rx queues based on their hashes.
- Patch 4 limits the number of TSO segments sent to the driver, to avoid
  having more segments to handle than the corresponding number of
  available descriptors.
- Patch 5 and 6 are cosmetic improvements.

This applies on today's net-next branch, The patches were tested
extensively (I ran iperf and http downloads in parallel, transferring
TBs of data).

Thanks!
Antoine

Antoine Tenart (6):
  net: mvpp2: set the Rx FIFO size depending on the port speeds for
    PPv2.2
  net: mvpp2: initialize the Tx FIFO size
  net: mvpp2: initialize the RSS tables
  net: mvpp2: limit TSO segments and use stop/wake thresholds
  net: mvpp2: use the aggr txq size define everywhere
  net: mvpp2: simplify the Tx desc set DMA logic

 drivers/net/ethernet/marvell/mvpp2.c | 186 +++++++++++++++++++++++++++--------
 1 file changed, 147 insertions(+), 39 deletions(-)

-- 
2.14.3

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

end of thread, other threads:[~2017-11-01  3:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-30 10:23 [PATCH net-next 0/6] net: ppv2: various improvements Antoine Tenart
2017-10-30 10:23 ` [PATCH net-next 1/6] net: mvpp2: set the Rx FIFO size depending on the port speeds for PPv2.2 Antoine Tenart
2017-10-30 10:23 ` [PATCH net-next 2/6] net: mvpp2: initialize the Tx FIFO size Antoine Tenart
2017-10-30 10:23 ` [PATCH net-next 3/6] net: mvpp2: initialize the RSS tables Antoine Tenart
2017-10-30 10:23 ` [PATCH net-next 4/6] net: mvpp2: limit TSO segments and use stop/wake thresholds Antoine Tenart
2017-10-30 10:23 ` [PATCH net-next 5/6] net: mvpp2: use the aggr txq size define everywhere Antoine Tenart
2017-10-30 10:23 ` [PATCH net-next 6/6] net: mvpp2: simplify the Tx desc set DMA logic Antoine Tenart
2017-11-01  3:29 ` [PATCH net-next 0/6] net: ppv2: various improvements David Miller

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).