Lines Matching refs:pgset

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