diff options
author | Jesper Dangaard Brouer <brouer@redhat.com> | 2015-05-07 17:34:51 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-05-10 05:26:06 +0300 |
commit | f1f00d8ff60ca056db3805406507483eeb3794d7 (patch) | |
tree | 1c0f1ad1ada5811164ac0e6a7dafa4c11f502187 /Documentation | |
parent | 4d95b72f61432cb2cb5bc0f65018d0a6c2201c81 (diff) | |
download | linux-f1f00d8ff60ca056db3805406507483eeb3794d7.tar.xz |
pktgen: adjust flag NO_TIMESTAMP to be more pktgen compliant
Allow flag NO_TIMESTAMP to turn timestamping on again, like other flags,
with a negation of the flag like !NO_TIMESTAMP.
Also document the option flag NO_TIMESTAMP.
Fixes: afb84b626184 ("pktgen: add flag NO_TIMESTAMP to disable timestamping")
Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/networking/pktgen.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/networking/pktgen.txt b/Documentation/networking/pktgen.txt index 0344f1d45b37..6199ee6a040b 100644 --- a/Documentation/networking/pktgen.txt +++ b/Documentation/networking/pktgen.txt @@ -145,6 +145,7 @@ Examples: UDPCSUM, IPSEC # IPsec encapsulation (needs CONFIG_XFRM) NODE_ALLOC # node specific memory allocation + NO_TIMESTAMP # disable timestamping pgset spi SPI_VALUE Set specific SA used to transform packet. @@ -287,6 +288,7 @@ flag UDPCSUM IPSEC NODE_ALLOC + NO_TIMESTAMP dst_min dst_max |