Re: [patch net-next 16/26] bonding: implement lower state change propagation

2015-12-02 Thread Nikolay Aleksandrov
On 12/01/2015 02:48 PM, Jiri Pirko wrote: > From: Jiri Pirko > > Let netdev notifier listeners know about link and slave state change. > > Signed-off-by: Jiri Pirko > --- > drivers/net/bonding/bond_main.c | 10 ++ > include/net/bonding.h

Re: [patch net-next 16/26] bonding: implement lower state change propagation

2015-12-02 Thread Nikolay Aleksandrov
On 12/02/2015 12:40 PM, Nikolay Aleksandrov wrote: > On 12/01/2015 02:48 PM, Jiri Pirko wrote: >> From: Jiri Pirko >> >> Let netdev notifier listeners know about link and slave state change. >> >> Signed-off-by: Jiri Pirko >> --- >>

Re: [patch net-next 16/26] bonding: implement lower state change propagation

2015-12-02 Thread Jiri Pirko
Wed, Dec 02, 2015 at 12:40:51PM CET, niko...@cumulusnetworks.com wrote: >On 12/01/2015 02:48 PM, Jiri Pirko wrote: >> From: Jiri Pirko >> >> Let netdev notifier listeners know about link and slave state change. >> >> Signed-off-by: Jiri Pirko >> --- >>

[patch net-next 16/26] bonding: implement lower state change propagation

2015-12-01 Thread Jiri Pirko
From: Jiri Pirko Let netdev notifier listeners know about link and slave state change. Signed-off-by: Jiri Pirko --- drivers/net/bonding/bond_main.c | 10 ++ include/net/bonding.h | 7 +++ 2 files changed, 17 insertions(+) diff