[dpdk-dev] [PATCH 2/8] bond mode 4: copy entire config structure

2016-01-05 Thread Declan Doherty
On 04/12/15 17:14, Stephen Hemminger wrote: > From: Eric Kinzie > > Copy all needed fields from the mode8023ad_private structure in > bond_mode_8023ad_conf_get(). This help ensure that a subsequent call > to rte_eth_bond_8023ad_setup() is not passed uninitialized data that > would result in eithe

[dpdk-dev] [PATCH 2/8] bond mode 4: copy entire config structure

2015-12-04 Thread Stephen Hemminger
From: Eric Kinzie Copy all needed fields from the mode8023ad_private structure in bond_mode_8023ad_conf_get(). This help ensure that a subsequent call to rte_eth_bond_8023ad_setup() is not passed uninitialized data that would result in either incorrect behavior or a failed sanity check. Fixes: