From: Roopa Prabhu <redacted>
This series moves bridge stp update api to follow the setlink/dellink
apis to propagate stp state updates to switch ports on stacked netdevs
v1 -> v2:
fix comment
add CONFIG_NET_SWITCHDEV checks
Signed-off-by: Roopa Prabhu <redacted>
Roopa Prabhu (3):
switchdev: fix stp update API to work with layered netdevices
bond: add support for ndo_switch_port_stp_update when bond is a
bridge port
team: add support for ndo_switch_port_stp_update when team dev is a
bridge port
drivers/net/bonding/bond_main.c | 3 +++
drivers/net/team/team.c | 3 +++
include/net/switchdev.h | 4 ++++
net/switchdev/switchdev.c | 30 +++++++++++++++++++++++++++++-
4 files changed, 39 insertions(+), 1 deletion(-)
--
1.7.10.4