From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 5CDA3DE3 for ; Tue, 24 Jan 2017 09:51:27 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga105.fm.intel.com with ESMTP; 24 Jan 2017 00:51:26 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,277,1477983600"; d="scan'208";a="1086622409" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga001.jf.intel.com with ESMTP; 24 Jan 2017 00:51:25 -0800 Received: from fmsmsx125.amr.corp.intel.com (10.18.125.40) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 24 Jan 2017 00:51:25 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX125.amr.corp.intel.com (10.18.125.40) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 24 Jan 2017 00:51:25 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.88]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.204]) with mapi id 14.03.0248.002; Tue, 24 Jan 2017 16:51:22 +0800 From: "Lu, Wenzhuo" To: "Dai, Wei" , "dev@dpdk.org" CC: "Zhang, Helin" , "Ananyev, Konstantin" , "Dai, Wei" Thread-Topic: [dpdk-dev] [PATCH] net/ixgbe: correct error when SFP not present Thread-Index: AQHSdhqG32XGjUX3pEGsC176yVqzSaFHUX+g Date: Tue, 24 Jan 2017 08:51:21 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC09093B55D7D0@shsmsx102.ccr.corp.intel.com> References: <1485245660-2127-1-git-send-email-wei.dai@intel.com> In-Reply-To: <1485245660-2127-1-git-send-email-wei.dai@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] 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 08:51:27 -0000 Hi, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Wei Dai > Sent: Tuesday, January 24, 2017 4:14 PM > To: dev@dpdk.org > Cc: Zhang, Helin; Ananyev, Konstantin; Dai, Wei > Subject: [dpdk-dev] [PATCH] net/ixgbe: correct error when SFP not present >=20 > Ignore the error=3DIXGBE_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. >=20 > Signed-off-by: Wei Dai > Signed-off-by: Helin Zhang > Tested-by: Yuan Peng Acked-by: Wenzhuo Lu