[dpdk-dev] [PATCH] bonding: fix initialisation of current_primary_port

2016-03-25 Thread Bruce Richardson
On Wed, Mar 23, 2016 at 05:30:05PM +, Bernard Iremonger wrote: > The current_primary_port is initialised to an invalid value > during bonded device creation. > It should be set to a valid value later. > This fix sets it to a valid value when the first slave port > is added to the bonding device

[dpdk-dev] [PATCH] bonding: fix initialisation of current_primary_port

2016-03-23 Thread Bernard Iremonger
The current_primary_port is initialised to an invalid value during bonded device creation. It should be set to a valid value later. This fix sets it to a valid value when the first slave port is added to the bonding device. Fixes: 2efb58cbab6e ("bond: new link bonding library") Signed-off-by: Ber