Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2ad1cdf2 authored by Ben Hutchings's avatar Ben Hutchings Committed by David S. Miller
Browse files

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: default avatarBen Hutchings <ben.hutchings@codethink.co.uk>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 865367db
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.

PGDEV=/proc/net/pktgen/kpktgend_0
  echo "Removing all devices"
+1 −1
Original line number Diff line number Diff line
@@ -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.

PGDEV=/proc/net/pktgen/kpktgend_0
  echo "Removing all devices"
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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.

PGDEV=/proc/net/pktgen/kpktgend_0
  echo "Removing all devices"
Loading