[PATCH net-next 5/7] net: bonding: Add extack messages for some enslave failures

2017-10-03 Thread David Ahern
A number of bond_enslave errors are logged using the netdev_err API. Return those messages to userspace via the extack facility. Signed-off-by: David Ahern --- drivers/net/bonding/bond_main.c | 12 1 file changed, 12 insertions(+) diff --git a/drivers/net/bonding/bond_main.c b/driv

Re: [PATCH net-next 5/7] net: bonding: Add extack messages for some enslave failures

2017-10-03 Thread Jiri Pirko
Wed, Oct 04, 2017 at 06:58:52AM CEST, dsah...@gmail.com wrote: >A number of bond_enslave errors are logged using the netdev_err API. >Return those messages to userspace via the extack facility. > >Signed-off-by: David Ahern >--- > drivers/net/bonding/bond_main.c | 12 > 1 file changed,

Re: [PATCH net-next 5/7] net: bonding: Add extack messages for some enslave failures

2017-10-04 Thread David Ahern
On 10/3/17 11:38 PM, Jiri Pirko wrote: > Wed, Oct 04, 2017 at 06:58:52AM CEST, dsah...@gmail.com wrote: >> A number of bond_enslave errors are logged using the netdev_err API. >> Return those messages to userspace via the extack facility. >> >> Signed-off-by: David Ahern >> --- >> drivers/net/bond

Re: [PATCH net-next 5/7] net: bonding: Add extack messages for some enslave failures

2017-10-04 Thread Jiri Pirko
Wed, Oct 04, 2017 at 05:35:46PM CEST, dsah...@gmail.com wrote: >On 10/3/17 11:38 PM, Jiri Pirko wrote: >> Wed, Oct 04, 2017 at 06:58:52AM CEST, dsah...@gmail.com wrote: >>> A number of bond_enslave errors are logged using the netdev_err API. >>> Return those messages to userspace via the extack fac

Re: [PATCH net-next 5/7] net: bonding: Add extack messages for some enslave failures

2017-10-04 Thread David Ahern
On 10/4/17 11:04 AM, Jiri Pirko wrote: > Wed, Oct 04, 2017 at 05:35:46PM CEST, dsah...@gmail.com wrote: >> On 10/3/17 11:38 PM, Jiri Pirko wrote: >>> Wed, Oct 04, 2017 at 06:58:52AM CEST, dsah...@gmail.com wrote: A number of bond_enslave errors are logged using the netdev_err API. Return

Re: [PATCH net-next 5/7] net: bonding: Add extack messages for some enslave failures

2017-10-04 Thread Jiri Pirko
Wed, Oct 04, 2017 at 08:06:16PM CEST, dsah...@gmail.com wrote: >On 10/4/17 11:04 AM, Jiri Pirko wrote: >> Wed, Oct 04, 2017 at 05:35:46PM CEST, dsah...@gmail.com wrote: >>> On 10/3/17 11:38 PM, Jiri Pirko wrote: Wed, Oct 04, 2017 at 06:58:52AM CEST, dsah...@gmail.com wrote: > A number of b