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 637DFFFA for ; Wed, 9 Nov 2016 09:14:11 +0100 (CET) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga102.jf.intel.com with ESMTP; 09 Nov 2016 00:14:10 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,465,1473145200"; d="scan'208";a="29084308" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga006.fm.intel.com with ESMTP; 09 Nov 2016 00:14:10 -0800 Received: from fmsmsx118.amr.corp.intel.com (10.18.116.18) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 9 Nov 2016 00:14:10 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx118.amr.corp.intel.com (10.18.116.18) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 9 Nov 2016 00:14:10 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.206]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.96]) with mapi id 14.03.0248.002; Wed, 9 Nov 2016 16:14:09 +0800 From: "Lu, Wenzhuo" To: "Zhao1, Wei" , "dev@dpdk.org" CC: "Zhao1, Wei" Thread-Topic: [dpdk-dev] [PATCH] net/ixgbe: fix link never come up problem with x552 Thread-Index: AQHSOldu/8Ssl0UZC0mul/QHB2enI6DQTVeA Date: Wed, 9 Nov 2016 08:14:08 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC09093934229A@shsmsx102.ccr.corp.intel.com> References: <1478674828-41011-1-git-send-email-wei.zhao1@intel.com> In-Reply-To: <1478674828-41011-1-git-send-email-wei.zhao1@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: fix link never come up problem with x552 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Nov 2016 08:14:12 -0000 Hi, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Wei Zhao > Sent: Wednesday, November 9, 2016 3:00 PM > To: dev@dpdk.org > Cc: Zhao1, Wei > Subject: [dpdk-dev] [PATCH] net/ixgbe: fix link never come up problem wit= h x552 >=20 > From: zhao wei >=20 > The links never coming up with DPDK16.11 when bring up x552 NIC, device i= d is > 15ac.This is caused by delete some code which casing removes X550em SFP i= XFI > setup for the drivers in function ixgbe_setup_mac_link_sfp_x550em().Fix > methord is recover the deleted code. >=20 > Fixes: 1726b9cd9c40 ("net/ixgbe/base: remove X550em SFP iXFI setup") >=20 > Signed-off-by: zhao wei Acked-by: Wenzhuo Lu Thanks for the patch. It's a critical issue. We need to fix it. I'll report= it to our kernel driver developers.