From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id CF9431CACC; Thu, 5 Apr 2018 12:58:11 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Apr 2018 03:58:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,410,1517904000"; d="scan'208,217";a="217797894" Received: from rnicolau-mobl.ger.corp.intel.com (HELO [10.237.221.81]) ([10.237.221.81]) by fmsmga006.fm.intel.com with ESMTP; 05 Apr 2018 03:58:08 -0700 To: Chas Williams <3chas3@gmail.com>, dev@dpdk.org Cc: declan.doherty@intel.com, "Charles (Chas) Williams" , stable@dpdk.org References: <20180316163441.31898-1-3chas3@gmail.com> <20180323170532.7448-1-3chas3@gmail.com> From: Radu Nicolau Message-ID: Date: Thu, 5 Apr 2018 11:58:07 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <20180323170532.7448-1-3chas3@gmail.com> Content-Language: en-US Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] [PATCH v2] net/bonding: clear dev_started if start fails X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Apr 2018 10:58:14 -0000 On 3/23/2018 5:05 PM, Chas Williams wrote: > From: "Charles (Chas) Williams" > > There are several error paths where the bonding device may not start. > Clear dev_started before we return if we take one of these paths. > > Fixes: 2efb58cbab ("bond: new link bonding library") > Cc: stable@dpdk.org > > Signed-off-by: Chas Williams > --- > Acked-by: Radu Nicolau