CSIT-662: KWI - KW renaming
[csit.git] / tests / perf / 10ge2p1x520-ethip6-ip6scale20k-ndrpdrdisc.robot
1 # Copyright (c) 2017 Cisco and/or its affiliates.
2 # Licensed under the Apache License, Version 2.0 (the "License");
3 # you may not use this file except in compliance with the License.
4 # You may obtain a copy of the License at:
5 #
6 #     http://www.apache.org/licenses/LICENSE-2.0
7 #
8 # Unless required by applicable law or agreed to in writing, software
9 # distributed under the License is distributed on an "AS IS" BASIS,
10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11 # See the License for the specific language governing permissions and
12 # limitations under the License.
13
14 *** Settings ***
15 | Resource | resources/libraries/robot/performance.robot
16 | ...
17 | Force Tags | 3_NODE_SINGLE_LINK_TOPO | PERFTEST | HW_ENV | NDRPDRDISC
18 | ... | NIC_Intel-X520-DA2 | ETH | IP6FWD | SCALE | FIB_20K
19 | ...
20 | Suite Setup | Set up 3-node performance topology with DUT's NIC model
21 | ... | L3 | Intel-X520-DA2
22 | Suite Teardown | Tear down 3-node performance topology
23 | ...
24 | Test Setup | Set up performance test
25 | Test Teardown | Tear down performance discovery test | ${min_rate}pps | ${framesize}
26 | ... | ${traffic_profile}
27 | ...
28 | Documentation | *RFC2544: Pkt throughput IPv6 routing test cases*
29 | ...
30 | ... | *[Top] Network Topologies:* TG-DUT1-DUT2-TG 3-node circular topology
31 | ... | with single links between nodes.
32 | ... | *[Enc] Packet Encapsulations:* Eth-IPv6 for IPv6 routing.
33 | ... | *[Cfg] DUT configuration:* DUT1 and DUT2 are configured with IPv6
34 | ... | routing and 2x10k static IPv6 /64 route entries. DUT1 and DUT2 tested
35 | ... | with 2p10GE NIC X520 Niantic by Intel.
36 | ... | *[Ver] TG verification:* TG finds and reports throughput NDR (Non Drop
37 | ... | Rate) with zero packet loss tolerance or throughput PDR (Partial Drop
38 | ... | Rate) with non-zero packet loss tolerance (LT) expressed in percentage
39 | ... | of packets transmitted. NDR and PDR are discovered for different
40 | ... | Ethernet L2 frame sizes using either binary search or linear search
41 | ... | algorithms with configured starting rate and final step that determines
42 | ... | throughput measurement resolution. Test packets are generated by TG on
43 | ... | links to DUTs. TG traffic profile contains two L3 flow-groups
44 | ... | (flow-group per direction, 10k flows per flow-group) with all packets
45 | ... | containing Ethernet header, IPv6 header withq IP and static payload.
46 | ... | MAC addresses are matching MAC addresses of the TG node interfaces.
47 | ... | Incrementing of IP.dst (IPv6 destination address) field is applied to
48 | ... | both streams.
49 | ... | *[Ref] Applicable standard specifications:* RFC2544.
50
51 *** Variables ***
52 # X520-DA2 bandwidth limit
53 | ${s_limit} | ${10000000000}
54 | ${rts_per_flow}= | ${10000}
55 # Traffic profile:
56 | ${traffic_profile} | trex-sl-3n-ethip6-ip6dst${rts_per_flow}
57
58 *** Test Cases ***
59 | tc01-78B-1t1c-ethip6-ip6scale20k-ndrdisc
60 | | [Documentation]
61 | | ... | [Cfg] DUT runs IPv6 routing config with 1 thread, 1 phy core, \
62 | | ... | 1 receive queue per NIC port. [Ver] Find NDR for 78 Byte frames
63 | | ... | using binary search start at 10GE linerate, step 100kpps.
64 | | [Tags] | 78B | 1T1C | STHREAD | NDRDISC
65 | | ${framesize}= | Set Variable | ${78}
66 | | ${min_rate}= | Set Variable | ${100000}
67 | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize}
68 | | ${binary_min}= | Set Variable | ${min_rate}
69 | | ${binary_max}= | Set Variable | ${max_rate}
70 | | ${threshold}= | Set Variable | ${min_rate}
71 | | Given Add '1' worker threads and '1' rxqueues in 3-node single-link circular topology
72 | | And Add PCI devices to DUTs in 3-node single link topology
73 | | And Add no multi seg to all DUTs
74 | | And Apply startup configuration on all VPP DUTs
75 | | And Initialize IPv6 forwarding with scaling in 3-node circular topology
76 | | ... | ${rts_per_flow}
77 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
78 | | ... | ${binary_max} | ${traffic_profile}
79 | | ... | ${min_rate} | ${max_rate} | ${threshold}
80
81 | tc02-78B-1t1c-ethip6-ip6scale20k-pdrdisc
82 | | [Documentation]
83 | | ... | [Cfg] DUT runs IPv6 routing config with 1 thread, 1 phy core, \
84 | | ... | 1 receive queue per NIC port. [Ver] Find PDR for 78 Byte frames
85 | | ... | using binary search start at 10GE linerate, step 100kpps, LT=0.5%.
86 | | [Tags] | 78B | 1T1C | STHREAD | PDRDISC | SKIP_PATCH
87 | | ${framesize}= | Set Variable | ${78}
88 | | ${min_rate}= | Set Variable | ${100000}
89 | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize}
90 | | ${binary_min}= | Set Variable | ${min_rate}
91 | | ${binary_max}= | Set Variable | ${max_rate}
92 | | ${threshold}= | Set Variable | ${min_rate}
93 | | Given Add '1' worker threads and '1' rxqueues in 3-node single-link circular topology
94 | | And Add PCI devices to DUTs in 3-node single link topology
95 | | And Add no multi seg to all DUTs
96 | | And Apply startup configuration on all VPP DUTs
97 | | And Initialize IPv6 forwarding with scaling in 3-node circular topology
98 | | ... | ${rts_per_flow}
99 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
100 | | ... | ${binary_max} | ${traffic_profile}
101 | | ... | ${min_rate} | ${max_rate} | ${threshold}
102 | | ... | ${perf_pdr_loss_acceptance} | ${perf_pdr_loss_acceptance_type}
103
104 | tc03-1518B-1t1c-ethip6-ip6scale20k-ndrdisc
105 | | [Documentation]
106 | | ... | [Cfg] DUT runs IPv6 routing config with 1 thread, 1 phy core, \
107 | | ... | 1 receive queue per NIC port. [Ver] Find NDR for 1518 Byte frames
108 | | ... | using binary search start at 10GE linerate, step 10kpps.
109 | | [Tags] | 1518B | 1T1C | STHREAD | NDRDISC
110 | | ${framesize}= | Set Variable | ${1518}
111 | | ${min_rate}= | Set Variable | ${10000}
112 | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize}
113 | | ${binary_min}= | Set Variable | ${min_rate}
114 | | ${binary_max}= | Set Variable | ${max_rate}
115 | | ${threshold}= | Set Variable | ${min_rate}
116 | | Given Add '1' worker threads and '1' rxqueues in 3-node single-link circular topology
117 | | And Add PCI devices to DUTs in 3-node single link topology
118 | | And Add no multi seg to all DUTs
119 | | And Apply startup configuration on all VPP DUTs
120 | | And Initialize IPv6 forwarding with scaling in 3-node circular topology
121 | | ... | ${rts_per_flow}
122 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
123 | | ... | ${binary_max} | ${traffic_profile}
124 | | ... | ${min_rate} | ${max_rate} | ${threshold}
125
126 | tc04-1518B-1t1c-ethip6-ip6scale20k-pdrdisc
127 | | [Documentation]
128 | | ... | [Cfg] DUT runs IPv6 routing config with 1 thread, 1 phy core, \
129 | | ... | 1 receive queue per NIC port. [Ver] Find PDR for 1518 Byte frames
130 | | ... | using binary search start at 10GE linerate, step 10kpps, LT=0.5%.
131 | | [Tags] | 1518B | 1T1C | STHREAD | PDRDISC | SKIP_PATCH
132 | | ${framesize}= | Set Variable | ${1518}
133 | | ${min_rate}= | Set Variable | ${10000}
134 | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize}
135 | | ${binary_min}= | Set Variable | ${min_rate}
136 | | ${binary_max}= | Set Variable | ${max_rate}
137 | | ${threshold}= | Set Variable | ${min_rate}
138 | | Given Add '1' worker threads and '1' rxqueues in 3-node single-link circular topology
139 | | And Add PCI devices to DUTs in 3-node single link topology
140 | | And Add no multi seg to all DUTs
141 | | And Apply startup configuration on all VPP DUTs
142 | | And Initialize IPv6 forwarding with scaling in 3-node circular topology
143 | | ... | ${rts_per_flow}
144 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
145 | | ... | ${binary_max} | ${traffic_profile}
146 | | ... | ${min_rate} | ${max_rate} | ${threshold}
147 | | ... | ${perf_pdr_loss_acceptance} | ${perf_pdr_loss_acceptance_type}
148
149 | tc05-9000B-1t1c-ethip6-ip6scale20k-ndrdisc
150 | | [Documentation]
151 | | ... | [Cfg] DUT runs IPv6 routing config with 1 thread, 1 phy core, \
152 | | ... | 1 receive queue per NIC port. [Ver] Find NDR for 9000 Byte frames
153 | | ... | using binary search start at 10GE linerate, step 5kpps.
154 | | [Tags] | 9000B | 1T1C | STHREAD | NDRDISC
155 | | ${framesize}= | Set Variable | ${9000}
156 | | ${min_rate}= | Set Variable | ${10000}
157 | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize}
158 | | ${binary_min}= | Set Variable | ${min_rate}
159 | | ${binary_max}= | Set Variable | ${max_rate}
160 | | ${threshold}= | Set Variable | ${min_rate}
161 | | Given Add '1' worker threads and '1' rxqueues in 3-node single-link circular topology
162 | | And Add PCI devices to DUTs in 3-node single link topology
163 | | And Apply startup configuration on all VPP DUTs
164 | | And Initialize IPv6 forwarding with scaling in 3-node circular topology
165 | | ... | ${rts_per_flow}
166 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
167 | | ... | ${binary_max} | ${traffic_profile}
168 | | ... | ${min_rate} | ${max_rate} | ${threshold}
169
170 | tc06-9000B-1t1c-ethip6-ip6scale20k-pdrdisc
171 | | [Documentation]
172 | | ... | [Cfg] DUT runs IPv6 routing config with 1 thread, 1 phy core, \
173 | | ... | 1 receive queue per NIC port. [Ver] Find PDR for 9000 Byte frames
174 | | ... | using binary search start at 10GE linerate, step 5kpps, LT=0.5%.
175 | | [Tags] | 9000B | 1T1C | STHREAD | PDRDISC | SKIP_PATCH
176 | | ${framesize}= | Set Variable | ${9000}
177 | | ${min_rate}= | Set Variable | ${10000}
178 | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize}
179 | | ${binary_min}= | Set Variable | ${min_rate}
180 | | ${binary_max}= | Set Variable | ${max_rate}
181 | | ${threshold}= | Set Variable | ${min_rate}
182 | | Given Add '1' worker threads and '1' rxqueues in 3-node single-link circular topology
183 | | And Add PCI devices to DUTs in 3-node single link topology
184 | | And Apply startup configuration on all VPP DUTs
185 | | And Initialize IPv6 forwarding with scaling in 3-node circular topology
186 | | ... | ${rts_per_flow}
187 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
188 | | ... | ${binary_max} | ${traffic_profile}
189 | | ... | ${min_rate} | ${max_rate} | ${threshold}
190 | | ... | ${perf_pdr_loss_acceptance} | ${perf_pdr_loss_acceptance_type}
191
192 | tc07-78B-2t2c-ethip6-ip6scale20k-ndrdisc
193 | | [Documentation]
194 | | ... | [Cfg] DUT runs IPv6 routing config with 2 threads, 2 phy cores, \
195 | | ... | 1 receive queue per NIC port. [Ver] Find NDR for 78 Byte frames
196 | | ... | using binary search start at 10GE linerate, step 100kpps.
197 | | [Tags] | 78B | 2T2C | MTHREAD | NDRDISC
198 | | ${framesize}= | Set Variable | ${78}
199 | | ${min_rate}= | Set Variable | ${100000}
200 | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize}
201 | | ${binary_min}= | Set Variable | ${min_rate}
202 | | ${binary_max}= | Set Variable | ${max_rate}
203 | | ${threshold}= | Set Variable | ${min_rate}
204 | | Given Add '2' worker threads and '1' rxqueues in 3-node single-link circular topology
205 | | And Add PCI devices to DUTs in 3-node single link topology
206 | | And Add no multi seg to all DUTs
207 | | And Apply startup configuration on all VPP DUTs
208 | | And Initialize IPv6 forwarding with scaling in 3-node circular topology
209 | | ... | ${rts_per_flow}
210 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
211 | | ... | ${binary_max} | ${traffic_profile}
212 | | ... | ${min_rate} | ${max_rate} | ${threshold}
213
214 | tc08-78B-2t2c-ethip6-ip6scale20k-pdrdisc
215 | | [Documentation]
216 | | ... | [Cfg] DUT runs IPv6 routing config with 2 threads, 2 phy cores, \
217 | | ... | 1 receive queue per NIC port. [Ver] Find PDR for 78 Byte frames
218 | | ... | using binary search start at 10GE linerate, step 100kpps, LT=0.5%.
219 | | [Tags] | 78B | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH
220 | | ${framesize}= | Set Variable | ${78}
221 | | ${min_rate}= | Set Variable | ${100000}
222 | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize}
223 | | ${binary_min}= | Set Variable | ${min_rate}
224 | | ${binary_max}= | Set Variable | ${max_rate}
225 | | ${threshold}= | Set Variable | ${min_rate}
226 | | Given Add '2' worker threads and '1' rxqueues in 3-node single-link circular topology
227 | | And Add PCI devices to DUTs in 3-node single link topology
228 | | And Add no multi seg to all DUTs
229 | | And Apply startup configuration on all VPP DUTs
230 | | And Initialize IPv6 forwarding with scaling in 3-node circular topology
231 | | ... | ${rts_per_flow}
232 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
233 | | ... | ${binary_max} | ${traffic_profile}
234 | | ... | ${min_rate} | ${max_rate} | ${threshold}
235 | | ... | ${perf_pdr_loss_acceptance} | ${perf_pdr_loss_acceptance_type}
236
237 | tc09-1518B-2t2c-ethip6-ip6scale20k-ndrdisc
238 | | [Documentation]
239 | | ... | [Cfg] DUT runs IPv6 routing config with 2 threads, 2 phy cores, \
240 | | ... | 1 receive queue per NIC port. [Ver] Find NDR for 1518 Byte frames
241 | | ... | using binary search start at 10GE linerate, step 10kpps.
242 | | [Tags] | 1518B | 2T2C | MTHREAD | NDRDISC | SKIP_PATCH
243 | | ${framesize}= | Set Variable | ${1518}
244 | | ${min_rate}= | Set Variable | ${10000}
245 | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize}
246 | | ${binary_min}= | Set Variable | ${min_rate}
247 | | ${binary_max}= | Set Variable | ${max_rate}
248 | | ${threshold}= | Set Variable | ${min_rate}
249 | | Given Add '2' worker threads and '1' rxqueues in 3-node single-link circular topology
250 | | And Add PCI devices to DUTs in 3-node single link topology
251 | | And Add no multi seg to all DUTs
252 | | And Apply startup configuration on all VPP DUTs
253 | | And Initialize IPv6 forwarding with scaling in 3-node circular topology
254 | | ... | ${rts_per_flow}
255 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
256 | | ... | ${binary_max} | ${traffic_profile}
257 | | ... | ${min_rate} | ${max_rate} | ${threshold}
258
259 | tc10-1518B-2t2c-ethip6-ip6scale20k-pdrdisc
260 | | [Documentation]
261 | | ... | [Cfg] DUT runs IPv6 routing config with 2 threads, 2 phy cores, \
262 | | ... | 1 receive queue per NIC port. [Ver] Find PDR for 1518 Byte frames
263 | | ... | using binary search start at 10GE linerate, step 10kpps, LT=0.5%.
264 | | [Tags] | 1518B | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH
265 | | ${framesize}= | Set Variable | ${1518}
266 | | ${min_rate}= | Set Variable | ${10000}
267 | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize}
268 | | ${binary_min}= | Set Variable | ${min_rate}
269 | | ${binary_max}= | Set Variable | ${max_rate}
270 | | ${threshold}= | Set Variable | ${min_rate}
271 | | Given Add '2' worker threads and '1' rxqueues in 3-node single-link circular topology
272 | | And Add PCI devices to DUTs in 3-node single link topology
273 | | And Add no multi seg to all DUTs
274 | | And Apply startup configuration on all VPP DUTs
275 | | And Initialize IPv6 forwarding with scaling in 3-node circular topology
276 | | ... | ${rts_per_flow}
277 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
278 | | ... | ${binary_max} | ${traffic_profile}
279 | | ... | ${min_rate} | ${max_rate} | ${threshold}
280 | | ... | ${perf_pdr_loss_acceptance} | ${perf_pdr_loss_acceptance_type}
281
282 | tc11-9000B-2t2c-ethip6-ip6scale20k-ndrdisc
283 | | [Documentation]
284 | | ... | [Cfg] DUT runs IPv6 routing config with 2 threads, 2 phy cores, \
285 | | ... | 1 receive queue per NIC port. [Ver] Find NDR for 9000 Byte frames
286 | | ... | using binary search start at 10GE linerate, step 5kpps.
287 | | [Tags] | 9000B | 2T2C | MTHREAD | NDRDISC | SKIP_PATCH
288 | | ${framesize}= | Set Variable | ${9000}
289 | | ${min_rate}= | Set Variable | ${10000}
290 | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize}
291 | | ${binary_min}= | Set Variable | ${min_rate}
292 | | ${binary_max}= | Set Variable | ${max_rate}
293 | | ${threshold}= | Set Variable | ${min_rate}
294 | | Given Add '2' worker threads and '1' rxqueues in 3-node single-link circular topology
295 | | And Add PCI devices to DUTs in 3-node single link topology
296 | | And Apply startup configuration on all VPP DUTs
297 | | And Initialize IPv6 forwarding with scaling in 3-node circular topology
298 | | ... | ${rts_per_flow}
299 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
300 | | ... | ${binary_max} | ${traffic_profile}
301 | | ... | ${min_rate} | ${max_rate} | ${threshold}
302
303 | tc12-9000B-2t2c-ethip6-ip6scale20k-pdrdisc
304 | | [Documentation]
305 | | ... | [Cfg] DUT runs IPv6 routing config with 2 threads, 2 phy cores, \
306 | | ... | 1 receive queue per NIC port. [Ver] Find PDR for 9000 Byte frames
307 | | ... | using binary search start at 10GE linerate, step 5kpps, LT=0.5%.
308 | | [Tags] | 9000B | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH
309 | | ${framesize}= | Set Variable | ${9000}
310 | | ${min_rate}= | Set Variable | ${10000}
311 | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize}
312 | | ${binary_min}= | Set Variable | ${min_rate}
313 | | ${binary_max}= | Set Variable | ${max_rate}
314 | | ${threshold}= | Set Variable | ${min_rate}
315 | | Given Add '2' worker threads and '1' rxqueues in 3-node single-link circular topology
316 | | And Add PCI devices to DUTs in 3-node single link topology
317 | | And Apply startup configuration on all VPP DUTs
318 | | And Initialize IPv6 forwarding with scaling in 3-node circular topology
319 | | ... | ${rts_per_flow}
320 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
321 | | ... | ${binary_max} | ${traffic_profile}
322 | | ... | ${min_rate} | ${max_rate} | ${threshold}
323 | | ... | ${perf_pdr_loss_acceptance} | ${perf_pdr_loss_acceptance_type}
324
325 | tc13-78B-4t4c-ethip6-ip6scale20k-ndrdisc
326 | | [Documentation]
327 | | ... | [Cfg] DUT runs IPv6 routing config with 4 threads, 4 phy cores, \
328 | | ... | 2 receive queues per NIC port. [Ver] Find NDR for 78 Byte frames
329 | | ... | using binary search start at 10GE linerate, step 100kpps.
330 | | [Tags] | 78B | 4T4C | MTHREAD | NDRDISC
331 | | ${framesize}= | Set Variable | ${78}
332 | | ${min_rate}= | Set Variable | ${100000}
333 | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize}
334 | | ${binary_min}= | Set Variable | ${min_rate}
335 | | ${binary_max}= | Set Variable | ${max_rate}
336 | | ${threshold}= | Set Variable | ${min_rate}
337 | | Given Add '4' worker threads and '2' rxqueues in 3-node single-link circular topology
338 | | And Add PCI devices to DUTs in 3-node single link topology
339 | | And Add no multi seg to all DUTs
340 | | And Apply startup configuration on all VPP DUTs
341 | | And Initialize IPv6 forwarding with scaling in 3-node circular topology
342 | | ... | ${rts_per_flow}
343 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
344 | | ... | ${binary_max} | ${traffic_profile}
345 | | ... | ${min_rate} | ${max_rate} | ${threshold}
346
347 | tc14-78B-4t4c-ethip6-ip6scale20k-pdrdisc
348 | | [Documentation]
349 | | ... | [Cfg] DUT runs IPv6 routing config with 4 threads, 4 phy cores, \
350 | | ... | 2 receive queues per NIC port. [Ver] Find PDR for 78 Byte frames
351 | | ... | using binary search start at 10GE linerate, step 100kpps, LT=0.5%.
352 | | [Tags] | 78B | 4T4C | MTHREAD | PDRDISC | SKIP_PATCH
353 | | ${framesize}= | Set Variable | ${78}
354 | | ${min_rate}= | Set Variable | ${100000}
355 | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize}
356 | | ${binary_min}= | Set Variable | ${min_rate}
357 | | ${binary_max}= | Set Variable | ${max_rate}
358 | | ${threshold}= | Set Variable | ${min_rate}
359 | | Given Add '4' worker threads and '2' rxqueues in 3-node single-link circular topology
360 | | And Add PCI devices to DUTs in 3-node single link topology
361 | | And Add no multi seg to all DUTs
362 | | And Apply startup configuration on all VPP DUTs
363 | | And Initialize IPv6 forwarding with scaling in 3-node circular topology
364 | | ... | ${rts_per_flow}
365 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
366 | | ... | ${binary_max} | ${traffic_profile}
367 | | ... | ${min_rate} | ${max_rate} | ${threshold}
368 | | ... | ${perf_pdr_loss_acceptance} | ${perf_pdr_loss_acceptance_type}
369
370 | tc15-1518B-4t4c-ethip6-ip6scale20k-ndrdisc
371 | | [Documentation]
372 | | ... | [Cfg] DUT runs IPv6 routing config with 4 threads, 4 phy cores, \
373 | | ... | 2 receive queues per NIC port. [Ver] Find NDR for 1518 Byte frames
374 | | ... | using binary search start at 10GE linerate, step 10kpps.
375 | | [Tags] | 1518B | 4T4C | MTHREAD | NDRDISC | SKIP_PATCH
376 | | ${framesize}= | Set Variable | ${1518}
377 | | ${min_rate}= | Set Variable | ${10000}
378 | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize}
379 | | ${binary_min}= | Set Variable | ${min_rate}
380 | | ${binary_max}= | Set Variable | ${max_rate}
381 | | ${threshold}= | Set Variable | ${min_rate}
382 | | Given Add '4' worker threads and '2' rxqueues in 3-node single-link circular topology
383 | | And Add PCI devices to DUTs in 3-node single link topology
384 | | And Add no multi seg to all DUTs
385 | | And Apply startup configuration on all VPP DUTs
386 | | And Initialize IPv6 forwarding with scaling in 3-node circular topology
387 | | ... | ${rts_per_flow}
388 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
389 | | ... | ${binary_max} | ${traffic_profile}
390 | | ... | ${min_rate} | ${max_rate} | ${threshold}
391
392 | tc16-1518B-4t4c-ethip6-ip6scale20k-pdrdisc
393 | | [Documentation]
394 | | ... | [Cfg] DUT runs IPv6 routing config with 4 threads, 4 phy cores, \
395 | | ... | 2 receive queues per NIC port. [Ver] Find PDR for 1518 Byte frames
396 | | ... | using binary search start at 10GE linerate, step 10kpps, LT=0.5%.
397 | | [Tags] | 1518B | 4T4C | MTHREAD | PDRDISC | SKIP_PATCH
398 | | ${framesize}= | Set Variable | ${1518}
399 | | ${min_rate}= | Set Variable | ${10000}
400 | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize}
401 | | ${binary_min}= | Set Variable | ${min_rate}
402 | | ${binary_max}= | Set Variable | ${max_rate}
403 | | ${threshold}= | Set Variable | ${min_rate}
404 | | Given Add '4' worker threads and '2' rxqueues in 3-node single-link circular topology
405 | | And Add PCI devices to DUTs in 3-node single link topology
406 | | And Add no multi seg to all DUTs
407 | | And Apply startup configuration on all VPP DUTs
408 | | And Initialize IPv6 forwarding with scaling in 3-node circular topology
409 | | ... | ${rts_per_flow}
410 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
411 | | ... | ${binary_max} | ${traffic_profile}
412 | | ... | ${min_rate} | ${max_rate} | ${threshold}
413 | | ... | ${perf_pdr_loss_acceptance} | ${perf_pdr_loss_acceptance_type}
414
415 | tc17-9000B-4t4c-ethip6-ip6scale20k-ndrdisc
416 | | [Documentation]
417 | | ... | [Cfg] DUT runs IPv6 routing config with 4 threads, 4 phy cores, \
418 | | ... | 2 receive queues per NIC port. [Ver] Find NDR for 9000 Byte frames
419 | | ... | using binary search start at 10GE linerate, step 5kpps.
420 | | [Tags] | 9000B | 4T4C | MTHREAD | NDRDISC | SKIP_PATCH
421 | | ${framesize}= | Set Variable | ${9000}
422 | | ${min_rate}= | Set Variable | ${10000}
423 | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize}
424 | | ${binary_min}= | Set Variable | ${min_rate}
425 | | ${binary_max}= | Set Variable | ${max_rate}
426 | | ${threshold}= | Set Variable | ${min_rate}
427 | | Given Add '4' worker threads and '2' rxqueues in 3-node single-link circular topology
428 | | And Add PCI devices to DUTs in 3-node single link topology
429 | | And Apply startup configuration on all VPP DUTs
430 | | And Initialize IPv6 forwarding with scaling in 3-node circular topology
431 | | ... | ${rts_per_flow}
432 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
433 | | ... | ${binary_max} | ${traffic_profile}
434 | | ... | ${min_rate} | ${max_rate} | ${threshold}
435
436 | tc18-9000B-4t4c-ethip6-ip6scale20k-pdrdisc
437 | | [Documentation]
438 | | ... | [Cfg] DUT runs IPv6 routing config with 4 threads, 4 phy cores, \
439 | | ... | 2 receive queues per NIC port. [Ver] Find PDR for 9000 Byte frames
440 | | ... | using binary search start at 10GE linerate, step 5kpps, LT=0.5%.
441 | | [Tags] | 9000B | 4T4C | MTHREAD | PDRDISC | SKIP_PATCH
442 | | ${framesize}= | Set Variable | ${9000}
443 | | ${min_rate}= | Set Variable | ${10000}
444 | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize}
445 | | ${binary_min}= | Set Variable | ${min_rate}
446 | | ${binary_max}= | Set Variable | ${max_rate}
447 | | ${threshold}= | Set Variable | ${min_rate}
448 | | Given Add '4' worker threads and '2' rxqueues in 3-node single-link circular topology
449 | | And Add PCI devices to DUTs in 3-node single link topology
450 | | And Apply startup configuration on all VPP DUTs
451 | | And Initialize IPv6 forwarding with scaling in 3-node circular topology
452 | | ... | ${rts_per_flow}
453 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
454 | | ... | ${binary_max} | ${traffic_profile}
455 | | ... | ${min_rate} | ${max_rate} | ${threshold}
456 | | ... | ${perf_pdr_loss_acceptance} | ${perf_pdr_loss_acceptance_type}