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-2 | |
parent | 865367db658f6f4d7b8280b0968b47e2cbddab90 (diff) | |
download | blackbird-obmc-linux-2ad1cdf2ea5991b42b934d76c36113ceb4561fa6.tar.gz blackbird-obmc-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-2')
-rwxr-xr-x | samples/pktgen/pktgen.conf-1-2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/pktgen/pktgen.conf-1-2 b/samples/pktgen/pktgen.conf-1-2 index 7f6e88e53ffd..136e10caff63 100755 --- a/samples/pktgen/pktgen.conf-1-2 +++ b/samples/pktgen/pktgen.conf-1-2 @@ -18,7 +18,7 @@ function pgset() { # thread config -# One CPU means one thread. One CPU exammple. We add eth1, eth2 respectivly. +# One CPU means one thread. One CPU example. We add eth1, eth2 respectivly. PGDEV=/proc/net/pktgen/kpktgend_0 echo "Removing all devices" |