From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] test: add delay time in test alarm Date: Fri, 14 Jul 2017 11:36:21 +0200 Message-ID: <1629687.yhtlj0WEf7@xps> References: <1493950673-15953-1-git-send-email-qiming.yang@intel.com> <4341B239C0EFF9468EE453F9E9F4604D3C67D3CA@shsmsx102.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Chen, Jing D" , "Wu, Jingjing" To: "Yang, Qiming" Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id D20242882 for ; Fri, 14 Jul 2017 11:36:22 +0200 (CEST) In-Reply-To: <4341B239C0EFF9468EE453F9E9F4604D3C67D3CA@shsmsx102.ccr.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > > Because accuracy of timing to the microsecond is not guaranteed in > > > rte_eal_alarm_set, this function will not be called before the > > > requested time, but may be called a period of time afterwards which > > > can not be calculated. In order to ensure test alarm running success, > > > this patch added the delay time before check the flag. > > > > > > Signed-off-by: Qiming Yang > > Acked-by : Jing Chen Applied, thanks