[dpdk-dev] [PATCH] bond: inherit maximum rx packet length

2016-04-29 Thread Eric Kinzie
On Tue Apr 26 11:51:53 +0100 2016, Declan Doherty wrote: > On 14/04/16 18:23, Eric Kinzie wrote: > > Instead of a hard-coded maximum receive length, allow the bond interface > > to inherit this limit from the first slave added. This allows > > an application that uses jumbo frames to pass re

[dpdk-dev] [PATCH] bond: inherit maximum rx packet length

2016-04-26 Thread Declan Doherty
On 14/04/16 18:23, Eric Kinzie wrote: >Instead of a hard-coded maximum receive length, allow the bond interface >to inherit this limit from the first slave added. This allows >an application that uses jumbo frames to pass realistic values to >rte_eth_dev_configure without causing a

[dpdk-dev] [PATCH] bond: inherit maximum rx packet length

2016-04-14 Thread Eric Kinzie
Instead of a hard-coded maximum receive length, allow the bond interface to inherit this limit from the first slave added. This allows an application that uses jumbo frames to pass realistic values to rte_eth_dev_configure without causing an error. Signed-off-by: Eric Kinzie --- drivers