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 1F3F0374F for ; Fri, 25 Mar 2016 15:09:42 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP; 25 Mar 2016 07:09:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,391,1455004800"; d="scan'208";a="944903121" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.220.58]) by fmsmga002.fm.intel.com with SMTP; 25 Mar 2016 07:09:41 -0700 Received: by (sSMTP sendmail emulation); Fri, 25 Mar 2016 14:09:39 +0025 Date: Fri, 25 Mar 2016 14:09:39 +0000 From: Bruce Richardson To: Bernard Iremonger Cc: dev@dpdk.org, ferruh.yigit@intel.com, michalx.k.jastrzebski@intel.com Message-ID: <20160325140938.GB14060@bricha3-MOBL3> References: <1458754205-11261-1-git-send-email-bernard.iremonger@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1458754205-11261-1-git-send-email-bernard.iremonger@intel.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH] bonding: fix initialisation of current_primary_port 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: Fri, 25 Mar 2016 14:09:43 -0000 On Wed, Mar 23, 2016 at 05:30:05PM +0000, Bernard Iremonger wrote: > The current_primary_port is initialised to an invalid value > during bonded device creation. > It should be set to a valid value later. > This fix sets it to a valid value when the first slave port > is added to the bonding device. > > Fixes: 2efb58cbab6e ("bond: new link bonding library") > > Signed-off-by: Bernard Iremonger > --- Acked-by: Bruce Richardson Applied to dpdk-next-net/rel_16_04 /Bruce