[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1432926814-22648-1-git-send-email-andrew@lunn.ch>
Date: Fri, 29 May 2015 21:13:31 +0200
From: Andrew Lunn <andrew@...n.ch>
To: netdev <netdev@...r.kernel.org>
Cc: Florian Fainelli <f.fainelli@...il.com>,
Guenter Roeck <linux@...ck-us.net>, mathieu@...eaurora.org,
Andrew Lunn <andrew@...n.ch>
Subject: [PATCH RFC 0/3] DSA: Support multiple CPU ports
This is an RFC set of patches to support multiple CPU ports
in a DSA setup.
In the kirkwood DIR665 example, host eth1 is used for traffic to/from
ports lan4, lan2 and wan, where as all other ports use eth0.
RFC because it needs more testing and it would be nice to know if the
basic idea is applicable to SF2, etc.
Andrew Lunn (3):
net: dsa: Refactor DT probing of a switch port
dsa: Add support for multiple cpu ports.
kirkwood: dir665: Enable the second Ethernet to the Switch
Documentation/devicetree/bindings/net/dsa/dsa.txt | 66 ++++++++-
arch/arm/boot/dts/kirkwood-dir665.dts | 22 ++-
drivers/net/dsa/mv88e6xxx.c | 8 +-
include/net/dsa.h | 28 +++-
net/dsa/dsa.c | 166 ++++++++++++++++------
net/dsa/dsa_priv.h | 6 +
net/dsa/slave.c | 10 +-
net/dsa/tag_brcm.c | 2 +-
net/dsa/tag_dsa.c | 2 +-
net/dsa/tag_edsa.c | 2 +-
net/dsa/tag_trailer.c | 2 +-
11 files changed, 260 insertions(+), 54 deletions(-)
--
2.1.4
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists