From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 8248C8D35 for ; Mon, 1 Feb 2016 09:23:11 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP; 01 Feb 2016 00:23:08 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,379,1449561600"; d="scan'208";a="645006668" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by FMSMGA003.fm.intel.com with ESMTP; 01 Feb 2016 00:23:08 -0800 Received: from fmsmsx154.amr.corp.intel.com (10.18.116.70) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 1 Feb 2016 00:23:07 -0800 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX154.amr.corp.intel.com (10.18.116.70) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 1 Feb 2016 00:23:07 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.172]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.218]) with mapi id 14.03.0248.002; Mon, 1 Feb 2016 16:22:59 +0800 From: "He, Shaopeng" To: "Lu, Wenzhuo" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] ixgbe: fix link down issue on x550em_x Thread-Index: AQHRO8U8f256I3zkgkyR+l3S1SGrb58XERsg Date: Mon, 1 Feb 2016 08:22:59 +0000 Message-ID: References: <1450684592-13564-1-git-send-email-wenzhuo.lu@intel.com> In-Reply-To: <1450684592-13564-1-git-send-email-wenzhuo.lu@intel.com> Accept-Language: zh-CN, 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 Cc: root Subject: Re: [dpdk-dev] [PATCH] ixgbe: fix link down issue on x550em_x 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: Mon, 01 Feb 2016 08:23:11 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Wenzhuo Lu > Sent: Monday, December 21, 2015 3:57 PM > To: dev@dpdk.org > Cc: root > Subject: [dpdk-dev] [PATCH] ixgbe: fix link down issue on x550em_x >=20 > Normally the auto-negotiation is supported by FW. But on > X550EM_X_10G_T it's not supported by FW. As the port of > X550EM_X_10G_T is 10G. If we connect the port with a peer > which is 1G. The link is always down. > We have to supprted auto-neg by SW to avoid such link down > issue. >=20 > Signed-off-by: root Should be "Signed-off-by: Wenzhuo Lu " ?