From: Nishanth Aravamudan <nacc@us.ibm.com>
To: Ulrich Windl <ulrich.windl@rz.uni-regensburg.de>
Cc: lkml <linux-kernel@vger.kernel.org>,
Tim Schmielau <tim@physik3.uni-rostock.de>,
George Anzinger <george@mvista.com>,
albert@users.sourceforge.net,
Christoph Lameter <clameter@sgi.com>,
Dominik Brodowski <linux@dominikbrodowski.de>,
David Mosberger <davidm@hpl.hp.com>, Andi Kleen <ak@suse.de>,
paulus@samba.org, schwidefsky@de.ibm.com,
keith maanthey <kmannth@us.ibm.com>,
Chris McDermott <lcm@us.ibm.com>, Max Asbock <masbock@us.ibm.com>,
mahuja@us.ibm.com, Darren Hart <darren@dvhart.com>,
"Darrick J. Wong" <djwong@us.ibm.com>,
Anton Blanchard <anton@samba.org>,
donf@us.ibm.com, mpm@selenic.com, benh@kernel.crashing.org,
kernel-stuff@comcast.net, frank@tuxrocks.com
Subject: Re: [PATCH 0/4] new timeofday-based soft-timer subsystem
Date: Wed, 15 Jun 2005 08:01:10 -0700 [thread overview]
Message-ID: <20050615150110.GC19520@us.ibm.com> (raw)
In-Reply-To: <42AFE71B.1181.2422D280@rkdvmks1.ngate.uni-regensburg.de>
On 15.06.2005 [08:30:20 +0200], Ulrich Windl wrote:
> On 14 Jun 2005 at 11:11, Nishanth Aravamudan wrote:
>
> [...]
> > Would it be beneficial to encapsulate the timer_list structure? That way
> > if the units change underneath and we eventually move to timer_fsecs
> > (for femtoseconds), we don't need to change all the callers of
> > set_timer_nsecs() again?
> [...]
>
> I don't think that we'll see a global clock with reliable femtosecond
> resolution (not to talk about accuracy) in the foreseeable computer
> generations. Even plain gigahertz RAM is quite some time away. So how
> would you distribute such high resolution time across CPUs? As long as
> a syscall takes significantly longer than 1ns, or has a jitter of more
> than 1ns, a higher resolution clock would be just a source of
> additional noise bits.
Thank you for your feedback, Ulrich. You are probably right that such a
hardware timesource probably is not going to be common any time soon. My
thoughts for encapsulation were just a possibility, and certainly not a
requirement for my patch.
I did not consider the problems of distributing that value, either. So,
I guess, I can leave encapsulation out of the current efforts :)
Thanks,
Nish
next prev parent reply other threads:[~2005-06-15 15:02 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-06-09 3:11 [PATCH 1/4] new timeofday core subsystem (v. B2) john stultz
2005-06-09 3:13 ` [PATCH 2/4] new timeofday i386 arch specific changes " john stultz
2005-06-09 3:14 ` [PATCH 3/4] new timeofday x86-64 " john stultz
2005-06-09 3:15 ` [PATCH 4/4] new timeofday i386/x86-64 timesources " john stultz
2005-06-09 13:15 ` [PATCH 1/4] new timeofday core subsystem " Pekka Enberg
2005-06-14 0:53 ` john stultz
2005-06-14 2:47 ` Frank Sorenson
2005-06-14 2:01 ` john stultz
2005-06-14 3:46 ` [PATCH 0/4] new timeofday-based soft-timer subsystem Nishanth Aravamudan
2005-06-14 3:48 ` [PATCH 1/4] convert soft-timer subsystem to timerintervals Nishanth Aravamudan
2005-06-14 3:49 ` [PATCH 2/4] Nishanth Aravamudan
2005-06-14 3:49 ` [PATCH 2/4] convert sys_nanosleep() to use new soft-timer subsystem Nishanth Aravamudan
2005-06-14 17:00 ` [PATCH 0/4] new timeofday-based " Nishanth Aravamudan
2005-06-14 18:11 ` Nishanth Aravamudan
2005-06-15 6:30 ` Ulrich Windl
2005-06-15 15:01 ` Nishanth Aravamudan [this message]
2005-06-14 22:13 ` Nishanth Aravamudan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050615150110.GC19520@us.ibm.com \
--to=nacc@us.ibm.com \
--cc=ak@suse.de \
--cc=albert@users.sourceforge.net \
--cc=anton@samba.org \
--cc=benh@kernel.crashing.org \
--cc=clameter@sgi.com \
--cc=darren@dvhart.com \
--cc=davidm@hpl.hp.com \
--cc=djwong@us.ibm.com \
--cc=donf@us.ibm.com \
--cc=frank@tuxrocks.com \
--cc=george@mvista.com \
--cc=kernel-stuff@comcast.net \
--cc=kmannth@us.ibm.com \
--cc=lcm@us.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@dominikbrodowski.de \
--cc=mahuja@us.ibm.com \
--cc=masbock@us.ibm.com \
--cc=mpm@selenic.com \
--cc=paulus@samba.org \
--cc=schwidefsky@de.ibm.com \
--cc=tim@physik3.uni-rostock.de \
--cc=ulrich.windl@rz.uni-regensburg.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox