From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from dpdk.org (dpdk.org [92.243.14.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 0FCCBA04AA;
	Fri,  7 Aug 2020 04:09:38 +0200 (CEST)
Received: from [92.243.14.124] (localhost [127.0.0.1])
	by dpdk.org (Postfix) with ESMTP id 8A9222BF2;
	Fri,  7 Aug 2020 04:09:36 +0200 (CEST)
Received: from mga18.intel.com (mga18.intel.com [134.134.136.126])
 by dpdk.org (Postfix) with ESMTP id 8639529D6;
 Fri,  7 Aug 2020 04:09:34 +0200 (CEST)
IronPort-SDR: PG62Zj00Fn98hUmWBEYQ6NUWG9Vcum0o4O98ScJ0yaODxhDf/iMXcBgXH147ELpANKo7FQSzd4
 0KJYskYnW77Q==
X-IronPort-AV: E=McAfee;i="6000,8403,9705"; a="140562231"
X-IronPort-AV: E=Sophos;i="5.75,443,1589266800"; d="scan'208";a="140562231"
X-Amp-Result: SKIPPED(no attachment in message)
X-Amp-File-Uploaded: False
Received: from fmsmga005.fm.intel.com ([10.253.24.32])
 by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;
 06 Aug 2020 19:09:32 -0700
IronPort-SDR: 5EPhP7IEJY4OSb79QC2qKa93ULpPa8yoUDsfHZPL64rgJAfRvaLIqxy1I1tEbE8TxF8cPG5m49
 K4VMr3bqAHZw==
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.75,443,1589266800"; d="scan'208";a="493886470"
Received: from unknown (HELO [10.67.68.143]) ([10.67.68.143])
 by fmsmga005.fm.intel.com with ESMTP; 06 Aug 2020 19:09:31 -0700
To: "Xing, Beilei" <beilei.xing@intel.com>,
 "Sun, GuinanX" <guinanx.sun@intel.com>, "dev@dpdk.org" <dev@dpdk.org>
Cc: "stable@dpdk.org" <stable@dpdk.org>
References: <20200730082539.24104-1-guinanx.sun@intel.com>
 <20200806081641.19916-1-guinanx.sun@intel.com>
 <MN2PR11MB3807E2AB1B2F75E0F580F565F7480@MN2PR11MB3807.namprd11.prod.outlook.com>
From: Jeff Guo <jia.guo@intel.com>
Message-ID: <1b28fa3e-ca7b-9323-91dc-d3434c8360ec@intel.com>
Date: Fri, 7 Aug 2020 10:09:30 +0800
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101
 Thunderbird/68.11.0
MIME-Version: 1.0
In-Reply-To: <MN2PR11MB3807E2AB1B2F75E0F580F565F7480@MN2PR11MB3807.namprd11.prod.outlook.com>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Content-Language: en-US
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 <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org
Sender: "dev" <dev-bounces@dpdk.org>


On 8/6/2020 6:08 PM, Xing, Beilei wrote:
>
>> -----Original Message-----
>> From: Sun, GuinanX <guinanx.sun@intel.com>
>> Sent: Thursday, August 6, 2020 4:17 PM
>> To: dev@dpdk.org
>> Cc: Xing, Beilei <beilei.xing@intel.com>; Guo, Jia <jia.guo@intel.com>; Sun,
>> GuinanX <guinanx.sun@intel.com>; 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 <guinanx.sun@intel.com>
> Acked-by: Beilei Xing <beilei.xing@intel.com>


Acked-by: Jeff Guo <jia.guo@intel.com>