From mboxrd@z Thu Jan 1 00:00:00 1970 From: Declan Doherty Subject: Re: [PATCH 2/8] bond mode 4: copy entire config structure Date: Tue, 5 Jan 2016 13:32:23 +0000 Message-ID: <568BC5E7.7040608@intel.com> References: <1449249260-15165-1-git-send-email-stephen@networkplumber.org> <1449249260-15165-3-git-send-email-stephen@networkplumber.org> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, Eric Kinzie To: Stephen Hemminger Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 3110B9386 for ; Tue, 5 Jan 2016 14:33:21 +0100 (CET) In-Reply-To: <1449249260-15165-3-git-send-email-stephen@networkplumber.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 either incorrect behavior or a failed sanity check. > > Fixes: 46fb43683679 ("bond: add mode 4") > > Signed-off-by: Eric Kinzie > Signed-off-by: Stephen Hemminger > --- ... > Acked-by: Declan Doherty