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

2021-02-10 Thread Florian Fainelli
On 2/10/2021 1:14 AM, 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 v3 net-next 01/11] net: switchdev: propagate extack to port attributes

2021-02-10 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