[dpdk-dev] [PATCH 4/4] net/bonding: fix configuration of LACP slaves

2016-11-07 Thread Kulasek, TomaszX
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Robert Sanford > Sent: Monday, August 1, 2016 22:43 > To: dev at dpdk.org > Cc: Doherty, Declan ; De Lara Guarch, Pablo > ; olivier.matz at 6wind.com > Subject: [dpdk-dev] [PATCH

[dpdk-dev] [PATCH 4/4] net/bonding: fix configuration of LACP slaves

2016-08-01 Thread Robert Sanford
Problem: When adding a slave or starting a bond device, the bond device configures slave devices via function slave_configure(). However, settings configured in the bond device's rte_eth_conf are not propagated to the slaves. For example, VLAN and CRC stripping are not working as expected. The