aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking/pktgen.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/networking/pktgen.txt')
-rw-r--r--Documentation/networking/pktgen.txt24
1 files changed, 19 insertions, 5 deletions
diff --git a/Documentation/networking/pktgen.txt b/Documentation/networking/pktgen.txt
index 5a61a240a652..0e30c7845b2b 100644
--- a/Documentation/networking/pktgen.txt
+++ b/Documentation/networking/pktgen.txt
@@ -102,13 +102,18 @@ Examples:
102 The 'minimum' MAC is what you set with dstmac. 102 The 'minimum' MAC is what you set with dstmac.
103 103
104 pgset "flag [name]" Set a flag to determine behaviour. Current flags 104 pgset "flag [name]" Set a flag to determine behaviour. Current flags
105 are: IPSRC_RND #IP Source is random (between min/max), 105 are: IPSRC_RND # IP source is random (between min/max)
106 IPDST_RND, UDPSRC_RND, 106 IPDST_RND # IP destination is random
107 UDPDST_RND, MACSRC_RND, MACDST_RND 107 UDPSRC_RND, UDPDST_RND,
108 MACSRC_RND, MACDST_RND
109 TXSIZE_RND, IPV6,
108 MPLS_RND, VID_RND, SVID_RND 110 MPLS_RND, VID_RND, SVID_RND
111 FLOW_SEQ,
109 QUEUE_MAP_RND # queue map random 112 QUEUE_MAP_RND # queue map random
110 QUEUE_MAP_CPU # queue map mirrors smp_processor_id() 113 QUEUE_MAP_CPU # queue map mirrors smp_processor_id()
111 IPSEC # Make IPsec encapsulation for packet 114 UDPCSUM,
115 IPSEC # IPsec encapsulation (needs CONFIG_XFRM)
116 NODE_ALLOC # node specific memory allocation
112 117
113 pgset spi SPI_VALUE Set specific SA used to transform packet. 118 pgset spi SPI_VALUE Set specific SA used to transform packet.
114 119
@@ -233,13 +238,22 @@ udp_dst_max
233 238
234flag 239flag
235 IPSRC_RND 240 IPSRC_RND
236 TXSIZE_RND
237 IPDST_RND 241 IPDST_RND
238 UDPSRC_RND 242 UDPSRC_RND
239 UDPDST_RND 243 UDPDST_RND
240 MACSRC_RND 244 MACSRC_RND
241 MACDST_RND 245 MACDST_RND
246 TXSIZE_RND
247 IPV6
248 MPLS_RND
249 VID_RND
250 SVID_RND
251 FLOW_SEQ
252 QUEUE_MAP_RND
253 QUEUE_MAP_CPU
254 UDPCSUM
242 IPSEC 255 IPSEC
256 NODE_ALLOC
243 257
244dst_min 258dst_min
245dst_max 259dst_max