Re: [patch net-next 08/26] net: add info struct for LAG changeupper

2015-12-02 Thread Nikolay Aleksandrov
On 12/01/2015 02:48 PM, Jiri Pirko wrote: > From: Jiri Pirko > > This struct will be shared by bonding and team to pass internal > information to notifier listeners. > > Signed-off-by: Jiri Pirko > --- > include/linux/netdevice.h | 13 + > 1

Re: [patch net-next 08/26] net: add info struct for LAG changeupper

2015-12-02 Thread Nikolay Aleksandrov
On 12/02/2015 12:06 PM, Jiri Pirko wrote: > Wed, Dec 02, 2015 at 11:59:59AM CET, niko...@cumulusnetworks.com wrote: >> On 12/01/2015 02:48 PM, Jiri Pirko wrote: >>> From: Jiri Pirko >>> >>> This struct will be shared by bonding and team to pass internal >>> information to

Re: [patch net-next 08/26] net: add info struct for LAG changeupper

2015-12-02 Thread Jiri Pirko
Wed, Dec 02, 2015 at 11:59:59AM CET, niko...@cumulusnetworks.com wrote: >On 12/01/2015 02:48 PM, Jiri Pirko wrote: >> From: Jiri Pirko >> >> This struct will be shared by bonding and team to pass internal >> information to notifier listeners. >> >> Signed-off-by: Jiri Pirko

Re: [patch net-next 08/26] net: add info struct for LAG changeupper

2015-12-02 Thread Jiri Pirko
Wed, Dec 02, 2015 at 12:07:51PM CET, niko...@cumulusnetworks.com wrote: >On 12/02/2015 12:06 PM, Jiri Pirko wrote: >> Wed, Dec 02, 2015 at 11:59:59AM CET, niko...@cumulusnetworks.com wrote: >>> On 12/01/2015 02:48 PM, Jiri Pirko wrote: From: Jiri Pirko This

[patch net-next 08/26] net: add info struct for LAG changeupper

2015-12-01 Thread Jiri Pirko
From: Jiri Pirko This struct will be shared by bonding and team to pass internal information to notifier listeners. Signed-off-by: Jiri Pirko --- include/linux/netdevice.h | 13 + 1 file changed, 13 insertions(+) diff --git