lkml.org 
[lkml]   [2017]   [Nov]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH net-next 00/11] net: dsa: setup stage
Date
When probing a DSA switch, there is basically two stages.

The first stage is the parsing of the switch device, from either device
tree or platform data. It fetches the DSA tree to which it belongs, and
validates its ports. The switch device is then added to the tree, and
the second stage is called if this was the last switch of the tree.

The second stage is the setup of the tree, which validates that the tree
is complete, sets up the routing tables, the default CPU port for user
ports, sets up the switch drivers and finally the master interfaces,
which makes the whole switch fabric functional.

This patch series covers the second setup stage. The setup and teardown
of a switch tree have been separated into logical steps, and the probing
of a switch now simply parses and adds a switch to a tree.

Vivien Didelot (11):
net: dsa: constify cpu_dp member of dsa_port
net: dsa: setup and teardown default CPU port
net: dsa: setup and teardown master device
net: dsa: setup and teardown tree
net: dsa: setup and teardown switches
net: dsa: setup and teardown ports
net: dsa: add find port by node helper
net: dsa: use of_for_each_phandle
net: dsa: setup routing table
net: dsa: setup a tree when adding a switch to it
net: dsa: rename probe and remove switch functions

include/net/dsa.h | 4 +-
net/dsa/dsa2.c | 615 +++++++++++++++++++++++------------------------------
net/dsa/dsa_priv.h | 4 +-
net/dsa/legacy.c | 20 +-
net/dsa/master.c | 30 ++-
net/dsa/slave.c | 2 +-
6 files changed, 296 insertions(+), 379 deletions(-)

--
2.14.3

\
 
 \ /
  Last update: 2017-11-08 20:57    [W:0.074 / U:0.608 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site