From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 163202BE5 for ; Thu, 25 Jan 2018 14:23:23 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Jan 2018 05:23:23 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,412,1511856000"; d="scan'208";a="22491430" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.48]) ([10.237.220.48]) by FMSMGA003.fm.intel.com with ESMTP; 25 Jan 2018 05:23:21 -0800 To: "Nicolau, Radu" , Chas Williams <3chas3@gmail.com>, "dev@dpdk.org" Cc: "Doherty, Declan" , "Charles (Chas) Williams" , Chas Williams References: <20180117164444.4705-1-3chas3@gmail.com> <763A2F19A5EFF34F8B7F1657C992EE297B3137D3@IRSMSX104.ger.corp.intel.com> From: Ferruh Yigit Message-ID: <61e76af2-1d6e-7271-9780-addc2fa23dbf@intel.com> Date: Thu, 25 Jan 2018 13:23:21 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <763A2F19A5EFF34F8B7F1657C992EE297B3137D3@IRSMSX104.ger.corp.intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/bonding: don't early mark eth device as bonded 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, 25 Jan 2018 13:23:24 -0000 On 1/25/2018 12:28 PM, Nicolau, Radu wrote: > >> -----Original Message----- >> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Chas Williams >> Sent: Wednesday, January 17, 2018 4:45 PM >> To: dev@dpdk.org >> Cc: Doherty, Declan ; Charles (Chas) Williams >> ; Chas Williams >> Subject: [dpdk-dev] [PATCH] net/bonding: don't early mark eth device as >> bonded >> >> From: "Charles (Chas) Williams" >> >> bonding immediately marks the incoming eth device as bonded and doesn't >> clear this in later error paths. Delay marking the dev until we are certain that >> we are going to add this eth device to the bond group. >> >> Signed-off-by: Chas Williams >> --- > > Acked-by: Radu Nicolau Applied to dpdk-next-net/master, thanks.