Thanks Thomas, was just about to send another version :)
> -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Thursday, November 27, 2014 9:53 PM > To: Doherty, Declan > Cc: dev at dpdk.org; jyu at vmware.com > Subject: Re: [PATCH v2] bond: set {rx|tx}_offload_capa flags > > 2014-11-27 21:23, Declan Doherty: > > v2: > > rebased to HEAD > > > > From: Jia Yu <jyu at vmware.com> > > > > Before the fix, bond device's offload capabilities are unset. This fix > > takes the minimum common set of slave devices' capabilities as bond > > device's capabilities. For simplicity, we ensure all slave devices > > to have a capability before bond device can claim this capability, > > even if some slave devices are unused (i.e. linked down, standby). > > > > Signed-off-by: Jia Yu <jyu at vmware.com> > > Signed-off-by: Declan Doherty <declan.doherty at intel.com> > > Applied > > Thanks > -- > Thomas