Re: [PATCH net-next] net: add netlink_ext_ack support to rtnl_link_ops

From: David Ahern
Date: Sat Jun 24 2017 - 22:59:57 EST


On 6/24/17 5:35 AM, Matthias Schiffer wrote:
> The following functions are extended with a netlink_ext_ack argument to
> allow extended error reporting:
>
> * validate
> * newlink
> * changelink
> * slave_validate
> * slave_changelink

I would prefer separate patches for validate, slave_validate, newlink,
changelink, and slave_changelink. I do not believe there is a reason to
lump them into 1 giant patch.