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 ECB472BF1 for ; Fri, 23 Jun 2017 12:11:24 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Jun 2017 03:11:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,377,1493708400"; d="scan'208";a="1163841413" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.91]) ([10.237.220.91]) by fmsmga001.fm.intel.com with ESMTP; 23 Jun 2017 03:11:22 -0700 To: "Wu, Jingjing" , Olivier Matz , "dev@dpdk.org" , "Zhang, Helin" Cc: "Xing, Beilei" , "Richardson, Bruce" References: <20170615110331.3c8ca067@glumotte.dev.6wind.com> <20170615090832.3049-1-olivier.matz@6wind.com> <9BB6961774997848B5B42BEC655768F810DADEDE@SHSMSX103.ccr.corp.intel.com> From: Ferruh Yigit Message-ID: <8fc4e47f-d458-6e8f-d198-7094bf7df2fb@intel.com> Date: Fri, 23 Jun 2017 11:11:21 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.0 MIME-Version: 1.0 In-Reply-To: <9BB6961774997848B5B42BEC655768F810DADEDE@SHSMSX103.ccr.corp.intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/i40e: avoid PCI probing failure when using bogus sfp 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: Fri, 23 Jun 2017 10:11:25 -0000 On 6/23/2017 10:25 AM, Wu, Jingjing wrote: > > >> -----Original Message----- >> From: Olivier Matz [mailto:olivier.matz@6wind.com] >> Sent: Thursday, June 15, 2017 5:09 PM >> To: dev@dpdk.org; Wu, Jingjing ; Zhang, Helin >> >> Cc: Xing, Beilei ; Richardson, Bruce >> Subject: [PATCH] net/i40e: avoid PCI probing failure when using bogus sfp >> >> When a port is using a bogus SFP, the PCI probing returns an error, >> preventing to register a portid. >> >> To give a better chance to the applications to retry after the SFP is >> changed, move this check in eth_i40e_dev_configure(), so that only a >> port reconfiguration is needed to retry. >> >> Signed-off-by: Olivier Matz > Acked-by: Jingjing Wu Applied to dpdk-next-net/master, thanks.