From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3B65FA04AB; Mon, 31 Aug 2020 02:52:56 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5F1BA137D; Mon, 31 Aug 2020 02:52:55 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 661CF255; Mon, 31 Aug 2020 02:52:53 +0200 (CEST) IronPort-SDR: mFcJMzMVcIQA+jHue496QNtP/AwNBzg34zohPdG0MEqyn5LElGOraiT8s11qqv2jLu6jzEJL+P f5sKSs16auWw== X-IronPort-AV: E=McAfee;i="6000,8403,9729"; a="156155760" X-IronPort-AV: E=Sophos;i="5.76,373,1592895600"; d="scan'208";a="156155760" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Aug 2020 17:52:52 -0700 IronPort-SDR: z0Mkttv+7fiCVC+CRvFeZvAqgLesrcfFWS32WeFRen+5rrJJJQeWeBUCUoWgD7C35GNvu+aV5c 2OcxBsO4RkGQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,373,1592895600"; d="scan'208";a="404295254" Received: from fmsmsx602.amr.corp.intel.com ([10.18.126.82]) by fmsmga001.fm.intel.com with ESMTP; 30 Aug 2020 17:52:52 -0700 Received: from fmsmsx603.amr.corp.intel.com (10.18.126.83) by fmsmsx602.amr.corp.intel.com (10.18.126.82) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Sun, 30 Aug 2020 17:52:45 -0700 Received: from fmsmsx101.amr.corp.intel.com (10.18.124.199) by fmsmsx603.amr.corp.intel.com (10.18.126.83) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.1713.5 via Frontend Transport; Sun, 30 Aug 2020 17:52:45 -0700 Received: from shsmsx154.ccr.corp.intel.com (10.239.6.54) by fmsmsx101.amr.corp.intel.com (10.18.124.199) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 30 Aug 2020 17:52:44 -0700 Received: from shsmsx107.ccr.corp.intel.com ([169.254.9.141]) by SHSMSX154.ccr.corp.intel.com ([169.254.7.115]) with mapi id 14.03.0439.000; Mon, 31 Aug 2020 08:52:41 +0800 From: "Zhang, Qi Z" To: "Xing, Beilei" , "Sun, GuinanX" , "dev@dpdk.org" CC: "Guo, Jia" , "stable@dpdk.org" Thread-Topic: [PATCH v3] net/i40e: fix link status Thread-Index: AQHWa9mSqK580amb+kOG7KcJ+4fq7qlRiZ3g Date: Mon, 31 Aug 2020 00:52:40 +0000 Message-ID: <039ED4275CED7440929022BC67E706115522D83E@SHSMSX107.ccr.corp.intel.com> References: <20200730082539.24104-1-guinanx.sun@intel.com> <20200806081641.19916-1-guinanx.sun@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.5.1.3 dlp-reaction: no-action 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 v3] net/i40e: fix link status 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" > -----Original Message----- > From: dev On Behalf Of Xing, Beilei > Sent: Thursday, August 6, 2020 6:08 PM > To: Sun, GuinanX ; dev@dpdk.org > Cc: Guo, Jia ; stable@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3] net/i40e: fix link status >=20 >=20 >=20 > > -----Original Message----- > > From: Sun, GuinanX > > Sent: Thursday, August 6, 2020 4:17 PM > > To: dev@dpdk.org > > Cc: Xing, Beilei ; Guo, Jia > > ; Sun, GuinanX ; > > stable@dpdk.org > > Subject: [PATCH v3] net/i40e: fix link status > > > > If the PF driver supports the new speed reporting capabilities then > > use link_event_adv instead of link_event to get the speed. > > > > Fixes: 2a73125b7041 ("i40evf: fix link info update") > > Cc: stable@dpdk.org > > > > Signed-off-by: Guinan Sun > Acked-by: Beilei Xing Applied to dpdk-next-net-intel. Thanks Qi