Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/networking/
Dpktgen.txt114 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
[all …]
/Linux-v5.4/samples/pktgen/
Dfunctions.sh90 function pgset() { function