netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/5] Propagate extack for switchdev VLANs from DSA
@ 2021-02-13 20:43 Vladimir Oltean
  2021-02-13 20:43 ` [PATCH net-next 1/5] net: bridge: remove __br_vlan_filter_toggle Vladimir Oltean
                   ` (5 more replies)
  0 siblings, 6 replies; 17+ messages in thread
From: Vladimir Oltean @ 2021-02-13 20:43 UTC (permalink / raw)
  To: David S . Miller, Jakub Kicinski, netdev
  Cc: Florian Fainelli, Andrew Lunn, Vivien Didelot, Kurt Kanzenbach,
	Woojung Huh, Linus Walleij, Hauke Mehrtens, Jiri Pirko,
	Ivan Vecera, Roopa Prabhu, Nikolay Aleksandrov, DENG Qingfang,
	Ido Schimmel

From: Vladimir Oltean <vladimir.oltean@nxp.com>

This series moves the restriction messages printed by the DSA core, and
by some individual device drivers, into the netlink extended ack
structure, to be communicated to user space where possible, or still
printed to the kernel log from the bridge layer.

Vladimir Oltean (5):
  net: bridge: remove __br_vlan_filter_toggle
  net: bridge: propagate extack through store_bridge_parm
  net: bridge: propagate extack through switchdev_port_attr_set
  net: dsa: propagate extack to .port_vlan_add
  net: dsa: propagate extack to .port_vlan_filtering

 drivers/net/dsa/b53/b53_common.c          |   6 +-
 drivers/net/dsa/b53/b53_priv.h            |   6 +-
 drivers/net/dsa/bcm_sf2_cfp.c             |   2 +-
 drivers/net/dsa/dsa_loop.c                |   6 +-
 drivers/net/dsa/hirschmann/hellcreek.c    |  15 +-
 drivers/net/dsa/lantiq_gswip.c            |  22 ++-
 drivers/net/dsa/microchip/ksz8795.c       |   6 +-
 drivers/net/dsa/microchip/ksz9477.c       |  10 +-
 drivers/net/dsa/mt7530.c                  |   7 +-
 drivers/net/dsa/mv88e6xxx/chip.c          |   6 +-
 drivers/net/dsa/ocelot/felix.c            |   6 +-
 drivers/net/dsa/qca8k.c                   |   6 +-
 drivers/net/dsa/realtek-smi-core.h        |   7 +-
 drivers/net/dsa/rtl8366.c                 |  14 +-
 drivers/net/dsa/sja1105/sja1105.h         |   3 +-
 drivers/net/dsa/sja1105/sja1105_devlink.c |   2 +-
 drivers/net/dsa/sja1105/sja1105_main.c    |  15 +-
 include/net/dsa.h                         |   6 +-
 include/net/switchdev.h                   |   3 +-
 net/bridge/br_mrp_switchdev.c             |   4 +-
 net/bridge/br_multicast.c                 |   6 +-
 net/bridge/br_netlink.c                   |   4 +-
 net/bridge/br_private.h                   |  17 ++-
 net/bridge/br_stp.c                       |   4 +-
 net/bridge/br_switchdev.c                 |   6 +-
 net/bridge/br_sysfs_br.c                  | 166 +++++++++++++++++-----
 net/bridge/br_vlan.c                      |  29 ++--
 net/dsa/dsa_priv.h                        |   7 +-
 net/dsa/port.c                            |  22 +--
 net/dsa/slave.c                           |  28 ++--
 net/dsa/switch.c                          |   9 +-
 net/switchdev/switchdev.c                 |  19 ++-
 32 files changed, 319 insertions(+), 150 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2021-02-15 20:50 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-13 20:43 [PATCH net-next 0/5] Propagate extack for switchdev VLANs from DSA Vladimir Oltean
2021-02-13 20:43 ` [PATCH net-next 1/5] net: bridge: remove __br_vlan_filter_toggle Vladimir Oltean
2021-02-14  1:04   ` Florian Fainelli
2021-02-14 10:20   ` Nikolay Aleksandrov
2021-02-13 20:43 ` [PATCH net-next 2/5] net: bridge: propagate extack through store_bridge_parm Vladimir Oltean
2021-02-14  1:06   ` Florian Fainelli
2021-02-14 10:43   ` Nikolay Aleksandrov
2021-02-13 20:43 ` [PATCH net-next 3/5] net: bridge: propagate extack through switchdev_port_attr_set Vladimir Oltean
2021-02-14  1:14   ` Florian Fainelli
2021-02-14 10:45   ` Nikolay Aleksandrov
2021-02-14 16:39     ` Vladimir Oltean
2021-02-13 20:43 ` [PATCH net-next 4/5] net: dsa: propagate extack to .port_vlan_add Vladimir Oltean
2021-02-14  1:16   ` Florian Fainelli
2021-02-13 20:43 ` [PATCH net-next 5/5] net: dsa: propagate extack to .port_vlan_filtering Vladimir Oltean
2021-02-14  1:17   ` Florian Fainelli
2021-02-15 20:40 ` [PATCH net-next 0/5] Propagate extack for switchdev VLANs from DSA patchwork-bot+netdevbpf
2021-02-15 20:49   ` Vladimir Oltean

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).