[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1424808511-18222-1-git-send-email-f.fainelli@gmail.com>
Date: Tue, 24 Feb 2015 12:08:28 -0800
From: Florian Fainelli <f.fainelli@...il.com>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net, Florian Fainelli <f.fainelli@...il.com>,
vivien.didelot@...oirfairelinux.com,
jerome.oufella@...oirfairelinux.com, linux@...ck-us.net,
andrew@...n.ch, cphealy@...il.com
Subject: [PATCH net-next v2 0/3] net: dsa: integration with SWITCHDEV for HW bridging
Hi all,
This patch set provides the DSA and SWITCHDEV integration bits together and
modifies the bcm_sf2 driver accordingly such that it works properly with HW
bridging.
Changes in v2:
- avoid a race condition in how DSA network devices are created, patch from
Guenter Roeck
- provide a consistent and work STP state once a port leaves the bridge
- retain a bridge device pointer to properly flag port/bridge membership
- properly flush the ARL (Address Resolution Logic) in bcm_sf2.c
- properly retain port membership when individually bringing devices up/down
while they are members of a bridge
We discussed on the mailing-list the possibility of standardizing a "fdb_flush"
operation for DSA switch drivers, looking at the Marvell and Broadcom switches,
I am not convinced this is practical or diserable as the terminologies vary
here, but there is nothing preventing us from doing it later.
Many thanks to Guenter and Andrew for both testing and providing feedback.
Thanks!
Florian Fainelli (2):
net: dsa: integrate with SWITCHDEV for HW bridging
net: dsa: bcm_sf2: add HW bridging support
Guenter Roeck (1):
net: dsa: Ensure that port array elements are initialized before being
used
drivers/net/dsa/bcm_sf2.c | 155 ++++++++++++++++++++++++++++++++++++++-
drivers/net/dsa/bcm_sf2.h | 2 +
drivers/net/dsa/bcm_sf2_regs.h | 15 ++++
include/net/dsa.h | 10 +++
net/dsa/Kconfig | 1 +
net/dsa/dsa.c | 17 +++--
net/dsa/dsa_priv.h | 9 ++-
net/dsa/slave.c | 161 +++++++++++++++++++++++++++++++++++++++--
8 files changed, 352 insertions(+), 18 deletions(-)
--
2.1.0
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists