netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next v2 0/4] DPAA Ethernet fixes
@ 2018-02-26 17:24 Madalin Bucur
  2018-02-26 17:24 ` [net-next v2 1/4] dpaa_eth: fix SG mapping Madalin Bucur
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Madalin Bucur @ 2018-02-26 17:24 UTC (permalink / raw)
  To: davem; +Cc: netdev, linux-kernel, Madalin Bucur

Fixed an issue on the Tx path that was visible in netperf
TCP_SENDFILE tests. Addressed another issue with Rx errors
not being always counted. Adding control for allmulti.

v2: rephrased commit message, reduced changes in the SG mapping fix

Madalin Bucur (3):
  dpaa_eth: fix SG mapping
  dpaa_eth: make sure all Rx errors are counted
  dpaa_eth: refactor frag count checking

Radu Bulie (1):
  dpaa_eth: Add allmulti option

 drivers/net/ethernet/freescale/dpaa/dpaa_eth.c   | 63 ++++++++++++++----------
 drivers/net/ethernet/freescale/fman/fman_dtsec.c | 19 +++++++
 drivers/net/ethernet/freescale/fman/fman_dtsec.h |  1 +
 drivers/net/ethernet/freescale/fman/fman_memac.c | 32 +++++++++++-
 drivers/net/ethernet/freescale/fman/fman_memac.h |  1 +
 drivers/net/ethernet/freescale/fman/fman_tgec.c  | 33 +++++++++++--
 drivers/net/ethernet/freescale/fman/fman_tgec.h  |  1 +
 drivers/net/ethernet/freescale/fman/mac.c        |  3 ++
 drivers/net/ethernet/freescale/fman/mac.h        |  2 +
 9 files changed, 124 insertions(+), 31 deletions(-)

-- 
2.1.0

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

end of thread, other threads:[~2018-02-27 16:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-26 17:24 [net-next v2 0/4] DPAA Ethernet fixes Madalin Bucur
2018-02-26 17:24 ` [net-next v2 1/4] dpaa_eth: fix SG mapping Madalin Bucur
2018-02-26 17:24 ` [net-next v2 2/4] dpaa_eth: make sure all Rx errors are counted Madalin Bucur
2018-02-26 17:24 ` [net-next v2 3/4] dpaa_eth: refactor frag count checking Madalin Bucur
2018-02-26 17:24 ` [net-next v2 4/4] dpaa_eth: Add allmulti option Madalin Bucur
2018-02-27 16:40 ` [net-next v2 0/4] DPAA Ethernet fixes 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).