From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <wenzhuo.lu@intel.com>
Received: from mga01.intel.com (mga01.intel.com [192.55.52.88])
 by dpdk.org (Postfix) with ESMTP id 84C60DE3
 for <dev@dpdk.org>; Mon,  1 Feb 2016 09:26:29 +0100 (CET)
Received: from fmsmga003.fm.intel.com ([10.253.24.29])
 by fmsmga101.fm.intel.com with ESMTP; 01 Feb 2016 00:26:29 -0800
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.22,379,1449561600"; d="scan'208";a="645008165"
Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201])
 by FMSMGA003.fm.intel.com with ESMTP; 01 Feb 2016 00:26:28 -0800
Received: from fmsmsx117.amr.corp.intel.com (10.18.116.17) 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:26:28 -0800
Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by
 fmsmsx117.amr.corp.intel.com (10.18.116.17) with Microsoft SMTP Server (TLS)
 id 14.3.248.2; Mon, 1 Feb 2016 00:26:28 -0800
Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.172]) by
 SHSMSX152.ccr.corp.intel.com ([169.254.6.209]) with mapi id 14.03.0248.002;
 Mon, 1 Feb 2016 16:26:20 +0800
From: "Lu, Wenzhuo" <wenzhuo.lu@intel.com>
To: "He, Shaopeng" <shaopeng.he@intel.com>, "dev@dpdk.org" <dev@dpdk.org>
Thread-Topic: [dpdk-dev] [PATCH] ixgbe: fix link down issue on x550em_x
Thread-Index: AQHRO8UxtNu89d05EUOxMx5v+uw7jp8Wld6AgACGneA=
Date: Mon, 1 Feb 2016 08:26:20 +0000
Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC09090342627B@shsmsx102.ccr.corp.intel.com>
References: <1450684592-13564-1-git-send-email-wenzhuo.lu@intel.com>
 <FB82FCC69332B84596FE0CEC3C131094BF7D42@shsmsx102.ccr.corp.intel.com>
In-Reply-To: <FB82FCC69332B84596FE0CEC3C131094BF7D42@shsmsx102.ccr.corp.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] 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 <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 01 Feb 2016 08:26:30 -0000

Hi Shaopeng,

> -----Original Message-----
> From: He, Shaopeng
> Sent: Monday, February 1, 2016 4:23 PM
> To: Lu, Wenzhuo; dev@dpdk.org
> Cc: root
> Subject: RE: [dpdk-dev] [PATCH] ixgbe: fix link down issue on x550em_x
>=20
>=20
> > -----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
> >
> > 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.
> >
> > Signed-off-by: root <root@localhost.localdomain>
>=20
> Should be "Signed-off-by: Wenzhuo Lu <wenzhuo.lu@intel.com>" ?
Yes, thanks. Seems I've used the wrong machine to create this patch. I'll s=
end a V2.