> -----Original Message----- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Eric Kinzie > Sent: Thursday, August 4, 2016 7:25 PM > To: dev at dpdk.org > Cc: Jan Blunck <jblunck at infradead.org> > Subject: [dpdk-dev] [PATCH 1/2] net/bonding: validate speed after link up > > It's possible for the bonding driver to mistakenly reject an interface based > in > it's, as yet, unnegotiated link speed and duplex. Always allow the interface > to be added to the bonding interface but require link properties validation to > succeed before slave is activated. > > Fixes: 2efb58cbab6e ("bond: new link bonding library") > > Signed-off-by: Eric Kinzie <ehkinzie at gmail.com>
Acked-by: Bernard Iremonger <bernard.iremonger at intel.com>