diff options
author | Eric Engestrom <eric@engestrom.ch> | 2016-04-25 09:36:56 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-04-28 21:21:13 +0300 |
commit | edb9a1b8942b32762b1179039debf2172ad9cc32 (patch) | |
tree | 2e4958ee346606f085021bf3a6386de5ea25d8eb /Documentation/networking/pktgen.txt | |
parent | 97d601d5de6eff9d9acebefa39150940a55e9f19 (diff) | |
download | linux-edb9a1b8942b32762b1179039debf2172ad9cc32.tar.xz |
Documentation: networking: fix spelling mistakes
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking/pktgen.txt')
-rw-r--r-- | Documentation/networking/pktgen.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/networking/pktgen.txt b/Documentation/networking/pktgen.txt index f4be85e96005..2c4e3354e128 100644 --- a/Documentation/networking/pktgen.txt +++ b/Documentation/networking/pktgen.txt @@ -67,12 +67,12 @@ The two basic thread commands are: * add_device DEVICE@NAME -- adds a single device * rem_device_all -- remove all associated devices -When adding a device to a thread, a corrosponding procfile is created +When adding a device to a thread, a corresponding procfile is created which is used for configuring this device. Thus, device names need to be unique. To support adding the same device to multiple threads, which is useful -with multi queue NICs, a the device naming scheme is extended with "@": +with multi queue NICs, the device naming scheme is extended with "@": device@something The part after "@" can be anything, but it is custom to use the thread @@ -221,7 +221,7 @@ Sample scripts A collection of tutorial scripts and helpers for pktgen is in the samples/pktgen directory. The helper parameters.sh file support easy -and consistant parameter parsing across the sample scripts. +and consistent parameter parsing across the sample scripts. Usage example and help: ./pktgen_sample01_simple.sh -i eth4 -m 00:1B:21:3C:9D:F8 -d 192.168.8.2 |