From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [dpdk-stable] [PATCH v2] net/i40e: fix sync phy type by adding retry Date: Mon, 31 Jul 2017 13:41:51 +0100 Message-ID: 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> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: "stable@dpdk.org" To: "Wu, Jingjing" , "Hunt, David" , "dev@dpdk.org" Return-path: In-Reply-To: <9BB6961774997848B5B42BEC655768F810DD4C0B@SHSMSX103.ccr.corp.intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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.