From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/ixgbe: correct error when SFP not present Date: Tue, 24 Jan 2017 15:55:20 +0000 Message-ID: <3b11d5b8-063b-98b9-225f-f1d9899d21dc@intel.com> References: <1485245660-2127-1-git-send-email-wei.dai@intel.com> <6A0DE07E22DDAD4C9103DF62FEBC09093B55D7D0@shsmsx102.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: "Zhang, Helin" , "Ananyev, Konstantin" To: "Lu, Wenzhuo" , "Dai, Wei" , "dev@dpdk.org" Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 235A62C54 for ; Tue, 24 Jan 2017 16:55:23 +0100 (CET) In-Reply-To: <6A0DE07E22DDAD4C9103DF62FEBC09093B55D7D0@shsmsx102.ccr.corp.intel.com> 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 1/24/2017 8:51 AM, Lu, Wenzhuo wrote: <...> >> >> Ignore the error=IXGBE_ERR_SFP_NOT_PRESENT when SFP is not present. >> If it is not ignored, testpmd will in the NIC initialization process. >> Ixgbe kernel driver ignores this error and works well. So DPDK does same thing. >> >> Signed-off-by: Wei Dai >> Signed-off-by: Helin Zhang >> Tested-by: Yuan Peng > Acked-by: Wenzhuo Lu Applied to dpdk-next-net/master, thanks.