public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Con Kolivas <kernel@kolivas.org>
To: "Albert Cahalan" <acahalan@gmail.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [ckpatch][15/29] hz-no_default_250.patch
Date: Mon, 19 Jun 2006 11:25:49 +1000	[thread overview]
Message-ID: <200606191125.50826.kernel@kolivas.org> (raw)
In-Reply-To: <787b0d920606181752j4b7c7309t9c0ab9bf8da1537a@mail.gmail.com>

On Monday 19 June 2006 10:52, Albert Cahalan wrote:
> > Make 250 HZ a value that is not selected by default and give some
> > better recommendations in help.
>
> No, 250 is a good default.
>
> We can't reliably do 1000. There are many systems, including both
> laptops and servers, which have a BIOS that uses SMM/SMI to grab
> the CPU for longer than a millisecond. We'd lose clock ticks if
> we had HZ at 1000.

We do not lost clock ticks on ordinary desktops at HZ==1000 which is what I'm 
recommending here. For servers and laptops I'm recommending 100.

> NTSC video is 59.94 fields per second. Though a sample rate of
> double that would satisfy the Nyquest theory, in practice you
> need to go to 4x to 5x the rate you want. This comes out to be
> around 240 to 300 as a minimum.

Yes I understand that but there is also the matter that we don't guarantee 
timers actually even succeed at the HZ value. In practice our timers, even at 
almost no load, only can guarantee firing 2 or 3 ticks after the time we 
requested. This means we need timers to be about 3x higher than the 250 we 
need.

> Then there is the matter of picking a value that is very close
> to being an integer factor of the standard PC clock. I don't
> remember how well 250 did, but here is the code I once used
> to compute such things:

Yes I stored a family of these values and 864 was ~ the optimum for a high 
value for desktops and ~84 for a low value but were unpopular for not being 
something decimally familiar. Also lots of code kind of broke with values 
below 100 in the kernel.

Thanks!

-- 
-ck

  reply	other threads:[~2006-06-19  1:26 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-19  0:52 [ckpatch][15/29] hz-no_default_250.patch Albert Cahalan
2006-06-19  1:25 ` Con Kolivas [this message]
2006-06-19 11:52   ` Jan Engelhardt
2006-06-21  4:53     ` Con Kolivas
2006-06-19  1:30 ` Lee Revell
2006-06-19  1:52   ` Con Kolivas
  -- strict thread matches above, loose matches on Subject: below --
2006-06-18  7:32 Con Kolivas
2006-06-18  7:42 ` Willy Tarreau
2006-06-18 10:08   ` Con Kolivas
2006-06-18 15:03     ` Jan Engelhardt

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=200606191125.50826.kernel@kolivas.org \
    --to=kernel@kolivas.org \
    --cc=acahalan@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    /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