diff options
author | Igor Russkikh <irusskikh@marvell.com> | 2021-03-11 13:32:52 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-15 00:22:37 +0300 |
commit | ef700f2ea27e54f640c3957374469132e8bf46f5 (patch) | |
tree | 59f7e86cbf903da94841c1366cdcf64039970717 /samples/pktgen/README.rst | |
parent | 6f1629093399303bf19d6fcd5144061d1e25ec23 (diff) | |
download | linux-ef700f2ea27e54f640c3957374469132e8bf46f5.tar.xz |
samples: pktgen: allow to specify delay parameter via new opt
DELAY may now be explicitly specified via common parameter -w
Signed-off-by: Igor Russkikh <irusskikh@marvell.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'samples/pktgen/README.rst')
-rw-r--r-- | samples/pktgen/README.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/pktgen/README.rst b/samples/pktgen/README.rst index f9c53ca5cf93..f4b38180e407 100644 --- a/samples/pktgen/README.rst +++ b/samples/pktgen/README.rst @@ -28,6 +28,7 @@ across the sample scripts. Usage example is printed on errors:: -b : ($BURST) HW level bursting of SKBs -v : ($VERBOSE) verbose -x : ($DEBUG) debug + -w : ($DELAY) Tx Delay value (ns) The global variable being set is also listed. E.g. the required interface/device parameter "-i" sets variable $DEV. |