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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to