Re: [PATCH v4 net-next 1/9] net: switchdev: propagate extack to port attributes

2021-02-11 Thread Florian Fainelli
On 2/11/2021 5:05 PM, Vladimir Oltean wrote: > From: Vladimir Oltean > > 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 > Reviewed-by: Ido Schimmel Reviewed-

[PATCH v4 net-next 1/9] net: switchdev: propagate extack to port attributes

2021-02-11 Thread Vladimir Oltean
From: Vladimir Oltean 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 Reviewed-by: Ido Schimmel --- Changes in v3: None. Changes in v2: Patch is new. .../ethernet/ma