[dpdk-dev] [PATCH] bonding: fix bond link detect in non-interrupt mode

Nelson Escobar neescoba at cisco.com
Thu Mar 31 19:33:21 CEST 2016


Thomas,

Sorry, I should have included the following fixes line:

Fixes: a45b288ef21a("bond: support link status polling")

Please add it to the commit message when applying if there are no other
problems with the patch.

Nelson.
On 3/31/2016 6:40 AM, Thomas Monjalon wrote:
> 2016-03-25 17:44, John Daley:
>> From: Nelson Escobar <neescoba at cisco.com>
>>
>> Stopping then re-starting a bond interface containing slaves that
>> used polling for link detection caused the bond to think all slave
>> links were down and inactive.
>>
>> Move the start of the polling for link from slave_add() to
>> bond_ethdev_start() and in bond_ethdev_stop() make sure we clear
>> the last_link_status of the slaves.
>>
>> Signed-off-by: Nelson Escobar <neescoba at cisco.com>
>> Signed-off-by: John Daley <johndale at cisco.com>
> 
> A "Fixes:" line would be appreciated to know the origin of the bug.
> Thanks
> 


More information about the dev mailing list