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 ED06CA04C7 for ; Tue, 26 Nov 2019 03:43:27 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AAD164C9D; Tue, 26 Nov 2019 03:43:27 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 6806E91; Tue, 26 Nov 2019 03:43:23 +0100 (CET) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Nov 2019 18:43:21 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,244,1571727600"; d="scan'208";a="383013504" Received: from yexl-server.sh.intel.com (HELO localhost) ([10.67.117.17]) by orsmga005.jf.intel.com with ESMTP; 25 Nov 2019 18:43:20 -0800 Date: Tue, 26 Nov 2019 10:39:31 +0800 From: Ye Xiaolong To: "Lu, Wenzhuo" Cc: "Cui, LunyuanX" , "dev@dpdk.org" , "Yang, Qiming" , "stable@dpdk.org" Message-ID: <20191126023931.GG101220@intel.com> References: <20191113124659.88561-1-lunyuanx.cui@intel.com> <6A0DE07E22DDAD4C9103DF62FEBC0909408A3B9E@shsmsx102.ccr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6A0DE07E22DDAD4C9103DF62FEBC0909408A3B9E@shsmsx102.ccr.corp.intel.com> User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] net/e1000: 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" On 11/26, Lu, Wenzhuo wrote: >Hi, > >> -----Original Message----- >> From: Cui, LunyuanX >> Sent: Wednesday, November 13, 2019 8:47 PM >> To: dev@dpdk.org >> Cc: Lu, Wenzhuo ; Yang, Qiming >> ; Cui, LunyuanX ; >> stable@dpdk.org >> Subject: [PATCH] net/e1000: fix link status >> >> The link status got from link status register was not correct, because register >> has been reset when ports reset. >> After port reset, set the link status down. >> >> Fixes: c431ec66c54c ("net/igb: support setting link up or down") >> Cc: stable@dpdk.org >> >> Signed-off-by: Lunyuan Cui >Acked-by: Wenzhuo Lu Applied to dpdk-next-net-intel, Thanks.