Re: [net-next 1/2] bonding: remove duplicate set of flag IFF_MULTICAST

2016-03-19 Thread 张胜举
> On 03/16/2016 10:59 AM, Zhang Shengju wrote: > > Remove unnecessary set of flag IFF_MULTICAST, since ether_setup > > already does this. > > > > Signed-off-by: Zhang Shengju > > --- > > drivers/net/bonding/bond_main.c | 2 +- > > 1 file changed, 1

Re: [net-next 1/2] bonding: remove duplicate set of flag IFF_MULTICAST

2016-03-19 Thread Andy Gospodarek
On Wed, Mar 16, 2016 at 09:59:15AM +, Zhang Shengju wrote: > Remove unnecessary set of flag IFF_MULTICAST, since ether_setup > already does this. > > Signed-off-by: Zhang Shengju Signed-off-by: Andy Gospodarek > --- >

Re: [net-next 1/2] bonding: remove duplicate set of flag IFF_MULTICAST

2016-03-16 Thread Nikolay Aleksandrov
On 03/16/2016 10:59 AM, Zhang Shengju wrote: > Remove unnecessary set of flag IFF_MULTICAST, since ether_setup > already does this. > > Signed-off-by: Zhang Shengju > --- > drivers/net/bonding/bond_main.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)

[net-next 1/2] bonding: remove duplicate set of flag IFF_MULTICAST

2016-03-16 Thread Zhang Shengju
Remove unnecessary set of flag IFF_MULTICAST, since ether_setup already does this. Signed-off-by: Zhang Shengju --- drivers/net/bonding/bond_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/bonding/bond_main.c