Commit 371135bd authored by Karsten Desler's avatar Karsten Desler Committed by Christoph Hellwig

[NET]: Fix typos in pktgen docs.

parent 1d6b84f3
...@@ -11,13 +11,13 @@ How to use the Linux packet generator module. ...@@ -11,13 +11,13 @@ How to use the Linux packet generator module.
5. After this two commands are defined: 5. After this two commands are defined:
A. "pg" to start generator and to get results. A. "pg" to start generator and to get results.
B. "pgset" to change generator parameters. F.e. B. "pgset" to change generator parameters. F.e.
pgset "clone_skb 100" sets the number of coppies of the same packet pgset "clone_skb 100" sets the number of copies of the same packet
will be sent before a new packet is allocated will be sent before a new packet is allocated
pgset "clone_skb 0" use multiple SKBs for packet generation pgset "clone_skb 0" use multiple SKBs for packet generation
pgset "pkt_size 9014" sets packet size to 9014 pgset "pkt_size 9014" sets packet size to 9014
pgset "frags 5" packet will consist of 5 fragments pgset "frags 5" packet will consist of 5 fragments
pgset "count 200000" sets number of packets to send, set to zero pgset "count 200000" sets number of packets to send, set to zero
for continious sends untill explicitly for continuous sends until explicitly
stopped. stopped.
pgset "ipg 5000" sets artificial gap inserted between packets pgset "ipg 5000" sets artificial gap inserted between packets
to 5000 nanoseconds to 5000 nanoseconds
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment