From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 5C27199A2; Mon, 31 Jul 2017 14:41:54 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Jul 2017 05:41:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,442,1496127600"; d="scan'208";a="131509270" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.48]) ([10.237.220.48]) by orsmga005.jf.intel.com with ESMTP; 31 Jul 2017 05:41:52 -0700 To: "Wu, Jingjing" , "Hunt, David" , "dev@dpdk.org" Cc: "stable@dpdk.org" References: <1500648081-210705-1-git-send-email-david.hunt@intel.com> <1500886124-19379-1-git-send-email-david.hunt@intel.com> <9BB6961774997848B5B42BEC655768F810DD4C0B@SHSMSX103.ccr.corp.intel.com> From: Ferruh Yigit Message-ID: Date: Mon, 31 Jul 2017 13:41:51 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <9BB6961774997848B5B42BEC655768F810DD4C0B@SHSMSX103.ccr.corp.intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH v2] net/i40e: fix sync phy type by adding retry X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jul 2017 12:41:55 -0000 On 7/27/2017 1:28 AM, Wu, Jingjing wrote: > > >> -----Original Message----- >> From: Hunt, David >> Sent: Monday, July 24, 2017 4:49 PM >> To: dev@dpdk.org >> Cc: Wu, Jingjing ; stable@dpdk.org; Hunt, David >> >> Subject: [PATCH v2] net/i40e: fix sync phy type by adding retry >> >> Some phy's take longer than others to come up. Add a retry to give more phy's >> a chance to come up before returning an error. >> >> Fixes: 2209c3e2c275 ("net/i40e: avoid PCI probing failure when using bogus >> SFP") >> >> Signed-off-by: David Hunt > Acked-by: Jingjing Wu Applied to dpdk-next-net/master, thanks.