From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by dpdk.org (Postfix) with ESMTP id 1DAB0C166 for ; Wed, 21 Oct 2015 16:58:43 +0200 (CEST) Received: by wicfx6 with SMTP id fx6so95428522wic.1 for ; Wed, 21 Oct 2015 07:58:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=Hc84DSgsuXzaVgdWuHFDK4CJXlz8LRUp1bXCYeY2gCU=; b=C5FNvxhT5nj2gU+S7S9AlZW8GJo6sbN/4e9CjNBNG3XV9fhzCdk+gnfPs2nH1zu/Qn PdqZiXH4GfSa/opYO87xfWMJqbXeDagsqnGW5SSUTgfWFJl9wPkuvuTCP24vRB0tfC26 +SqMk7+ezjx00I9Td+eGOS8PRJlFpUKymUdvUQkTdsgvWuieCw8oD519HHfXU2BLk43x pXvbe5smO25Zc1snNfF/RlWcXhtVSfZHoWffsGpUNmvml9Enyxc990MC60DiMULyflo+ fPMvWWyunb0mz7ZvH6wDlsevfqeleJqzp1biUoOwU1VAsa6WbvsR+UFIDFZn3HDJuPxb 6eGw== X-Gm-Message-State: ALoCoQnIHJMizKUUpnNsrRRrDZsd/9NSUzxcZcGoQrMxTsMfR8wzt/FOocQ9uQ6fidR50ptmEDsf X-Received: by 10.194.6.66 with SMTP id y2mr12411102wjy.82.1445439522962; Wed, 21 Oct 2015 07:58:42 -0700 (PDT) Received: from xps13.localnet (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by smtp.gmail.com with ESMTPSA id gl9sm10926496wjb.10.2015.10.21.07.58.41 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 21 Oct 2015 07:58:42 -0700 (PDT) From: Thomas Monjalon To: Stephen Hemminger Date: Wed, 21 Oct 2015 16:57:37 +0200 Message-ID: <5277070.gE0ENbefvk@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <20151013173320.46e07232@xeon-e3> References: <1433472396-18852-1-git-send-email-wolkayang@gmail.com> <20151013173320.46e07232@xeon-e3> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] rte_alarm: modify it to make it not to be affected by discontinuous jumps in the system time X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Oct 2015 14:58:43 -0000 2015-10-13 17:33, Stephen Hemminger: > Agreed, this should be applied. > Does BSD version have same problem? Implementation of rte_alarm for BSD is empty. So I would say there is no such problem ;)