Re: [PATCH net-next 06/16] net: bridge: Stop calling switchdev_port_attr_get()

2019-02-09 Thread Jiri Pirko
Sat, Feb 09, 2019 at 01:32:38AM CET, f.faine...@gmail.com wrote: >Now that all switchdev drivers have been converted to checking the >bridge port flags during the prepare phase of the >switchdev_port_attr_set(), we can move straight to trying to set the >desired flag through

[PATCH net-next 06/16] net: bridge: Stop calling switchdev_port_attr_get()

2019-02-08 Thread Florian Fainelli
Now that all switchdev drivers have been converted to checking the bridge port flags during the prepare phase of the switchdev_port_attr_set(), we can move straight to trying to set the desired flag through SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGS. Signed-off-by: Florian Fainelli ---