Re: [PATCH] Add printk for bonding module packets_per_slave parameter

2017-06-13 Thread kbuild test robot
Hi Michael, [auto build test WARNING on net-next/master] [also build test WARNING on v4.12-rc5 next-20170613] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] Add printk for bonding module packets_per_slave parameter

2017-06-13 Thread kbuild test robot
Hi Michael, [auto build test WARNING on net-next/master] [also build test WARNING on v4.12-rc5 next-20170613] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] Add printk for bonding module packets_per_slave parameter

2017-06-13 Thread Nikolay Aleksandrov
On 13/06/17 20:00, Joe Perches wrote: > On Tue, 2017-06-13 at 12:42 -0400, Jonathan Toppins wrote: >> On 06/13/2017 12:21 PM, Joe Perches wrote: >>> On Tue, 2017-06-13 at 11:34 -0400, David Miller wrote: From: Michael Dilmore Date: Tue, 13 Jun 2017 14:42:46

Re: [PATCH] Add printk for bonding module packets_per_slave parameter

2017-06-13 Thread Joe Perches
On Tue, 2017-06-13 at 12:42 -0400, Jonathan Toppins wrote: > On 06/13/2017 12:21 PM, Joe Perches wrote: > > On Tue, 2017-06-13 at 11:34 -0400, David Miller wrote: > > > From: Michael Dilmore > > > Date: Tue, 13 Jun 2017 14:42:46 +0100 > > > > > > > The packets per

Re: [PATCH] Add printk for bonding module packets_per_slave parameter

2017-06-13 Thread David Miller
From: Joe Perches Date: Tue, 13 Jun 2017 09:21:03 -0700 > On Tue, 2017-06-13 at 11:34 -0400, David Miller wrote: >> From: Michael Dilmore >> Date: Tue, 13 Jun 2017 14:42:46 +0100 >> >> > The packets per slave parameter used by round robin mode

Re: [PATCH] Add printk for bonding module packets_per_slave parameter

2017-06-13 Thread Jonathan Toppins
On 06/13/2017 12:21 PM, Joe Perches wrote: > On Tue, 2017-06-13 at 11:34 -0400, David Miller wrote: >> From: Michael Dilmore >> Date: Tue, 13 Jun 2017 14:42:46 +0100 >> >>> The packets per slave parameter used by round robin mode does not have a >>> printk debug >>>

Re: [PATCH] Add printk for bonding module packets_per_slave parameter

2017-06-13 Thread Joe Perches
On Tue, 2017-06-13 at 11:34 -0400, David Miller wrote: > From: Michael Dilmore > Date: Tue, 13 Jun 2017 14:42:46 +0100 > > > The packets per slave parameter used by round robin mode does not have a > > printk debug > > message in its set function in bond_options.c.

Re: [PATCH] Add printk for bonding module packets_per_slave parameter

2017-06-13 Thread David Miller
From: Michael Dilmore Date: Tue, 13 Jun 2017 14:42:46 +0100 > The packets per slave parameter used by round robin mode does not have a > printk debug > message in its set function in bond_options.c. Adding such a function would > aid debugging > of round-robin mode

[PATCH] Add printk for bonding module packets_per_slave parameter

2017-06-13 Thread Michael Dilmore
The packets per slave parameter used by round robin mode does not have a printk debug message in its set function in bond_options.c. Adding such a function would aid debugging of round-robin mode and allow the user to more easily verify that the parameter has been set correctly. I should add