From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/i40e: fix link update delay Date: Wed, 8 Feb 2017 15:37:48 +0000 Message-ID: <0675b9b3-89ee-9f4b-ed54-89e4f47a1ecd@intel.com> References: <1486545264-23218-1-git-send-email-qiming.yang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: jingjing.wu@intel.com, cunming.liang@intel.com To: Qiming Yang , dev@dpdk.org Return-path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 23E57F72 for ; Wed, 8 Feb 2017 16:37:50 +0100 (CET) In-Reply-To: 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 2/8/2017 3:30 PM, Ferruh Yigit wrote: > On 2/8/2017 9:14 AM, Qiming Yang wrote: >> This patch fixed the redundant delay in function link update. There is >> no need to call rte_delay_ms and hold CPU for 100ms when link status is up. >> >> Fixes: 263333bbb7a9 ("i40e: fix link status timeout") >> >> Signed-off-by: Qiming Yang > > Reviewed-by: Ferruh Yigit Applied to dpdk-next-net/master, thanks.