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-1 | |
parent | 865367db658f6f4d7b8280b0968b47e2cbddab90 (diff) |
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-1')
-rwxr-xr-x | samples/pktgen/pktgen.conf-2-1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/samples/pktgen/pktgen.conf-2-1 b/samples/pktgen/pktgen.conf-2-1 index 5e402cf9b0f5..ccd32780bed1 100755 --- a/samples/pktgen/pktgen.conf-2-1 +++ b/samples/pktgen/pktgen.conf-2-1 @@ -18,7 +18,8 @@ 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 to the first +# and leave the second idle. PGDEV=/proc/net/pktgen/kpktgend_0 echo "Removing all devices" |