netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] DPAA Ethernet fixes
@ 2018-02-19 16:10 Madalin Bucur
  2018-02-19 16:10 ` [PATCH net-next 1/4] dpaa_eth: fix SG mapping Madalin Bucur
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Madalin Bucur @ 2018-02-19 16:10 UTC (permalink / raw)
  To: netdev; +Cc: davem, 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.


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   | 67 ++++++++++++++----------
 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, 126 insertions(+), 33 deletions(-)

-- 
2.1.0

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

end of thread, other threads:[~2018-02-20 18:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-19 16:10 [PATCH net-next 0/4] DPAA Ethernet fixes Madalin Bucur
2018-02-19 16:10 ` [PATCH net-next 1/4] dpaa_eth: fix SG mapping Madalin Bucur
2018-02-20 18:56   ` David Miller
2018-02-19 16:10 ` [PATCH net-next 2/4] dpaa_eth: make sure all Rx errors are counted Madalin Bucur
2018-02-19 16:10 ` [PATCH net-next 3/4] dpaa_eth: refactor frag count checking Madalin Bucur
2018-02-19 16:10 ` [PATCH net-next 4/4] dpaa_eth: Add allmulti option Madalin Bucur

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