From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP; 05 Jan 2016 05:33:20 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,525,1444719600"; d="scan'208";a="884141031" Received: from dwdohert-dpdk.ir.intel.com ([163.33.213.167]) by orsmga002.jf.intel.com with ESMTP; 05 Jan 2016 05:33:19 -0800 To: Stephen Hemminger References: <1449249260-15165-1-git-send-email-stephen@networkplumber.org> <1449249260-15165-3-git-send-email-stephen@networkplumber.org> From: Declan Doherty Message-ID: <568BC5E7.7040608@intel.com> Date: Tue, 5 Jan 2016 13:32:23 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <1449249260-15165-3-git-send-email-stephen@networkplumber.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, Eric Kinzie Subject: Re: [dpdk-dev] [PATCH 2/8] bond mode 4: copy entire config structure X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jan 2016 13:33:21 -0000 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