[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <74e91dbb-7584-1201-da88-77fbf93e26ab@nvidia.com>
Date: Sun, 14 Feb 2021 12:45:11 +0200
From: Nikolay Aleksandrov <nikolay@...dia.com>
To: Vladimir Oltean <olteanv@...il.com>,
"David S . Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>, <netdev@...r.kernel.org>
CC: Florian Fainelli <f.fainelli@...il.com>,
Andrew Lunn <andrew@...n.ch>,
Vivien Didelot <vivien.didelot@...il.com>,
Kurt Kanzenbach <kurt@...utronix.de>,
Woojung Huh <woojung.huh@...rochip.com>,
Linus Walleij <linus.walleij@...aro.org>,
Hauke Mehrtens <hauke@...ke-m.de>,
Jiri Pirko <jiri@...nulli.us>,
Ivan Vecera <ivecera@...hat.com>,
Roopa Prabhu <roopa@...dia.com>,
DENG Qingfang <dqfext@...il.com>,
Ido Schimmel <idosch@...sch.org>
Subject: Re: [PATCH net-next 3/5] net: bridge: propagate extack through
switchdev_port_attr_set
On 13/02/2021 22:43, Vladimir Oltean wrote:
> From: Vladimir Oltean <vladimir.oltean@....com>
>
> The benefit is the ability to propagate errors from switchdev drivers
> for the SWITCHDEV_ATTR_ID_BRIDGE_VLAN_FILTERING and
> SWITCHDEV_ATTR_ID_BRIDGE_VLAN_PROTOCOL attributes.
>
> Signed-off-by: Vladimir Oltean <vladimir.oltean@....com>
> ---
> include/net/switchdev.h | 3 ++-
> net/bridge/br_mrp_switchdev.c | 4 ++--
> net/bridge/br_multicast.c | 6 +++---
> net/bridge/br_netlink.c | 2 +-
> net/bridge/br_private.h | 3 ++-
> net/bridge/br_stp.c | 4 ++--
> net/bridge/br_switchdev.c | 6 ++++--
> net/bridge/br_vlan.c | 13 +++++++------
> net/switchdev/switchdev.c | 19 ++++++++++++-------
> 9 files changed, 35 insertions(+), 25 deletions(-)
>
You have to update the !CONFIG_NET_SWITCHDEV switchdev_port_attr_set() stub as well.
Powered by blists - more mailing lists