Re: [PATCH net-next 1/9] net: ndo_bridge_setlink: Add extack

2018-12-12 Thread Petr Machata
Nikolay Aleksandrov writes: > On 12/12/2018 13:52, Petr Machata wrote: >> int (*ndo_bridge_setlink)(struct net_device *dev, >>struct nlmsghdr *nlh, >> - u16 flags); >> +

Re: [PATCH net-next 1/9] net: ndo_bridge_setlink: Add extack

2018-12-12 Thread Nikolay Aleksandrov
On 12/12/2018 13:52, Petr Machata wrote: > Drivers may not be able to implement a VLAN addition or reconfiguration. > In those cases it's desirable to explain to the user that it was > rejected (and why). > > To that end, add extack argument to ndo_bridge_setlink. Adapt all users > to that change.

[PATCH net-next 1/9] net: ndo_bridge_setlink: Add extack

2018-12-12 Thread Petr Machata
Drivers may not be able to implement a VLAN addition or reconfiguration. In those cases it's desirable to explain to the user that it was rejected (and why). To that end, add extack argument to ndo_bridge_setlink. Adapt all users to that change. Following patches will use the new argument in the