Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 16 Jan 2002 20:10:16 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 16 Jan 2002 20:10:07 -0500 Received: from pizda.ninka.net ([216.101.162.242]:49282 "EHLO pizda.ninka.net") by vger.kernel.org with ESMTP id ; Wed, 16 Jan 2002 20:09:54 -0500 Date: Wed, 16 Jan 2002 17:08:52 -0800 (PST) Message-Id: <20020116.170852.91311984.davem@redhat.com> To: wilson@whack.org Cc: linux-kernel@vger.kernel.org, linux-net@vger.kernel.org Subject: Re: hires timestamps for netif_rx() From: "David S. Miller" In-Reply-To: In-Reply-To: <20020116.161759.68040363.davem@redhat.com> X-Mailer: Mew version 2.1 on Emacs 21.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org From: Wilson Yeung Date: Wed, 16 Jan 2002 17:03:58 -0800 (PST) The discreprency is that get_fast_time() returns the current value of xtime, while do_gettimeofday() may actually calculate the time and consider both xtime and the jiffies. Look at the x86 implementation of do_fast_time, it equals do_gettimeofday() when TSC is present which is the only time that do_gettimeofday is going to be more accurate than xtime. Franks a lot, David S. Miller davem@redhat.com - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/