Home
last modified time | relevance | path

Searched refs:pgset (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/Documentation/networking/
Dpktgen.rst119 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
[all …]
/linux-6.1.9/samples/pktgen/
Dfunctions.sh93 function pgset() { function