10b20471eebed30dd00fc7bbeab261c9ffb99335
[csit.git] / tests / perf / Long_IPv6_Fib_200k_Intel-X520-DA2.robot
1 # Copyright (c) 2016 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 | Force Tags | 3_NODE_SINGLE_LINK_TOPO | PERFTEST | HW_ENV | PERFTEST_LONG
17 | ...        | FIB_200K | NIC_Intel-X520-DA2
18 | Suite Setup | 3-node Performance Suite Setup with DUT's NIC model
19 | ... | L3 | Intel-X520-DA2
20 | Suite Teardown | 3-node Performance Suite Teardown
21 | Test Setup | Setup all DUTs before test
22 | Test Teardown | Run Keyword | Remove startup configuration of VPP from all DUTs
23 | Documentation | *RFC2544: Pkt throughput IPv6 routing test cases*
24 | ...
25 | ... | *[Top] Network Topologies:* TG-DUT1-DUT2-TG 3-node circular topology
26 | ... | with single links between nodes.
27 | ... | *[Enc] Packet Encapsulations:* Eth-IPv6 for IPv6 routing.
28 | ... | *[Cfg] DUT configuration:* DUT1 and DUT2 are configured with IPv6
29 | ... | routing and 2x100k static IPv6 /64 route entries. DUT1 and DUT2 tested
30 | ... | with 2p10GE NIC X520 Niantic by Intel.
31 | ... | *[Ver] TG verification:* TG finds and reports throughput NDR (Non Drop
32 | ... | Rate) with zero packet loss tolerance or throughput PDR (Partial Drop
33 | ... | Rate) with non-zero packet loss tolerance (LT) expressed in percentage
34 | ... | of packets transmitted. NDR and PDR are discovered for different
35 | ... | Ethernet L2 frame sizes using either binary search or linear search
36 | ... | algorithms with configured starting rate and final step that determines
37 | ... | throughput measurement resolution. Test packets are generated by TG on
38 | ... | links to DUTs. TG traffic profile contains two L3 flow-groups
39 | ... | (flow-group per direction, 100k flows per flow-group) with all packets
40 | ... | containing Ethernet header, IPv6 header withq IP and static payload.
41 | ... | MAC addresses are matching MAC addresses of the TG node interfaces.
42 | ... | Incrementing of IP.dst (IPv6 destination address) field is applied to
43 | ... | both streams.
44 | ... | *[Ref] Applicable standard specifications:* RFC2544.
45
46 *** Variables ***
47 | ${rts_per_flow}= | 100000
48
49 *** Test Cases ***
50 | TC01: 78B NDR binary search - DUT IPv6 Fib 2x100k - 1thread 1core 1rxq
51 | | [Documentation]
52 | | ... | [Cfg] DUT runs IPv6 routing config with 1 thread, 1 phy core, \
53 | | ... | 1 receive queue per NIC port. [Ver] Find NDR for 78 Byte frames
54 | | ... | using binary search start at 10GE linerate, step 100kpps.
55 | | [Tags] | 1_THREAD_NOHTT_RXQUEUES_1 | SINGLE_THREAD | NDR
56 | | ${framesize}= | Set Variable | 78
57 | | ${min_rate}= | Set Variable | 100000
58 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_78B}
59 | | ${binary_min}= | Set Variable | ${min_rate}
60 | | ${binary_max}= | Set Variable | ${max_rate}
61 | | ${threshold}= | Set Variable | ${min_rate}
62 | | Given Add '1' worker threads and rxqueues '1' without HTT to all DUTs
63 | | And   Add PCI devices to DUTs from 3-node single link topology
64 | | And   Add No Multi Seg to all DUTs
65 | | And   Apply startup configuration on all VPP DUTs
66 | | And   Scale IPv6 forwarding initialized in a 3-node circular topology
67 | | ...   | ${rts_per_flow}
68 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
69 | | ...                                       | ${binary_max}
70 | | ...                                       | 3-node-IPv6-dst-${rts_per_flow}
71 | | ...                                       | ${min_rate} | ${max_rate}
72 | | ...                                       | ${threshold}
73
74 | TC02: 78B PDR binary search - DUT IPv6 Fib 2x100k - 1thread 1core 1rxq
75 | | [Documentation]
76 | | ... | [Cfg] DUT runs IPv6 routing config with 1 thread, 1 phy core, \
77 | | ... | 1 receive queue per NIC port. [Ver] Find PDR for 78 Byte frames
78 | | ... | using binary search start at 10GE linerate, step 100kpps, LT=0.5%.
79 | | [Tags] | 1_THREAD_NOHTT_RXQUEUES_1 | SINGLE_THREAD | PDR | SKIP_PATCH
80 | | ${framesize}= | Set Variable | 78
81 | | ${min_rate}= | Set Variable | 100000
82 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_78B}
83 | | ${binary_min}= | Set Variable | ${min_rate}
84 | | ${binary_max}= | Set Variable | ${max_rate}
85 | | ${threshold}= | Set Variable | ${min_rate}
86 | | Given Add '1' worker threads and rxqueues '1' without HTT to all DUTs
87 | | And   Add PCI devices to DUTs from 3-node single link topology
88 | | And   Add No Multi Seg to all DUTs
89 | | And   Apply startup configuration on all VPP DUTs
90 | | And   Scale IPv6 forwarding initialized in a 3-node circular topology
91 | | ...   | ${rts_per_flow}
92 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
93 | | ...                                       | ${binary_max}
94 | | ...                                       | 3-node-IPv6-dst-${rts_per_flow}
95 | | ...                                       | ${min_rate} | ${max_rate}
96 | | ...                                       | ${threshold}
97 | | ...                                       | ${glob_loss_acceptance}
98 | | ...                                       | ${glob_loss_acceptance_type}
99
100 | TC03: 1518B NDR binary search - DUT IPv6 Fib 2x100k - 1thread 1core 1rxq
101 | | [Documentation]
102 | | ... | [Cfg] DUT runs IPv6 routing config with 1 thread, 1 phy core, \
103 | | ... | 1 receive queue per NIC port. [Ver] Find NDR for 1518 Byte frames
104 | | ... | using binary search start at 10GE linerate, step 10kpps.
105 | | [Tags] | 1_THREAD_NOHTT_RXQUEUES_1 | SINGLE_THREAD | NDR
106 | | ${framesize}= | Set Variable | 1518
107 | | ${min_rate}= | Set Variable | 10000
108 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_1518B}
109 | | ${binary_min}= | Set Variable | ${min_rate}
110 | | ${binary_max}= | Set Variable | ${max_rate}
111 | | ${threshold}= | Set Variable | ${min_rate}
112 | | Given Add '1' worker threads and rxqueues '1' without HTT to all DUTs
113 | | And   Add PCI devices to DUTs from 3-node single link topology
114 | | And   Add No Multi Seg to all DUTs
115 | | And   Apply startup configuration on all VPP DUTs
116 | | And   Scale IPv6 forwarding initialized in a 3-node circular topology
117 | | ...   | ${rts_per_flow}
118 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
119 | | ...                                       | ${binary_max}
120 | | ...                                       | 3-node-IPv6-dst-${rts_per_flow}
121 | | ...                                       | ${min_rate} | ${max_rate}
122 | | ...                                       | ${threshold}
123
124 | TC04: 1518B PDR binary search - DUT IPv6 Fib 2x100k - 1thread 1core 1rxq
125 | | [Documentation]
126 | | ... | [Cfg] DUT runs IPv6 routing config with 1 thread, 1 phy core, \
127 | | ... | 1 receive queue per NIC port. [Ver] Find PDR for 1518 Byte frames
128 | | ... | using binary search start at 10GE linerate, step 10kpps, LT=0.5%.
129 | | [Tags] | 1_THREAD_NOHTT_RXQUEUES_1 | SINGLE_THREAD | PDR | SKIP_PATCH
130 | | ${framesize}= | Set Variable | 1518
131 | | ${min_rate}= | Set Variable | 10000
132 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_1518B}
133 | | ${binary_min}= | Set Variable | ${min_rate}
134 | | ${binary_max}= | Set Variable | ${max_rate}
135 | | ${threshold}= | Set Variable | ${min_rate}
136 | | Given Add '1' worker threads and rxqueues '1' without HTT to all DUTs
137 | | And   Add PCI devices to DUTs from 3-node single link topology
138 | | And   Add No Multi Seg to all DUTs
139 | | And   Apply startup configuration on all VPP DUTs
140 | | And   Scale IPv6 forwarding initialized in a 3-node circular topology
141 | | ...   | ${rts_per_flow}
142 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
143 | | ...                                       | ${binary_max}
144 | | ...                                       | 3-node-IPv6-dst-${rts_per_flow}
145 | | ...                                       | ${min_rate} | ${max_rate}
146 | | ...                                       | ${threshold}
147 | | ...                                       | ${glob_loss_acceptance}
148 | | ...                                       | ${glob_loss_acceptance_type}
149
150 | TC05: 9000B NDR binary search - DUT IPv6 Fib 2x100k - 1thread 1core 1rxq
151 | | [Documentation]
152 | | ... | [Cfg] DUT runs IPv6 routing config with 1 thread, 1 phy core, \
153 | | ... | 1 receive queue per NIC port. [Ver] Find NDR for 9000 Byte frames
154 | | ... | using binary search start at 10GE linerate, step 5kpps.
155 | | [Tags] | 1_THREAD_NOHTT_RXQUEUES_1 | SINGLE_THREAD | NDR
156 | | ${framesize}= | Set Variable | 9000
157 | | ${min_rate}= | Set Variable | 5000
158 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_9000B}
159 | | ${binary_min}= | Set Variable | ${min_rate}
160 | | ${binary_max}= | Set Variable | ${max_rate}
161 | | ${threshold}= | Set Variable | ${min_rate}
162 | | Given Add '1' worker threads and rxqueues '1' without HTT to all DUTs
163 | | And   Add PCI devices to DUTs from 3-node single link topology
164 | | And   Apply startup configuration on all VPP DUTs
165 | | And   Scale IPv6 forwarding initialized in a 3-node circular topology
166 | | ...   | ${rts_per_flow}
167 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
168 | | ...                                       | ${binary_max}
169 | | ...                                       | 3-node-IPv6-dst-${rts_per_flow}
170 | | ...                                       | ${min_rate} | ${max_rate}
171 | | ...                                       | ${threshold}
172
173 | TC06: 9000B PDR binary search - DUT IPv6 Fib 2x100k - 1thread 1core 1rxq
174 | | [Documentation]
175 | | ... | [Cfg] DUT runs IPv6 routing config with 1 thread, 1 phy core, \
176 | | ... | 1 receive queue per NIC port. [Ver] Find PDR for 9000 Byte frames
177 | | ... | using binary search start at 10GE linerate, step 5kpps, LT=0.5%.
178 | | [Tags] | 1_THREAD_NOHTT_RXQUEUES_1 | SINGLE_THREAD | PDR | SKIP_PATCH
179 | | ${framesize}= | Set Variable | 9000
180 | | ${min_rate}= | Set Variable | 5000
181 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_9000B}
182 | | ${binary_min}= | Set Variable | ${min_rate}
183 | | ${binary_max}= | Set Variable | ${max_rate}
184 | | ${threshold}= | Set Variable | ${min_rate}
185 | | Given Add '1' worker threads and rxqueues '1' without HTT to all DUTs
186 | | And   Add PCI devices to DUTs from 3-node single link topology
187 | | And   Apply startup configuration on all VPP DUTs
188 | | And   Scale IPv6 forwarding initialized in a 3-node circular topology
189 | | ...   | ${rts_per_flow}
190 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
191 | | ...                                       | ${binary_max}
192 | | ...                                       | 3-node-IPv6-dst-${rts_per_flow}
193 | | ...                                       | ${min_rate} | ${max_rate}
194 | | ...                                       | ${threshold}
195 | | ...                                       | ${glob_loss_acceptance}
196 | | ...                                       | ${glob_loss_acceptance_type}
197
198 | TC07: 78B NDR binary search - DUT IPv6 Fib 2x100k - 2threads 2cores 1rxq
199 | | [Documentation]
200 | | ... | [Cfg] DUT runs IPv6 routing config with 2 threads, 2 phy cores, \
201 | | ... | 1 receive queue per NIC port. [Ver] Find NDR for 78 Byte frames
202 | | ... | using binary search start at 10GE linerate, step 100kpps.
203 | | [Tags] | 2_THREAD_NOHTT_RXQUEUES_1 | MULTI_THREAD | NDR
204 | | ${framesize}= | Set Variable | 78
205 | | ${min_rate}= | Set Variable | 100000
206 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_78B}
207 | | ${binary_min}= | Set Variable | ${min_rate}
208 | | ${binary_max}= | Set Variable | ${max_rate}
209 | | ${threshold}= | Set Variable | ${min_rate}
210 | | Given Add '2' worker threads and rxqueues '1' without HTT to all DUTs
211 | | And   Add PCI devices to DUTs from 3-node single link topology
212 | | And   Add No Multi Seg to all DUTs
213 | | And   Apply startup configuration on all VPP DUTs
214 | | And   Scale IPv6 forwarding initialized in a 3-node circular topology
215 | | ...   | ${rts_per_flow}
216 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
217 | | ...                                       | ${binary_max}
218 | | ...                                       | 3-node-IPv6-dst-${rts_per_flow}
219 | | ...                                       | ${min_rate} | ${max_rate}
220 | | ...                                       | ${threshold}
221
222 | TC08: 78B PDR binary search - DUT IPv6 Fib 2x100k - 2threads 2cores 1rxq
223 | | [Documentation]
224 | | ... | [Cfg] DUT runs IPv6 routing config with 2 threads, 2 phy cores, \
225 | | ... | 1 receive queue per NIC port. [Ver] Find PDR for 78 Byte frames
226 | | ... | using binary search start at 10GE linerate, step 100kpps, LT=0.5%.
227 | | [Tags] | 2_THREAD_NOHTT_RXQUEUES_1 | MULTI_THREAD | PDR | SKIP_PATCH
228 | | ${framesize}= | Set Variable | 78
229 | | ${min_rate}= | Set Variable | 100000
230 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_78B}
231 | | ${binary_min}= | Set Variable | ${min_rate}
232 | | ${binary_max}= | Set Variable | ${max_rate}
233 | | ${threshold}= | Set Variable | ${min_rate}
234 | | Given Add '2' worker threads and rxqueues '1' without HTT to all DUTs
235 | | And   Add PCI devices to DUTs from 3-node single link topology
236 | | And   Add No Multi Seg to all DUTs
237 | | And   Apply startup configuration on all VPP DUTs
238 | | And   Scale IPv6 forwarding initialized in a 3-node circular topology
239 | | ...   | ${rts_per_flow}
240 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
241 | | ...                                       | ${binary_max}
242 | | ...                                       | 3-node-IPv6-dst-${rts_per_flow}
243 | | ...                                       | ${min_rate} | ${max_rate}
244 | | ...                                       | ${threshold}
245 | | ...                                       | ${glob_loss_acceptance}
246 | | ...                                       | ${glob_loss_acceptance_type}
247
248 | TC09: 1518B NDR binary search - DUT IPv6 Fib 2x100k - 2threads 2cores 1rxq
249 | | [Documentation]
250 | | ... | [Cfg] DUT runs IPv6 routing config with 2 threads, 2 phy cores, \
251 | | ... | 1 receive queue per NIC port. [Ver] Find NDR for 1518 Byte frames
252 | | ... | using binary search start at 10GE linerate, step 10kpps.
253 | | [Tags] | 2_THREAD_NOHTT_RXQUEUES_1 | MULTI_THREAD | NDR | SKIP_PATCH
254 | | ${framesize}= | Set Variable | 1518
255 | | ${min_rate}= | Set Variable | 10000
256 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_1518B}
257 | | ${binary_min}= | Set Variable | ${min_rate}
258 | | ${binary_max}= | Set Variable | ${max_rate}
259 | | ${threshold}= | Set Variable | ${min_rate}
260 | | Given Add '2' worker threads and rxqueues '1' without HTT to all DUTs
261 | | And   Add PCI devices to DUTs from 3-node single link topology
262 | | And   Add No Multi Seg to all DUTs
263 | | And   Apply startup configuration on all VPP DUTs
264 | | And   Scale IPv6 forwarding initialized in a 3-node circular topology
265 | | ...   | ${rts_per_flow}
266 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
267 | | ...                                       | ${binary_max}
268 | | ...                                       | 3-node-IPv6-dst-${rts_per_flow}
269 | | ...                                       | ${min_rate} | ${max_rate}
270 | | ...                                       | ${threshold}
271
272 | TC10: 1518B PDR binary search - DUT IPv6 Fib 2x100k - 2threads 2cores 1rxq
273 | | [Documentation]
274 | | ... | [Cfg] DUT runs IPv6 routing config with 2 threads, 2 phy cores, \
275 | | ... | 1 receive queue per NIC port. [Ver] Find PDR for 1518 Byte frames
276 | | ... | using binary search start at 10GE linerate, step 10kpps, LT=0.5%.
277 | | [Tags] | 2_THREAD_NOHTT_RXQUEUES_1 | MULTI_THREAD | PDR | SKIP_PATCH
278 | | ${framesize}= | Set Variable | 1518
279 | | ${min_rate}= | Set Variable | 10000
280 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_1518B}
281 | | ${binary_min}= | Set Variable | ${min_rate}
282 | | ${binary_max}= | Set Variable | ${max_rate}
283 | | ${threshold}= | Set Variable | ${min_rate}
284 | | Given Add '2' worker threads and rxqueues '1' without HTT to all DUTs
285 | | And   Add PCI devices to DUTs from 3-node single link topology
286 | | And   Add No Multi Seg to all DUTs
287 | | And   Apply startup configuration on all VPP DUTs
288 | | And   Scale IPv6 forwarding initialized in a 3-node circular topology
289 | | ...   | ${rts_per_flow}
290 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
291 | | ...                                       | ${binary_max}
292 | | ...                                       | 3-node-IPv6-dst-${rts_per_flow}
293 | | ...                                       | ${min_rate} | ${max_rate}
294 | | ...                                       | ${threshold}
295 | | ...                                       | ${glob_loss_acceptance}
296 | | ...                                       | ${glob_loss_acceptance_type}
297
298 | TC11: 9000B NDR binary search - DUT IPv6 Fib 2x100k - 2threads 2cores 1rxq
299 | | [Documentation]
300 | | ... | [Cfg] DUT runs IPv6 routing config with 2 threads, 2 phy cores, \
301 | | ... | 1 receive queue per NIC port. [Ver] Find NDR for 9000 Byte frames
302 | | ... | using binary search start at 10GE linerate, step 5kpps.
303 | | [Tags] | 2_THREAD_NOHTT_RXQUEUES_1 | MULTI_THREAD | NDR | SKIP_PATCH
304 | | ${framesize}= | Set Variable | 9000
305 | | ${min_rate}= | Set Variable | 5000
306 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_9000B}
307 | | ${binary_min}= | Set Variable | ${min_rate}
308 | | ${binary_max}= | Set Variable | ${max_rate}
309 | | ${threshold}= | Set Variable | ${min_rate}
310 | | Given Add '2' worker threads and rxqueues '1' without HTT to all DUTs
311 | | And   Add PCI devices to DUTs from 3-node single link topology
312 | | And   Apply startup configuration on all VPP DUTs
313 | | And   Scale IPv6 forwarding initialized in a 3-node circular topology
314 | | ...   | ${rts_per_flow}
315 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
316 | | ...                                       | ${binary_max}
317 | | ...                                       | 3-node-IPv6-dst-${rts_per_flow}
318 | | ...                                       | ${min_rate} | ${max_rate}
319 | | ...                                       | ${threshold}
320
321 | TC12: 9000B PDR binary search - DUT IPv6 Fib 2x100k - 2threads 2cores 1rxq
322 | | [Documentation]
323 | | ... | [Cfg] DUT runs IPv6 routing config with 2 threads, 2 phy cores, \
324 | | ... | 1 receive queue per NIC port. [Ver] Find PDR for 9000 Byte frames
325 | | ... | using binary search start at 10GE linerate, step 5kpps, LT=0.5%.
326 | | [Tags] | 2_THREAD_NOHTT_RXQUEUES_1 | MULTI_THREAD | PDR | SKIP_PATCH
327 | | ${framesize}= | Set Variable | 9000
328 | | ${min_rate}= | Set Variable | 5000
329 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_9000B}
330 | | ${binary_min}= | Set Variable | ${min_rate}
331 | | ${binary_max}= | Set Variable | ${max_rate}
332 | | ${threshold}= | Set Variable | ${min_rate}
333 | | Given Add '2' worker threads and rxqueues '1' without HTT to all DUTs
334 | | And   Add PCI devices to DUTs from 3-node single link topology
335 | | And   Apply startup configuration on all VPP DUTs
336 | | And   Scale IPv6 forwarding initialized in a 3-node circular topology
337 | | ...   | ${rts_per_flow}
338 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
339 | | ...                                       | ${binary_max}
340 | | ...                                       | 3-node-IPv6-dst-${rts_per_flow}
341 | | ...                                       | ${min_rate} | ${max_rate}
342 | | ...                                       | ${threshold}
343 | | ...                                       | ${glob_loss_acceptance}
344 | | ...                                       | ${glob_loss_acceptance_type}
345
346 | TC13: 78B NDR binary search - DUT IPv6 Fib 2x100k - 4threads 4cores 2rxq
347 | | [Documentation]
348 | | ... | [Cfg] DUT runs IPv6 routing config with 4 threads, 4 phy cores, \
349 | | ... | 2 receive queues per NIC port. [Ver] Find NDR for 78 Byte frames
350 | | ... | using binary search start at 10GE linerate, step 100kpps.
351 | | [Tags] | 4_THREAD_NOHTT_RXQUEUES_2 | MULTI_THREAD | NDR
352 | | ${framesize}= | Set Variable | 78
353 | | ${min_rate}= | Set Variable | 100000
354 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_78B}
355 | | ${binary_min}= | Set Variable | ${min_rate}
356 | | ${binary_max}= | Set Variable | ${max_rate}
357 | | ${threshold}= | Set Variable | ${min_rate}
358 | | Given Add '4' worker threads and rxqueues '2' without HTT to all DUTs
359 | | And   Add PCI devices to DUTs from 3-node single link topology
360 | | And   Add No Multi Seg to all DUTs
361 | | And   Apply startup configuration on all VPP DUTs
362 | | And   Scale IPv6 forwarding initialized in a 3-node circular topology
363 | | ...   | ${rts_per_flow}
364 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
365 | | ...                                       | ${binary_max}
366 | | ...                                       | 3-node-IPv6-dst-${rts_per_flow}
367 | | ...                                       | ${min_rate} | ${max_rate}
368 | | ...                                       | ${threshold}
369
370 | TC14: 78B PDR binary search - DUT IPv6 Fib 2x100k - 4threads 4cores 2rxq
371 | | [Documentation]
372 | | ... | [Cfg] DUT runs IPv6 routing config with 4 threads, 4 phy cores, \
373 | | ... | 2 receive queues per NIC port. [Ver] Find PDR for 78 Byte frames
374 | | ... | using binary search start at 10GE linerate, step 100kpps, LT=0.5%.
375 | | [Tags] | 4_THREAD_NOHTT_RXQUEUES_2 | MULTI_THREAD | PDR | SKIP_PATCH
376 | | ${framesize}= | Set Variable | 78
377 | | ${min_rate}= | Set Variable | 100000
378 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_78B}
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 rxqueues '2' without HTT to all DUTs
383 | | And   Add PCI devices to DUTs from 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   Scale IPv6 forwarding initialized in a 3-node circular topology
387 | | ...   | ${rts_per_flow}
388 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
389 | | ...                                       | ${binary_max}
390 | | ...                                       | 3-node-IPv6-dst-${rts_per_flow}
391 | | ...                                       | ${min_rate} | ${max_rate}
392 | | ...                                       | ${threshold}
393 | | ...                                       | ${glob_loss_acceptance}
394 | | ...                                       | ${glob_loss_acceptance_type}
395
396 | TC15: 1518B NDR binary search - DUT IPv6 Fib 2x100k - 4threads 4cores 2rxq
397 | | [Documentation]
398 | | ... | [Cfg] DUT runs IPv6 routing config with 4 threads, 4 phy cores, \
399 | | ... | 2 receive queues per NIC port. [Ver] Find NDR for 1518 Byte frames
400 | | ... | using binary search start at 10GE linerate, step 10kpps.
401 | | [Tags] | 4_THREAD_NOHTT_RXQUEUES_2 | MULTI_THREAD | NDR | SKIP_PATCH
402 | | ${framesize}= | Set Variable | 1518
403 | | ${min_rate}= | Set Variable | 100000
404 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_1518B}
405 | | ${binary_min}= | Set Variable | ${min_rate}
406 | | ${binary_max}= | Set Variable | ${max_rate}
407 | | ${threshold}= | Set Variable | ${min_rate}
408 | | Given Add '4' worker threads and rxqueues '2' without HTT to all DUTs
409 | | And   Add PCI devices to DUTs from 3-node single link topology
410 | | And   Add No Multi Seg to all DUTs
411 | | And   Apply startup configuration on all VPP DUTs
412 | | And   Scale IPv6 forwarding initialized in a 3-node circular topology
413 | | ...   | ${rts_per_flow}
414 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
415 | | ...                                       | ${binary_max}
416 | | ...                                       | 3-node-IPv6-dst-${rts_per_flow}
417 | | ...                                       | ${min_rate} | ${max_rate}
418 | | ...                                       | ${threshold}
419
420 | TC16: 1518B PDR binary search - DUT IPv6 Fib 2x100k - 4threads 4cores 2rxq
421 | | [Documentation]
422 | | ... | [Cfg] DUT runs IPv6 routing config with 4 threads, 4 phy cores, \
423 | | ... | 2 receive queues per NIC port. [Ver] Find PDR for 1518 Byte frames
424 | | ... | using binary search start at 10GE linerate, step 10kpps, LT=0.5%.
425 | | [Tags] | 4_THREAD_NOHTT_RXQUEUES_2 | MULTI_THREAD | PDR | SKIP_PATCH
426 | | ${framesize}= | Set Variable | 1518
427 | | ${min_rate}= | Set Variable | 10000
428 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_1518B}
429 | | ${binary_min}= | Set Variable | ${min_rate}
430 | | ${binary_max}= | Set Variable | ${max_rate}
431 | | ${threshold}= | Set Variable | ${min_rate}
432 | | Given Add '4' worker threads and rxqueues '2' without HTT to all DUTs
433 | | And   Add PCI devices to DUTs from 3-node single link topology
434 | | And   Add No Multi Seg to all DUTs
435 | | And   Apply startup configuration on all VPP DUTs
436 | | And   Scale IPv6 forwarding initialized in a 3-node circular topology
437 | | ...   | ${rts_per_flow}
438 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
439 | | ...                                       | ${binary_max}
440 | | ...                                       | 3-node-IPv6-dst-${rts_per_flow}
441 | | ...                                       | ${min_rate} | ${max_rate}
442 | | ...                                       | ${threshold}
443 | | ...                                       | ${glob_loss_acceptance}
444 | | ...                                       | ${glob_loss_acceptance_type}
445
446 | TC17: 9000B NDR binary search - DUT IPv6 Fib 2x100k - 4threads 4cores 2rxq
447 | | [Documentation]
448 | | ... | [Cfg] DUT runs IPv6 routing config with 4 threads, 4 phy cores, \
449 | | ... | 2 receive queues per NIC port. [Ver] Find NDR for 9000 Byte frames
450 | | ... | using binary search start at 10GE linerate, step 5kpps.
451 | | [Tags] | 4_THREAD_NOHTT_RXQUEUES_2 | MULTI_THREAD | NDR | SKIP_PATCH
452 | | ${framesize}= | Set Variable | 9000
453 | | ${min_rate}= | Set Variable | 5000
454 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_9000B}
455 | | ${binary_min}= | Set Variable | ${min_rate}
456 | | ${binary_max}= | Set Variable | ${max_rate}
457 | | ${threshold}= | Set Variable | ${min_rate}
458 | | Given Add '4' worker threads and rxqueues '2' without HTT to all DUTs
459 | | And   Add PCI devices to DUTs from 3-node single link topology
460 | | And   Apply startup configuration on all VPP DUTs
461 | | And   Scale IPv6 forwarding initialized in a 3-node circular topology
462 | | ...   | ${rts_per_flow}
463 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
464 | | ...                                       | ${binary_max}
465 | | ...                                       | 3-node-IPv6-dst-${rts_per_flow}
466 | | ...                                       | ${min_rate} | ${max_rate}
467 | | ...                                       | ${threshold}
468
469 | TC18: 9000B PDR binary search - DUT IPv6 Fib 2x100k - 4threads 4cores 2rxq
470 | | [Documentation]
471 | | ... | [Cfg] DUT runs IPv6 routing config with 4 threads, 4 phy cores, \
472 | | ... | 2 receive queues per NIC port. [Ver] Find PDR for 9000 Byte frames
473 | | ... | using binary search start at 10GE linerate, step 5kpps, LT=0.5%.
474 | | [Tags] | 4_THREAD_NOHTT_RXQUEUES_2 | MULTI_THREAD | PDR | SKIP_PATCH
475 | | ${framesize}= | Set Variable | 9000
476 | | ${min_rate}= | Set Variable | 5000
477 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_9000B}
478 | | ${binary_min}= | Set Variable | ${min_rate}
479 | | ${binary_max}= | Set Variable | ${max_rate}
480 | | ${threshold}= | Set Variable | ${min_rate}
481 | | Given Add '4' worker threads and rxqueues '2' without HTT to all DUTs
482 | | And   Add PCI devices to DUTs from 3-node single link topology
483 | | And   Apply startup configuration on all VPP DUTs
484 | | And   Scale IPv6 forwarding initialized in a 3-node circular topology
485 | | ...   | ${rts_per_flow}
486 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
487 | | ...                                       | ${binary_max}
488 | | ...                                       | 3-node-IPv6-dst-${rts_per_flow}
489 | | ...                                       | ${min_rate} | ${max_rate}
490 | | ...                                       | ${threshold}
491 | | ...                                       | ${glob_loss_acceptance}
492 | | ...                                       | ${glob_loss_acceptance_type}