lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 6 Apr 2007 00:36:36 +1000
From:	"leon zadorin" <leonleon77@...il.com>
To:	linux-kernel@...r.kernel.org
Subject: "no hz"/"dynamic tick" option and TC/TBF (token bucket filter) behaviour...

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.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ