netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RFC 0/3] DSA: Support multiple CPU ports
@ 2015-05-29 19:13 Andrew Lunn
  2015-05-29 19:13 ` [PATCH RFC 1/3] net: dsa: Refactor DT probing of a switch port Andrew Lunn
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Andrew Lunn @ 2015-05-29 19:13 UTC (permalink / raw)
  To: netdev; +Cc: Florian Fainelli, Guenter Roeck, mathieu, Andrew Lunn

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

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

end of thread, other threads:[~2015-06-01  7:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-29 19:13 [PATCH RFC 0/3] DSA: Support multiple CPU ports Andrew Lunn
2015-05-29 19:13 ` [PATCH RFC 1/3] net: dsa: Refactor DT probing of a switch port Andrew Lunn
2015-05-29 19:13 ` [PATCH RFC 2/3] dsa: Add support for multiple cpu ports Andrew Lunn
2015-05-30 12:09   ` Bjørn Mork
2015-05-31  0:05     ` Sergey Ryazanov
2015-06-01  0:51     ` Andrew Lunn
2015-06-01  7:23       ` Bjørn Mork
2015-05-29 19:13 ` [PATCH RFC 3/3] kirkwood: dir665: Enable the second Ethernet to the Switch Andrew Lunn

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