Re: [PATCH v5 net-next 01/10] net: switchdev: propagate extack to port attributes

From: Nikolay Aleksandrov
Date: Fri Feb 12 2021 - 11:02:49 EST


On 12/02/2021 17:15, Vladimir Oltean wrote:
> From: Vladimir Oltean <vladimir.oltean@xxxxxxx>
>
> When a struct switchdev_attr is notified through switchdev, there is no
> way to report informational messages, unlike for struct switchdev_obj.
>
> Signed-off-by: Vladimir Oltean <vladimir.oltean@xxxxxxx>
> Reviewed-by: Ido Schimmel <idosch@xxxxxxxxxx>
> Reviewed-by: Florian Fainelli <f.fainelli@xxxxxxxxx>
> ---
> Changes in v5:
> Rebased on top of AM65 CPSW driver merge.
>
> Changes in v4:
> None.
>
> Changes in v3:
> None.
>
> Changes in v2:
> Patch is new.
>
> .../ethernet/marvell/prestera/prestera_switchdev.c | 3 ++-
> .../net/ethernet/mellanox/mlxsw/spectrum_switchdev.c | 3 ++-
> drivers/net/ethernet/mscc/ocelot_net.c | 3 ++-
> drivers/net/ethernet/ti/am65-cpsw-switchdev.c | 3 ++-
> drivers/net/ethernet/ti/cpsw_switchdev.c | 3 ++-
> include/net/switchdev.h | 6 ++++--
> net/dsa/slave.c | 3 ++-
> net/switchdev/switchdev.c | 11 ++++++++---
> 8 files changed, 24 insertions(+), 11 deletions(-)
>

Reviewed-by: Nikolay Aleksandrov <nikolay@xxxxxxxxxx>