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 4336CA04DB for ; Mon, 7 Sep 2020 07:05:07 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1CDE91C0BE; Mon, 7 Sep 2020 07:05:07 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 3A168255; Mon, 7 Sep 2020 07:05:00 +0200 (CEST) IronPort-SDR: RUCkkA7ecTUXwM5pD9Y86Hjnh1YsELO6jzuSaPh23cLWzk3DfRsaLh/C/982XNjeqAK2lt8JnP lLEOJyjFSCWg== X-IronPort-AV: E=McAfee;i="6000,8403,9736"; a="145662960" X-IronPort-AV: E=Sophos;i="5.76,400,1592895600"; d="scan'208";a="145662960" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Sep 2020 22:04:55 -0700 IronPort-SDR: jD509LaRsSwlhfLUGUGEans881TJmdT6uOYMOUG5vga0xWMZF+xyVX6MXI5JTF4xcHGo890FI1 6tVxr+YVXsHQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,400,1592895600"; d="scan'208";a="284057953" Received: from fmsmsx606.amr.corp.intel.com ([10.18.126.86]) by fmsmga007.fm.intel.com with ESMTP; 06 Sep 2020 22:04:51 -0700 Received: from shsmsx603.ccr.corp.intel.com (10.109.6.143) by fmsmsx606.amr.corp.intel.com (10.18.126.86) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Sun, 6 Sep 2020 22:04:50 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX603.ccr.corp.intel.com (10.109.6.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Mon, 7 Sep 2020 13:04:48 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.1713.004; Mon, 7 Sep 2020 13:04:48 +0800 From: "Zhang, Qi Z" To: "Sun, GuinanX" , "dev@dpdk.org" CC: "Xing, Beilei" , "Guo, Jia" , "Sun, GuinanX" , "stable@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v5] net/i40e: fix link status Thread-Index: AQHWgoT9SkKa6HcnbUeVwS6YjK9CFKlco6Cw Date: Mon, 7 Sep 2020 05:04:48 +0000 Message-ID: <4f498613d66342ee97f7ab2d5690a5f5@intel.com> References: <20200730082539.24104-1-guinanx.sun@intel.com> <20200904062154.7951-1-guinanx.sun@intel.com> In-Reply-To: <20200904062154.7951-1-guinanx.sun@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH v5] net/i40e: fix link status X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" > -----Original Message----- > From: dev On Behalf Of Guinan Sun > Sent: Friday, September 4, 2020 2:22 PM > To: dev@dpdk.org > Cc: Xing, Beilei ; Guo, Jia ; S= un, > GuinanX ; stable@dpdk.org > Subject: [dpdk-dev] [PATCH v5] net/i40e: fix link status >=20 > If the PF driver supports the new speed reporting capabilities then use > link_event_adv instead of link_event to get the speed. >=20 > Fixes: 2a73125b7041 ("i40evf: fix link info update") > Cc: stable@dpdk.org >=20 > Signed-off-by: Guinan Sun > Acked-by: Jeff Guo > Tested-by: Jiaqi Min Applied to dpdk-next-inet-intel. Thanks Qi