Lines Matching +full:1 +full:ghz

19 # |    └-----------|2001:0DB8:1::0:1/96  2001:0DB8:1::1:1/96 |---------┘ |    |
20 # | | ^ 2001:0DB8:1::1:2/96 | | |
24 # | | routing | | . 2001:0DB8:1::1:80/96| ┌-----┐ |
27 # | | update | | ............................> 2001:0DB8:2::1:1/128
35 # rate of 1/ROUTING_TABLE_REFRESH_PERIOD per second for TEST_DURATION seconds.
51 # - 1x Intel Xeon E-2278G 8-Core Processor @ 3.40GHz
52 # - 1x Intel Xeon E-2378G Processor 8-Core @ 2.80GHz
53 # - 1x AMD EPYC 7401P 24-Core Processor @ 2.00GHz
54 # - 1x AMD EPYC 7402P 24-Core Processor @ 2.80GHz
55 # - 2x Intel Xeon Gold 5120 14-Core Processor @ 2.20GHz
56 # - 1x Ampere Altra Q80-30 80-Core Processor @ 3.00GHz
57 # - 2x Intel Xeon Gold 5120 14-Core Processor @ 2.20GHz
58 # - 2x Intel Xeon Silver 4214 24-Core Processor @ 2.20GHz
59 # - 1x AMD EPYC 7502P 32-Core @ 2.50GHz
60 # - 1x Intel Xeon Gold 6314U 32-Core Processor @ 2.30GHz
61 # - 2x Intel Xeon Gold 6338 32-Core Processor @ 2.00GHz
82 IPV6_NEXTHOP_PREFIX="2001:0DB8:1"
86 SOURCE_TEST_IP_ADDR="2001:0DB8:1::0:1/96"
90 # 2001:0DB8:1::1:1 to 2001:0DB8:1::1:${IPV6_NEXTHOP_ADDR_COUNT}
93 SINK_LOOPBACK_IP_ADDR="2001:0DB8:2::1:1"
100 local ns=$1
155 ip netns exec ${source_ns} sysctl -qw net.ipv6.fib_multipath_hash_policy=1
160 ip netns exec ${sink_ns} sysctl -qw net.ipv6.conf.${SINK_LOOPBACK_IFACE}.forwarding=1
163 ip netns exec ${sink_ns} sysctl -qw net.ipv6.conf.${SINK_TEST_IFACE}.forwarding=1
168 for IP in $(seq 1 ${IPV6_NEXTHOP_ADDR_COUNT}); do
169 …ip -n ${sink_ns} addr add ${IPV6_NEXTHOP_PREFIX}::$(printf "1:%x" "${IP}")/${IPV6_NEXTHOP_ADDR_MAS…
173 for IP in $(seq 1 ${IPV6_NEXTHOP_ADDR_COUNT}); do
174 …p_list" nexthop via ${IPV6_NEXTHOP_PREFIX}::$(printf "1:%x" $IP) dev ${SOURCE_TEST_IFACE} weight 1"
185 for i in $(seq 1 ${num_of_iperf_servers}); do
211 for i in $(seq 1 ${num_of_iperf_servers}); do
216 …echo "info: IPv6 routing table is being updated at the rate of $(echo "1/${ROUTING_TABLE_REFRESH_P…
242 sysctl -qw kernel.softlockup_panic=1