[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210621164219.3780244-1-olteanv@gmail.com>
Date: Mon, 21 Jun 2021 19:42:13 +0300
From: Vladimir Oltean <olteanv@...il.com>
To: Jakub Kicinski <kuba@...nel.org>,
"David S. Miller" <davem@...emloft.net>, netdev@...r.kernel.org
Cc: Florian Fainelli <f.fainelli@...il.com>,
Andrew Lunn <andrew@...n.ch>,
Vivien Didelot <vivien.didelot@...il.com>,
Vladimir Oltean <vladimir.oltean@....com>
Subject: [PATCH v2 net-next 0/6] Improvement for DSA cross-chip setups
From: Vladimir Oltean <vladimir.oltean@....com>
This series improves some aspects in multi-switch DSA tree topologies:
- better device tree validation
- better handling of MTU changes
- better handling of multicast addresses
- removal of some unused code
Changes in v2:
Remove an unused variable in patch 6.
Vladimir Oltean (6):
net: dsa: assert uniqueness of dsa,member properties
net: dsa: export the dsa_port_is_{user,cpu,dsa} helpers
net: dsa: execute dsa_switch_mdb_add only for routing port in
cross-chip topologies
net: dsa: calculate the largest_mtu across all ports in the tree
net: dsa: targeted MTU notifiers should only match on one port
net: dsa: remove cross-chip support from the MRP notifiers
include/net/dsa.h | 15 ++++++++
net/dsa/dsa2.c | 22 ++++--------
net/dsa/dsa_priv.h | 4 +--
net/dsa/port.c | 4 +--
net/dsa/slave.c | 22 ++++++------
net/dsa/switch.c | 89 ++++++++--------------------------------------
6 files changed, 53 insertions(+), 103 deletions(-)
--
2.25.1
Powered by blists - more mailing lists