Re: [PATCH 2/8] bond mode 4: copy entire config structure
From: Declan Doherty <hidden>
Date: 2016-01-05 13:33:21
From: Declan Doherty <hidden>
Date: 2016-01-05 13:33:21
On 04/12/15 17:14, Stephen Hemminger wrote:
From: Eric Kinzie <redacted>
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: 46fb43683679 ("bond: add mode 4")
Signed-off-by: Eric Kinzie <redacted>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---...
Acked-by: Declan Doherty <redacted>