On Fri, Jun 17, 2016 at 03:30:03PM +0100, Declan Doherty wrote: > On 07/05/16 04:45, Eric Kinzie wrote: > > Instead of a hard-coded maximum receive length, allow the bond interface > > to inherit this limit from the slave interfaces. This allows > > an application that uses jumbo frames to pass realistic values to > > rte_eth_dev_configure without causing an error. > > > > Before the bond interface is configured, allow slaves with any > > max_rx_pktlen to be added and remember the lowest of these values as > > a candidate value. During dev_configure, set the bond device's > > max_rx_pktlen to the candidate value. After this point only slaves > > with a max_rx_pktlen greater or equal to that of the bonding device > > can be added. > > > > If all slaves are removed, the bond device's pktlen is cleared. > > > >Signed-off-by: Eric Kinzie <ehkinzie at gmail.com> > >--- > > > .... > > > > Acked-by: Declan Dohetry <declan.doherty at intel.com>
Applied to dpdk-next-net/rel_16_07, with one checkpatch fix and with title corrected to pass check with check-git-log.sh /Bruce