From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 016AF7D32; Thu, 27 Jul 2017 02:28:11 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga105.jf.intel.com with ESMTP; 26 Jul 2017 17:28:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,417,1496127600"; d="scan'208";a="112394553" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga004.jf.intel.com with ESMTP; 26 Jul 2017 17:28:10 -0700 Received: from FMSMSX109.amr.corp.intel.com (10.18.116.9) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 26 Jul 2017 17:28:10 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx109.amr.corp.intel.com (10.18.116.9) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 26 Jul 2017 17:28:09 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.116]) by SHSMSX104.ccr.corp.intel.com ([10.239.4.70]) with mapi id 14.03.0319.002; Thu, 27 Jul 2017 08:28:08 +0800 From: "Wu, Jingjing" To: "Hunt, David" , "dev@dpdk.org" CC: "stable@dpdk.org" Thread-Topic: [PATCH v2] net/i40e: fix sync phy type by adding retry Thread-Index: AQHTBFuEdSe4jxrwA0WVdPJz5qePvKJm1ZYg Date: Thu, 27 Jul 2017 00:28:07 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F810DD4C0B@SHSMSX103.ccr.corp.intel.com> References: <1500648081-210705-1-git-send-email-david.hunt@intel.com> <1500886124-19379-1-git-send-email-david.hunt@intel.com> In-Reply-To: <1500886124-19379-1-git-send-email-david.hunt@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] net/i40e: fix sync phy type by adding retry 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, 27 Jul 2017 00:28:13 -0000 > -----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 >=20 > Some phy's take longer than others to come up. Add a retry to give more p= hy's > a chance to come up before returning an error. >=20 > Fixes: 2209c3e2c275 ("net/i40e: avoid PCI probing failure when using bogu= s > SFP") >=20 > Signed-off-by: David Hunt Acked-by: Jingjing Wu