diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2014-04-30 13:08:12 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2014-04-30 13:11:03 +0200 |
commit | 190dc7879a1a8813f2332ee7b39b743a49ac2771 (patch) | |
tree | 57f6bb3fde75588a35bb2c0c0fb5b282ec35fd7c /trafgen.8 | |
parent | 0ce9ef48153cf719c56894593bfb634cd4046647 (diff) |
trafgen: Don't expose -k/--kernel-pull anymore and warn if it still used
The -k/--kernel-pull option got useless with commit c139e80 ("trafgen:
remove timer-based trigger model"). Instead of entirely removing it and
thus possibly breaking people's scripts, still accept it as an option,
but warn the user about it. We might want to remove the option in a
future release.
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'trafgen.8')
-rw-r--r-- | trafgen.8 | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -136,11 +136,6 @@ gaps. Manually define the TX_RING resp. TX_RING size in ''<num>KiB/MiB/GiB''. On default the size is being determined based on the network connectivity rate. .PP -.SS -k <uint>, --kernel-pull <uint> -Manually define the interval in micro-seconds where the kernel should be triggered -to batch process the ring buffer frames. By default, it is every 10us, but it can -manually be prolonged, for instance.. -.PP .SS -E <uint>, --seed <uint> Manually set the seed for pseudo random number generator (PRNG) in trafgen. By default, a random seed from /dev/urandom is used to feed glibc's PRNG. If that |