All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4 v3 net-next] net: stmmac: adding multiple buffers
@ 2017-04-06  8:49 Joao Pinto
  2017-04-06  8:49 ` [PATCH 1/4 v3 net-next] net: stmmac: break some functions into RX and TX scopes Joao Pinto
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Joao Pinto @ 2017-04-06  8:49 UTC (permalink / raw)
  To: davem, clabbe.montjoie, treding, niklas.cassel, julia.lawall
  Cc: netdev, Joao Pinto

This patch adds multiple buffers to stmmac in a more fragmented
way, in order to make problem debug easier.

I would kindly request to people to test this patch in their HWs in
order to check if everything's functional. Thank you.

Joao Pinto (4):
  net: stmmac: break some functions into RX and TX scopes
  net: stmmac: adding multiple buffers for rx
  net: stmmac: adding multiple buffers for TX
  net: stmmac: adding multiple napi mechanism

 drivers/net/ethernet/stmicro/stmmac/chain_mode.c  |   45 +-
 drivers/net/ethernet/stmicro/stmmac/ring_mode.c   |   46 +-
 drivers/net/ethernet/stmicro/stmmac/stmmac.h      |   49 +-
 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 1260 ++++++++++++++-------
 4 files changed, 950 insertions(+), 450 deletions(-)

-- 
2.9.3

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

end of thread, other threads:[~2017-04-07 14:18 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-06  8:49 [PATCH 0/4 v3 net-next] net: stmmac: adding multiple buffers Joao Pinto
2017-04-06  8:49 ` [PATCH 1/4 v3 net-next] net: stmmac: break some functions into RX and TX scopes Joao Pinto
2017-04-06  9:07   ` Niklas Cassel
2017-04-06  8:49 ` [PATCH 2/4 v3 net-next] net: stmmac: adding multiple buffers for rx Joao Pinto
2017-04-06  9:07   ` Niklas Cassel
2017-04-06 12:32   ` Thierry Reding
2017-04-06  8:49 ` [PATCH 3/4 v3 net-next] net: stmmac: adding multiple buffers for TX Joao Pinto
2017-04-06  9:08   ` Niklas Cassel
2017-04-06  8:49 ` [PATCH 4/4 v3 net-next] net: stmmac: adding multiple napi mechanism Joao Pinto
2017-04-06  9:08   ` Niklas Cassel
2017-04-07 14:18 ` [PATCH 0/4 v3 net-next] net: stmmac: adding multiple buffers David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.