Skip to content

Commit

Permalink
pktgen: doc were missing several config options
Browse files Browse the repository at this point in the history
The pktgen.txt documentation over available config options were not complete.
Making the list complete by adding the following.

Pgcontrol commands:
 reset

Device commands:
 burst
 queue_map_min
 queue_map_max
 skb_priority
 tos
 traffic_class
 node
 spi
 dst6_max
 dst6_min
 vlan_cfi
 vlan_id
 vlan_p
 svlan_cfi
 svlan_id
 svlan_p

Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Jesper Dangaard Brouer authored and David S. Miller committed May 23, 2015
1 parent d079abd commit 91db4b3
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion Documentation/networking/pktgen.txt
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ Current commands and configuration options

start
stop
reset

** Thread commands:

Expand All @@ -252,6 +253,7 @@ rem_device_all

count
clone_skb
burst
debug

frags
Expand All @@ -264,6 +266,13 @@ pkt_size
min_pkt_size
max_pkt_size

queue_map_min
queue_map_max
skb_priority

tos (ipv4)
traffic_class (ipv6)

mpls

udp_src_min
Expand All @@ -272,6 +281,8 @@ udp_src_max
udp_dst_min
udp_dst_max

node

flag
IPSRC_RND
IPDST_RND
Expand All @@ -292,6 +303,8 @@ flag
NODE_ALLOC
NO_TIMESTAMP

spi (ipsec)

dst_min
dst_max

Expand All @@ -303,8 +316,10 @@ src_mac

clear_counters

dst6
src6
dst6
dst6_max
dst6_min

flows
flowlen
Expand All @@ -314,6 +329,14 @@ ratep

xmit_mode <start_xmit|netif_receive>

vlan_cfi
vlan_id
vlan_p

svlan_cfi
svlan_id
svlan_p


References:
ftp://robur.slu.se/pub/Linux/net-development/pktgen-testing/
Expand Down

0 comments on commit 91db4b3

Please sign in to comment.