CSIT-1142 2-node topology - keywords
[csit.git] / tests / vpp / perf / vm_vhost / 10ge2p1x710-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdrdisc.robot
1 # Copyright (c) 2018 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/performance_setup.robot
16 | Library | resources.libraries.python.QemuUtils
17 | ...
18 | Force Tags | 3_NODE_SINGLE_LINK_TOPO | PERFTEST | HW_ENV | NDRPDRDISC
19 | ... | NIC_Intel-X710 | DOT1Q | L2BDMACLRN | BASE | VHOST | VM
20 | ... | VHOST_1024 | LBOND | LBOND_VPP| LBOND_MODE_LACP | LBOND_LB_L34
21 | ...
22 | Suite Setup | Run Keywords
23 | ... | Set up 3-node performance topology with DUT's NIC model | L2
24 | ... | Intel-X520-DA2
25 | ... | AND | Set up performance test suite with LACP mode link bonding
26 | ...
27 | Suite Teardown | Tear down 3-node performance topology
28 | ...
29 | Test Setup | Set up performance test
30 | Test Teardown | Tear down performance test with vhost and VM with dpdk-testpmd
31 | ... | ${min_rate}pps | ${framesize} | ${traffic_profile}
32 | ... | dut1_node=${dut1} | dut1_vm_refs=${dut1_vm_refs}
33 | ... | dut2_node=${dut2} | dut2_vm_refs=${dut2_vm_refs}
34 | ...
35 | Documentation | *RFC2544: Packet throughput L2BD test cases with vhost and
36 | ... | vpp link bonding*
37 | ...
38 | ... | *[Top] Network Topologies:* TG-DUT1-DUT2-TG 3-node circular topology
39 | ... | with single links between nodes.
40 | ... | *[Enc] Packet Encapsulations:* Eth-IPv4 for L2 switching of IPv4. 802.1q
41 | ... | tagging is applied on link between DUT1 and DUT2.
42 | ... | *[Cfg] DUT configuration:* DUT1 and DUT2 are configured with VPP
43 | ... | link bonding (mode LACP, transmit policy l34) on link between DUT1 and
44 | ... | DUT2 and L2 bridge-domain with MAC learning enabled. Qemu Guest is
45 | ... | connected to VPP via vhost-user interfaces. Guest is running DPDK
46 | ... | testpmd interconnecting vhost-user interfaces using 5 cores pinned to
47 | ... | cpus 5-9 and 2048M memory. Testpmd is using socket-mem=1024M (512x2M
48 | ... | hugepages), 5 cores (1 main core and 4 cores dedicated for io),
49 | ... | forwarding mode is set to io, rxd/txd=1024, burst=64. DUT1, DUT2 are
50 | ... | tested with 2p10GE NIC X710 Fortville by Intel.
51 | ... | *[Ver] TG verification:* TG finds and reports throughput NDR (Non Drop
52 | ... | Rate) with zero packet loss tolerance or throughput PDR (Partial Drop
53 | ... | Rate) with non-zero packet loss tolerance (LT) expressed in percentage
54 | ... | of packets transmitted. NDR and PDR are discovered for different
55 | ... | Ethernet L2 frame sizes using either binary search or linear search
56 | ... | algorithms with configured starting rate and final step that determines
57 | ... | throughput measurement resolution. Test packets are generated by TG on
58 | ... | links to DUTs. TG traffic profile contains two L3 flow-groups
59 | ... | (flow-group per direction, 253 flows per flow-group) with all packets
60 | ... | containing Ethernet header, IPv4 header with IP protocol=61 and static
61 | ... | payload. MAC addresses are matching MAC addresses of the TG node
62 | ... | interfaces.
63 | ... | *[Ref] Applicable standard specifications:* RFC2544.
64
65 *** Variables ***
66 | ${perf_qemu_qsz}= | 1024
67 | ${subid}= | 10
68 | ${tag_rewrite}= | pop-1
69 | ${vlan_overhead}= | ${4}
70 # Link bonding config
71 | ${bond_mode}= | lacp
72 | ${lb_mode}= | l34
73 # X710 bandwidth limit
74 | ${s_limit} | ${10000000000}
75 # Socket names
76 | ${bd_id1}= | 1
77 | ${bd_id2}= | 2
78 | ${sock1}= | /tmp/sock-1-${bd_id1}
79 | ${sock2}= | /tmp/sock-1-${bd_id2}
80 # Traffic profile:
81 | ${traffic_profile}= | trex-sl-3n-ethip4-ip4src254
82
83 *** Keywords ***
84 | Discover NDR or PDR for 1lbvpp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm
85 | | [Documentation]
86 | | ... | [Cfg] DUT runs L2BD switching config with ${wt} thread, ${wt} phy\
87 | | ... | core, ${rxq} receive queue per NIC port.
88 | | ... | [Ver] Discover NDR or PDR for ${framesize} frames using xxx\
89 | | ... | trial throughput test.
90 | | ...
91 | | [Arguments] | ${wt} | ${rxq} | ${framesize} | ${min_rate} | ${search_type}
92 | | ...
93 | | # Test Variables required for test and test teardown
94 | | Set Test Variable | ${framesize}
95 | | Set Test Variable | ${min_rate}
96 | | ${get_framesize}= | Get Frame Size | ${framesize}
97 | | ${max_rate}= | Calculate pps | ${s_limit}
98 | | ... | ${get_framesize + ${vlan_overhead}}
99 | | ${binary_min}= | Set Variable | ${min_rate}
100 | | ${binary_max}= | Set Variable | ${max_rate}
101 | | ${threshold}= | Set Variable | ${min_rate}
102 | | ${dut1_vm_refs}= | Create Dictionary
103 | | ${dut2_vm_refs}= | Create Dictionary
104 | | Set Test Variable | ${dut1_vm_refs}
105 | | Set Test Variable | ${dut2_vm_refs}
106 | | ${jumbo_frames}= | Set Variable If
107 | | ... | ${get_framesize + ${vlan_overhead}} < ${1522} | ${False} | ${True}
108 | | ...
109 | | Given Add '${wt}' worker threads and '${rxq}' rxqueues in 3-node single-link circular topology
110 | | And Add PCI devices to all DUTs
111 | | And Add VLAN Strip Offload switch off between DUTs in 3-node single link topology
112 | | And Run Keyword If | ${get_framesize + ${vlan_overhead}} < ${1522}
113 | | ... | Add no multi seg to all DUTs
114 | | And Apply startup configuration on all VPP DUTs
115 | | When Initialize L2 bridge domains with Vhost-User and VLAN with VPP link bonding in a 3-node circular topology
116 | | ... | ${bd_id1} | ${bd_id2} | ${sock1} | ${sock2} | ${subid}
117 | | ... | ${tag_rewrite} | ${bond_mode} | ${lb_mode}
118 | | ${vm1}= | And Configure guest VM with dpdk-testpmd connected via vhost-user
119 | | ... | ${dut1} | ${sock1} | ${sock2} | DUT1_VM1
120 | | ... | jumbo_frames=${jumbo_frames}
121 | | And Set To Dictionary | ${dut1_vm_refs} | DUT1_VM1 | ${vm1}
122 | | ${vm2}= | And Configure guest VM with dpdk-testpmd connected via vhost-user
123 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
124 | | ... | jumbo_frames=${jumbo_frames}
125 | | And Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
126 | | And All Vpp Interfaces Ready Wait | ${nodes}
127 | | Then Run Keyword If | '${search_type}' == 'NDR'
128 | | ... | Find NDR using binary search and pps
129 | | ... | ${framesize} | ${binary_min} | ${binary_max} | ${traffic_profile}
130 | | ... | ${min_rate} | ${max_rate} | ${threshold}
131 | | ... | ELSE IF | '${search_type}' == 'PDR'
132 | | ... | Find PDR using binary search and pps
133 | | ... | ${framesize} | ${binary_min} | ${binary_max} | ${traffic_profile}
134 | | ... | ${min_rate} | ${max_rate} | ${threshold}
135 | | ... | ${perf_pdr_loss_acceptance} | ${perf_pdr_loss_acceptance_type}
136
137 *** Test Cases ***
138 | tc01-64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrdisc
139 | | [Documentation]
140 | | ... | [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core,\
141 | | ... | 1 receive queue per NIC port.
142 | | ... | [Ver] Find NDR for 64 Byte frames using binary search start at 10GE\
143 | | ... | linerate, step 10kpps.
144 | | ...
145 | | [Tags] | 64B | 1T1C | STHREAD | NDRDISC
146 | | ...
147 | | [Template] | Discover NDR or PDR for 1lbvpp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm
148 | | wt=1 | rxq=1 | framesize=${64} | min_rate=${10000} | search_type=NDR
149
150 | tc02-64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-pdrdisc
151 | | [Documentation]
152 | | ... | [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core,\
153 | | ... | 1 receive queue per NIC port.
154 | | ... | [Ver] Find PDR for 64 Byte frames using binary search start at 10GE\
155 | | ... | linerate, step 10kpps, LT=0.5%.
156 | | ...
157 | | [Tags] | 64B | 1T1C | STHREAD | PDRDISC | SKIP_PATCH
158 | | ...
159 | | [Template] | Discover NDR or PDR for 1lbvpp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm
160 | | wt=1 | rxq=1 | framesize=${64} | min_rate=${10000} | search_type=PDR
161
162 | tc03-1518B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrdisc
163 | | [Documentation]
164 | | ... | [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core,\
165 | | ... | 1 receive queue per NIC port.
166 | | ... | [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE\
167 | | ... | linerate, step 10kpps.
168 | | ...
169 | | [Tags] | 1518B | 1T1C | STHREAD | NDRDISC
170 | | ...
171 | | [Template] | Discover NDR or PDR for 1lbvpp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm
172 | | wt=1 | rxq=1 | framesize=${1518} | min_rate=${10000} | search_type=NDR
173
174 | tc04-1518B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-pdrdisc
175 | | [Documentation]
176 | | ... | [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core,\
177 | | ... | 1 receive queue per NIC port.
178 | | ... | [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE\
179 | | ... | linerate, step 10kpps, LT=0.5%.
180 | | ...
181 | | [Tags] | 1518B | 1T1C | STHREAD | PDRDISC | SKIP_PATCH
182 | | ...
183 | | [Template] | Discover NDR or PDR for 1lbvpp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm
184 | | wt=1 | rxq=1 | framesize=${1518} | min_rate=${10000} | search_type=PDR
185
186 | tc05-9000B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrdisc
187 | | [Documentation]
188 | | ... | [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core,\
189 | | ... | 1 receive queue per NIC port.
190 | | ... | [Ver] Find NDR for 9000 Byte frames using binary search start at 10GE\
191 | | ... | linerate, step 10kpps.
192 | | ...
193 | | [Tags] | 9000B | 1T1C | STHREAD | NDRDISC
194 | | ...
195 | | [Template] | Discover NDR or PDR for 1lbvpp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm
196 | | wt=1 | rxq=1 | framesize=${9000} | min_rate=${10000} | search_type=NDR
197
198 | tc06-9000B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-pdrdisc
199 | | [Documentation]
200 | | ... | [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core,\
201 | | ... | 1 receive queue per NIC port.
202 | | ... | [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE\
203 | | ... | linerate, step 10kpps, LT=0.5%.
204 | | ...
205 | | [Tags] | 9000B | 1T1C | STHREAD | PDRDISC | SKIP_PATCH
206 | | ...
207 | | [Template] | Discover NDR or PDR for 1lbvpp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm
208 | | wt=1 | rxq=1 | framesize=${9000} | min_rate=${10000} | search_type=PDR
209
210 | tc07-IMIX-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrdisc
211 | | [Documentation]
212 | | ... | [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core,\
213 | | ... | 1 receive queue per NIC port.
214 | | ... | [Ver] Find NDR for IMIX_v4_1 framesize using binary search start at\
215 | | ... | 10GE linerate, step 10kpps.
216 | | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B)
217 | | ...
218 | | [Tags] | IMIX | 1T1C | STHREAD | NDRDISC
219 | | ...
220 | | [Template] | Discover NDR or PDR for 1lbvpp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm
221 | | wt=1 | rxq=1 | framesize=IMIX_v4_1 | min_rate=${10000} | search_type=NDR
222
223 | tc08-IMIX-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-pdrdisc
224 | | [Documentation]
225 | | ... | [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core,\
226 | | ... | 1 receive queue per NIC port.
227 | | ... | [Ver] Find PDR for IMIX_v4_1 framesize using binary search start at\
228 | | ... | 10GE linerate, step 10kpps, LT=0.5%.
229 | | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B)
230 | | ...
231 | | [Tags] | IMIX | 1T1C | STHREAD | PDRDISC | SKIP_PATCH
232 | | ...
233 | | [Template] | Discover NDR or PDR for 1lbvpp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm
234 | | wt=1 | rxq=1 | framesize=IMIX_v4_1 | min_rate=${10000} | search_type=PDR
235
236 | tc09-64B-2t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrdisc
237 | | [Documentation]
238 | | ... | [Cfg] DUT runs L2BD switching config with 2 threads, 2 phy cores,\
239 | | ... | 1 receive queue per NIC port.
240 | | ... | [Ver] Find NDR for 64 Byte frames using binary search start at 10GE\
241 | | ... | linerate, step 10kpps.
242 | | ...
243 | | [Tags] | 64B | 2T2C | STHREAD | NDRDISC
244 | | ...
245 | | [Template] | Discover NDR or PDR for 1lbvpp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm
246 | | wt=2 | rxq=1 | framesize=${64} | min_rate=${10000} | search_type=NDR
247
248 | tc10-64B-2t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-pdrdisc
249 | | [Documentation]
250 | | ... | [Cfg] DUT runs L2BD switching config with 2 threads, 2 phy cores,\
251 | | ... | 1 receive queue per NIC port.
252 | | ... | [Ver] Find PDR for 64 Byte frames using binary search start at 10GE\
253 | | ... | linerate, step 10kpps, LT=0.5%.
254 | | ...
255 | | [Tags] | 64B | 2T2C | STHREAD | PDRDISC | SKIP_PATCH
256 | | ...
257 | | [Template] | Discover NDR or PDR for 1lbvpp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm
258 | | wt=2 | rxq=1 | framesize=${64} | min_rate=${10000} | search_type=PDR
259
260 | tc11-1518B-2t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrdisc
261 | | [Documentation]
262 | | ... | [Cfg] DUT runs L2BD switching config with 2 threads, 2 phy cores,\
263 | | ... | 1 receive queue per NIC port.
264 | | ... | [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE\
265 | | ... | linerate, step 10kpps.
266 | | ...
267 | | [Tags] | 1518B | 2T2C | STHREAD | NDRDISC | SKIP_PATCH
268 | | ...
269 | | [Template] | Discover NDR or PDR for 1lbvpp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm
270 | | wt=2 | rxq=1 | framesize=${1518} | min_rate=${10000} | search_type=NDR
271
272 | tc12-1518B-2t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-pdrdisc
273 | | [Documentation]
274 | | ... | [Cfg] DUT runs L2BD switching config with 2 threads, 2 phy cores,\
275 | | ... | 1 receive queue per NIC port.
276 | | ... | [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE\
277 | | ... | linerate, step 10kpps, LT=0.5%.
278 | | ...
279 | | [Tags] | 1518B | 2T2C | STHREAD | PDRDISC | SKIP_PATCH
280 | | ...
281 | | [Template] | Discover NDR or PDR for 1lbvpp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm
282 | | wt=2 | rxq=1 | framesize=${1518} | min_rate=${10000} | search_type=PDR
283
284 | tc13-9000B-2t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrdisc
285 | | [Documentation]
286 | | ... | [Cfg] DUT runs L2BD switching config with 2 threads, 2 phy cores,\
287 | | ... | 1 receive queue per NIC port.
288 | | ... | [Ver] Find NDR for 9000 Byte frames using binary search start at 10GE\
289 | | ... | linerate, step 10kpps.
290 | | ...
291 | | [Tags] | 9000B | 2T2C | STHREAD | NDRDISC | SKIP_PATCH
292 | | ...
293 | | [Template] | Discover NDR or PDR for 1lbvpp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm
294 | | wt=2 | rxq=1 | framesize=${9000} | min_rate=${10000} | search_type=NDR
295
296 | tc14-9000B-2t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-pdrdisc
297 | | [Documentation]
298 | | ... | [Cfg] DUT runs L2BD switching config with 2 threads, 2 phy cores,\
299 | | ... | 1 receive queue per NIC port.
300 | | ... | [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE\
301 | | ... | linerate, step 10kpps, LT=0.5%.
302 | | ...
303 | | [Tags] | 9000B | 2T2C | STHREAD | PDRDISC | SKIP_PATCH
304 | | ...
305 | | [Template] | Discover NDR or PDR for 1lbvpp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm
306 | | wt=2 | rxq=1 | framesize=${9000} | min_rate=${10000} | search_type=PDR
307
308 | tc15-IMIX-2t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrdisc
309 | | [Documentation]
310 | | ... | [Cfg] DUT runs L2BD switching config with 2 threads, 2 phy cores,\
311 | | ... | 1 receive queue per NIC port.
312 | | ... | [Ver] Find NDR for IMIX_v4_1 framesize using binary search start at\
313 | | ... | 10GE linerate, step 10kpps.
314 | | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B)
315 | | ...
316 | | [Tags] | IMIX | 2T2C | STHREAD | NDRDISC | SKIP_PATCH
317 | | ...
318 | | [Template] | Discover NDR or PDR for 1lbvpp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm
319 | | wt=2 | rxq=1 | framesize=IMIX_v4_1 | min_rate=${10000} | search_type=NDR
320
321 | tc16-IMIX-2t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-pdrdisc
322 | | [Documentation]
323 | | ... | [Cfg] DUT runs L2BD switching config with 2 threads, 2 phy cores,\
324 | | ... | 1 receive queue per NIC port.
325 | | ... | [Ver] Find PDR for IMIX_v4_1 framesize using binary search start at\
326 | | ... | 10GE linerate, step 10kpps.
327 | | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B)
328 | | ...
329 | | [Tags] | IMIX | 2T2C | STHREAD | PDRDISC | SKIP_PATCH
330 | | ...
331 | | [Template] | Discover NDR or PDR for 1lbvpp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm
332 | | wt=2 | rxq=1 | framesize=IMIX_v4_1 | min_rate=${10000} | search_type=PDR
333
334 | tc17-64B-4t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrdisc
335 | | [Documentation]
336 | | ... | [Cfg] DUT runs L2BD switching config with 4 threads, 4 phy cores,\
337 | | ... | 2 receive queues per NIC port.
338 | | ... | [Ver] Find NDR for 64 Byte frames using binary search start at 10GE\
339 | | ... | linerate, step 10kpps.
340 | | ...
341 | | [Tags] | 64B | 4T4C | STHREAD | NDRDISC
342 | | ...
343 | | [Template] | Discover NDR or PDR for 1lbvpp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm
344 | | wt=4 | rxq=2 | framesize=${64} | min_rate=${10000} | search_type=NDR
345
346 | tc18-64B-4t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-pdrdisc
347 | | [Documentation]
348 | | ... | [Cfg] DUT runs L2BD switching config with 4 threads, 4 phy cores,\
349 | | ... | 2 receive queues per NIC port.
350 | | ... | [Ver] Find PDR for 64 Byte frames using binary search start at 10GE\
351 | | ... | linerate, step 10kpps, LT=0.5%.
352 | | ...
353 | | [Tags] | 64B | 4T4C | STHREAD | PDRDISC | SKIP_PATCH
354 | | ...
355 | | [Template] | Discover NDR or PDR for 1lbvpp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm
356 | | wt=4 | rxq=2 | framesize=${64} | min_rate=${10000} | search_type=PDR
357
358 | tc19-1518B-4t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrdisc
359 | | [Documentation]
360 | | ... | [Cfg] DUT runs L2BD switching config with 4 threads, 4 phy cores,\
361 | | ... | 2 receive queues per NIC port.
362 | | ... | [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE\
363 | | ... | linerate, step 10kpps.
364 | | ...
365 | | [Tags] | 1518B | 4T4C | STHREAD | NDRDISC | SKIP_PATCH
366 | | ...
367 | | [Template] | Discover NDR or PDR for 1lbvpp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm
368 | | wt=4 | rxq=2 | framesize=${1518} | min_rate=${10000} | search_type=NDR
369
370 | tc20-1518B-4t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-pdrdisc
371 | | [Documentation]
372 | | ... | [Cfg] DUT runs L2BD switching config with 4 threads, 4 phy cores,\
373 | | ... | 2 receive queues per NIC port.
374 | | ... | [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE\
375 | | ... | linerate, step 10kpps, LT=0.5%.
376 | | ...
377 | | [Tags] | 1518B | 4T4C | STHREAD | PDRDISC | SKIP_PATCH
378 | | ...
379 | | [Template] | Discover NDR or PDR for 1lbvpp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm
380 | | wt=4 | rxq=2 | framesize=${1518} | min_rate=${10000} | search_type=PDR
381
382 | tc21-9000B-4t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrdisc
383 | | [Documentation]
384 | | ... | [Cfg] DUT runs L2BD switching config with 4 threads, 4 phy cores,\
385 | | ... | 2 receive queues per NIC port.
386 | | ... | [Ver] Find NDR for 9000 Byte frames using binary search start at 10GE\
387 | | ... | linerate, step 10kpps.
388 | | ...
389 | | [Tags] | 9000B | 4T4C | STHREAD | NDRDISC | SKIP_PATCH
390 | | ...
391 | | [Template] | Discover NDR or PDR for 1lbvpp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm
392 | | wt=4 | rxq=2 | framesize=${9000} | min_rate=${10000} | search_type=NDR
393
394 | tc22-9000B-4t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-pdrdisc
395 | | [Documentation]
396 | | ... | [Cfg] DUT runs L2BD switching config with 4 threads, 4 phy cores,\
397 | | ... | 2 receive queues per NIC port.
398 | | ... | [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE\
399 | | ... | linerate, step 10kpps, LT=0.5%.
400 | | ...
401 | | [Tags] | 9000B | 4T4C | STHREAD | PDRDISC | SKIP_PATCH
402 | | ...
403 | | [Template] | Discover NDR or PDR for 1lbvpp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm
404 | | wt=4 | rxq=2 | framesize=${9000} | min_rate=${10000} | search_type=PDR
405
406 | tc23-IMIX-4t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrdisc
407 | | [Documentation]
408 | | ... | [Cfg] DUT runs L2BD switching config with 4 threads, 4 phy cores,\
409 | | ... | 2 receive queues per NIC port.
410 | | ... | [Ver] Find NDR for IMIX_v4_1 framesize using binary search start at\
411 | | ... | 10GE linerate, step 10kpps.
412 | | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B)
413 | | ...
414 | | [Tags] | IMIX | 4T4C | STHREAD | NDRDISC | SKIP_PATCH
415 | | ...
416 | | [Template] | Discover NDR or PDR for 1lbvpp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm
417 | | wt=4 | rxq=2 | framesize=IMIX_v4_1 | min_rate=${10000} | search_type=NDR
418
419 | tc24-IMIX-4t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-pdrdisc
420 | | [Documentation]
421 | | ... | [Cfg] DUT runs L2BD switching config with 4 threads, 4 phy cores,\
422 | | ... | 2 receive queues per NIC port.
423 | | ... | [Ver] Find PDR for IMIX_v4_1 framesize using binary search start at\
424 | | ... | 10GE linerate, step 10kpps, LT=0.5%.
425 | | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B)
426 | | ...
427 | | [Tags] | IMIX | 4T4C | STHREAD | PDRDISC | SKIP_PATCH
428 | | ...
429 | | [Template] | Discover NDR or PDR for 1lbvpp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm
430 | | wt=4 | rxq=2 | framesize=IMIX_v4_1 | min_rate=${10000} | search_type=PDR