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
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
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
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
4 matches
Mail list logo