From: Vladimir Oltean <olteanv@gmail.com>
To: "David S . Miller" <davem@davemloft.net>,
Jakub Kicinski <kuba@kernel.org>,
netdev@vger.kernel.org
Cc: Florian Fainelli <f.fainelli@gmail.com>,
Andrew Lunn <andrew@lunn.ch>,
Vivien Didelot <vivien.didelot@gmail.com>,
Kurt Kanzenbach <kurt@linutronix.de>,
Woojung Huh <woojung.huh@microchip.com>,
Linus Walleij <linus.walleij@linaro.org>,
Hauke Mehrtens <hauke@hauke-m.de>, Jiri Pirko <jiri@resnulli.us>,
Ivan Vecera <ivecera@redhat.com>, Roopa Prabhu <roopa@nvidia.com>,
Nikolay Aleksandrov <nikolay@nvidia.com>,
DENG Qingfang <dqfext@gmail.com>,
Ido Schimmel <idosch@idosch.org>
Subject: [PATCH net-next 0/5] Propagate extack for switchdev VLANs from DSA
Date: Sat, 13 Feb 2021 22:43:14 +0200 [thread overview]
Message-ID: <20210213204319.1226170-1-olteanv@gmail.com> (raw)
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
next reply other threads:[~2021-02-13 20:45 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-13 20:43 Vladimir Oltean [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210213204319.1226170-1-olteanv@gmail.com \
--to=olteanv@gmail.com \
--cc=andrew@lunn.ch \
--cc=davem@davemloft.net \
--cc=dqfext@gmail.com \
--cc=f.fainelli@gmail.com \
--cc=hauke@hauke-m.de \
--cc=idosch@idosch.org \
--cc=ivecera@redhat.com \
--cc=jiri@resnulli.us \
--cc=kuba@kernel.org \
--cc=kurt@linutronix.de \
--cc=linus.walleij@linaro.org \
--cc=netdev@vger.kernel.org \
--cc=nikolay@nvidia.com \
--cc=roopa@nvidia.com \
--cc=vivien.didelot@gmail.com \
--cc=woojung.huh@microchip.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.