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

2016-06-20 Thread Bruce Richardson
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

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

2016-06-17 Thread Declan Doherty
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 err

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

2016-05-06 Thread Eric Kinzie
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

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

2016-05-06 Thread Eric Kinzie
v2 changes: - remove type cast on constant - check max_rx_pktlen when adding a slave to make sure it is >= max packet length of existing slave interfaces v3 changes: - allow slaves with any max rx packet length to be added to the bonding interface until it is configured. After bond_ethde