Re: [PATCH net-next 3/5] net: bridge: propagate extack through switchdev_port_attr_set

2021-02-14 Thread Vladimir Oltean
Hi Nikolay, On Sun, Feb 14, 2021 at 12:45:11PM +0200, Nikolay Aleksandrov wrote: > On 13/02/2021 22:43, Vladimir Oltean wrote: > > From: Vladimir Oltean > > > > The benefit is the ability to propagate errors from switchdev drivers > > for the SWITCHDEV_ATTR_ID_BRIDGE_VLAN_FILTERING and > > SWITCH

Re: [PATCH net-next 3/5] net: bridge: propagate extack through switchdev_port_attr_set

2021-02-14 Thread Nikolay Aleksandrov
On 13/02/2021 22:43, Vladimir Oltean wrote: > From: Vladimir Oltean > > 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 > --- > in

Re: [PATCH net-next 3/5] net: bridge: propagate extack through switchdev_port_attr_set

2021-02-13 Thread Florian Fainelli
On 2/13/2021 12:43, Vladimir Oltean wrote: From: Vladimir Oltean 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 Reviewed-by: Floria

[PATCH net-next 3/5] net: bridge: propagate extack through switchdev_port_attr_set

2021-02-13 Thread Vladimir Oltean
From: Vladimir Oltean 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 --- include/net/switchdev.h | 3 ++- net/bridge/br_mrp_switch