Re: [PATCH net-next 2/9] net: bridge: Propagate extack to switchdev

2018-12-12 Thread Roopa Prabhu
On Wed, Dec 12, 2018 at 3:52 AM Petr Machata wrote: > > ndo_bridge_setlink has been updated in the previous patch to have extack > available, and changelink RTNL op has had this argument since the time > extack was added. Propagate both through the bridge driver to eventually > reach br_switchdev_

Re: [PATCH net-next 2/9] net: bridge: Propagate extack to switchdev

2018-12-12 Thread Ivan Vecera
On 12. 12. 18 12:52, Petr Machata wrote: ndo_bridge_setlink has been updated in the previous patch to have extack available, and changelink RTNL op has had this argument since the time extack was added. Propagate both through the bridge driver to eventually reach br_switchdev_port_vlan_add(), whe

Re: [PATCH net-next 2/9] net: bridge: Propagate extack to switchdev

2018-12-12 Thread Nikolay Aleksandrov
On 12/12/2018 13:52, Petr Machata wrote: > ndo_bridge_setlink has been updated in the previous patch to have extack > available, and changelink RTNL op has had this argument since the time > extack was added. Propagate both through the bridge driver to eventually > reach br_switchdev_port_vlan_add(

[PATCH net-next 2/9] net: bridge: Propagate extack to switchdev

2018-12-12 Thread Petr Machata
ndo_bridge_setlink has been updated in the previous patch to have extack available, and changelink RTNL op has had this argument since the time extack was added. Propagate both through the bridge driver to eventually reach br_switchdev_port_vlan_add(), where it will be used by subsequent patches.