From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id B5A7FA0679 for ; Wed, 1 May 2019 03:03:31 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 821AF4F9C; Wed, 1 May 2019 03:03:31 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 0C0CB4C95; Wed, 1 May 2019 03:03:28 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Apr 2019 18:03:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,415,1549958400"; d="scan'208";a="342317434" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga006.fm.intel.com with ESMTP; 30 Apr 2019 18:03:28 -0700 Received: from fmsmsx114.amr.corp.intel.com (10.18.116.8) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 30 Apr 2019 18:03:28 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX114.amr.corp.intel.com (10.18.116.8) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 30 Apr 2019 18:03:27 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.70]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.18]) with mapi id 14.03.0415.000; Wed, 1 May 2019 09:03:26 +0800 From: "Zhang, Qi Z" To: "Xing, Beilei" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [PATCH] net/i40e: fix link speed issue for X722 Thread-Index: AQHU/yHeOXEiJmg8Yk2OzHZaGNaV46ZVdN5w Date: Wed, 1 May 2019 01:03:25 +0000 Message-ID: <039ED4275CED7440929022BC67E706115337A0DF@SHSMSX103.ccr.corp.intel.com> References: <1556607397-73487-1-git-send-email-beilei.xing@intel.com> In-Reply-To: <1556607397-73487-1-git-send-email-beilei.xing@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZTdlYTlhZTItMTRiNy00Njc2LWJkNzItYTk0MjM4YWFjODVhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiWkx2MTFNRUNrU3VqN0tPSFZPeHBTVXRrWG9vUU5Tb252dEs5SmZJSzdcL3VsUjFXWlpjYzVKcTVvbWtDSFwvb3I2In0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] net/i40e: fix link speed issue for X722 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190501010325.3cTNK0QLo4SZ6kuZ6AXlHmP91hf-7hffBveJvFiwjCc@z> > -----Original Message----- > From: Xing, Beilei > Sent: Tuesday, April 30, 2019 2:57 PM > To: Zhang, Qi Z > Cc: dev@dpdk.org; stable@dpdk.org > Subject: [PATCH] net/i40e: fix link speed issue for X722 >=20 > If disable LSC when launching testpmd with X722, shown link speed is 20G = but > not 10G. It's caused by wrongly parsed link speed. > Correct it according to X722 datasheet. >=20 > Fixes: eef2daf2e199 ("net/i40e: fix link update no wait") > Cc: stable@dpdk.org >=20 > Signed-off-by: Beilei Xing Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi