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-2-2 | |
parent | 865367db658f6f4d7b8280b0968b47e2cbddab90 (diff) | |
download | linux-rpi3-2ad1cdf2ea5991b42b934d76c36113ceb4561fa6.tar.gz linux-rpi3-2ad1cdf2ea5991b42b934d76c36113ceb4561fa6.tar.bz2 linux-rpi3-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-2-2')
-rwxr-xr-x | samples/pktgen/pktgen.conf-2-2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/pktgen/pktgen.conf-2-2 b/samples/pktgen/pktgen.conf-2-2 index d63dc5f2112d..49ae4cf2bb76 100755 --- a/samples/pktgen/pktgen.conf-2-2 +++ b/samples/pktgen/pktgen.conf-2-2 @@ -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. Two CPU example. We add eth1, eth2 respectively. PGDEV=/proc/net/pktgen/kpktgend_0 echo "Removing all devices" |