From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id DC67120F for ; Mon, 24 Jul 2017 03:55:14 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Jul 2017 18:55:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,404,1496127600"; d="scan'208";a="128425001" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga005.jf.intel.com with ESMTP; 23 Jul 2017 18:55:13 -0700 Received: from fmsmsx119.amr.corp.intel.com (10.18.124.207) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 23 Jul 2017 18:55:12 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX119.amr.corp.intel.com (10.18.124.207) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 23 Jul 2017 18:55:12 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.116]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.197]) with mapi id 14.03.0319.002; Mon, 24 Jul 2017 09:55:10 +0800 From: "Wu, Jingjing" To: "Hunt, David" , "dev@dpdk.org" Thread-Topic: [PATCH v1] net/i40e: fix sync phy type by adding retry Thread-Index: AQHTAjBB+uUbTVtGyUuPPcndEkwu9KJiOwBw Date: Mon, 24 Jul 2017 01:55:10 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F810DD0E2B@SHSMSX103.ccr.corp.intel.com> References: <1500648081-210705-1-git-send-email-david.hunt@intel.com> In-Reply-To: <1500648081-210705-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 v1] 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: Mon, 24 Jul 2017 01:55:15 -0000 > -----Original Message----- > From: Hunt, David > Sent: Friday, July 21, 2017 10:41 PM > To: dev@dpdk.org > Cc: Wu, Jingjing ; Hunt, David > Subject: [PATCH v1] 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 > Signed-off-by: David Hunt Patch looks fine, but you missed the Fixes line and it's better to Cc stabl= e@dpdk.org Thanks Jingjing