Lines Matching refs:pgset

119 This is done via the /proc interface, and most easily done via pgset
132 pgset "clone_skb 1" sets the number of copies of the same packet
133 pgset "clone_skb 0" use single SKB for all transmits
134 pgset "burst 8" uses xmit_more API to queue 8 copies of the same
137 pgset "pkt_size 9014" sets packet size to 9014
138 pgset "frags 5" packet will consist of 5 fragments
139 pgset "count 200000" sets number of packets to send, set to zero
142 pgset "delay 5000" adds delay to hard_start_xmit(). nanoseconds
144 pgset "dst 10.0.0.1" sets IP destination address
147 pgset "dst_min 10.0.0.1" Same as dst
148 pgset "dst_max 10.0.0.254" Set the maximum destination IP.
149 pgset "src_min 10.0.0.1" Set the minimum (or only) source IP.
150 pgset "src_max 10.0.0.254" Set the maximum source IP.
151 pgset "dst6 fec0::1" IPV6 destination address
152 pgset "src6 fec0::2" IPV6 source address
153 pgset "dstmac 00:00:00:00:00:00" sets MAC destination address
154 pgset "srcmac 00:00:00:00:00:00" sets MAC source address
156 pgset "queue_map_min 0" Sets the min value of tx queue interval
157 pgset "queue_map_max 7" Sets the max value of tx queue interval, for multiqueue devices
161 pgset "src_mac_count 1" Sets the number of MACs we'll range through.
164 pgset "dst_mac_count 1" Sets the number of MACs we'll range through.
167 pgset "flag [name]" Set a flag to determine behaviour. Current flags
181 pgset 'flag ![name]' Clear a flag to determine behaviour.
186 pgset "spi [SPI_VALUE]" Set specific SA used to transform packet.
188 pgset "udp_src_min 9" set UDP source port min, If < udp_src_max, then
191 pgset "udp_src_max 9" set UDP source port max.
192 pgset "udp_dst_min 9" set UDP destination port min, If < udp_dst_max, then
194 pgset "udp_dst_max 9" set UDP destination port max.
196 pgset "mpls 0001000a,0002000a,0000000a" set MPLS labels (in this example
210 pgset "mpls 0" turn off mpls (or any invalid argument works too!)
212 pgset "vlan_id 77" set VLAN ID 0-4095
213 pgset "vlan_p 3" set priority bit 0-7 (default 0)
214 pgset "vlan_cfi 0" set canonical format identifier 0-1 (default 0)
216 pgset "svlan_id 22" set SVLAN ID 0-4095
217 pgset "svlan_p 3" set priority bit 0-7 (default 0)
218 pgset "svlan_cfi 0" set canonical format identifier 0-1 (default 0)
220 pgset "vlan_id 9999" > 4095 remove vlan and svlan tags
221 pgset "svlan 9999" > 4095 remove svlan tag
224 pgset "tos XX" set former IPv4 TOS field (e.g. "tos 28" for AF11 no ECN, default 00)
225pgset "traffic_class XX" set former IPv6 TRAFFIC CLASS (e.g. "traffic_class B8" for EF no ECN, def…
227 pgset "rate 300M" set rate to 300 Mb/s
228 pgset "ratep 1000000" set rate to 1Mpps
230 pgset "xmit_mode netif_receive" RX inject into stack netif_receive_skb()
284 pgset "flag IPSEC"
285 pgset "flows 1"
288 you can use "pgset spi SPI_VALUE" to specify which transformation mode