mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "leon zadorin" <leonleon77@gmail.com>
To: linux-kernel@vger.kernel.org
Subject: "no hz"/"dynamic tick" option and TC/TBF (token bucket filter) behaviour...
Date: Fri, 6 Apr 2007 00:36:36 +1000	[thread overview]
Message-ID: <26d2cb010704050736y775b6b09g67fd40344cd2208d@mail.gmail.com> (raw)

Hi all,

two questions for you:

 1) the "no hertz" or "dynamic tick" feature in the kernel - which (if
any) kernel releases use it as a default option?

 2) for kernels which do have the aforementioned option enabled: how
does this affect the "tc" (traffic control) utility and the Token
Bucket Filter (tbf) queueing discipline (traffic-smoothing)
behhaviour?

 For example, the TBF doco suggests that due to the whole fixed Hz
thing in the kernel (e.g. 100Hz) the maximum rate of the TBF would
actually be limited to say 1mbit on Intel arch (with the default
mtu... but if mtu is incleased, so is the burstiness of the traffic
which is what TBF is trying to prevent in my deployment scenarios).
...

 So what about the kernels which use this "dyna tick" option - in such
a kernel, will there be an interrupt generated (e.g. at microsec.
precision on most platforms) for every packet's send time (e.g. say at
TBF's rate is at 25Mbps and one sends out 1KB data packets... will
there be  an interrput generated every... 300 microseconds?)...

 I guess I am asking this as it will be have consequences on what to
set the "mtu/minburst" values for tbf running with "no hertz"
feature... I am developing this "bursty" traffic, DV/HDV transmission
application (over UDP) and need to smooth frames as big as 400KB in
size no to be sent out at "wire" speed... (ideally they need to be
sent out "as smooth as possible")

 I know that there is a PSP (Precise Software Pacer) developed by
GridMPI people, but it would be nicer to get this sort of thing done
with the "default" kernel's disciplines (as PSP is a kernel module
which needs to be compiled [a process that uses "/opt" directory and
requires exactly matched iproute2 sources, etc... - in other words not
an explicitly standard and "stright-forward" process for the end-user
to follow] which adds more complexity to end-users' installation... as
well as PSP not supporting TCP segmentation offloading meaning that
other apps running on the same machine will not get the benefit of TCP
offloading processing)...

 Kind regards
 Leon.

             reply	other threads:[~2007-04-05 14:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-05 14:36 leon zadorin [this message]
2007-04-05 14:48 ` Patrick McHardy

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=26d2cb010704050736y775b6b09g67fd40344cd2208d@mail.gmail.com \
    --to=leonleon77@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

Powered by JetHome