Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
371135bd
Commit
371135bd
authored
Jun 27, 2004
by
Karsten Desler
Committed by
Christoph Hellwig
Jun 27, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[NET]: Fix typos in pktgen docs.
parent
1d6b84f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Documentation/networking/pktgen.txt
Documentation/networking/pktgen.txt
+2
-2
No files found.
Documentation/networking/pktgen.txt
View file @
371135bd
...
@@ -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 cop
p
ies 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 contin
ious sends until
l explicitly
for contin
uous sends unti
l 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment