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 235A62C54 for ; Tue, 24 Jan 2017 16:55:23 +0100 (CET) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga105.jf.intel.com with ESMTP; 24 Jan 2017 07:55:22 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,278,1477983600"; d="scan'208";a="56675607" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.38]) ([10.237.220.38]) by orsmga005.jf.intel.com with ESMTP; 24 Jan 2017 07:55:21 -0800 To: "Lu, Wenzhuo" , "Dai, Wei" , "dev@dpdk.org" References: <1485245660-2127-1-git-send-email-wei.dai@intel.com> <6A0DE07E22DDAD4C9103DF62FEBC09093B55D7D0@shsmsx102.ccr.corp.intel.com> Cc: "Zhang, Helin" , "Ananyev, Konstantin" From: Ferruh Yigit Message-ID: <3b11d5b8-063b-98b9-225f-f1d9899d21dc@intel.com> Date: Tue, 24 Jan 2017 15:55:20 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <6A0DE07E22DDAD4C9103DF62FEBC09093B55D7D0@shsmsx102.ccr.corp.intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/ixgbe: correct error when SFP not present 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: Tue, 24 Jan 2017 15:55:25 -0000 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.