Lines Matching refs:pgset

114 This is done via the /proc interface, and most easily done via pgset
119 pgset "clone_skb 1" sets the number of copies of the same packet
120 pgset "clone_skb 0" use single SKB for all transmits
121 pgset "burst 8" uses xmit_more API to queue 8 copies of the same
124 pgset "pkt_size 9014" sets packet size to 9014
125 pgset "frags 5" packet will consist of 5 fragments
126 pgset "count 200000" sets number of packets to send, set to zero
129 pgset "delay 5000" adds delay to hard_start_xmit(). nanoseconds
131 pgset "dst 10.0.0.1" sets IP destination address
134 pgset "dst_min 10.0.0.1" Same as dst
135 pgset "dst_max 10.0.0.254" Set the maximum destination IP.
136 pgset "src_min 10.0.0.1" Set the minimum (or only) source IP.
137 pgset "src_max 10.0.0.254" Set the maximum source IP.
138 pgset "dst6 fec0::1" IPV6 destination address
139 pgset "src6 fec0::2" IPV6 source address
140 pgset "dstmac 00:00:00:00:00:00" sets MAC destination address
141 pgset "srcmac 00:00:00:00:00:00" sets MAC source address
143 pgset "queue_map_min 0" Sets the min value of tx queue interval
144 pgset "queue_map_max 7" Sets the max value of tx queue interval, for multiqueue devices
148 pgset "src_mac_count 1" Sets the number of MACs we'll range through.
151 pgset "dst_mac_count 1" Sets the number of MACs we'll range through.
154 pgset "flag [name]" Set a flag to determine behaviour. Current flags
169 pgset spi SPI_VALUE Set specific SA used to transform packet.
171 pgset "udp_src_min 9" set UDP source port min, If < udp_src_max, then
174 pgset "udp_src_max 9" set UDP source port max.
175 pgset "udp_dst_min 9" set UDP destination port min, If < udp_dst_max, then
177 pgset "udp_dst_max 9" set UDP destination port max.
179 pgset "mpls 0001000a,0002000a,0000000a" set MPLS labels (in this example
193 pgset "mpls 0" turn off mpls (or any invalid argument works too!)
195 pgset "vlan_id 77" set VLAN ID 0-4095
196 pgset "vlan_p 3" set priority bit 0-7 (default 0)
197 pgset "vlan_cfi 0" set canonical format identifier 0-1 (default 0)
199 pgset "svlan_id 22" set SVLAN ID 0-4095
200 pgset "svlan_p 3" set priority bit 0-7 (default 0)
201 pgset "svlan_cfi 0" set canonical format identifier 0-1 (default 0)
203 pgset "vlan_id 9999" > 4095 remove vlan and svlan tags
204 pgset "svlan 9999" > 4095 remove svlan tag
207 pgset "tos XX" set former IPv4 TOS field (e.g. "tos 28" for AF11 no ECN, default 00)
208pgset "traffic_class XX" set former IPv6 TRAFFIC CLASS (e.g. "traffic_class B8" for EF no ECN, def…
210 pgset stop aborts injection. Also, ^C aborts generator.
212 pgset "rate 300M" set rate to 300 Mb/s
213 pgset "ratep 1000000" set rate to 1Mpps
215 pgset "xmit_mode netif_receive" RX inject into stack netif_receive_skb()
267 pgset "flag IPSEC"
268 pgset "flows 1"
271 you can use "pgset spi SPI_VALUE" to specify which transformation mode