From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 6945798 for ; Wed, 8 Feb 2017 16:30:20 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP; 08 Feb 2017 07:30:18 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,348,1477983600"; d="scan'208";a="818515126" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.137]) ([10.237.220.137]) by FMSMGA003.fm.intel.com with ESMTP; 08 Feb 2017 07:30:17 -0800 To: Qiming Yang , dev@dpdk.org References: <1486545264-23218-1-git-send-email-qiming.yang@intel.com> Cc: jingjing.wu@intel.com, cunming.liang@intel.com From: Ferruh Yigit Message-ID: Date: Wed, 8 Feb 2017 15:30:17 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <1486545264-23218-1-git-send-email-qiming.yang@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/i40e: fix link update delay X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Feb 2017 15:30:20 -0000 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