From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [dpdk-stable] [PATCH] net/i40e: fix link status update error Date: Thu, 10 May 2018 23:33:03 +0100 Message-ID: References: <1525919189-10017-1-git-send-email-beilei.xing@intel.com> <039ED4275CED7440929022BC67E70611531B0556@SHSMSX103.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" , "echaudro@redhat.com" , "stable@dpdk.org" , "Wiles, Keith" To: "Zhang, Qi Z" , "Xing, Beilei" , "Zhang, Roy Fan" Return-path: In-Reply-To: <039ED4275CED7440929022BC67E70611531B0556@SHSMSX103.ccr.corp.intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 5/10/2018 3:36 AM, Zhang, Qi Z wrote: >> -----Original Message----- >> From: Xing, Beilei >> Sent: Thursday, May 10, 2018 10:26 AM >> To: Zhang, Roy Fan ; Zhang, Qi Z >> >> Cc: dev@dpdk.org; echaudro@redhat.com; stable@dpdk.org; Wiles, Keith >> >> Subject: [PATCH] net/i40e: fix link status update error >> >> Link status is not updated correctly, link speed is 0 when link is up and link >> speed is not 0 when link is down. This patch fixes the issue. >> >> Fixes: eef2daf2e199 ("net/i40e: fix link update no wait") >> Cc: echaudro@redhat.com >> Cc: stable@dpdk.org >> >> Signed-off-by: Keith Wiles >> Signed-off-by: Beilei Xing > > Acked-by Qi Zhang Applied to dpdk-next-net/master, thanks.