Re: [PATCH next] bonding: speed/duplex update at NETDEV_UP event

2017-10-03 Thread David Miller
From: Mahesh Bandewar Date: Wed, 27 Sep 2017 18:03:49 -0700 > From: Mahesh Bandewar > > Some NIC drivers don't have correct speed/duplex settings at the > time they send NETDEV_UP notification and that messes up the > bonding state. Especially 802.3ad mode which is very sensitive > to these set

Re: [PATCH next] bonding: speed/duplex update at NETDEV_UP event

2017-09-29 Thread महेश बंडेवार
On Fri, Sep 29, 2017 at 1:08 PM, Stephen Hemminger wrote: > On Wed, 27 Sep 2017 18:03:49 -0700 > Mahesh Bandewar wrote: > >> From: Mahesh Bandewar >> >> Some NIC drivers don't have correct speed/duplex settings at the >> time they send NETDEV_UP notification and that messes up the >> bonding sta

Re: [PATCH next] bonding: speed/duplex update at NETDEV_UP event

2017-09-29 Thread Stephen Hemminger
On Wed, 27 Sep 2017 18:03:49 -0700 Mahesh Bandewar wrote: > From: Mahesh Bandewar > > Some NIC drivers don't have correct speed/duplex settings at the > time they send NETDEV_UP notification and that messes up the > bonding state. Especially 802.3ad mode which is very sensitive > to these setti

[PATCH next] bonding: speed/duplex update at NETDEV_UP event

2017-09-27 Thread Mahesh Bandewar
From: Mahesh Bandewar Some NIC drivers don't have correct speed/duplex settings at the time they send NETDEV_UP notification and that messes up the bonding state. Especially 802.3ad mode which is very sensitive to these settings. In the current implementation we invoke bond_update_speed_duplex()