devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] ARM: Berlin: Ethernet support
@ 2014-08-29 13:50 Antoine Tenart
  2014-08-29 13:50 ` [PATCH 1/5] net: mvberlin_eth: add an Ethernet driver for Marvell Berlin Antoine Tenart
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Antoine Tenart @ 2014-08-29 13:50 UTC (permalink / raw)
  To: sebastian.hesselbarth, thomas.petazzoni
  Cc: Antoine Tenart, alexandre.belloni, zmxu, jszhang, netdev,
	linux-arm-kernel, devicetree, linux-kernel

Hi all,

This series introduce the Marvell Berlin Ethernet driver, allowing to
handle the fast Ethernet port. This driver is based on the mv643xx_eth
driver and reuse some of its functions. While I wanted to make these
functions common to the two drivers at first, I finally do think this
is not a great idea:
- Registers are very different.
- The mv643xx_eth supports up to 1000Mbps interfaces and performance
  issues may occur, whereas the mvberlin_eth is only for fast Ethernet.
- The mvberlin_eth driver uses a hash table to filter incoming packets.
- A few other differences.

I tried to stay close to the mv643xx_eth implementation, so that the
discussion is still open, but I still ended up with lots of tiny
differences that can be hard to manage for both cases. In the end I do
think having two separate drivers is a good choice.

That being said, I tested the Ethernet communication with ICMP pings,
netcat, tried to use some network related softwares (such as ssh). Here
is an iperf output:

 ------------------------------------------------------------
 Client connecting to 192.168.0.11, TCP port 5001
 TCP window size: 85.0 KByte (default)
 ------------------------------------------------------------
 [  3] local 192.168.0.20 port 44183 connected with 192.168.0.11 port 5001
 [ ID] Interval       Transfer     Bandwidth
 [  3]  0.0-10.0 sec   113 MBytes  94.8 Mbits/sec

Tests were done on a BG2Q DMP, and this series currently does not add
other device tree nodes than the ones for this board.

Thanks!

Antoine


Antoine Tenart (5):
  net: mvberlin_eth: add an Ethernet driver for Marvell Berlin
  Documentation: bindings: net: add the Marvell Berlin Ethernet
    controller
  Documentation: devicetree: net: mention Marvell Berlin
  ARM: dts: berlin: add ethernet and mdio nodes
  ARM: dts: berlin: enable the Ethernet port on the BG2Q DMP

 .../devicetree/bindings/net/marvell-berlin.txt     |   23 +
 .../devicetree/bindings/net/marvell-orion-mdio.txt |    6 +-
 arch/arm/boot/dts/berlin2q-marvell-dmp.dts         |   13 +
 arch/arm/boot/dts/berlin2q.dtsi                    |   19 +
 drivers/net/ethernet/marvell/Kconfig               |    9 +
 drivers/net/ethernet/marvell/Makefile              |    1 +
 drivers/net/ethernet/marvell/mvberlin_eth.c        | 2081 ++++++++++++++++++++
 7 files changed, 2149 insertions(+), 3 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/net/marvell-berlin.txt
 create mode 100644 drivers/net/ethernet/marvell/mvberlin_eth.c

-- 
1.9.1

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

end of thread, other threads:[~2014-09-09 14:51 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-29 13:50 [PATCH 0/5] ARM: Berlin: Ethernet support Antoine Tenart
2014-08-29 13:50 ` [PATCH 1/5] net: mvberlin_eth: add an Ethernet driver for Marvell Berlin Antoine Tenart
     [not found]   ` <1409320263-10295-2-git-send-email-antoine.tenart-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
2014-08-29 14:51     ` Ezequiel Garcia
2014-09-09 14:51       ` Antoine Tenart
2014-09-02  3:26     ` David Miller
2014-08-29 13:51 ` [PATCH 2/5] Documentation: bindings: net: add the Marvell Berlin Ethernet controller Antoine Tenart
2014-08-29 13:51 ` [PATCH 3/5] Documentation: devicetree: net: mention Marvell Berlin Antoine Tenart
2014-08-29 13:51 ` [PATCH 4/5] ARM: dts: berlin: add ethernet and mdio nodes Antoine Tenart
2014-08-29 13:51 ` [PATCH 5/5] ARM: dts: berlin: enable the Ethernet port on the BG2Q DMP Antoine Tenart
     [not found] ` <1409320263-10295-1-git-send-email-antoine.tenart-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
2014-08-29 16:47   ` [PATCH 0/5] ARM: Berlin: Ethernet support Sebastian Hesselbarth

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