diff options
author | Vivien Didelot <vivien.didelot@gmail.com> | 2019-10-21 16:51:19 -0400 |
---|---|---|
committer | Jakub Kicinski <jakub.kicinski@netronome.com> | 2019-10-22 12:37:06 -0700 |
commit | fb35c60cbacc67a6075fb8e3d98fa348665662fe (patch) | |
tree | 17f6f1fbb92d24d6ff9492901a5812e2e40661f4 /include/net/dsa.h | |
parent | 7b9a2f4bac68e1dcc77baebd8c1e32d43710bafa (diff) | |
download | lwn-fb35c60cbacc67a6075fb8e3d98fa348665662fe.tar.gz lwn-fb35c60cbacc67a6075fb8e3d98fa348665662fe.zip |
net: dsa: use ports list to setup switches
Use the new ports list instead of iterating over switches and their
ports when setting up the switches and their ports.
At the same time, provide setup states and messages for ports and
switches as it is done for the trees.
Signed-off-by: Vivien Didelot <vivien.didelot@gmail.com>
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Diffstat (limited to 'include/net/dsa.h')
-rw-r--r-- | include/net/dsa.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/net/dsa.h b/include/net/dsa.h index d2b7ee28f3fd..bd08bdee8341 100644 --- a/include/net/dsa.h +++ b/include/net/dsa.h @@ -215,9 +215,13 @@ struct dsa_port { * Original copy of the master netdev net_device_ops */ const struct net_device_ops *orig_ndo_ops; + + bool setup; }; struct dsa_switch { + bool setup; + struct device *dev; /* |