Skip to content

Commit

Permalink
samples/pktgen: Show the results rather than just commenting where th…
Browse files Browse the repository at this point in the history
…ey are

Signed-off-by: Ben Hutchings <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
bwh-ct authored and davem330 committed Feb 24, 2015
1 parent 16b5d0c commit 4062bd2
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 16 deletions.
3 changes: 1 addition & 2 deletions samples/pktgen/pktgen.conf-1-1
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,4 @@ PGDEV=/proc/net/pktgen/pgctrl
trap true INT
pgset "start"
echo "Done"

# Result can be vieved in /proc/net/pktgen/eth1
cat /proc/net/pktgen/eth1
3 changes: 1 addition & 2 deletions samples/pktgen/pktgen.conf-1-1-flows
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,4 @@ PGDEV=/proc/net/pktgen/pgctrl
trap true INT
pgset "start"
echo "Done"

# Result can be vieved in /proc/net/pktgen/eth1
cat /proc/net/pktgen/eth1
3 changes: 1 addition & 2 deletions samples/pktgen/pktgen.conf-1-1-ip6
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,4 @@ PGDEV=/proc/net/pktgen/pgctrl
trap true INT
pgset "start"
echo "Done"

# Result can be vieved in /proc/net/pktgen/eth1
cat /proc/net/pktgen/eth1
3 changes: 1 addition & 2 deletions samples/pktgen/pktgen.conf-1-1-ip6-rdos
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,4 @@ PGDEV=/proc/net/pktgen/pgctrl
trap true INT
pgset "start"
echo "Done"

# Result can be vieved in /proc/net/pktgen/eth1
cat /proc/net/pktgen/eth1
3 changes: 1 addition & 2 deletions samples/pktgen/pktgen.conf-1-1-rdos
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,4 @@ PGDEV=/proc/net/pktgen/pgctrl
trap true INT
pgset "start"
echo "Done"

# Result can be vieved in /proc/net/pktgen/eth1
cat /proc/net/pktgen/eth1
3 changes: 1 addition & 2 deletions samples/pktgen/pktgen.conf-1-2
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,4 @@ PGDEV=/proc/net/pktgen/pgctrl
trap true INT
pgset "start"
echo "Done"

# Result can be vieved in /proc/net/pktgen/eth[1,2]
cat /proc/net/pktgen/eth1 /proc/net/pktgen/eth2
3 changes: 1 addition & 2 deletions samples/pktgen/pktgen.conf-2-1
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,4 @@ PGDEV=/proc/net/pktgen/pgctrl
trap true INT
pgset "start"
echo "Done"

# Result can be vieved in /proc/net/pktgen/eth1
cat /proc/net/pktgen/eth1
3 changes: 1 addition & 2 deletions samples/pktgen/pktgen.conf-2-2
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,4 @@ PGDEV=/proc/net/pktgen/pgctrl
trap true INT
pgset "start"
echo "Done"

# Result can be vieved in /proc/net/pktgen/eth[1,2]
cat /proc/net/pktgen/eth1 /proc/net/pktgen/eth2

0 comments on commit 4062bd2

Please sign in to comment.