diff options
author | Ben Hutchings <ben.hutchings@codethink.co.uk> | 2015-02-24 02:32:37 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-02-23 22:03:18 -0500 |
commit | 2ad1cdf2ea5991b42b934d76c36113ceb4561fa6 (patch) | |
tree | 71b4af417e75482fa07e3a037e7339ed6a7946e6 /samples/pktgen/pktgen.conf-1-1-ip6 | |
parent | 865367db658f6f4d7b8280b0968b47e2cbddab90 (diff) | |
download | linux-2ad1cdf2ea5991b42b934d76c36113ceb4561fa6.tar.gz linux-2ad1cdf2ea5991b42b934d76c36113ceb4561fa6.tar.bz2 linux-2ad1cdf2ea5991b42b934d76c36113ceb4561fa6.zip |
samples/pktgen: Correct comments about the thread config
They all claimed to be two CPU examples using eth1, eth2 but
that is only true in one case!
Rob Jones pointed out spelling and grammar errors here, which I've
also corrected.
Cc: Rob Jones <rob.jones@codethink.co.uk>
Signed-off-by: Ben Hutchings <ben.hutchings@codethink.co.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'samples/pktgen/pktgen.conf-1-1-ip6')
-rwxr-xr-x | samples/pktgen/pktgen.conf-1-1-ip6 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/pktgen/pktgen.conf-1-1-ip6 b/samples/pktgen/pktgen.conf-1-1-ip6 index cf0e86f8b43c..c392475d60cf 100755 --- a/samples/pktgen/pktgen.conf-1-1-ip6 +++ b/samples/pktgen/pktgen.conf-1-1-ip6 @@ -18,7 +18,7 @@ function pgset() { # thread config -# Each CPU has own thread. Two CPU exammple. We add eth1, eth2 respectivly. +# Each CPU has its own thread. One CPU example. We add eth1. # IPv6. Note increase in minimal packet length PGDEV=/proc/net/pktgen/kpktgend_0 |