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

2016-05-06 Thread Declan Doherty
CC'ing follow up conversation which I accidentally took of list. Forwarded Message Subject: Re: [dpdk-dev] [PATCH] bond: inherit maximum rx packet length Date: Wed, 4 May 2016 14:11:53 -0400 From: Eric Kinzie To: Declan Doherty On Wed May 04 14:53:26 +0100

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

2016-04-29 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 ---

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

2016-04-29 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 Eric Kinzie (1): bond: inherit maximum rx packet length drivers/net/bonding/rte_eth_bond_api.c | 12 +++-