Re: [dpdk-dev] [PATCH] net/bonding: set MTU on slave configure

2018-03-16 Thread Ferruh Yigit
On 3/14/2018 12:11 PM, Radu Nicolau wrote: > > On 2/23/2018 4:01 AM, Chas Williams wrote: >> From: Chas Williams >> >> When a slave is configured make sure that the slave's MTU >> matches the bonding's idea of the MTU. >> >> Signed-off-by: Chas Williams >> --- >> > Acked-by: Radu Nicolau Appli

Re: [dpdk-dev] [PATCH] net/bonding: set MTU on slave configure

2018-03-14 Thread Radu Nicolau
On 2/23/2018 4:01 AM, Chas Williams wrote: From: Chas Williams When a slave is configured make sure that the slave's MTU matches the bonding's idea of the MTU. Signed-off-by: Chas Williams --- Acked-by: Radu Nicolau

[dpdk-dev] [PATCH] net/bonding: set MTU on slave configure

2018-02-22 Thread Chas Williams
From: Chas Williams When a slave is configured make sure that the slave's MTU matches the bonding's idea of the MTU. Signed-off-by: Chas Williams --- drivers/net/bonding/rte_eth_bond_pmd.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/net/bonding/rte_eth_bond_pmd.c b/dri