Home
last modified time | relevance | path

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

/linux-4.4.14/samples/pktgen/
Dpktgen.conf-1-26 function pgset() { function
25 pgset "rem_device_all"
27 pgset "add_device eth1"
29 pgset "add_device eth2"
46 pgset "$COUNT"
47 pgset "$CLONE_SKB"
48 pgset "$PKT_SIZE"
49 pgset "$DELAY"
50 pgset "dst 10.10.11.2"
51 pgset "dst_mac 00:04:23:08:91:dc"
[all …]
Dpktgen.conf-1-1-flows6 function pgset() { function
25 pgset "rem_device_all"
27 pgset "add_device eth1"
45 pgset "$COUNT"
46 pgset "$CLONE_SKB"
47 pgset "$PKT_SIZE"
48 pgset "$DELAY"
50 pgset "flag IPDST_RND"
51 pgset "dst_min 10.0.0.0"
52 pgset "dst_max 10.255.255.255"
[all …]
Dpktgen.conf-1-1-rdos6 function pgset() { function
25 pgset "rem_device_all"
27 pgset "add_device eth1"
46 pgset "$COUNT"
47 pgset "$CLONE_SKB"
48 pgset "$PKT_SIZE"
49 pgset "$DELAY"
51 pgset "flag IPDST_RND"
52 pgset "dst_min 10.0.0.0"
53 pgset "dst_max 10.255.255.255"
[all …]
Dpktgen.conf-1-1-ip6-rdos6 function pgset() { function
26 pgset "rem_device_all"
28 pgset "add_device eth1"
47 pgset "$COUNT"
48 pgset "$CLONE_SKB"
49 pgset "$PKT_SIZE"
50 pgset "$DELAY"
51 pgset "dst6_min fec0::1"
52 pgset "dst6_max fec0::FFFF:FFFF"
54 pgset "dst_mac 00:04:23:08:91:dc"
[all …]
Dpktgen.conf-1-1-ip66 function pgset() { function
26 pgset "rem_device_all"
28 pgset "add_device eth1"
45 pgset "$COUNT"
46 pgset "$CLONE_SKB"
47 pgset "$PKT_SIZE"
48 pgset "$DELAY"
49 pgset "dst6 fec0::1"
50 pgset "src6 fec0::2"
51 pgset "dst_mac 00:04:23:08:91:dc"
[all …]
Dfunctions.sh90 function pgset() { function
/linux-4.4.14/Documentation/networking/
Dpktgen.txt114 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
[all …]