Re: [PATCH net-next 03/20] net: Add extack to nlmsg_parse

2018-10-05 Thread David Ahern
On 10/5/18 11:39 AM, Christian Brauner wrote: > On Thu, Oct 04, 2018 at 02:33:38PM -0700, David Ahern wrote: >> From: David Ahern >> >> Make sure extack is passed to nlmsg_parse where easy to do so. >> Most of these are dump handlers and leveraging the extack in >> the netlink_callback. >> >> Sign

Re: [PATCH net-next 03/20] net: Add extack to nlmsg_parse

2018-10-05 Thread Christian Brauner
On Thu, Oct 04, 2018 at 02:33:38PM -0700, David Ahern wrote: > From: David Ahern > > Make sure extack is passed to nlmsg_parse where easy to do so. > Most of these are dump handlers and leveraging the extack in > the netlink_callback. > > Signed-off-by: David Ahern Yeah, having extack in dump

[PATCH net-next 03/20] net: Add extack to nlmsg_parse

2018-10-04 Thread David Ahern
From: David Ahern Make sure extack is passed to nlmsg_parse where easy to do so. Most of these are dump handlers and leveraging the extack in the netlink_callback. Signed-off-by: David Ahern --- net/core/devlink.c | 2 +- net/core/neighbour.c | 3 ++- net/core/rtnetlink.c