Report: Configure 1901.2
[csit.git] / resources / tools / presentation / specification.yaml
1 -
2   type: "environment"
3
4   paths:
5     # Top level directories:
6     ## Working directory
7     DIR[WORKING]: "_tmp"
8     ## Build directories
9     DIR[BUILD,HTML]: "_build"
10     DIR[BUILD,LATEX]: "_build_latex"
11
12     # Static .rst files
13     DIR[RST]: "../../../docs/report"
14
15     # Working directories
16     ## Input data files (.zip, .xml)
17     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
18     ## Static source files from git
19     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
20     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
21
22     # Static html content
23     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
24     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
25     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
26     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
27
28     # Detailed test results
29     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
30     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
31     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
32     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
33     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
34     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
35     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
36     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
37     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
38     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
39     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
40     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
41     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
42     DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
43     DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
44     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
45     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
46     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
47     DIR[DTR,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results"
48     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
49
50     # Detailed test configurations
51     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
52     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
53     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
54     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
55     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
56     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
57     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
58     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
59     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
60     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
61     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
62     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
63
64     # Detailed tests operational data
65     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
66     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
67     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
68     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
69     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
70
71     # .css patch file to fix tables generated by Sphinx
72     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
73     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
74
75   urls:
76     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
77     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
78     URL[VIRL,DNV]: "http://10.30.51.28/download/denverton/{release}/robot-plugin.zip"
79     # URL[VIRL,DNV]: "http://download.it/from/nexus"
80     URL[NEXUS]: "https://docs.fd.io/csit"
81     DIR[NEXUS]: "report/_static/archive"
82
83   make-dirs:
84   # List the directories which are created while preparing the environment.
85   # All directories MUST be defined in "paths" section.
86   - "DIR[WORKING,DATA]"
87   - "DIR[STATIC,VPP]"
88   - "DIR[STATIC,DPDK]"
89   - "DIR[STATIC,ARCH]"
90   - "DIR[BUILD,LATEX]"
91   - "DIR[WORKING,SRC]"
92   - "DIR[WORKING,SRC,STATIC]"
93
94   remove-dirs:
95   # List the directories which are deleted while cleaning the environment.
96   # All directories MUST be defined in "paths" section.
97   #- "DIR[BUILD,HTML]"
98   - "DIR[WORKING,DATA]"
99
100   build-dirs:
101   # List the directories where the results (build) is stored.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[BUILD,HTML]"
104   - "DIR[BUILD,LATEX]"
105
106 -
107   type: "configuration"
108
109   limits:
110     nic:
111       x520: 24460000
112       x553: 29761905
113       x710: 35800000
114       xxv710: 35800000
115       xl710: 35800000
116
117     link:
118       10ge: 14880952.38
119       25ge: 37202380.95
120       40ge: 59523809.52
121       100ge: 148809523.81
122
123     pci:
124       pci-g3-x8: 74404761.90
125       pci-g3-x16: 148809523.81
126
127   data-sets:
128
129     ###########################################################################
130     # Plots:
131
132     # 3n-hsw
133
134 #    plot-vpp-throughput-latency-3n-hsw:
135 #      csit-vpp-perf-verify-1901-3n-hsw:
136 #        - 10  # NDRPDR sel
137 #        - 19  # NDRPDR sel
138 #        - 31  # NDRPDR sel
139 #        - 36  # NDRPDR sel
140 #        - 40  # NDRPDR sel
141 #        - 42  # NDRPDR sel
142 #        - 44  # NDRPDR sel
143 #        - 46  # NDRPDR sel
144 #        - 47  # NDRPDR sel
145 #        - 48  # NDRPDR sel
146 #        - 61  # NDRPDR LB
147 #        - 62  # NDRPDR LB
148 #        - 63  # NDRPDR LB
149 #        - 64  # NDRPDR LB
150 #        - 65  # NDRPDR LB
151 #        - 66  # NDRPDR LB
152 #        - 67  # NDRPDR LB
153 #        - 69  # NDRPDR LB
154 #        - 70  # NDRPDR LB
155 #        - 71  # NDRPDR LB
156 #        - 72  # 1901.1 NDRPDR sel
157 #        - 78  # 1901.1 NDRPDR sel
158
159 #    plot-throughput-speedup-analysis-3n-hsw:
160 #      csit-vpp-perf-verify-1901-3n-hsw:
161 #        - 10  # NDRPDR sel
162 #        - 19  # NDRPDR sel
163 #        - 31  # NDRPDR sel
164 #        - 36  # NDRPDR sel
165 #        - 40  # NDRPDR sel
166 #        - 42  # NDRPDR sel
167 #        - 44  # NDRPDR sel
168 #        - 46  # NDRPDR sel
169 #        - 47  # NDRPDR sel
170 #        - 48  # NDRPDR sel
171 #        - 61  # NDRPDR LB
172 #        - 62  # NDRPDR LB
173 #        - 63  # NDRPDR LB
174 #        - 64  # NDRPDR LB
175 #        - 65  # NDRPDR LB
176 #        - 66  # NDRPDR LB
177 #        - 67  # NDRPDR LB
178 #        - 69  # NDRPDR LB
179 #        - 70  # NDRPDR LB
180 #        - 71  # NDRPDR LB
181 #        - 72  # 1901.1 NDRPDR sel
182 #        - 78  # 1901.1 NDRPDR sel
183
184 #    plot-vpp-http-server-performance:
185 #      # TODO: Replace with new data
186 #      # csit-vpp-perf-verify-1901-3n-hsw:
187 #      csit-vpp-perf-verify-1810-3n-hsw:
188 #        - 28  # WRK
189 #        - 29  # WRK
190 #        - 30  # WRK
191 #        - 31  # WRK
192 #        - 32  # WRK
193 #        - 33  # WRK
194 #        - 34  # WRK
195 #        - 35  # WRK
196 #        - 36  # WRK
197 #        - 37  # WRK
198
199 #    plot-ligato-throughput-latency-3n-hsw:
200 #      csit-ligato-perf-verify-1901-3n-hsw:
201 #        - 8   # NDRPDR sel
202 #        - 9   # NDRPDR sel
203 #        - 11  # NDRPDR sel
204 #        - 12  # NDRPDR sel
205 #        - 13  # NDRPDR sel
206 #        - 14  # NDRPDR sel
207 #        - 15  # NDRPDR sel
208 #        - 16  # NDRPDR sel
209 #        - 17  # NDRPDR sel
210 #        - 18  # NDRPDR sel
211
212 #    plot-ligato-throughput-speedup-analysis-3n-hsw:
213 #      csit-ligato-perf-verify-1901-3n-hsw:
214 #        - 8   # NDRPDR sel
215 #        - 9   # NDRPDR sel
216 #        - 11  # NDRPDR sel
217 #        - 12  # NDRPDR sel
218 #        - 13  # NDRPDR sel
219 #        - 14  # NDRPDR sel
220 #        - 15  # NDRPDR sel
221 #        - 16  # NDRPDR sel
222 #        - 17  # NDRPDR sel
223 #        - 18  # NDRPDR sel
224
225     plot-dpdk-throughput-latency-3n-hsw:
226       csit-dpdk-perf-verify-1901-3n-hsw:
227         - 13  # NDRPDR sel
228         - 14  # NDRPDR sel
229         - 16  # NDRPDR sel
230         - 17  # NDRPDR sel
231         - 18  # NDRPDR sel
232         - 19  # NDRPDR sel
233         - 20  # NDRPDR sel
234         - 21  # NDRPDR sel
235         - 22  # NDRPDR sel
236         - 23  # NDRPDR sel
237
238     # 3n-skx
239
240     plot-vpp-throughput-latency-3n-skx:
241       csit-vpp-perf-verify-1901-3n-skx:
242 #        - 18  # NDRPDR sel
243 #        - 19  # NDRPDR sel
244 #        - 20  # NDRPDR sel
245 #        - 28  # NDRPDR sel
246 #        - 31  # NDRPDR sel
247 #        - 33  # NDRPDR sel
248 #        - 36  # NDRPDR sel
249 #        - 38  # NDRPDR sel
250 #        - 47  # NDRPDR sel
251 #        - 48  # NDRPDR sel
252 #        - 54  # NDRPDR LB
253 #        - 57  # NDRPDR LB
254 #        - 58  # NDRPDR LB
255 #        - 59  # NDRPDR LB
256 #        - 60  # NDRPDR LB
257 #        - 63  # NDRPDR LB
258 #        - 64  # NDRPDR LB
259 #        - 65  # NDRPDR LB
260 #        - 66  # NDRPDR LB
261 #        - 67  # NDRPDR LB
262         - 70  # 1901.2 NDRPDR sel
263
264     plot-throughput-speedup-analysis-3n-skx:
265       csit-vpp-perf-verify-1901-3n-skx:
266 #        - 18  # NDRPDR sel
267 #        - 19  # NDRPDR sel
268 #        - 20  # NDRPDR sel
269 #        - 28  # NDRPDR sel
270 #        - 31  # NDRPDR sel
271 #        - 33  # NDRPDR sel
272 #        - 36  # NDRPDR sel
273 #        - 38  # NDRPDR sel
274 #        - 47  # NDRPDR sel
275 #        - 48  # NDRPDR sel
276 #        - 54  # NDRPDR LB
277 #        - 57  # NDRPDR LB
278 #        - 58  # NDRPDR LB
279 #        - 59  # NDRPDR LB
280 #        - 60  # NDRPDR LB
281 #        - 63  # NDRPDR LB
282 #        - 64  # NDRPDR LB
283 #        - 65  # NDRPDR LB
284 #        - 66  # NDRPDR LB
285 #        - 67  # NDRPDR LB
286         - 70  # 1901.2 NDRPDR sel
287
288     plot-dpdk-throughput-latency-3n-skx:
289       csit-dpdk-perf-verify-1901-3n-skx:
290         - 3   # NDRPDR sel
291         - 5   # NDRPDR sel
292         - 6   # NDRPDR sel
293         - 7   # NDRPDR sel
294         - 8   # NDRPDR sel
295         - 9   # NDRPDR sel
296         - 10  # NDRPDR sel
297         - 11  # NDRPDR sel
298         - 12  # NDRPDR sel
299         - 13  # NDRPDR sel
300
301     # 2n-skx
302
303 #    plot-vpp-throughput-latency-2n-skx:
304 #      csit-vpp-perf-verify-1901-2n-skx:
305 #        - 5   # NDRPDR sel
306 #        - 12  # NDRPDR sel
307 #        - 13  # NDRPDR sel
308 #        - 21  # NDRPDR sel
309 #        - 23  # NDRPDR sel
310 #        - 31  # NDRPDR sel
311 #        - 34  # NDRPDR sel
312 #        - 40  # NDRPDR sel
313 #        - 42  # NDRPDR sel
314 #        - 43  # NDRPDR sel
315 #        - 64  # 1901.1 NDRPDR sel
316
317 #    plot-throughput-speedup-analysis-2n-skx:
318 #      csit-vpp-perf-verify-1901-2n-skx:
319 #        - 5   # NDRPDR sel
320 #        - 12  # NDRPDR sel
321 #        - 13  # NDRPDR sel
322 #        - 21  # NDRPDR sel
323 #        - 23  # NDRPDR sel
324 #        - 31  # NDRPDR sel
325 #        - 34  # NDRPDR sel
326 #        - 40  # NDRPDR sel
327 #        - 42  # NDRPDR sel
328 #        - 43  # NDRPDR sel
329 #        - 64  # 1901.1 NDRPDR sel
330
331 #    plot-vpp-soak-2n-skx:
332 #      csit-vpp-perf-verify-1901-2n-skx:
333 #        - 45  # SOAK sel
334
335 #    plot-vpp-nfv-2n-skx:
336 #      csit-vpp-perf-verify-1901-2n-skx:
337 #        - 28  # NFV NDRPDR
338 #        - 29  # NFV NDRPDR
339 #        - 32  # NFV NDRPDR
340 #        - 39  # NFV NDRPDR
341 #        - 46  # NFV NDRPDR
342
343 #    plot-vpp-nfv-2n-skx-mrr:
344 #      csit-vpp-perf-verify-1901-2n-skx:
345 #        - 24  # NFV MRR
346 #        - 26  # NFV MRR
347 #        - 27  # NFV MRR
348 #        - 35  # NFV MRR
349 #        - 37  # NFV MRR
350
351     plot-dpdk-throughput-latency-2n-skx:
352       csit-dpdk-perf-verify-1901-2n-skx:
353         - 12  # NDRPDR sel
354         - 13  # NDRPDR sel
355         - 14  # NDRPDR sel
356         - 15  # NDRPDR sel
357         - 16  # NDRPDR sel
358         - 17  # NDRPDR sel
359         - 18  # NDRPDR sel
360         - 19  # NDRPDR sel
361         - 20  # NDRPDR sel
362         - 21  # NDRPDR sel
363
364     # 3rd party
365
366 #    # Denverton:
367 #    intel-dnv-vpp:
368 #      intel-dnv-vpp-release-1901:
369 #        - 1
370
371     ###########################################################################
372     # Simple tables (only one data set):
373
374     # NIC Comparisons
375
376 #    vpp-nic-comparison-3n-hsw:
377 #      csit-vpp-perf-verify-1901-3n-hsw:
378 #        - 10  # NDRPDR sel
379 #        - 19  # NDRPDR sel
380 #        - 31  # NDRPDR sel
381 #        - 36  # NDRPDR sel
382 #        - 40  # NDRPDR sel
383 #        - 42  # NDRPDR sel
384 #        - 44  # NDRPDR sel
385 #        - 46  # NDRPDR sel
386 #        - 47  # NDRPDR sel
387 #        - 48  # NDRPDR sel
388 #        - 61  # NDRPDR LB
389 #        - 62  # NDRPDR LB
390 #        - 63  # NDRPDR LB
391 #        - 64  # NDRPDR LB
392 #        - 65  # NDRPDR LB
393 #        - 66  # NDRPDR LB
394 #        - 67  # NDRPDR LB
395 #        - 69  # NDRPDR LB
396 #        - 70  # NDRPDR LB
397 #        - 71  # NDRPDR LB
398 #        - 72  # 1901.1 NDRPDR sel
399 #        - 78  # 1901.1 NDRPDR sel
400
401     vpp-nic-comparison-3n-skx:
402       csit-vpp-perf-verify-1901-3n-skx:
403 #        - 18  # NDRPDR sel
404 #        - 19  # NDRPDR sel
405 #        - 20  # NDRPDR sel
406 #        - 28  # NDRPDR sel
407 #        - 31  # NDRPDR sel
408 #        - 33  # NDRPDR sel
409 #        - 36  # NDRPDR sel
410 #        - 38  # NDRPDR sel
411 #        - 47  # NDRPDR sel
412 #        - 48  # NDRPDR sel
413 #        - 54  # NDRPDR LB
414 #        - 57  # NDRPDR LB
415 #        - 58  # NDRPDR LB
416 #        - 59  # NDRPDR LB
417 #        - 60  # NDRPDR LB
418 #        - 63  # NDRPDR LB
419 #        - 64  # NDRPDR LB
420 #        - 65  # NDRPDR LB
421 #        - 66  # NDRPDR LB
422 #        - 67  # NDRPDR LB
423         - 70  # 1901.2 NDRPDR sel
424
425 #    vpp-nic-comparison-2n-skx:
426 #      csit-vpp-perf-verify-1901-2n-skx:
427 #        - 5   # NDRPDR sel
428 #        - 12  # NDRPDR sel
429 #        - 13  # NDRPDR sel
430 #        - 21  # NDRPDR sel
431 #        - 23  # NDRPDR sel
432 #        - 31  # NDRPDR sel
433 #        - 34  # NDRPDR sel
434 #        - 40  # NDRPDR sel
435 #        - 42  # NDRPDR sel
436 #        - 43  # NDRPDR sel
437 #        - 64  # 1901.1 NDRPDR sel
438
439 #    vpp-nic-comparison-3n-hsw-mrr:
440 #      csit-vpp-perf-verify-1901-3n-hsw:
441 #        - 35  # MRR sel
442 #        - 73  # 1901.1 MRR sel
443 #        - 77  # 1901.1 MRR sel
444
445 #    vpp-nic-comparison-3n-skx-mrr:
446 #      csit-vpp-perf-verify-1901-3n-skx:
447 #        - 32  # MRR sel
448 #        - 69  # 1901.1 MRR sel
449
450 #    vpp-nic-comparison-2n-skx-mrr:
451 #      csit-vpp-perf-verify-1901-2n-skx:
452 #        - 22  # MRR sel
453 #        - 65  # 1901.1 MRR sel
454
455     # Results
456
457 #    vpp-perf-results-3n-hsw:
458 #      csit-vpp-perf-verify-1901-3n-hsw:
459 #        - 38  # NDRPDR full
460 #        - 43  # NDRPDR full
461 #        - 45  # NDRPDR full
462 #        - 49  # NDRPDR full
463 #        - 72  # 1901.1 NDRPDR sel
464 #        - 78  # 1901.1 NDRPDR sel
465
466     vpp-perf-results-3n-skx:
467       csit-vpp-perf-verify-1901-3n-skx:
468 #        - 37  # NDRPDR full
469 #        - 39  # NDRPDR full
470 #        - 40  # NDRPDR full
471 #        - 49  # NDRPDR full
472         - 70  # 1901.2 NDRPDR sel
473
474 #    vpp-perf-results-2n-skx:
475 #      csit-vpp-perf-verify-1901-2n-skx:
476 #        - 25  # NDRPDR full
477 #        - 30  # NDRPDR full
478 #        - 33  # NDRPDR full
479 #        - 44  # NDRPDR full
480 #        - 64  # 1901.1 NDRPDR sel
481
482 #    vpp-mrr-results-3n-hsw:
483 #      csit-vpp-perf-verify-1901-3n-hsw:
484 #        - 35  # MRR sel
485 #        - 73  # 1901.1 MRR sel
486 #        - 77  # 1901.1 MRR sel
487
488 #    vpp-mrr-results-3n-skx:
489 #      csit-vpp-perf-verify-1901-3n-skx:
490 #        - 32  # MRR sel
491 #        - 69  # 1901.1 MRR sel
492
493 #    vpp-mrr-results-2n-skx:
494 #      csit-vpp-perf-verify-1901-2n-skx:
495 #        - 22  # MRR sel
496 #        - 65  # 1901.1 MRR sel
497
498     vpp-func-results-ubuntu:
499       csit-vpp-functional-1901-ubuntu1604-virl:
500         - 177
501
502     vpp-func-results-centos:
503       csit-vpp-functional-1901-centos7-virl:
504         - 179
505
506     vpp-device-results-ubuntu:
507       csit-vpp-device-1901-ubuntu1804-1n-skx:
508         - 179
509
510 #    # VPP Ligato
511 #    ligato-perf-results-3n-hsw:
512 #      csit-ligato-perf-verify-1901-3n-hsw:
513 #        - 10  # NDRPDR full
514
515     dpdk-perf-results-3n-hsw:
516       csit-dpdk-perf-verify-1901-3n-hsw:
517         - 20  # NDRPDR sel
518
519     dpdk-perf-results-3n-skx:
520       csit-dpdk-perf-verify-1901-3n-skx:
521         - 13  # NDRPDR sel
522
523     dpdk-perf-results-2n-skx:
524       csit-dpdk-perf-verify-1901-2n-skx:
525         - 21  # NDRPDR sel
526
527 #    # HoneyComb Functional
528 #    hc-func-results:
529 #      csit-hc2vpp-verify-func-1901-ubuntu1604:
530 #        - 3
531
532 #    # NSH SFC Functional
533 #    nsh-func-results:
534 #      # Not used
535 #      csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
536 #        - 1
537
538 #    # DMM Functional
539 #    dmm-func-results:
540 #      csit-dmm-functional-1901-ubuntu1604-virl:
541 #        - 2
542
543     ###########################################################################
544     # Tables (more than one data set)
545
546     # Performance changes
547
548 #    intel-dnv-vpp-changes-2n-dnv-ref:
549 #      intel-dnv-vpp-release-1810:
550 #        - 1
551 #    intel-dnv-vpp-changes-2n-dnv-cmp:
552 #      intel-dnv-vpp-release-1901:
553 #        - 1
554 #    intel-dnv-vpp-changes-2n-dnv:
555 #      - "intel-dnv-vpp-changes-2n-dnv-ref"
556 #      - "intel-dnv-vpp-changes-2n-dnv-cmp"
557
558 #    vpp-performance-changes-3n-hsw-h1:
559 #      csit-vpp-perf-verify-1807-3n-hsw:
560 #        - 11  # NDRPDR full 1
561 #        - 22  # NDRPDR full 2
562 #        - 45  # NDRPDR full 3
563 #        - 46  # NDRPDR full 4
564 #        - 15  # NDRPDR sel
565 #        - 16  # NDRPDR sel
566 #        - 19  # NDRPDR sel
567 #        - 18  # NDRPDR sel
568 #        - 20  # NDRPDR sel
569 #        - 38  # NDRPDR sel
570 #        - 40  # NDRPDR sel
571 #        - 44  # NDRPDR sel
572 #        - 47  # NDRPDR sel
573 #    vpp-performance-changes-3n-hsw-ref:
574 #      csit-vpp-perf-verify-1810-3n-hsw:
575 #        - 8   # NDRPDR sel
576 #        - 12  # NDRPDR sel
577 #        - 14  # NDRPDR sel
578 #        - 18  # NDRPDR sel
579 #        - 23  # NDRPDR sel
580 #        - 25  # NDRPDR sel
581 #        - 38  # NDRPDR sel
582 #        - 39  # NDRPDR sel
583 #        - 41  # NDRPDR sel
584 #        - 42  # NDRPDR sel
585 #    vpp-performance-changes-3n-hsw-cmp:
586 #      csit-vpp-perf-verify-1901-3n-hsw:
587 ##        - 10  # NDRPDR sel
588 ##        - 19  # NDRPDR sel
589 ##        - 31  # NDRPDR sel
590 ##        - 36  # NDRPDR sel
591 ##        - 40  # NDRPDR sel
592 ##        - 42  # NDRPDR sel
593 ##        - 44  # NDRPDR sel
594 ##        - 46  # NDRPDR sel
595 ##        - 47  # NDRPDR sel
596 ##        - 48  # NDRPDR sel
597 ##        - 61  # NDRPDR LB
598 ##        - 62  # NDRPDR LB
599 ##        - 63  # NDRPDR LB
600 ##        - 64  # NDRPDR LB
601 ##        - 65  # NDRPDR LB
602 ##        - 66  # NDRPDR LB
603 ##        - 67  # NDRPDR LB
604 ##        - 69  # NDRPDR LB
605 ##        - 70  # NDRPDR LB
606 ##        - 71  # NDRPDR LB
607 #        - 72  # 1901.1 NDRPDR sel
608 #        - 78  # 1901.1 NDRPDR sel
609 #    vpp-performance-changes-3n-hsw:
610 #      - "vpp-performance-changes-3n-hsw-h1"
611 #      - "vpp-performance-changes-3n-hsw-ref"
612 #      - "vpp-performance-changes-3n-hsw-cmp"
613
614     vpp-performance-changes-3n-skx-h1:
615       csit-vpp-perf-verify-1807-3n-skx:
616         - 33  # NDRPDR sel
617         - 35  # NDRPDR sel
618         - 37  # NDRPDR sel
619         - 38  # NDRPDR sel
620         - 39  # NDRPDR sel
621         - 43  # NDRPDR sel
622         - 44  # NDRPDR sel
623         - 49  # NDRPDR sel
624         - 50  # NDRPDR sel
625         - 56  # NDRPDR sel
626     vpp-performance-changes-3n-skx-ref:
627       csit-vpp-perf-verify-1810-3n-skx:
628         - 10  # NDRPDR sel
629         - 14  # NDRPDR sel
630         - 15  # NDRPDR sel
631         - 16  # NDRPDR sel
632         - 17  # NDRPDR sel
633         - 19  # NDRPDR sel
634         - 20  # NDRPDR sel
635         - 21  # NDRPDR sel
636         - 22  # NDRPDR sel
637         - 25  # NDRPDR sel
638     vpp-performance-changes-3n-skx-cmp:
639       csit-vpp-perf-verify-1901-3n-skx:
640 #        - 18  # NDRPDR sel
641 #        - 19  # NDRPDR sel
642 #        - 20  # NDRPDR sel
643 #        - 28  # NDRPDR sel
644 #        - 31  # NDRPDR sel
645 #        - 33  # NDRPDR sel
646 #        - 36  # NDRPDR sel
647 #        - 38  # NDRPDR sel
648 #        - 47  # NDRPDR sel
649 #        - 48  # NDRPDR sel
650 #        - 54  # NDRPDR LB
651 #        - 57  # NDRPDR LB
652 #        - 58  # NDRPDR LB
653 #        - 59  # NDRPDR LB
654 #        - 60  # NDRPDR LB
655 #        - 63  # NDRPDR LB
656 #        - 64  # NDRPDR LB
657 #        - 65  # NDRPDR LB
658 #        - 66  # NDRPDR LB
659 #        - 67  # NDRPDR LB
660         - 70  # 1901.2 NDRPDR sel
661     vpp-performance-changes-3n-skx:
662       - "vpp-performance-changes-3n-skx-h1"
663       - "vpp-performance-changes-3n-skx-ref"
664       - "vpp-performance-changes-3n-skx-cmp"
665
666 #    vpp-performance-changes-2n-skx-h1:
667 #      csit-vpp-perf-verify-1807-2n-skx:
668 #        - 26  # NDRPDR sel
669 #        - 28  # NDRPDR sel
670 #        - 29  # NDRPDR sel
671 #        - 30  # NDRPDR sel
672 #        - 34  # NDRPDR sel
673 #        - 35  # NDRPDR sel
674 #        - 36  # NDRPDR sel
675 #        - 39  # NDRPDR sel
676 #        - 40  # NDRPDR sel
677 #        - 42  # NDRPDR sel
678 #    vpp-performance-changes-2n-skx-ref:
679 #      csit-vpp-perf-verify-1810-2n-skx:
680 #        - 9   # NDRPDR sel
681 #        - 13  # NDRPDR sel
682 #        - 14  # NDRPDR sel
683 #        - 19  # NDRPDR sel
684 #        - 20  # NDRPDR sel
685 #        - 21  # NDRPDR sel
686 #        - 22  # NDRPDR sel
687 #        - 23  # NDRPDR sel
688 #        - 24  # NDRPDR sel
689 #        - 27  # NDRPDR sel
690 #    vpp-performance-changes-2n-skx-cmp:
691 #      csit-vpp-perf-verify-1901-2n-skx:
692 ##        - 5   # NDRPDR sel
693 ##        - 12  # NDRPDR sel
694 ##        - 13  # NDRPDR sel
695 ##        - 21  # NDRPDR sel
696 ##        - 23  # NDRPDR sel
697 ##        - 31  # NDRPDR sel
698 ##        - 34  # NDRPDR sel
699 ##        - 40  # NDRPDR sel
700 ##        - 42  # NDRPDR sel
701 ##        - 43  # NDRPDR sel
702 #        - 64  # 1901.1 NDRPDR sel
703 #    vpp-performance-changes-2n-skx:
704 #      - "vpp-performance-changes-2n-skx-h1"
705 #      - "vpp-performance-changes-2n-skx-ref"
706 #      - "vpp-performance-changes-2n-skx-cmp"
707
708 #    vpp-performance-changes-3n-hsw-mrr-h1:
709 #      csit-vpp-perf-verify-1807-3n-hsw:
710 #        - 8   # MRR full
711 #        - 9   # MRR sel
712 #        - 21  # MRR sel
713 #        - 31  # MRR sel
714 #        - 33  # MRR sel
715 #        - 36  # MRR sel
716 #        - 41  # MRR sel
717 #        - 42  # MRR sel
718 #        - 48  # MRR sel
719 #    vpp-performance-changes-3n-hsw-mrr-ref:
720 #      csit-vpp-perf-verify-1810-3n-hsw:
721 #        - 9   # MRR sel
722 #    vpp-performance-changes-3n-hsw-mrr-cmp:
723 #      csit-vpp-perf-verify-1901-3n-hsw:
724 ##        - 35  # MRR sel
725 #        - 73  # 1901.1 MRR sel
726 #        - 77  # 1901.1 MRR sel
727 #    vpp-performance-changes-3n-hsw-mrr:
728 #      - "vpp-performance-changes-3n-hsw-mrr-h1"
729 #      - "vpp-performance-changes-3n-hsw-mrr-ref"
730 #      - "vpp-performance-changes-3n-hsw-mrr-cmp"
731
732 #    vpp-performance-changes-3n-skx-mrr-h1:
733 #      csit-vpp-perf-verify-1807-3n-skx:
734 #        - 28  # MRR sel
735 #        - 32  # MRR sel
736 #        - 36  # MRR sel
737 #        - 42  # MRR sel
738 #        - 47  # MRR sel
739 #        - 48  # MRR sel
740 #        - 51  # MRR sel
741 #        - 52  # MRR sel
742 #        - 53  # MRR sel
743 #        - 54  # MRR sel
744 #    vpp-performance-changes-3n-skx-mrr-ref:
745 #      csit-vpp-perf-verify-1810-3n-skx:
746 #        - 9   # MRR sel
747 #        - 11  # MRR sel
748 #        - 12  # MRR sel
749 #        - 13  # MRR sel
750 #    vpp-performance-changes-3n-skx-mrr-cmp:
751 #      csit-vpp-perf-verify-1901-3n-skx:
752 ##        - 32  # MRR sel
753 #        - 69  # 1901.1 MRR sel
754 #    vpp-performance-changes-3n-skx-mrr:
755 #      - "vpp-performance-changes-3n-skx-mrr-h1"
756 #      - "vpp-performance-changes-3n-skx-mrr-ref"
757 #      - "vpp-performance-changes-3n-skx-mrr-cmp"
758
759 #    vpp-performance-changes-2n-skx-mrr-h1:
760 #      csit-vpp-perf-verify-1807-2n-skx:
761 #        - 31  # MRR sel
762 #        - 33  # MRR sel
763 #        - 37  # MRR sel
764 #        - 38  # MRR sel
765 #        - 41  # MRR sel
766 #        - 43  # MRR sel
767 #        - 44  # MRR sel
768 #        - 45  # MRR sel
769 #        - 46  # MRR sel
770 #        - 47  # MRR sel
771 #    vpp-performance-changes-2n-skx-mrr-ref:
772 #      csit-vpp-perf-verify-1810-2n-skx:
773 #        - 8   # MRR sel
774 #        - 10  # MRR sel
775 #        - 11  # MRR sel
776 #        - 12  # MRR sel
777 #    vpp-performance-changes-2n-skx-mrr-cmp:
778 #      csit-vpp-perf-verify-1901-2n-skx:
779 ##        - 22  # MRR sel
780 #        - 65  # 1901.1 MRR sel
781 #    vpp-performance-changes-2n-skx-mrr:
782 #      - "vpp-performance-changes-2n-skx-mrr-h1"
783 #      - "vpp-performance-changes-2n-skx-mrr-ref"
784 #      - "vpp-performance-changes-2n-skx-mrr-cmp"
785
786     dpdk-performance-changes-3n-hsw-h1:
787       csit-dpdk-perf-verify-1807-3n-hsw:
788         - 11
789         - 12  # full
790         - 14
791         - 15
792         - 16
793         - 17
794         - 20
795         - 21
796         - 22
797         - 23
798     dpdk-performance-changes-3n-hsw-ref:
799       csit-dpdk-perf-verify-1810-3n-hsw:
800         - 1   # NDRPDR sel
801         - 2   # NDRPDR sel
802         - 3   # NDRPDR sel
803         - 4   # NDRPDR sel
804         - 5   # NDRPDR sel
805         - 6   # NDRPDR sel
806         - 7   # NDRPDR sel
807         - 8   # NDRPDR sel
808         - 9   # NDRPDR sel
809         - 10  # NDRPDR sel
810     dpdk-performance-changes-3n-hsw-cmp:
811       csit-dpdk-perf-verify-1901-3n-hsw:
812         - 13  # NDRPDR sel
813         - 14  # NDRPDR sel
814         - 16  # NDRPDR sel
815         - 17  # NDRPDR sel
816         - 18  # NDRPDR sel
817         - 19  # NDRPDR sel
818         - 20  # NDRPDR sel
819         - 21  # NDRPDR sel
820         - 22  # NDRPDR sel
821         - 23  # NDRPDR sel
822     dpdk-performance-changes-3n-hsw:
823       - "dpdk-performance-changes-3n-hsw-h1"
824       - "dpdk-performance-changes-3n-hsw-ref"
825       - "dpdk-performance-changes-3n-hsw-cmp"
826
827     dpdk-performance-changes-3n-skx-h1:
828       csit-dpdk-perf-verify-1807-3n-skx:
829         - 1   # NDRPDR sel
830         - 2   # NDRPDR sel
831         - 3   # NDRPDR sel
832         - 6   # NDRPDR sel
833         - 7   # NDRPDR sel
834         - 8   # NDRPDR sel
835         - 9   # NDRPDR sel
836         - 10  # NDRPDR sel
837         - 11  # NDRPDR sel
838         - 12  # NDRPDR sel
839     dpdk-performance-changes-3n-skx-ref:
840       csit-dpdk-perf-verify-1810-3n-skx:
841         - 3   # NDRPDR sel
842         - 4   # NDRPDR sel
843         - 6   # NDRPDR sel
844         - 7   # NDRPDR sel
845         - 8   # NDRPDR sel
846         - 9   # NDRPDR sel
847         - 10  # NDRPDR sel
848         - 11  # NDRPDR sel
849         - 12  # NDRPDR sel
850         - 13  # NDRPDR sel
851     dpdk-performance-changes-3n-skx-cmp:
852       csit-dpdk-perf-verify-1901-3n-skx:
853         - 3   # NDRPDR sel
854         - 5   # NDRPDR sel
855         - 6   # NDRPDR sel
856         - 7   # NDRPDR sel
857         - 8   # NDRPDR sel
858         - 9   # NDRPDR sel
859         - 10  # NDRPDR sel
860         - 11  # NDRPDR sel
861         - 12  # NDRPDR sel
862         - 13  # NDRPDR sel
863     dpdk-performance-changes-3n-skx:
864       - "dpdk-performance-changes-3n-skx-h1"
865       - "dpdk-performance-changes-3n-skx-ref"
866       - "dpdk-performance-changes-3n-skx-cmp"
867
868     dpdk-performance-changes-2n-skx-ref:
869       csit-dpdk-perf-verify-1810-2n-skx:
870         - 3   # NDRPDR sel
871         - 4   # NDRPDR sel
872         - 5   # NDRPDR sel
873         - 7   # NDRPDR sel
874         - 8   # NDRPDR sel
875         - 9   # NDRPDR sel
876         - 10  # NDRPDR sel
877         - 11  # NDRPDR sel
878         - 12  # NDRPDR sel
879         - 13  # NDRPDR sel
880     dpdk-performance-changes-2n-skx-cmp:
881       csit-dpdk-perf-verify-1901-2n-skx:
882         - 12  # NDRPDR sel
883         - 13  # NDRPDR sel
884         - 14  # NDRPDR sel
885         - 15  # NDRPDR sel
886         - 16  # NDRPDR sel
887         - 17  # NDRPDR sel
888         - 18  # NDRPDR sel
889         - 19  # NDRPDR sel
890         - 20  # NDRPDR sel
891         - 21  # NDRPDR sel
892     dpdk-performance-changes-2n-skx:
893       - "dpdk-performance-changes-2n-skx-ref"
894       - "dpdk-performance-changes-2n-skx-cmp"
895
896     # Compare testbeds
897
898 #    vpp-compare-testbeds-ref:
899 #      csit-vpp-perf-verify-1901-3n-hsw:
900 ##        - 10  # NDRPDR sel
901 ##        - 19  # NDRPDR sel
902 ##        - 31  # NDRPDR sel
903 ##        - 36  # NDRPDR sel
904 ##        - 40  # NDRPDR sel
905 ##        - 42  # NDRPDR sel
906 ##        - 44  # NDRPDR sel
907 ##        - 46  # NDRPDR sel
908 ##        - 47  # NDRPDR sel
909 ##        - 48  # NDRPDR sel
910 ##        - 61  # NDRPDR LB
911 ##        - 62  # NDRPDR LB
912 ##        - 63  # NDRPDR LB
913 ##        - 64  # NDRPDR LB
914 ##        - 65  # NDRPDR LB
915 ##        - 66  # NDRPDR LB
916 ##        - 67  # NDRPDR LB
917 ##        - 69  # NDRPDR LB
918 ##        - 70  # NDRPDR LB
919 ##        - 71  # NDRPDR LB
920 #        - 72  # 1901.1 NDRPDR sel
921 #        - 78  # 1901.1 NDRPDR sel
922 #    vpp-compare-testbeds-cmp:
923 #      csit-vpp-perf-verify-1901-3n-skx:
924 ##        - 18  # NDRPDR sel
925 ##        - 19  # NDRPDR sel
926 ##        - 20  # NDRPDR sel
927 ##        - 28  # NDRPDR sel
928 ##        - 31  # NDRPDR sel
929 ##        - 33  # NDRPDR sel
930 ##        - 36  # NDRPDR sel
931 ##        - 38  # NDRPDR sel
932 ##        - 47  # NDRPDR sel
933 ##        - 48  # NDRPDR sel
934 ##        - 54  # NDRPDR LB
935 ##        - 57  # NDRPDR LB
936 ##        - 58  # NDRPDR LB
937 ##        - 59  # NDRPDR LB
938 ##        - 60  # NDRPDR LB
939 ##        - 63  # NDRPDR LB
940 ##        - 64  # NDRPDR LB
941 ##        - 65  # NDRPDR LB
942 ##        - 66  # NDRPDR LB
943 ##        - 67  # NDRPDR LB
944 #        - 70  # 1901.2 NDRPDR sel
945 #    vpp-compare-testbeds:
946 #      - "vpp-compare-testbeds-ref"
947 #      - "vpp-compare-testbeds-cmp"
948
949 #    vpp-compare-testbeds-mrr-ref:
950 #      csit-vpp-perf-verify-1901-3n-hsw:
951 ##        - 35  # MRR sel
952 #        - 73  # 1901.1 MRR sel
953 #        - 77  # 1901.1 MRR sel
954 #    vpp-compare-testbeds-mrr-cmp:
955 #      csit-vpp-perf-verify-1901-3n-skx:
956 ##        - 32  # MRR sel
957 #        - 69  # 1901.1 MRR sel
958 #    vpp-compare-testbeds-mrr:
959 #      - "vpp-compare-testbeds-mrr-ref"
960 #      - "vpp-compare-testbeds-mrr-cmp"
961
962     dpdk-compare-testbeds-ref:
963       csit-dpdk-perf-verify-1901-3n-hsw:
964         - 13  # NDRPDR sel
965         - 14  # NDRPDR sel
966         - 16  # NDRPDR sel
967         - 17  # NDRPDR sel
968         - 18  # NDRPDR sel
969         - 19  # NDRPDR sel
970         - 20  # NDRPDR sel
971         - 21  # NDRPDR sel
972         - 22  # NDRPDR sel
973         - 23  # NDRPDR sel
974     dpdk-compare-testbeds-cmp:
975       csit-dpdk-perf-verify-1901-3n-skx:
976         - 3   # NDRPDR sel
977         - 5   # NDRPDR sel
978         - 6   # NDRPDR sel
979         - 7   # NDRPDR sel
980         - 8   # NDRPDR sel
981         - 9   # NDRPDR sel
982         - 10  # NDRPDR sel
983         - 11  # NDRPDR sel
984         - 12  # NDRPDR sel
985         - 13  # NDRPDR sel
986     dpdk-compare-testbeds:
987       - "dpdk-compare-testbeds-ref"
988       - "dpdk-compare-testbeds-cmp"
989
990     # Compare topologies
991
992 #    vpp-compare-topologies-ref:
993 #      csit-vpp-perf-verify-1901-3n-skx:
994 ##        - 18  # NDRPDR sel
995 ##        - 19  # NDRPDR sel
996 ##        - 20  # NDRPDR sel
997 ##        - 28  # NDRPDR sel
998 ##        - 31  # NDRPDR sel
999 ##        - 33  # NDRPDR sel
1000 ##        - 36  # NDRPDR sel
1001 ##        - 38  # NDRPDR sel
1002 ##        - 47  # NDRPDR sel
1003 ##        - 48  # NDRPDR sel
1004 ##        - 54  # NDRPDR LB
1005 ##        - 57  # NDRPDR LB
1006 ##        - 58  # NDRPDR LB
1007 ##        - 59  # NDRPDR LB
1008 ##        - 60  # NDRPDR LB
1009 ##        - 63  # NDRPDR LB
1010 ##        - 64  # NDRPDR LB
1011 ##        - 65  # NDRPDR LB
1012 ##        - 66  # NDRPDR LB
1013 ##        - 67  # NDRPDR LB
1014 #        - 70  # 1901.2 NDRPDR sel
1015 #    vpp-compare-topologies-cmp:
1016 #      csit-vpp-perf-verify-1901-2n-skx:
1017 ##        - 5   # NDRPDR sel
1018 ##        - 12  # NDRPDR sel
1019 ##        - 13  # NDRPDR sel
1020 ##        - 21  # NDRPDR sel
1021 ##        - 23  # NDRPDR sel
1022 ##        - 31  # NDRPDR sel
1023 ##        - 34  # NDRPDR sel
1024 ##        - 40  # NDRPDR sel
1025 ##        - 42  # NDRPDR sel
1026 ##        - 43  # NDRPDR sel
1027 #        - 64  # 1901.1 NDRPDR sel
1028 #    vpp-compare-topologies:
1029 #      - "vpp-compare-topologies-ref"
1030 #      - "vpp-compare-topologies-cmp"
1031
1032 #    vpp-compare-topologies-mrr-ref:
1033 #      csit-vpp-perf-verify-1901-3n-skx:
1034 ##        - 32  # MRR sel
1035 #        - 69  # 1901.1 MRR sel
1036 #    vpp-compare-topologies-mrr-cmp:
1037 #      csit-vpp-perf-verify-1901-2n-skx:
1038 ##        - 22  # MRR sel
1039 #        - 65  # 1901.1 MRR sel
1040 #    vpp-compare-topologies-mrr:
1041 #      - "vpp-compare-topologies-mrr-ref"
1042 #      - "vpp-compare-topologies-mrr-cmp"
1043
1044     dpdk-compare-topologies-ref:
1045       csit-dpdk-perf-verify-1901-3n-skx:
1046         - 3   # NDRPDR sel
1047         - 5   # NDRPDR sel
1048         - 6   # NDRPDR sel
1049         - 7   # NDRPDR sel
1050         - 8   # NDRPDR sel
1051         - 9   # NDRPDR sel
1052         - 10  # NDRPDR sel
1053         - 11  # NDRPDR sel
1054         - 12  # NDRPDR sel
1055         - 13  # NDRPDR sel
1056     dpdk-compare-topologies-cmp:
1057       csit-dpdk-perf-verify-1901-2n-skx:
1058         - 12  # NDRPDR sel
1059         - 13  # NDRPDR sel
1060         - 14  # NDRPDR sel
1061         - 15  # NDRPDR sel
1062         - 16  # NDRPDR sel
1063         - 17  # NDRPDR sel
1064         - 18  # NDRPDR sel
1065         - 19  # NDRPDR sel
1066         - 20  # NDRPDR sel
1067         - 21  # NDRPDR sel
1068     dpdk-compare-topologies:
1069       - "dpdk-compare-topologies-ref"
1070       - "dpdk-compare-topologies-cmp"
1071
1072   plot-layouts:
1073
1074     plot-soak-throughput:
1075       titlefont:
1076         size: 18
1077       xaxis:
1078         title: "<b>Test Cases [Index]</b>"
1079         titlefont:
1080           size: 16
1081         autorange: True
1082         fixedrange: False
1083         gridcolor: "rgb(230, 230, 230)"
1084         linecolor: "rgb(220, 220, 220)"
1085         linewidth: 1
1086         showgrid: True
1087         showline: True
1088         showticklabels: True
1089         tickcolor: "rgb(220, 220, 220)"
1090         tickmode: "linear"
1091         tickfont:
1092           size: 16
1093         zeroline: False
1094       yaxis:
1095         title: "<b>Packet Throughput [Mpps]</b>"
1096         titlefont:
1097           size: 16
1098         gridcolor: "rgb(230, 230, 230)"
1099         hoverformat: ".4s"
1100         tickformat: ".3s"
1101         linecolor: "rgb(220, 220, 220)"
1102         linewidth: 1
1103         showgrid: True
1104         showline: True
1105         showticklabels: True
1106         tickcolor: "rgb(220, 220, 220)"
1107         tickfont:
1108           size: 16
1109         zeroline: False
1110         range: [0,50]
1111       autosize: False
1112       margin:
1113         t: 50
1114         b: 0
1115         l: 80
1116         r: 20
1117       showlegend: True
1118       legend:
1119         orientation: "h"
1120         font:
1121           size: 16
1122       width: 700
1123       height: 900
1124
1125     plot-service-density:
1126       titlefont:
1127         size: 18
1128       xaxis:
1129         side: "top"
1130         autorange: True
1131         fixedrange: False
1132         showgrid: False
1133         showline: False
1134         showticklabels: False
1135         ticks: ""
1136         ticklen: 0
1137         tickwidth: 0
1138         zeroline: False
1139       yaxis:
1140         autorange: "reversed"
1141         showgrid: False
1142         showline: False
1143         showticklabels: False
1144         ticks: ""
1145         ticklen: 0
1146         tickwidth: 0
1147         zeroline: False
1148       autosize: True
1149       showlegend: False
1150       width: 700
1151       height: 700
1152
1153     plot-cps:
1154       titlefont:
1155         size: 18
1156       xaxis:
1157         title: "<b>Test Cases [Index]</b>"
1158         titlefont:
1159           size: 16
1160         autorange: True
1161         fixedrange: False
1162         gridcolor: "rgb(230, 230, 230)"
1163         linecolor: "rgb(220, 220, 220)"
1164         linewidth: 1
1165         showgrid: True
1166         showline: True
1167         showticklabels: True
1168         tickcolor: "rgb(220, 220, 220)"
1169         tickmode: "linear"
1170         tickfont:
1171           size: 16
1172         zeroline: False
1173       yaxis:
1174         title: "<b>Connections Per Second [cps]</b>"
1175         titlefont:
1176           size: 16
1177         gridcolor: "rgb(230, 230, 230)"
1178         hoverformat: ".4s"
1179         linecolor: "rgb(220, 220, 220)"
1180         linewidth: 1
1181         rangemode: "tozero"
1182         showgrid: True
1183         showline: True
1184         showticklabels: True
1185         tickcolor: "rgb(220, 220, 220)"
1186         tickformat: ".3s"
1187         tickfont:
1188           size: 16
1189         zeroline: False
1190       boxmode: "group"
1191       boxgroupgap: 0.5
1192       autosize: False
1193       margin:
1194         t: 50
1195         b: 20
1196         l: 80
1197         r: 20
1198       showlegend: True
1199       legend:
1200         orientation: "h"
1201         font:
1202           size: 16
1203       width: 700
1204       height: 800
1205
1206     plot-rps:
1207       titlefont:
1208         size: 18
1209       xaxis:
1210         title: "<b>Test Cases [Index]</b>"
1211         titlefont:
1212           size: 16
1213         autorange: True
1214         fixedrange: False
1215         gridcolor: "rgb(230, 230, 230)"
1216         linecolor: "rgb(220, 220, 220)"
1217         linewidth: 1
1218         showgrid: True
1219         showline: True
1220         showticklabels: True
1221         tickcolor: "rgb(220, 220, 220)"
1222         tickmode: "linear"
1223         tickfont:
1224           size: 16
1225         zeroline: False
1226       yaxis:
1227         title: "<b>Requests Per Second [rps]</b>"
1228         titlefont:
1229           size: 16
1230         gridcolor: "rgb(230, 230, 230)"
1231         hoverformat: ".4s"
1232         linecolor: "rgb(220, 220, 220)"
1233         linewidth: 1
1234         rangemode: "tozero"
1235         showgrid: True
1236         showline: True
1237         showticklabels: True
1238         tickcolor: "rgb(230, 230, 230)"
1239         tickformat: ".3s"
1240         tickfont:
1241           size: 16
1242         zeroline: False
1243       boxmode: "group"
1244       boxgroupgap: 0.5
1245       autosize: False
1246       margin:
1247         t: 50
1248         b: 20
1249         l: 80
1250         r: 20
1251       showlegend: True
1252       legend:
1253         orientation: "h"
1254         font:
1255           size: 16
1256       width: 700
1257       height: 800
1258
1259     plot-throughput:
1260       titlefont:
1261         size: 18
1262       xaxis:
1263         title: "<b>Test Cases [Index]</b>"
1264         titlefont:
1265           size: 16
1266         autorange: True
1267         fixedrange: False
1268         gridcolor: "rgb(230, 230, 230)"
1269         linecolor: "rgb(220, 220, 220)"
1270         linewidth: 1
1271         showgrid: True
1272         showline: True
1273         showticklabels: True
1274         tickcolor: "rgb(220, 220, 220)"
1275         tickmode: "linear"
1276         tickfont:
1277           size: 16
1278         zeroline: False
1279       yaxis:
1280         title: "<b>Packet Throughput [Mpps]</b>"
1281         titlefont:
1282           size: 16
1283         gridcolor: "rgb(230, 230, 230)"
1284         hoverformat: ".4s"
1285         tickformat: ".3s"
1286         linecolor: "rgb(220, 220, 220)"
1287         linewidth: 1
1288         showgrid: True
1289         showline: True
1290         showticklabels: True
1291         tickcolor: "rgb(220, 220, 220)"
1292         tickfont:
1293           size: 16
1294         zeroline: False
1295         range: [0,50]
1296       boxmode: "group"
1297       boxgroupgap: 0.5
1298       autosize: False
1299       margin:
1300         t: 50
1301         b: 0
1302         l: 80
1303         r: 20
1304       showlegend: True
1305       legend:
1306         orientation: "h"
1307         font:
1308           size: 16
1309       width: 700
1310       height: 900
1311
1312     plot-throughput-speedup-analysis:
1313       titlefont:
1314         size: 18
1315       xaxis:
1316         title: "<b>Number of Cores [Qty]</b>"
1317         titlefont:
1318           size: 16
1319         autorange: True
1320         fixedrange: False
1321         gridcolor: "rgb(230, 230, 230)"
1322         linecolor: "rgb(220, 220, 220)"
1323         linewidth: 1
1324         showgrid: True
1325         showline: True
1326         showticklabels: True
1327         tickcolor: "rgb(238, 238, 238)"
1328         tickmode: "linear"
1329         tickfont:
1330           size: 16
1331         zeroline: False
1332       yaxis:
1333         title: "<b>Packet Throughput [Mpps]</b>"
1334         titlefont:
1335           size: 16
1336         type: "linear"
1337         gridcolor: "rgb(230, 230, 230)"
1338         hoverformat: ".4s"
1339         linecolor: "rgb(220, 220, 220)"
1340         linewidth: 1
1341         showgrid: True
1342         showline: True
1343         showticklabels: True
1344         tickcolor: "rgb(220, 220, 220)"
1345         tickformat: ".4s"
1346         tickfont:
1347           size: 16
1348         zeroline: True
1349         rangemode: "tozero"
1350         range: [0,100]
1351       legend:
1352         orientation: "h"
1353         font:
1354           size: 16
1355         xanchor: "left"
1356         yanchor: "top"
1357         x: 0
1358         y: -0.2
1359         bgcolor: "rgba(255, 255, 255, 0)"
1360         bordercolor: "rgba(255, 255, 255, 0)"
1361         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1362       autosize: False
1363       margin:
1364           't': 50
1365           'b': 150
1366           'l': 85
1367           'r': 10
1368       showlegend: True
1369       width: 700
1370       height: 700
1371       hoverlabel:
1372         namelength: -1
1373       annotations: [
1374         {
1375           text: "_ _          __          ...",
1376           align: "left",
1377           showarrow: False,
1378           xref: "paper",
1379           yref: "paper",
1380           xanchor: "left",
1381           yanchor: "top",
1382           x: 0,
1383           y: -0.13,
1384           font: {
1385             family: "Consolas, Courier New",
1386             size: 15
1387           },
1388         },
1389         {
1390           text: "    Perfect     Measured     Limit",
1391           align: "left",
1392           showarrow: False,
1393           xref: "paper",
1394           yref: "paper",
1395           xanchor: "left",
1396           yanchor: "top",
1397           x: 0,
1398           y: -0.15,
1399           font: {
1400             family: "Consolas, Courier New",
1401             size: 15
1402           },
1403         },
1404       ]
1405
1406     plot-latency:
1407       titlefont:
1408         size: 18
1409       xaxis:
1410         title: "<b>Direction</b>"
1411         titlefont:
1412           size: 16
1413         autorange: True
1414         fixedrange: False
1415         gridcolor: "rgb(230, 230, 230)"
1416         linecolor: "rgb(220, 220, 220)"
1417         linewidth: 1
1418         showgrid: True
1419         showline: True
1420         showticklabels: False
1421         tickcolor: "rgb(220, 220, 220)"
1422         tickmode: "linear"
1423         tickfont:
1424           size: 16
1425         zeroline: False
1426       yaxis:
1427         title: "<b>Packet Latency [uSec]</b>"
1428         titlefont:
1429           size: 16
1430         type: "linear"
1431         gridcolor: "rgb(230, 230, 230)"
1432         hoverformat: ".4s"
1433         linecolor: "rgb(220, 220, 220)"
1434         linewidth: 1
1435         showgrid: True
1436         showline: True
1437         showticklabels: True
1438         tickcolor: "rgb(220, 220, 220)"
1439         tickformat: ".4s"
1440         tickfont:
1441           size: 16
1442         zeroline: True
1443         rangemode: "tozero"
1444       legend:
1445         orientation: "h"
1446         font:
1447           size: 16
1448         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1449       autosize: False
1450       margin:
1451           't': 50
1452           'b': 150
1453           'l': 80
1454           'r': 10
1455       showlegend: True
1456       width: 700
1457       height: 700
1458       hoverlabel:
1459         namelength: -1
1460
1461 -
1462   type: "static"
1463   src-path: "{DIR[RST]}"
1464   dst-path: "{DIR[WORKING,SRC]}"
1465
1466 -
1467   type: "input"
1468   general:
1469     file-name: "robot-plugin.zip"
1470     file-format: ".zip"
1471     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1472     extract: "robot-plugin/output.xml"
1473
1474   builds:
1475
1476 #    intel-dnv-vpp-release-1901:
1477 #      - 1
1478 #
1479 #    intel-dnv-vpp-release-1810:
1480 #      - 1
1481
1482 #    csit-vpp-perf-verify-1807-3n-hsw:
1483 #      - 8   # MRR full
1484 #      - 9   # MRR sel
1485 #      - 21  # MRR sel
1486 #      - 31  # MRR sel
1487 #      - 33  # MRR sel
1488 #      - 36  # MRR sel
1489 #      - 41  # MRR sel
1490 #      - 42  # MRR sel
1491 #      - 48  # MRR sel
1492 #      - 11  # NDRPDR full 1
1493 #      - 22  # NDRPDR full 2
1494 #      - 45  # NDRPDR full 3
1495 #      - 46  # NDRPDR full 4
1496 #      - 15  # NDRPDR sel
1497 #      - 16  # NDRPDR sel
1498 #      - 19  # NDRPDR sel
1499 #      - 18  # NDRPDR sel
1500 #      - 20  # NDRPDR sel
1501 #      - 38  # NDRPDR sel
1502 #      - 40  # NDRPDR sel
1503 #      - 44  # NDRPDR sel
1504 #      - 47  # NDRPDR sel
1505 #    csit-vpp-perf-verify-1810-3n-hsw:
1506 #      - 9   # MRR sel
1507 #      - 20  # NDRPDR full
1508 #      - 21  # NDRPDR full
1509 #      - 22  # NDRPDR full
1510 #      - 27  # NDRPDR full
1511 #      - 8   # NDRPDR sel
1512 #      - 12  # NDRPDR sel
1513 #      - 14  # NDRPDR sel
1514 #      - 18  # NDRPDR sel
1515 #      - 23  # NDRPDR sel
1516 #      - 25  # NDRPDR sel
1517 #      - 38  # NDRPDR sel
1518 #      - 39  # NDRPDR sel
1519 #      - 41  # NDRPDR sel
1520 #      - 42  # NDRPDR sel
1521 #      - 28  # WRK
1522 #      - 29  # WRK
1523 #      - 30  # WRK
1524 #      - 31  # WRK
1525 #      - 32  # WRK
1526 #      - 33  # WRK
1527 #      - 34  # WRK
1528 #      - 35  # WRK
1529 #      - 36  # WRK
1530 #      - 37  # WRK
1531 #    csit-vpp-perf-verify-1901-3n-hsw:
1532 ##      - 35  # MRR sel
1533 ##      - 38  # NDRPDR full
1534 ##      - 43  # NDRPDR full
1535 ##      - 45  # NDRPDR full
1536 ##      - 49  # NDRPDR full
1537 ##      - 10  # NDRPDR sel
1538 ##      - 19  # NDRPDR sel
1539 ##      - 31  # NDRPDR sel
1540 ##      - 36  # NDRPDR sel
1541 ##      - 40  # NDRPDR sel
1542 ##      - 42  # NDRPDR sel
1543 ##      - 44  # NDRPDR sel
1544 ##      - 46  # NDRPDR sel
1545 ##      - 47  # NDRPDR sel
1546 ##      - 48  # NDRPDR sel
1547 ##      - 61  # NDRPDR LB
1548 ##      - 62  # NDRPDR LB
1549 ##      - 63  # NDRPDR LB
1550 ##      - 64  # NDRPDR LB
1551 ##      - 65  # NDRPDR LB
1552 ##      - 66  # NDRPDR LB
1553 ##      - 67  # NDRPDR LB
1554 ##      - 69  # NDRPDR LB
1555 ##      - 70  # NDRPDR LB
1556 ##      - 71  # NDRPDR LB
1557 #      - 72  # 1901.1 NDRPDR sel
1558 #      - 78  # 1901.1 NDRPDR sel
1559 #      - 73  # 1901.1 MRR sel
1560 #      - 77  # 1901.1 MRR sel
1561
1562     csit-vpp-perf-verify-1807-3n-skx:
1563 #      - 31  # MRR full
1564 #      - 28  # MRR sel
1565 #      - 32  # MRR sel
1566 #      - 36  # MRR sel
1567 #      - 42  # MRR sel
1568 #      - 47  # MRR sel
1569 #      - 48  # MRR sel
1570 #      - 51  # MRR sel
1571 #      - 52  # MRR sel
1572 #      - 53  # MRR sel
1573 #      - 54  # MRR sel
1574 #      - 40  # NDRPDR full 1
1575 #      - 41  # NDRPDR full 2
1576       - 33  # NDRPDR sel
1577       - 35  # NDRPDR sel
1578       - 37  # NDRPDR sel
1579       - 38  # NDRPDR sel
1580       - 39  # NDRPDR sel
1581       - 43  # NDRPDR sel
1582       - 44  # NDRPDR sel
1583       - 49  # NDRPDR sel
1584       - 50  # NDRPDR sel
1585       - 56  # NDRPDR sel
1586     csit-vpp-perf-verify-1810-3n-skx:
1587 #      - 9   # MRR sel
1588 #      - 11  # MRR sel
1589 #      - 12  # MRR sel
1590 #      - 13  # MRR sel
1591 #      - 23  # NDRPDR full
1592 #      - 24  # NDRPDR full
1593       - 10  # NDRPDR sel
1594       - 14  # NDRPDR sel
1595       - 15  # NDRPDR sel
1596       - 16  # NDRPDR sel
1597       - 17  # NDRPDR sel
1598       - 19  # NDRPDR sel
1599       - 20  # NDRPDR sel
1600       - 21  # NDRPDR sel
1601       - 22  # NDRPDR sel
1602       - 25  # NDRPDR sel
1603     csit-vpp-perf-verify-1901-3n-skx:
1604 #      - 32  # MRR sel
1605 #      - 37  # NDRPDR full
1606 #      - 39  # NDRPDR full
1607 #      - 40  # NDRPDR full
1608 #      - 49  # NDRPDR full
1609 #      - 18  # NDRPDR sel
1610 #      - 19  # NDRPDR sel
1611 #      - 20  # NDRPDR sel
1612 #      - 28  # NDRPDR sel
1613 #      - 31  # NDRPDR sel
1614 #      - 33  # NDRPDR sel
1615 #      - 36  # NDRPDR sel
1616 #      - 38  # NDRPDR sel
1617 #      - 47  # NDRPDR sel
1618 #      - 48  # NDRPDR sel
1619 #      - 54  # NDRPDR LB
1620 #      - 57  # NDRPDR LB
1621 #      - 58  # NDRPDR LB
1622 #      - 59  # NDRPDR LB
1623 #      - 60  # NDRPDR LB
1624 #      - 63  # NDRPDR LB
1625 #      - 64  # NDRPDR LB
1626 #      - 65  # NDRPDR LB
1627 #      - 66  # NDRPDR LB
1628 #      - 67  # NDRPDR LB
1629 #      - 68  # 1901.1 NDRPDR sel
1630 #      - 69  # 1901.1 MRR sel
1631       - 70  # 1901.2 NDRPDR sel
1632 #    csit-vpp-perf-verify-1807-2n-skx:
1633 #      - 27  # MRR full
1634 #      - 31  # MRR sel
1635 #      - 33  # MRR sel
1636 #      - 37  # MRR sel
1637 #      - 38  # MRR sel
1638 #      - 41  # MRR sel
1639 #      - 43  # MRR sel
1640 #      - 44  # MRR sel
1641 #      - 45  # MRR sel
1642 #      - 46  # MRR sel
1643 #      - 47  # MRR sel
1644 #      - 32  # NDRPDR full
1645 #      - 26  # NDRPDR sel
1646 #      - 28  # NDRPDR sel
1647 #      - 29  # NDRPDR sel
1648 #      - 30  # NDRPDR sel
1649 #      - 34  # NDRPDR sel
1650 #      - 35  # NDRPDR sel
1651 #      - 36  # NDRPDR sel
1652 #      - 39  # NDRPDR sel
1653 #      - 40  # NDRPDR sel
1654 #      - 42  # NDRPDR sel
1655 #    csit-vpp-perf-verify-1810-2n-skx:
1656 #      - 8   # MRR sel
1657 #      - 10  # MRR sel
1658 #      - 11  # MRR sel
1659 #      - 12  # MRR sel
1660 #      - 25  # NDRPDR full
1661 #      - 26  # NDRPDR full
1662 #      - 9   # NDRPDR sel
1663 #      - 13  # NDRPDR sel
1664 #      - 14  # NDRPDR sel
1665 #      - 19  # NDRPDR sel
1666 #      - 20  # NDRPDR sel
1667 #      - 21  # NDRPDR sel
1668 #      - 22  # NDRPDR sel
1669 #      - 23  # NDRPDR sel
1670 #      - 24  # NDRPDR sel
1671 #      - 27  # NDRPDR sel
1672 #    csit-vpp-perf-verify-1901-2n-skx:
1673 ##      - 22  # MRR sel
1674 ##      - 25  # NDRPDR full
1675 ##      - 30  # NDRPDR full
1676 ##      - 33  # NDRPDR full
1677 ##      - 44  # NDRPDR full
1678 ##      - 5   # NDRPDR sel
1679 ##      - 12  # NDRPDR sel
1680 ##      - 13  # NDRPDR sel
1681 ##      - 21  # NDRPDR sel
1682 ##      - 23  # NDRPDR sel
1683 ##      - 31  # NDRPDR sel
1684 ##      - 34  # NDRPDR sel
1685 ##      - 40  # NDRPDR sel
1686 ##      - 42  # NDRPDR sel
1687 ##      - 43  # NDRPDR sel
1688 #      - 24  # NFV MRR
1689 #      - 26  # NFV MRR
1690 #      - 27  # NFV MRR
1691 #      - 35  # NFV MRR
1692 #      - 37  # NFV MRR
1693 #      - 28  # NFV NDRPDR
1694 #      - 29  # NFV NDRPDR
1695 #      - 32  # NFV NDRPDR
1696 #      - 39  # NFV NDRPDR
1697 #      - 46  # NFV NDRPDR
1698 #      - 45  # SOAK
1699 #      - 64  # 1901.1 NDRPDR sel
1700 #      - 65  # 1901.1 MRR sel
1701 #    csit-ligato-perf-verify-1901-3n-hsw:
1702 #      - 10  # NDRPDR full
1703 #      - 8   # NDRPDR sel
1704 #      - 9   # NDRPDR sel
1705 #      - 11  # NDRPDR sel
1706 #      - 12  # NDRPDR sel
1707 #      - 13  # NDRPDR sel
1708 #      - 14  # NDRPDR sel
1709 #      - 15  # NDRPDR sel
1710 #      - 16  # NDRPDR sel
1711 #      - 17  # NDRPDR sel
1712 #      - 18  # NDRPDR sel
1713     csit-dpdk-perf-verify-1807-3n-hsw:
1714       - 11
1715       - 12  # full
1716       - 14
1717       - 15
1718       - 16
1719       - 17
1720       - 20
1721       - 21
1722       - 22
1723       - 23
1724     csit-dpdk-perf-verify-1810-3n-hsw:
1725       - 1   # NDRPDR sel
1726       - 2   # NDRPDR sel
1727       - 3   # NDRPDR sel
1728       - 4   # NDRPDR sel
1729       - 5   # NDRPDR sel
1730       - 6   # NDRPDR sel
1731       - 7   # NDRPDR sel
1732       - 8   # NDRPDR sel
1733       - 9   # NDRPDR sel
1734       - 10  # NDRPDR sel
1735     csit-dpdk-perf-verify-1901-3n-hsw:
1736       - 13  # NDRPDR sel
1737       - 14  # NDRPDR sel
1738       - 16  # NDRPDR sel
1739       - 17  # NDRPDR sel
1740       - 18  # NDRPDR sel
1741       - 19  # NDRPDR sel
1742       - 20  # NDRPDR sel
1743       - 21  # NDRPDR sel
1744       - 22  # NDRPDR sel
1745       - 23  # NDRPDR sel
1746     csit-dpdk-perf-verify-1807-3n-skx:
1747       - 1   # NDRPDR sel
1748       - 2   # NDRPDR sel
1749       - 3   # NDRPDR sel
1750       - 6   # NDRPDR sel
1751       - 7   # NDRPDR sel
1752       - 8   # NDRPDR sel
1753       - 9   # NDRPDR sel
1754       - 10  # NDRPDR sel
1755       - 11  # NDRPDR sel
1756       - 12  # NDRPDR sel
1757     csit-dpdk-perf-verify-1810-3n-skx:
1758       - 3   # NDRPDR sel
1759       - 4   # NDRPDR sel
1760       - 6   # NDRPDR sel
1761       - 7   # NDRPDR sel
1762       - 8   # NDRPDR sel
1763       - 9   # NDRPDR sel
1764       - 10  # NDRPDR sel
1765       - 11  # NDRPDR sel
1766       - 12  # NDRPDR sel
1767       - 13  # NDRPDR sel
1768     csit-dpdk-perf-verify-1901-3n-skx:
1769       - 3   # NDRPDR sel
1770       - 5   # NDRPDR sel
1771       - 6   # NDRPDR sel
1772       - 7   # NDRPDR sel
1773       - 8   # NDRPDR sel
1774       - 9   # NDRPDR sel
1775       - 10  # NDRPDR sel
1776       - 11  # NDRPDR sel
1777       - 12  # NDRPDR sel
1778       - 13  # NDRPDR sel
1779     csit-dpdk-perf-verify-1810-2n-skx:
1780       - 3   # NDRPDR sel
1781       - 4   # NDRPDR sel
1782       - 5   # NDRPDR sel
1783       - 7   # NDRPDR sel
1784       - 8   # NDRPDR sel
1785       - 9   # NDRPDR sel
1786       - 10  # NDRPDR sel
1787       - 11  # NDRPDR sel
1788       - 12  # NDRPDR sel
1789       - 13  # NDRPDR sel
1790     csit-dpdk-perf-verify-1901-2n-skx:
1791       - 12  # NDRPDR sel
1792       - 13  # NDRPDR sel
1793       - 14  # NDRPDR sel
1794       - 15  # NDRPDR sel
1795       - 16  # NDRPDR sel
1796       - 17  # NDRPDR sel
1797       - 18  # NDRPDR sel
1798       - 19  # NDRPDR sel
1799       - 20  # NDRPDR sel
1800       - 21  # NDRPDR sel
1801     csit-vpp-functional-1901-ubuntu1604-virl:
1802       - 177
1803     csit-vpp-functional-1901-centos7-virl:
1804       - 179
1805     csit-vpp-device-1901-ubuntu1804-1n-skx:
1806       - 179
1807 #    # Not used
1808 #    csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1809 #      - 1
1810 #    csit-dmm-functional-1901-ubuntu1604-virl:
1811 #      - 2
1812 #    csit-hc2vpp-verify-func-1901-ubuntu1604:
1813 #      - 3
1814
1815 -
1816   type: "output"
1817   output: "report"
1818   format:
1819     html:
1820     - full
1821     pdf:
1822     - minimal
1823
1824 ################################################################################
1825 ###                               T A B L E S                                ###
1826 ################################################################################
1827
1828 ## VPP Compare NICs 3n-hsw 1t1c ndr
1829 #-
1830 #  type: "table"
1831 #  title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1832 #  algorithm: "table_nics_comparison"
1833 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
1834 #  reference:
1835 #    title: "Intel-x520"
1836 #    nic: "NIC_Intel-X520-DA2"
1837 #  compare:
1838 #    title: "Intel-x710"
1839 #    nic: "NIC_Intel-X710"
1840 #  data: "vpp-nic-comparison-3n-hsw"
1841 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1842 #  filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1843 #  parameters:
1844 #  - "name"
1845 #  - "parent"
1846 #  - "throughput"
1847 #  - "tags"
1848 #
1849 ## VPP Compare NICs 3n-hsw 2t2c ndr
1850 #-
1851 #  type: "table"
1852 #  title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1853 #  algorithm: "table_nics_comparison"
1854 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1855 #  reference:
1856 #    title: "Intel-x520"
1857 #    nic: "NIC_Intel-X520-DA2"
1858 #  compare:
1859 #    title: "Intel-x710"
1860 #    nic: "NIC_Intel-X710"
1861 #  data: "vpp-nic-comparison-3n-hsw"
1862 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1863 #  filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1864 #  parameters:
1865 #  - "name"
1866 #  - "parent"
1867 #  - "throughput"
1868 #  - "tags"
1869 #
1870 ## VPP Compare NICs 3n-hsw 1t1c pdr
1871 #-
1872 #  type: "table"
1873 #  title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1874 #  algorithm: "table_nics_comparison"
1875 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1876 #  reference:
1877 #    title: "Intel-x520"
1878 #    nic: "NIC_Intel-X520-DA2"
1879 #  compare:
1880 #    title: "Intel-x710"
1881 #    nic: "NIC_Intel-X710"
1882 #  data: "vpp-nic-comparison-3n-hsw"
1883 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1884 #  filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1885 #  parameters:
1886 #  - "name"
1887 #  - "parent"
1888 #  - "throughput"
1889 #  - "tags"
1890 #
1891 ## VPP Compare NICs 3n-hsw 2t2c pdr
1892 #-
1893 #  type: "table"
1894 #  title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1895 #  algorithm: "table_nics_comparison"
1896 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1897 #  reference:
1898 #    title: "Intel-x520"
1899 #    nic: "NIC_Intel-X520-DA2"
1900 #  compare:
1901 #    title: "Intel-x710"
1902 #    nic: "NIC_Intel-X710"
1903 #  data: "vpp-nic-comparison-3n-hsw"
1904 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1905 #  filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1906 #  parameters:
1907 #  - "name"
1908 #  - "parent"
1909 #  - "throughput"
1910 #  - "tags"
1911 #
1912 ## VPP Compare NICs 3n-hsw 1t1c mrr
1913 #-
1914 #  type: "table"
1915 #  title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1916 #  algorithm: "table_nics_comparison"
1917 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1918 #  reference:
1919 #    title: "Intel-x520"
1920 #    nic: "NIC_Intel-X520-DA2"
1921 #  compare:
1922 #    title: "Intel-x710"
1923 #    nic: "NIC_Intel-X710"
1924 #  data: "vpp-nic-comparison-3n-hsw-mrr"
1925 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1926 #  filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1927 #  parameters:
1928 #  - "name"
1929 #  - "parent"
1930 #  - "result"
1931 #  - "tags"
1932 #
1933 ## VPP Compare NICs 3n-hsw 2t2c mrr
1934 #-
1935 #  type: "table"
1936 #  title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1937 #  algorithm: "table_nics_comparison"
1938 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1939 #  reference:
1940 #    title: "Intel-x520"
1941 #    nic: "NIC_Intel-X520-DA2"
1942 #  compare:
1943 #    title: "Intel-x710"
1944 #    nic: "NIC_Intel-X710"
1945 #  data: "vpp-nic-comparison-3n-hsw-mrr"
1946 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1947 #  filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1948 #  parameters:
1949 #  - "name"
1950 #  - "parent"
1951 #  - "result"
1952 #  - "tags"
1953 #
1954 ## VPP Compare NICs 3n-hsw 4t4c mrr
1955 #-
1956 #  type: "table"
1957 #  title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1958 #  algorithm: "table_nics_comparison"
1959 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
1960 #  reference:
1961 #    title: "Intel-x520"
1962 #    nic: "NIC_Intel-X520-DA2"
1963 #  compare:
1964 #    title: "Intel-x710"
1965 #    nic: "NIC_Intel-X710"
1966 #  data: "vpp-nic-comparison-3n-hsw-mrr"
1967 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1968 #  filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1969 #  parameters:
1970 #  - "name"
1971 #  - "parent"
1972 #  - "result"
1973 #  - "tags"
1974
1975 # VPP Compare NICs 3n-skx 2t1c ndr
1976 -
1977   type: "table"
1978   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1979   algorithm: "table_nics_comparison"
1980   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1981   reference:
1982     title: "Intel-x710"
1983     nic: "NIC_Intel-X710"
1984   compare:
1985     title: "Intel-xxv710"
1986     nic: "NIC_Intel-XXV710"
1987   data: "vpp-nic-comparison-3n-skx"
1988   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1989   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1990   parameters:
1991   - "name"
1992   - "parent"
1993   - "throughput"
1994   - "tags"
1995
1996 # VPP Compare NICs 3n-skx 4t2c ndr
1997 -
1998   type: "table"
1999   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2000   algorithm: "table_nics_comparison"
2001   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2002   reference:
2003     title: "Intel-x710"
2004     nic: "NIC_Intel-X710"
2005   compare:
2006     title: "Intel-xxv710"
2007     nic: "NIC_Intel-XXV710"
2008   data: "vpp-nic-comparison-3n-skx"
2009   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2010   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2011   parameters:
2012   - "name"
2013   - "parent"
2014   - "throughput"
2015   - "tags"
2016
2017 # VPP Compare NICs 3n-skx 2t1c pdr
2018 -
2019   type: "table"
2020   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2021   algorithm: "table_nics_comparison"
2022   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2023   reference:
2024     title: "Intel-x710"
2025     nic: "NIC_Intel-X710"
2026   compare:
2027     title: "Intel-xxv710"
2028     nic: "NIC_Intel-XXV710"
2029   data: "vpp-nic-comparison-3n-skx"
2030   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2031   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2032   parameters:
2033   - "name"
2034   - "parent"
2035   - "throughput"
2036   - "tags"
2037
2038  # VPP Compare NICs 3n-skx 4t2c pdr
2039 -
2040   type: "table"
2041   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2042   algorithm: "table_nics_comparison"
2043   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2044   reference:
2045     title: "Intel-x710"
2046     nic: "NIC_Intel-X710"
2047   compare:
2048     title: "Intel-xxv710"
2049     nic: "NIC_Intel-XXV710"
2050   data: "vpp-nic-comparison-3n-skx"
2051   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2052   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2053   parameters:
2054   - "name"
2055   - "parent"
2056   - "throughput"
2057   - "tags"
2058
2059 ## VPP Compare NICs 3n-skx 2t1c mrr
2060 #-
2061 #  type: "table"
2062 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2063 #  algorithm: "table_nics_comparison"
2064 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2065 #  reference:
2066 #    title: "Intel-x710"
2067 #    nic: "NIC_Intel-X710"
2068 #  compare:
2069 #    title: "Intel-xxv710"
2070 #    nic: "NIC_Intel-XXV710"
2071 #  data: "vpp-nic-comparison-3n-skx-mrr"
2072 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2073 #  filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2074 #  parameters:
2075 #  - "name"
2076 #  - "parent"
2077 #  - "result"
2078 #  - "tags"
2079 #
2080 ## VPP Compare NICs 3n-skx 4t2c mrr
2081 #-
2082 #  type: "table"
2083 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2084 #  algorithm: "table_nics_comparison"
2085 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2086 #  reference:
2087 #    title: "Intel-x710"
2088 #    nic: "NIC_Intel-X710"
2089 #  compare:
2090 #    title: "Intel-xxv710"
2091 #    nic: "NIC_Intel-XXV710"
2092 #  data: "vpp-nic-comparison-3n-skx-mrr"
2093 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2094 #  filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2095 #  parameters:
2096 #  - "name"
2097 #  - "parent"
2098 #  - "result"
2099 #  - "tags"
2100 #
2101 # # VPP Compare NICs 3n-skx 8t4c mrr
2102 #-
2103 #  type: "table"
2104 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2105 #  algorithm: "table_nics_comparison"
2106 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2107 #  reference:
2108 #    title: "Intel-x710"
2109 #    nic: "NIC_Intel-X710"
2110 #  compare:
2111 #    title: "Intel-xxv710"
2112 #    nic: "NIC_Intel-XXV710"
2113 #  data: "vpp-nic-comparison-3n-skx-mrr"
2114 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2115 #  filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2116 #  parameters:
2117 #  - "name"
2118 #  - "parent"
2119 #  - "result"
2120 #  - "tags"
2121
2122 ## VPP Compare NICs 2n-skx 2t1c ndr
2123 #-
2124 #  type: "table"
2125 #  title: "VPP Compare NICs 2n-skx 2t1c ndr"
2126 #  algorithm: "table_nics_comparison"
2127 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2128 #  reference:
2129 #    title: "Intel-x710"
2130 #    nic: "NIC_Intel-X710"
2131 #  compare:
2132 #    title: "Intel-xxv710"
2133 #    nic: "NIC_Intel-XXV710"
2134 #  data: "vpp-nic-comparison-2n-skx"
2135 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2136 #  filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2137 #  parameters:
2138 #  - "name"
2139 #  - "parent"
2140 #  - "throughput"
2141 #  - "tags"
2142 #
2143 ## VPP Compare NICs 2n-skx 4t2c ndr
2144 #-
2145 #  type: "table"
2146 #  title: "VPP Compare NICs 2n-skx 4t2c ndr"
2147 #  algorithm: "table_nics_comparison"
2148 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2149 #  reference:
2150 #    title: "Intel-x710"
2151 #    nic: "NIC_Intel-X710"
2152 #  compare:
2153 #    title: "Intel-xxv710"
2154 #    nic: "NIC_Intel-XXV710"
2155 #  data: "vpp-nic-comparison-2n-skx"
2156 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2157 #  filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2158 #  parameters:
2159 #  - "name"
2160 #  - "parent"
2161 #  - "throughput"
2162 #  - "tags"
2163 #
2164 # # VPP Compare NICs 2n-skx 2t1c pdr
2165 #-
2166 #  type: "table"
2167 #  title: "VPP Compare NICs 2n-skx 2t1c pdr"
2168 #  algorithm: "table_nics_comparison"
2169 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2170 #  reference:
2171 #    title: "Intel-x710"
2172 #    nic: "NIC_Intel-X710"
2173 #  compare:
2174 #    title: "Intel-xxv710"
2175 #    nic: "NIC_Intel-XXV710"
2176 #  data: "vpp-nic-comparison-2n-skx"
2177 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2178 #  filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2179 #  parameters:
2180 #  - "name"
2181 #  - "parent"
2182 #  - "throughput"
2183 #  - "tags"
2184 #
2185 ## VPP Compare NICs 2n-skx 4t2c pdr
2186 #-
2187 #  type: "table"
2188 #  title: "VPP Compare NICs 2n-skx 4t2c pdr"
2189 #  algorithm: "table_nics_comparison"
2190 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2191 #  reference:
2192 #    title: "Intel-x710"
2193 #    nic: "NIC_Intel-X710"
2194 #  compare:
2195 #    title: "Intel-xxv710"
2196 #    nic: "NIC_Intel-XXV710"
2197 #  data: "vpp-nic-comparison-2n-skx"
2198 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2199 #  filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2200 #  parameters:
2201 #  - "name"
2202 #  - "parent"
2203 #  - "throughput"
2204 #  - "tags"
2205 #
2206 ## VPP Compare NICs 2n-skx 2t1c mrr
2207 #-
2208 #  type: "table"
2209 #  title: "VPP Compare NICs 2n-skx 2t1c mrr"
2210 #  algorithm: "table_nics_comparison"
2211 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2212 #  reference:
2213 #    title: "Intel-x710"
2214 #    nic: "NIC_Intel-X710"
2215 #  compare:
2216 #    title: "Intel-xxv710"
2217 #    nic: "NIC_Intel-XXV710"
2218 #  data: "vpp-nic-comparison-2n-skx-mrr"
2219 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2220 #  filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2221 #  parameters:
2222 #  - "name"
2223 #  - "parent"
2224 #  - "result"
2225 #  - "tags"
2226 #
2227 ## VPP Compare NICs 2n-skx 4t2c mrr
2228 #-
2229 #  type: "table"
2230 #  title: "VPP Compare NICs 2n-skx 4t2c mrr"
2231 #  algorithm: "table_nics_comparison"
2232 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2233 #  reference:
2234 #    title: "Intel-x710"
2235 #    nic: "NIC_Intel-X710"
2236 #  compare:
2237 #    title: "Intel-xxv710"
2238 #    nic: "NIC_Intel-XXV710"
2239 #  data: "vpp-nic-comparison-2n-skx-mrr"
2240 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2241 #  filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2242 #  parameters:
2243 #  - "name"
2244 #  - "parent"
2245 #  - "result"
2246 #  - "tags"
2247 #
2248 ## VPP Compare NICs 2n-skx 8t4c mrr
2249 #-
2250 #  type: "table"
2251 #  title: "VPP Compare NICs 2n-skx 8t4c mrr"
2252 #  algorithm: "table_nics_comparison"
2253 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2254 #  reference:
2255 #    title: "Intel-x710"
2256 #    nic: "NIC_Intel-X710"
2257 #  compare:
2258 #    title: "Intel-xxv710"
2259 #    nic: "NIC_Intel-XXV710"
2260 #  data: "vpp-nic-comparison-2n-skx-mrr"
2261 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2262 #  filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2263 #  parameters:
2264 #  - "name"
2265 #  - "parent"
2266 #  - "result"
2267 #  - "tags"
2268
2269 ################################################################################
2270 # VPP
2271
2272 ## VPP Performance Changes 2n-dnv 1t1c pdr
2273 #-
2274 #  type: "table"
2275 #  title: "VPP Performance Changes 2n-dnv 1t1c pdr"
2276 #  algorithm: "table_performance_comparison"
2277 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
2278 #  reference:
2279 #    title: "rls1810"
2280 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2281 #  compare:
2282 #    title: "rls1901.1"
2283 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2284 #  data: "intel-dnv-vpp-changes-2n-dnv"
2285 #  include-tests: "PDR"
2286 #  filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2287 #  parameters:
2288 #  - "name"
2289 #  - "parent"
2290 #  - "throughput"
2291 #
2292 ## VPP Performance Changes 2n-dnv 2t2c pdr
2293 #-
2294 #  type: "table"
2295 #  title: "VPP Performance Changes 2n-dnv 2t2c pdr"
2296 #  algorithm: "table_performance_comparison"
2297 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
2298 #  reference:
2299 #    title: "rls1810"
2300 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2301 #  compare:
2302 #    title: "rls1901.1"
2303 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2304 #  data: "intel-dnv-vpp-changes-2n-dnv"
2305 #  include-tests: "PDR"
2306 #  filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2307 #  parameters:
2308 #  - "name"
2309 #  - "parent"
2310 #  - "throughput"
2311 #
2312 ## VPP Performance Changes 2n-dnv 1t1c ndr
2313 #-
2314 #  type: "table"
2315 #  title: "VPP Performance Changes 2n-dnv 1t1c ndr"
2316 #  algorithm: "table_performance_comparison"
2317 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
2318 #  reference:
2319 #    title: "rls1810"
2320 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2321 #  compare:
2322 #    title: "rls1901.1"
2323 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2324 #  data: "intel-dnv-vpp-changes-2n-dnv"
2325 #  include-tests: "NDR"
2326 #  filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2327 #  parameters:
2328 #  - "name"
2329 #  - "parent"
2330 #  - "throughput"
2331 #
2332 ## VPP Performance Changes 2n-dnv 2t2c ndr
2333 #-
2334 #  type: "table"
2335 #  title: "VPP Performance Changes 2n-dnv 2t2c ndr"
2336 #  algorithm: "table_performance_comparison"
2337 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
2338 #  reference:
2339 #    title: "rls1810"
2340 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2341 #  compare:
2342 #    title: "rls1901.1"
2343 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2344 #  data: "intel-dnv-vpp-changes-2n-dnv"
2345 #  include-tests: "NDR"
2346 #  filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2347 #  parameters:
2348 #  - "name"
2349 #  - "parent"
2350 #  - "throughput"
2351 #
2352 ## VPP Performance Changes 2n-dnv 1t1c MRR
2353 #-
2354 #  type: "table"
2355 #  title: "VPP Performance Changes 2n-dnv 1t1c MRR"
2356 #  algorithm: "table_performance_comparison"
2357 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
2358 #  reference:
2359 #    title: "rls1810"
2360 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2361 #  compare:
2362 #    title: "rls1901.1"
2363 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2364 #  data: "intel-dnv-vpp-changes-2n-dnv"
2365 #  include-tests: "MRR"
2366 #  filter: "'1T1C' and 'MRR'"
2367 #  parameters:
2368 #  - "name"
2369 #  - "parent"
2370 #  - "result"
2371 #
2372 ## VPP Performance Changes 2n-dnv 2t2c MRR
2373 #-
2374 #  type: "table"
2375 #  title: "VPP Performance Changes 2n-dnv 2t2c MRR"
2376 #  algorithm: "table_performance_comparison"
2377 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
2378 #  reference:
2379 #    title: "rls1810"
2380 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2381 #  compare:
2382 #    title: "rls1901.1"
2383 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2384 #  data: "intel-dnv-vpp-changes-2n-dnv"
2385 #  include-tests: "MRR"
2386 #  filter: "'2T2C' and 'MRR'"
2387 #  parameters:
2388 #  - "name"
2389 #  - "parent"
2390 #  - "result"
2391 #
2392 ## VPP Performance Changes 2n-dnv 4t4c MRR
2393 #-
2394 #  type: "table"
2395 #  title: "VPP Performance Changes 2n-dnv 4t4c MRR"
2396 #  algorithm: "table_performance_comparison"
2397 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
2398 #  reference:
2399 #    title: "rls1810"
2400 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2401 #  compare:
2402 #    title: "rls1901.1"
2403 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2404 #  data: "intel-dnv-vpp-changes-2n-dnv"
2405 #  include-tests: "MRR"
2406 #  filter: "'4T4C' and 'MRR'"
2407 #  parameters:
2408 #  - "name"
2409 #  - "parent"
2410 #  - "result"
2411
2412 ## VPP Performance Changes 3n-hsw 1t1c pdr
2413 #-
2414 #  type: "table"
2415 #  title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2416 #  algorithm: "table_performance_comparison"
2417 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2418 #  history:
2419 #    -
2420 #      title: "rls1807"
2421 #      data: "vpp-performance-changes-3n-hsw-h1"
2422 #  reference:
2423 #    title: "rls1810"
2424 #    data: "vpp-performance-changes-3n-hsw-ref"
2425 #  compare:
2426 #    title: "rls1901.1"
2427 #    data: "vpp-performance-changes-3n-hsw-cmp"
2428 #  data: "vpp-performance-changes-3n-hsw"
2429 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2430 #  filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2431 #  parameters:
2432 #  - "name"
2433 #  - "parent"
2434 #  - "throughput"
2435 #
2436 ## VPP Performance Changes 3n-hsw 2t2c pdr
2437 #-
2438 #  type: "table"
2439 #  title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2440 #  algorithm: "table_performance_comparison"
2441 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2442 #  history:
2443 #    -
2444 #      title: "rls1807"
2445 #      data: "vpp-performance-changes-3n-hsw-h1"
2446 #  reference:
2447 #    title: "rls1810"
2448 #    data: "vpp-performance-changes-3n-hsw-ref"
2449 #  compare:
2450 #    title: "rls1901.1"
2451 #    data: "vpp-performance-changes-3n-hsw-cmp"
2452 #  data: "vpp-performance-changes-3n-hsw"
2453 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2454 #  filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2455 #  parameters:
2456 #  - "name"
2457 #  - "parent"
2458 #  - "throughput"
2459 #
2460 ## VPP Performance Changes 3n-hsw 1t1c ndr
2461 #-
2462 #  type: "table"
2463 #  title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2464 #  algorithm: "table_performance_comparison"
2465 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2466 #  history:
2467 #    -
2468 #      title: "rls1807"
2469 #      data: "vpp-performance-changes-3n-hsw-h1"
2470 #  reference:
2471 #    title: "rls1810"
2472 #    data: "vpp-performance-changes-3n-hsw-ref"
2473 #  compare:
2474 #    title: "rls1901.1"
2475 #    data: "vpp-performance-changes-3n-hsw-cmp"
2476 #  data: "vpp-performance-changes-3n-hsw"
2477 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2478 #  filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2479 #  parameters:
2480 #  - "name"
2481 #  - "parent"
2482 #  - "throughput"
2483 #
2484 ## VPP Performance Changes 3n-hsw 2t2c ndr
2485 #-
2486 #  type: "table"
2487 #  title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2488 #  algorithm: "table_performance_comparison"
2489 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2490 #  history:
2491 #    -
2492 #      title: "rls1807"
2493 #      data: "vpp-performance-changes-3n-hsw-h1"
2494 #  reference:
2495 #    title: "rls1810"
2496 #    data: "vpp-performance-changes-3n-hsw-ref"
2497 #  compare:
2498 #    title: "rls1901.1"
2499 #    data: "vpp-performance-changes-3n-hsw-cmp"
2500 #  data: "vpp-performance-changes-3n-hsw"
2501 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2502 #  filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2503 #  parameters:
2504 #  - "name"
2505 #  - "parent"
2506 #  - "throughput"
2507
2508 # VPP Performance Changes 3n-skx 2t1c pdr
2509 -
2510   type: "table"
2511   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2512   algorithm: "table_performance_comparison"
2513   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2514   history:
2515     -
2516       title: "rls1807"
2517       data: "vpp-performance-changes-3n-skx-h1"
2518   reference:
2519     title: "rls1810"
2520     data: "vpp-performance-changes-3n-skx-ref"
2521   compare:
2522     title: "rls1901.1"
2523     data: "vpp-performance-changes-3n-skx-cmp"
2524   data: "vpp-performance-changes-3n-skx"
2525   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2526   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2527   parameters:
2528   - "name"
2529   - "parent"
2530   - "throughput"
2531
2532 # VPP Performance Changes 3n-skx 4t2c pdr
2533 -
2534   type: "table"
2535   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2536   algorithm: "table_performance_comparison"
2537   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2538   history:
2539     -
2540       title: "rls1807"
2541       data: "vpp-performance-changes-3n-skx-h1"
2542   reference:
2543     title: "rls1810"
2544     data: "vpp-performance-changes-3n-skx-ref"
2545   compare:
2546     title: "rls1901.1"
2547     data: "vpp-performance-changes-3n-skx-cmp"
2548   data: "vpp-performance-changes-3n-skx"
2549   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2550   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2551   parameters:
2552   - "name"
2553   - "parent"
2554   - "throughput"
2555
2556 # VPP Performance Changes 3n-skx 2t1c ndr
2557 -
2558   type: "table"
2559   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2560   algorithm: "table_performance_comparison"
2561   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2562   history:
2563     -
2564       title: "rls1807"
2565       data: "vpp-performance-changes-3n-skx-h1"
2566   reference:
2567     title: "rls1810"
2568     data: "vpp-performance-changes-3n-skx-ref"
2569   compare:
2570     title: "rls1901.1"
2571     data: "vpp-performance-changes-3n-skx-cmp"
2572   data: "vpp-performance-changes-3n-skx"
2573   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2574   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2575   parameters:
2576   - "name"
2577   - "parent"
2578   - "throughput"
2579
2580 # VPP Performance Changes 3n-skx 4t2c ndr
2581 -
2582   type: "table"
2583   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2584   algorithm: "table_performance_comparison"
2585   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2586   history:
2587     -
2588       title: "rls1807"
2589       data: "vpp-performance-changes-3n-skx-h1"
2590   reference:
2591     title: "rls1810"
2592     data: "vpp-performance-changes-3n-skx-ref"
2593   compare:
2594     title: "rls1901.1"
2595     data: "vpp-performance-changes-3n-skx-cmp"
2596   data: "vpp-performance-changes-3n-skx"
2597   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2598   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2599   parameters:
2600   - "name"
2601   - "parent"
2602   - "throughput"
2603
2604 ## VPP Performance Changes 2n-skx 2t1c pdr
2605 #-
2606 #  type: "table"
2607 #  title: "VPP Performance Changes 2n-skx 2t1c pdr"
2608 #  algorithm: "table_performance_comparison"
2609 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2610 #  history:
2611 #    -
2612 #      title: "rls1807"
2613 #      data: "vpp-performance-changes-2n-skx-h1"
2614 #  reference:
2615 #    title: "rls1810"
2616 #    data: "vpp-performance-changes-2n-skx-ref"
2617 #  compare:
2618 #    title: "rls1901.1"
2619 #    data: "vpp-performance-changes-2n-skx-cmp"
2620 #  data: "vpp-performance-changes-2n-skx"
2621 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2622 #  filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2623 #  parameters:
2624 #  - "name"
2625 #  - "parent"
2626 #  - "throughput"
2627 #
2628 ## VPP Performance Changes 2n-skx 4t2c pdr
2629 #-
2630 #  type: "table"
2631 #  title: "VPP Performance Changes 2n-skx 4t2c pdr"
2632 #  algorithm: "table_performance_comparison"
2633 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2634 #  history:
2635 #    - title: "rls1807"
2636 #      data: "vpp-performance-changes-2n-skx-h1"
2637 #  reference:
2638 #    title: "rls1810"
2639 #    data: "vpp-performance-changes-2n-skx-ref"
2640 #  compare:
2641 #    title: "rls1901.1"
2642 #    data: "vpp-performance-changes-2n-skx-cmp"
2643 #  data: "vpp-performance-changes-2n-skx"
2644 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2645 #  filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2646 #  parameters:
2647 #  - "name"
2648 #  - "parent"
2649 #  - "throughput"
2650 #
2651 ## VPP Performance Changes 2n-skx 2t1c ndr
2652 #-
2653 #  type: "table"
2654 #  title: "VPP Performance Changes 2n-skx 2t1c ndr"
2655 #  algorithm: "table_performance_comparison"
2656 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2657 #  history:
2658 #    - title: "rls1807"
2659 #      data: "vpp-performance-changes-2n-skx-h1"
2660 #  reference:
2661 #    title: "rls1810"
2662 #    data: "vpp-performance-changes-2n-skx-ref"
2663 #  compare:
2664 #    title: "rls1901.1"
2665 #    data: "vpp-performance-changes-2n-skx-cmp"
2666 #  data: "vpp-performance-changes-2n-skx"
2667 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2668 #  filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2669 #  parameters:
2670 #  - "name"
2671 #  - "parent"
2672 #  - "throughput"
2673 #
2674 ## VPP Performance Changes 2n-skx 4t2c ndr
2675 #-
2676 #  type: "table"
2677 #  title: "VPP Performance Changes 2n-skx 4t2c ndr"
2678 #  algorithm: "table_performance_comparison"
2679 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2680 #  history:
2681 #    - title: "rls1807"
2682 #      data: "vpp-performance-changes-2n-skx-h1"
2683 #  reference:
2684 #    title: "rls1810"
2685 #    data: "vpp-performance-changes-2n-skx-ref"
2686 #  compare:
2687 #    title: "rls1901.1"
2688 #    data: "vpp-performance-changes-2n-skx-cmp"
2689 #  data: "vpp-performance-changes-2n-skx"
2690 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2691 #  filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2692 #  parameters:
2693 #  - "name"
2694 #  - "parent"
2695 #  - "throughput"
2696
2697 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2698 #-
2699 #  type: "table"
2700 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2701 #  algorithm: "table_performance_comparison"
2702 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2703 #  reference:
2704 #    title: "3-Node Hsw"
2705 #    data: "vpp-compare-testbeds-ref"
2706 #  compare:
2707 #    title: "3-Node Skx"
2708 #    data: "vpp-compare-testbeds-cmp"
2709 #  data: "vpp-compare-testbeds"
2710 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2711 #  filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2712 #  parameters:
2713 #  - "name"
2714 #  - "parent"
2715 #  - "throughput"
2716 #
2717 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2718 #-
2719 #  type: "table"
2720 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2721 #  algorithm: "table_performance_comparison"
2722 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2723 #  reference:
2724 #    title: "3-Node Hsw"
2725 #    data: "vpp-compare-testbeds-ref"
2726 #  compare:
2727 #    title: "3-Node Skx"
2728 #    data: "vpp-compare-testbeds-cmp"
2729 #  data: "vpp-compare-testbeds"
2730 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2731 #  filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2732 #  parameters:
2733 #  - "name"
2734 #  - "parent"
2735 #  - "throughput"
2736 #
2737 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2738 #-
2739 #  type: "table"
2740 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2741 #  algorithm: "table_performance_comparison"
2742 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2743 #  reference:
2744 #    title: "3-Node Hsw"
2745 #    data: "vpp-compare-testbeds-ref"
2746 #  compare:
2747 #    title: "3-Node Skx"
2748 #    data: "vpp-compare-testbeds-cmp"
2749 #  data: "vpp-compare-testbeds"
2750 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2751 #  filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2752 #  parameters:
2753 #  - "name"
2754 #  - "parent"
2755 #  - "throughput"
2756 #
2757 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2758 #-
2759 #  type: "table"
2760 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2761 #  algorithm: "table_performance_comparison"
2762 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2763 #  reference:
2764 #    title: "3-Node Hsw"
2765 #    data: "vpp-compare-testbeds-ref"
2766 #  compare:
2767 #    title: "3-Node Skx"
2768 #    data: "vpp-compare-testbeds-cmp"
2769 #  data: "vpp-compare-testbeds"
2770 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2771 #  filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2772 #  parameters:
2773 #  - "name"
2774 #  - "parent"
2775 #  - "throughput"
2776
2777 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2778 #-
2779 #  type: "table"
2780 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2781 #  algorithm: "table_performance_comparison"
2782 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2783 #  reference:
2784 #    title: "3-Node Skx"
2785 #    data: "vpp-compare-topologies-ref"
2786 #  compare:
2787 #    title: "2-Node Skx"
2788 #    data: "vpp-compare-topologies-cmp"
2789 #  data: "vpp-compare-topologies"
2790 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2791 #  filter: "'NDRPDR' and '1C'"
2792 #  parameters:
2793 #  - "name"
2794 #  - "parent"
2795 #  - "throughput"
2796 #
2797 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2798 #-
2799 #  type: "table"
2800 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2801 #  algorithm: "table_performance_comparison"
2802 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2803 #  reference:
2804 #    title: "3-Node Skx"
2805 #    data: "vpp-compare-topologies-ref"
2806 #  compare:
2807 #    title: "2-Node Skx"
2808 #    data: "vpp-compare-topologies-cmp"
2809 #  data: "vpp-compare-topologies"
2810 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2811 #  filter: "'NDRPDR' and '2C'"
2812 #  parameters:
2813 #  - "name"
2814 #  - "parent"
2815 #  - "throughput"
2816 #
2817 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2818 #-
2819 #  type: "table"
2820 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2821 #  algorithm: "table_performance_comparison"
2822 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2823 #  reference:
2824 #    title: "3-Node Skx"
2825 #    data: "vpp-compare-topologies-ref"
2826 #  compare:
2827 #    title: "2-Node Skx"
2828 #    data: "vpp-compare-topologies-cmp"
2829 #  data: "vpp-compare-topologies"
2830 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2831 #  filter: "'NDRPDR' and '1C'"
2832 #  parameters:
2833 #  - "name"
2834 #  - "parent"
2835 #  - "throughput"
2836 #
2837 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2838 #-
2839 #  type: "table"
2840 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2841 #  algorithm: "table_performance_comparison"
2842 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2843 #  reference:
2844 #    title: "3-Node Skx"
2845 #    data: "vpp-compare-topologies-ref"
2846 #  compare:
2847 #    title: "2-Node Skx"
2848 #    data: "vpp-compare-topologies-cmp"
2849 #  data: "vpp-compare-topologies"
2850 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2851 #  filter: "'NDRPDR' and '2C'"
2852 #  parameters:
2853 #  - "name"
2854 #  - "parent"
2855 #  - "throughput"
2856
2857 ## VPP Performance Changes 3n-hsw 1t1c MRR
2858 #-
2859 #  type: "table"
2860 #  title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2861 #  algorithm: "table_performance_comparison"
2862 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2863 #  history:
2864 #    -
2865 #      title: "rls1807"
2866 #      data: "vpp-performance-changes-3n-hsw-mrr-h1"
2867 #  reference:
2868 #    title: "rls1810"
2869 #    data: "vpp-performance-changes-3n-hsw-mrr-ref"
2870 #  compare:
2871 #    title: "rls1901.1"
2872 #    data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2873 #  data: "vpp-performance-changes-3n-hsw-mrr"
2874 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2875 #  filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2876 #  parameters:
2877 #  - "name"
2878 #  - "parent"
2879 #  - "result"
2880 #
2881 ## VPP Performance Changes 3n-hsw 2t2c MRR
2882 #-
2883 #  type: "table"
2884 #  title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2885 #  algorithm: "table_performance_comparison"
2886 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2887 #  history:
2888 #    -
2889 #      title: "rls1807"
2890 #      data: "vpp-performance-changes-3n-hsw-mrr-h1"
2891 #  reference:
2892 #    title: "rls1810"
2893 #    data: "vpp-performance-changes-3n-hsw-mrr-ref"
2894 #  compare:
2895 #    title: "rls1901.1"
2896 #    data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2897 #  data: "vpp-performance-changes-3n-hsw-mrr"
2898 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2899 #  filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2900 #  parameters:
2901 #  - "name"
2902 #  - "parent"
2903 #  - "result"
2904 #
2905 ## VPP Performance Changes 3n-hsw 4t4c MRR
2906 #-
2907 #  type: "table"
2908 #  title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2909 #  algorithm: "table_performance_comparison"
2910 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2911 #  history:
2912 #    -
2913 #      title: "rls1807"
2914 #      data: "vpp-performance-changes-3n-hsw-mrr-h1"
2915 #  reference:
2916 #    title: "rls1810"
2917 #    data: "vpp-performance-changes-3n-hsw-mrr-ref"
2918 #  compare:
2919 #    title: "rls1901.1"
2920 #    data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2921 #  data: "vpp-performance-changes-3n-hsw-mrr"
2922 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2923 #  filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2924 #  parameters:
2925 #  - "name"
2926 #  - "parent"
2927 #  - "result"
2928
2929 ## VPP Performance Changes 3n-skx 2t1c MRR
2930 #-
2931 #  type: "table"
2932 #  title: "VPP Performance Changes 3n-skx 2t1c MRR"
2933 #  algorithm: "table_performance_comparison"
2934 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2935 #  history:
2936 #    -
2937 #      title: "rls1807"
2938 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
2939 #  reference:
2940 #    title: "rls1810"
2941 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
2942 #  compare:
2943 #    title: "rls1901.1"
2944 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
2945 #  data: "vpp-performance-changes-3n-skx-mrr"
2946 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2947 #  filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2948 #  parameters:
2949 #  - "name"
2950 #  - "parent"
2951 #  - "result"
2952 #
2953 ## VPP Performance Changes 3n-skx 4t2c MRR
2954 #-
2955 #  type: "table"
2956 #  title: "VPP Performance Changes 3n-skx 4t2c MRR"
2957 #  algorithm: "table_performance_comparison"
2958 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2959 #  history:
2960 #    -
2961 #      title: "rls1807"
2962 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
2963 #  reference:
2964 #    title: "rls1810"
2965 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
2966 #  compare:
2967 #    title: "rls1901.1"
2968 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
2969 #  data: "vpp-performance-changes-3n-skx-mrr"
2970 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2971 #  filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2972 #  parameters:
2973 #  - "name"
2974 #  - "parent"
2975 #  - "result"
2976 #
2977 ## VPP Performance Changes 3n-skx 8t4c MRR
2978 #-
2979 #  type: "table"
2980 #  title: "VPP Performance Changes 3n-skx 8t4c MRR"
2981 #  algorithm: "table_performance_comparison"
2982 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2983 #  history:
2984 #    -
2985 #      title: "rls1807"
2986 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
2987 #  reference:
2988 #    title: "rls1810"
2989 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
2990 #  compare:
2991 #    title: "rls1901.1"
2992 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
2993 #  data: "vpp-performance-changes-3n-skx-mrr"
2994 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2995 #  filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2996 #  parameters:
2997 #  - "name"
2998 #  - "parent"
2999 #  - "result"
3000
3001 ## VPP Performance Changes 2n-skx 2t1c MRR
3002 #-
3003 #  type: "table"
3004 #  title: "VPP Performance Changes 2n-skx 2t1c MRR"
3005 #  algorithm: "table_performance_comparison"
3006 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
3007 #  history:
3008 #    -
3009 #      title: "rls1807"
3010 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3011 #  reference:
3012 #    title: "rls1810"
3013 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3014 #  compare:
3015 #    title: "rls1901.1"
3016 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3017 #  data: "vpp-performance-changes-2n-skx-mrr"
3018 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3019 #  filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3020 #  parameters:
3021 #  - "name"
3022 #  - "parent"
3023 #  - "result"
3024 #
3025 ## VPP Performance Changes 2n-skx 4t2c MRR
3026 #-
3027 #  type: "table"
3028 #  title: "VPP Performance Changes 2n-skx 4t2c MRR"
3029 #  algorithm: "table_performance_comparison"
3030 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
3031 #  history:
3032 #    -
3033 #      title: "rls1807"
3034 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3035 #  reference:
3036 #    title: "rls1810"
3037 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3038 #  compare:
3039 #    title: "rls1901.1"
3040 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3041 #  data: "vpp-performance-changes-2n-skx-mrr"
3042 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3043 #  filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3044 #  parameters:
3045 #  - "name"
3046 #  - "parent"
3047 #  - "result"
3048 #
3049 ## VPP Performance Changes 2n-skx 8t4c MRR
3050 #-
3051 #  type: "table"
3052 #  title: "VPP Performance Changes 2n-skx 8t4c MRR"
3053 #  algorithm: "table_performance_comparison"
3054 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
3055 #  history:
3056 #    -
3057 #      title: "rls1807"
3058 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3059 #  reference:
3060 #    title: "rls1810"
3061 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3062 #  compare:
3063 #    title: "rls1901.1"
3064 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3065 #  data: "vpp-performance-changes-2n-skx-mrr"
3066 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3067 #  filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3068 #  parameters:
3069 #  - "name"
3070 #  - "parent"
3071 #  - "result"
3072
3073 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
3074 #-
3075 #  type: "table"
3076 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
3077 #  algorithm: "table_performance_comparison"
3078 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
3079 #  reference:
3080 #    title: "3-Node Hsw"
3081 #    data: "vpp-compare-testbeds-mrr-ref"
3082 #  compare:
3083 #    title: "3-Node Skx"
3084 #    data: "vpp-compare-testbeds-mrr-cmp"
3085 #  data: "vpp-compare-testbeds-mrr"
3086 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3087 #  filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
3088 #  parameters:
3089 #  - "name"
3090 #  - "parent"
3091 #  - "result"
3092 #
3093 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
3094 #-
3095 #  type: "table"
3096 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
3097 #  algorithm: "table_performance_comparison"
3098 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
3099 #  reference:
3100 #    title: "3-Node Hsw"
3101 #    data: "vpp-compare-testbeds-mrr-ref"
3102 #  compare:
3103 #    title: "3-Node Skx"
3104 #    data: "vpp-compare-testbeds-mrr-cmp"
3105 #  data: "vpp-compare-testbeds-mrr"
3106 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3107 #  filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
3108 #  parameters:
3109 #  - "name"
3110 #  - "parent"
3111 #  - "result"
3112 #
3113 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
3114 #-
3115 #  type: "table"
3116 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
3117 #  algorithm: "table_performance_comparison"
3118 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
3119 #  reference:
3120 #    title: "3-Node Hsw"
3121 #    data: "vpp-compare-testbeds-mrr-ref"
3122 #  compare:
3123 #    title: "3-Node Skx"
3124 #    data: "vpp-compare-testbeds-mrr-cmp"
3125 #  data: "vpp-compare-testbeds-mrr"
3126 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3127 #  filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
3128 #  parameters:
3129 #  - "name"
3130 #  - "parent"
3131 #  - "result"
3132
3133 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
3134 #-
3135 #  type: "table"
3136 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
3137 #  algorithm: "table_performance_comparison"
3138 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
3139 #  reference:
3140 #    title: "3-Node Skx"
3141 #    data: "vpp-compare-topologies-mrr-ref"
3142 #  compare:
3143 #    title: "2-Node Skx"
3144 #    data: "vpp-compare-topologies-mrr-cmp"
3145 #  data: "vpp-compare-topologies-mrr"
3146 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3147 #  filter: "'MRR' and '1C'"
3148 #  parameters:
3149 #  - "name"
3150 #  - "parent"
3151 #  - "result"
3152 #
3153 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
3154 #-
3155 #  type: "table"
3156 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
3157 #  algorithm: "table_performance_comparison"
3158 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
3159 #  reference:
3160 #    title: "3-Node Skx"
3161 #    data: "vpp-compare-topologies-mrr-ref"
3162 #  compare:
3163 #    title: "2-Node Skx"
3164 #    data: "vpp-compare-topologies-mrr-cmp"
3165 #  data: "vpp-compare-topologies-mrr"
3166 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3167 #  filter: "'MRR' and '2C'"
3168 #  parameters:
3169 #  - "name"
3170 #  - "parent"
3171 #  - "result"
3172 #
3173 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
3174 #-
3175 #  type: "table"
3176 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
3177 #  algorithm: "table_performance_comparison"
3178 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
3179 #  reference:
3180 #    title: "3-Node Skx"
3181 #    data: "vpp-compare-topologies-mrr-ref"
3182 #  compare:
3183 #    title: "2-Node Skx"
3184 #    data: "vpp-compare-topologies-mrr-cmp"
3185 #  data: "vpp-compare-topologies-mrr"
3186 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3187 #  filter: "'MRR' and '4C'"
3188 #  parameters:
3189 #  - "name"
3190 #  - "parent"
3191 #  - "result"
3192
3193 ## Detailed Test Results - VPP Performance Results 3n-hsw
3194 #-
3195 #  type: "table"
3196 #  title: "Detailed Test Results - VPP Performance Results 3n-hsw"
3197 #  algorithm: "table_merged_details"
3198 #  output-file-ext: ".csv"
3199 #  output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3200 #  columns:
3201 #  -
3202 #    title: "Name"
3203 #    data: "data name"
3204 #  -
3205 #    title: "Status"
3206 #    data: "data msg"
3207 #  rows: "generated"
3208 #  data: "vpp-perf-results-3n-hsw"
3209 #  filter: "not 'NDRCHK' and not 'PDRCHK'"
3210 #  parameters:
3211 #  - "name"
3212 #  - "parent"
3213 #  - "msg"
3214
3215 # Detailed Test Results - VPP Performance Results 3n-skx
3216 -
3217   type: "table"
3218   title: "Detailed Test Results - VPP Performance Results 3n-skx"
3219   algorithm: "table_merged_details"
3220   output-file-ext: ".csv"
3221   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3222   columns:
3223   -
3224     title: "Name"
3225     data: "data name"
3226   -
3227     title: "Status"
3228     data: "data msg"
3229   rows: "generated"
3230   data: "vpp-perf-results-3n-skx"
3231   filter: "not 'NDRCHK' and not 'PDRCHK'"
3232   parameters:
3233   - "name"
3234   - "parent"
3235   - "msg"
3236
3237 ## Detailed Test Results - VPP Performance Results 2n-skx
3238 #-
3239 #  type: "table"
3240 #  title: "Detailed Test Results - VPP Performance Results 2n-skx"
3241 #  algorithm: "table_merged_details"
3242 #  output-file-ext: ".csv"
3243 #  output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3244 #  columns:
3245 #  -
3246 #    title: "Name"
3247 #    data: "data name"
3248 #  -
3249 #    title: "Status"
3250 #    data: "data msg"
3251 #  rows: "generated"
3252 #  data: "vpp-perf-results-2n-skx"
3253 #  filter: "not 'NDRCHK' and not 'PDRCHK'"
3254 #  parameters:
3255 #  - "name"
3256 #  - "parent"
3257 #  - "msg"
3258
3259 ## Detailed Test Results - VPP Performance Results 2n-dnv
3260 #-
3261 #  type: "table"
3262 #  title: "Detailed Test Results - VPP Performance Results 2n-dnv"
3263 #  algorithm: "table_details"
3264 #  output-file-ext: ".csv"
3265 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3266 #  columns:
3267 #  -
3268 #    title: "Name"
3269 #    data: "data name"
3270 #  -
3271 #    title: "Status"
3272 #    data: "data msg"
3273 #  rows: "generated"
3274 #  data: "intel-dnv-vpp"
3275 #  filter: "'NDRPDR'"
3276 #  parameters:
3277 #  - "name"
3278 #  - "parent"
3279 #  - "msg"
3280
3281 ## Test configuration - VPP Performance Test Configs 3n-hsw
3282 #-
3283 #  type: "table"
3284 #  title: "Test configuration - VPP Performance Test Configs 3n-hsw"
3285 #  algorithm: "table_merged_details"
3286 #  output-file-ext: ".csv"
3287 #  output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
3288 #  columns:
3289 #  -
3290 #    title: "Name"
3291 #    data: "data name"
3292 #  -
3293 #    title: "VPP API Test Commands History - Commands Used Per Test Case"
3294 #    data: "data conf-history"
3295 #  rows: "generated"
3296 #  data: "vpp-perf-results-3n-hsw"
3297 #  filter: "not 'NDRCHK' and not 'PDRCHK'"
3298 #  parameters:
3299 #  - "parent"
3300 #  - "name"
3301 #  - "conf-history"
3302
3303 # Test configuration - VPP Performance Test Configs 3n-skx
3304 -
3305   type: "table"
3306   title: "Test configuration - VPP Performance Test Configs 3n-skx"
3307   algorithm: "table_merged_details"
3308   output-file-ext: ".csv"
3309   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
3310   columns:
3311   -
3312     title: "Name"
3313     data: "data name"
3314   -
3315     title: "VPP API Test Commands History - Commands Used Per Test Case"
3316     data: "data conf-history"
3317   rows: "generated"
3318   data: "vpp-perf-results-3n-skx"
3319   filter: "not 'NDRCHK' and not 'PDRCHK'"
3320   parameters:
3321   - "parent"
3322   - "name"
3323   - "conf-history"
3324
3325 ## Test configuration - VPP Performance Test Configs 2n-skx
3326 #-
3327 #  type: "table"
3328 #  title: "Test configuration - VPP Performance Test Configs 2n-skx"
3329 #  algorithm: "table_merged_details"
3330 #  output-file-ext: ".csv"
3331 #  output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
3332 #  columns:
3333 #  -
3334 #    title: "Name"
3335 #    data: "data name"
3336 #  -
3337 #    title: "VPP API Test Commands History - Commands Used Per Test Case"
3338 #    data: "data conf-history"
3339 #  rows: "generated"
3340 #  data: "vpp-perf-results-2n-skx"
3341 #  filter: "not 'NDRCHK' and not 'PDRCHK'"
3342 #  parameters:
3343 #  - "parent"
3344 #  - "name"
3345 #  - "conf-history"
3346
3347 ## Test configuration - VPP Performance Test Configs 2n-dnv
3348 #-
3349 #  type: "table"
3350 #  title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3351 #  algorithm: "table_details"
3352 #  output-file-ext: ".csv"
3353 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3354 #  columns:
3355 #  -
3356 #    title: "Name"
3357 #    data: "data name"
3358 #  -
3359 #    title: "VPP API Test Commands History - Commands Used Per Test Case"
3360 #    data: "data conf-history"
3361 #  rows: "generated"
3362 #  data: "intel-dnv-vpp"
3363 #  filter: "'NDRPDR'"
3364 #  parameters:
3365 #  - "parent"
3366 #  - "name"
3367 #  - "conf-history"
3368
3369 ## Test Operational Data - VPP Performance Operational Data 3n-hsw
3370 #-
3371 #  type: "table"
3372 #  title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3373 #  algorithm: "table_merged_details"
3374 #  output-file-ext: ".csv"
3375 #  output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3376 #  columns:
3377 #  -
3378 #    title: "Name"
3379 #    data: "data name"
3380 #  -
3381 #    title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3382 #    data: "data show-run"
3383 #  rows: "generated"
3384 #  data: "vpp-perf-results-3n-hsw"
3385 #  filter: "not 'NDRCHK' and not 'PDRCHK'"
3386 #  parameters:
3387 #  - "parent"
3388 #  - "name"
3389 #  - "show-run"
3390
3391 # Test Operational Data - VPP Performance Operational Data 3n-skx
3392 -
3393   type: "table"
3394   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3395   algorithm: "table_merged_details"
3396   output-file-ext: ".csv"
3397   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3398   columns:
3399   -
3400     title: "Name"
3401     data: "data name"
3402   -
3403     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3404     data: "data show-run"
3405   rows: "generated"
3406   data: "vpp-perf-results-3n-skx"
3407   filter: "not 'NDRCHK' and not 'PDRCHK'"
3408   parameters:
3409   - "parent"
3410   - "name"
3411   - "show-run"
3412
3413 ## Test Operational Data - VPP Performance Operational Data 2n-skx
3414 #-
3415 #  type: "table"
3416 #  title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3417 #  algorithm: "table_merged_details"
3418 #  output-file-ext: ".csv"
3419 #  output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3420 #  columns:
3421 #  -
3422 #    title: "Name"
3423 #    data: "data name"
3424 #  -
3425 #    title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3426 #    data: "data show-run"
3427 #  rows: "generated"
3428 #  data: "vpp-perf-results-2n-skx"
3429 #  filter: "not 'NDRCHK' and not 'PDRCHK'"
3430 #  parameters:
3431 #  - "parent"
3432 #  - "name"
3433 #  - "show-run"
3434
3435 ## Test Operational Data - VPP Performance Operational Data 2n-dnv
3436 #-
3437 #  type: "table"
3438 #  title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3439 #  algorithm: "table_details"
3440 #  output-file-ext: ".csv"
3441 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3442 #  columns:
3443 #  -
3444 #    title: "Name"
3445 #    data: "data name"
3446 #  -
3447 #    title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3448 #    data: "data show-run"
3449 #  rows: "generated"
3450 #  data: "intel-dnv-vpp"
3451 #  filter: "'NDRPDR'"
3452 #  parameters:
3453 #  - "parent"
3454 #  - "name"
3455 #  - "show-run"
3456
3457 ## Detailed Test Results - VPP MRR Results 3n-hsw
3458 #-
3459 #  type: "table"
3460 #  title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3461 #  algorithm: "table_details"
3462 #  output-file-ext: ".csv"
3463 #  output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3464 #  columns:
3465 #  -
3466 #    title: "Name"
3467 #    data: "data name"
3468 #  -
3469 #    title: "Status"
3470 #    data: "data msg"
3471 #  rows: "generated"
3472 #  data: "vpp-mrr-results-3n-hsw"
3473 #  filter: "'MRR'"
3474 #  parameters:
3475 #  - "name"
3476 #  - "parent"
3477 #  - "msg"
3478
3479 ## Detailed Test Results - VPP MRR Results 3n-skx
3480 #-
3481 #  type: "table"
3482 #  title: "Detailed Test Results - VPP MRR Results 3n-skx"
3483 #  algorithm: "table_details"
3484 #  output-file-ext: ".csv"
3485 #  output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3486 #  columns:
3487 #  -
3488 #    title: "Name"
3489 #    data: "data name"
3490 #  -
3491 #    title: "Status"
3492 #    data: "data msg"
3493 #  rows: "generated"
3494 #  data: "vpp-mrr-results-3n-skx"
3495 #  filter: "'MRR'"
3496 #  parameters:
3497 #  - "name"
3498 #  - "parent"
3499 #  - "msg"
3500
3501 ## Detailed Test Results - VPP MRR Results 2n-skx
3502 #-
3503 #  type: "table"
3504 #  title: "Detailed Test Results - VPP MRR Results 2n-skx"
3505 #  algorithm: "table_details"
3506 #  output-file-ext: ".csv"
3507 #  output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3508 #  columns:
3509 #  -
3510 #    title: "Name"
3511 #    data: "data name"
3512 #  -
3513 #    title: "Status"
3514 #    data: "data msg"
3515 #  rows: "generated"
3516 #  data: "vpp-mrr-results-2n-skx"
3517 #  filter: "'MRR'"
3518 #  parameters:
3519 #  - "name"
3520 #  - "parent"
3521 #  - "msg"
3522
3523 ## Detailed Test Results - VPP MRR Results 2n-dnv
3524 #-
3525 #  type: "table"
3526 #  title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3527 #  algorithm: "table_details"
3528 #  output-file-ext: ".csv"
3529 #  output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3530 #  columns:
3531 #  -
3532 #    title: "Name"
3533 #    data: "data name"
3534 #  -
3535 #    title: "Status"
3536 #    data: "data msg"
3537 #  rows: "generated"
3538 #  data: "intel-dnv-vpp"
3539 #  filter: "'MRR'"
3540 #  parameters:
3541 #  - "name"
3542 #  - "parent"
3543 #  - "msg"
3544
3545 ## Test configuration - VPP MRR Test Configs 3n-hsw
3546 #-
3547 #  type: "table"
3548 #  title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3549 #  algorithm: "table_details"
3550 #  output-file-ext: ".csv"
3551 #  output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3552 #  columns:
3553 #  -
3554 #    title: "Name"
3555 #    data: "data name"
3556 #  -
3557 #    title: "VPP API Test Commands History - Commands Used Per Test Case"
3558 #    data: "data conf-history"
3559 #  rows: "generated"
3560 #  data: "vpp-mrr-results-3n-hsw"
3561 #  filter: "'MRR'"
3562 #  parameters:
3563 #  - "parent"
3564 #  - "name"
3565 #  - "conf-history"
3566
3567 ## Test configuration - VPP MRR Test Configs 3n-skx
3568 #-
3569 #  type: "table"
3570 #  title: "Test configuration - VPP MRR Test Configs 3n-skx"
3571 #  algorithm: "table_details"
3572 #  output-file-ext: ".csv"
3573 #  output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3574 #  columns:
3575 #  -
3576 #    title: "Name"
3577 #    data: "data name"
3578 #  -
3579 #    title: "VPP API Test Commands History - Commands Used Per Test Case"
3580 #    data: "data conf-history"
3581 #  rows: "generated"
3582 #  data: "vpp-mrr-results-3n-skx"
3583 #  filter: "'MRR'"
3584 #  parameters:
3585 #  - "parent"
3586 #  - "name"
3587 #  - "conf-history"
3588
3589 ## Test configuration - VPP MRR Test Configs 2n-skx
3590 #-
3591 #  type: "table"
3592 #  title: "Test configuration - VPP MRR Test Configs 2n-skx"
3593 #  algorithm: "table_details"
3594 #  output-file-ext: ".csv"
3595 #  output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3596 #  columns:
3597 #  -
3598 #    title: "Name"
3599 #    data: "data name"
3600 #  -
3601 #    title: "VPP API Test Commands History - Commands Used Per Test Case"
3602 #    data: "data conf-history"
3603 #  rows: "generated"
3604 #  data: "vpp-mrr-results-2n-skx"
3605 #  filter: "'MRR'"
3606 #  parameters:
3607 #  - "parent"
3608 #  - "name"
3609 #  - "conf-history"
3610
3611 ## Test configuration - VPP MRR Test Configs 2n-dnv
3612 #-
3613 #  type: "table"
3614 #  title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3615 #  algorithm: "table_details"
3616 #  output-file-ext: ".csv"
3617 #  output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3618 #  columns:
3619 #  -
3620 #    title: "Name"
3621 #    data: "data name"
3622 #  -
3623 #    title: "VPP API Test Commands History - Commands Used Per Test Case"
3624 #    data: "data conf-history"
3625 #  rows: "generated"
3626 #  data: "intel-dnv-vpp"
3627 #  filter: "'MRR'"
3628 #  parameters:
3629 #  - "parent"
3630 #  - "name"
3631 #  - "conf-history"
3632
3633 # Detailed Test Results - VPP Functional Results - Ubuntu
3634 -
3635   type: "table"
3636   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3637   algorithm: "table_details"
3638   output-file-ext: ".csv"
3639   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3640   columns:
3641   -
3642     title: "Name"
3643     data: "data name"
3644   -
3645     title: "Documentation"
3646     data: "data doc"
3647   -
3648     title: "Status"
3649     data: "data status"
3650   rows: "generated"
3651   data: "vpp-func-results-ubuntu"
3652   filter: "all"
3653   parameters:
3654   - "name"
3655   - "parent"
3656   - "doc"
3657   - "status"
3658
3659 # Detailed Test Results - VPP Functional Results - CentOS
3660 -
3661   type: "table"
3662   title: "Detailed Test Results - VPP Functional Results - CentOS"
3663   algorithm: "table_details"
3664   output-file-ext: ".csv"
3665   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3666   columns:
3667   -
3668     title: "Name"
3669     data: "data name"
3670   -
3671     title: "Documentation"
3672     data: "data doc"
3673   -
3674     title: "Status"
3675     data: "data status"
3676   rows: "generated"
3677   data:
3678     "vpp-func-results-centos"
3679   filter: "all"
3680   parameters:
3681   - "name"
3682   - "parent"
3683   - "doc"
3684   - "status"
3685
3686 # Test configuration - VPP Functional Test Configs - Ubuntu
3687 -
3688   type: "table"
3689   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3690   algorithm: "table_details"
3691   output-file-ext: ".csv"
3692   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3693   columns:
3694   -
3695     title: "Name"
3696     data: "data name"
3697   -
3698     title: "VPP API Test Commands History - Commands Used Per Test Case"
3699     data: "data conf-history"
3700   rows: "generated"
3701   data: "vpp-func-results-ubuntu"
3702   filter: "all"
3703   parameters:
3704   - "parent"
3705   - "name"
3706   - "conf-history"
3707
3708 # Test configuration - VPP Functional Test Configs - CentOS
3709 -
3710   type: "table"
3711   title: "Test configuration - VPP Functional Test Configs - CentOS"
3712   algorithm: "table_details"
3713   output-file-ext: ".csv"
3714   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3715   columns:
3716   -
3717     title: "Name"
3718     data: "data name"
3719   -
3720     title: "VPP API Test Commands History - Commands Used Per Test Case"
3721     data: "data conf-history"
3722   rows: "generated"
3723   data: "vpp-func-results-centos"
3724   filter: "all"
3725   parameters:
3726   - "parent"
3727   - "name"
3728   - "conf-history"
3729
3730 ## Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3731 #-
3732 #  type: "table"
3733 #  title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3734 #  algorithm: "table_details"
3735 #  output-file-ext: ".csv"
3736 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3737 #  columns:
3738 #  -
3739 #    title: "Name"
3740 #    data: "data name"
3741 #  -
3742 #    title: "Status"
3743 #    data: "data msg"
3744 #  rows: "generated"
3745 #  data: "ligato-perf-results-3n-hsw"
3746 #  filter: "all"
3747 #  parameters:
3748 #  - "name"
3749 #  - "parent"
3750 #  - "msg"
3751
3752 # Detailed Test Results - VPP Device Results - Ubuntu
3753 -
3754   type: "table"
3755   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3756   algorithm: "table_details"
3757   output-file-ext: ".csv"
3758   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3759   columns:
3760   -
3761     title: "Name"
3762     data: "data name"
3763   -
3764     title: "Documentation"
3765     data: "data doc"
3766   -
3767     title: "Status"
3768     data: "data status"
3769   rows: "generated"
3770   data: "vpp-device-results-ubuntu"
3771   filter: "all"
3772   parameters:
3773   - "name"
3774   - "parent"
3775   - "doc"
3776   - "status"
3777
3778 # Test configuration - VPP Device Test Configs - Ubuntu
3779 -
3780   type: "table"
3781   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3782   algorithm: "table_details"
3783   output-file-ext: ".csv"
3784   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3785   columns:
3786   -
3787     title: "Name"
3788     data: "data name"
3789   -
3790     title: "VPP API Test Commands History - Commands Used Per Test Case"
3791     data: "data conf-history"
3792   rows: "generated"
3793   data: "vpp-device-results-ubuntu"
3794   filter: "all"
3795   parameters:
3796   - "parent"
3797   - "name"
3798   - "conf-history"
3799
3800 ################################################################################
3801
3802 # DPDK Performance Changes 3n-hsw 1t1c pdr
3803 -
3804   type: "table"
3805   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3806   algorithm: "table_performance_comparison"
3807   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3808   history:
3809     -
3810       title: "rls1807"
3811       data: "dpdk-performance-changes-3n-hsw-h1"
3812   reference:
3813     title: "rls1810"
3814     data: "dpdk-performance-changes-3n-hsw-ref"
3815   compare:
3816     title: "rls1901"
3817     data: "dpdk-performance-changes-3n-hsw-cmp"
3818   data: "dpdk-performance-changes-3n-hsw"
3819   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3820   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3821   parameters:
3822   - "name"
3823   - "parent"
3824   - "throughput"
3825
3826 # DPDK Performance Changes 3n-hsw 2t2c pdr
3827 -
3828   type: "table"
3829   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3830   algorithm: "table_performance_comparison"
3831   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3832   history:
3833     -
3834       title: "rls1807"
3835       data: "dpdk-performance-changes-3n-hsw-h1"
3836   reference:
3837     title: "rls1810"
3838     data: "dpdk-performance-changes-3n-hsw-ref"
3839   compare:
3840     title: "rls1901"
3841     data: "dpdk-performance-changes-3n-hsw-cmp"
3842   data: "dpdk-performance-changes-3n-hsw"
3843   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3844   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3845   parameters:
3846   - "name"
3847   - "parent"
3848   - "throughput"
3849
3850 # DPDK Performance Changes 3n-hsw 1t1c ndr
3851 -
3852   type: "table"
3853   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3854   algorithm: "table_performance_comparison"
3855   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3856   history:
3857     -
3858       title: "rls1807"
3859       data: "dpdk-performance-changes-3n-hsw-h1"
3860   reference:
3861     title: "rls1810"
3862     data: "dpdk-performance-changes-3n-hsw-ref"
3863   compare:
3864     title: "rls1901"
3865     data: "dpdk-performance-changes-3n-hsw-cmp"
3866   data: "dpdk-performance-changes-3n-hsw"
3867   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3868   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3869   parameters:
3870   - "name"
3871   - "parent"
3872   - "throughput"
3873
3874 # DPDK Performance Changes 3n-hsw 2t2c ndr
3875 -
3876   type: "table"
3877   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3878   algorithm: "table_performance_comparison"
3879   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3880   history:
3881     -
3882       title: "rls1807"
3883       data: "dpdk-performance-changes-3n-hsw-h1"
3884   reference:
3885     title: "rls1810"
3886     data: "dpdk-performance-changes-3n-hsw-ref"
3887   compare:
3888     title: "rls1901"
3889     data: "dpdk-performance-changes-3n-hsw-cmp"
3890   data: "dpdk-performance-changes-3n-hsw"
3891   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3892   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3893   parameters:
3894   - "name"
3895   - "parent"
3896   - "throughput"
3897
3898 # DPDK Performance Changes 3n-skx 2t1c pdr
3899 -
3900   type: "table"
3901   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3902   algorithm: "table_performance_comparison"
3903   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3904   history:
3905     -
3906       title: "rls1807"
3907       data: "dpdk-performance-changes-3n-skx-h1"
3908   reference:
3909     title: "rls1810"
3910     data: "dpdk-performance-changes-3n-skx-ref"
3911   compare:
3912     title: "rls1901"
3913     data: "dpdk-performance-changes-3n-skx-cmp"
3914   data: "dpdk-performance-changes-3n-skx"
3915   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3916   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3917   parameters:
3918   - "name"
3919   - "parent"
3920   - "throughput"
3921
3922 # DPDK Performance Changes 3n-skx 4t2c pdr
3923 -
3924   type: "table"
3925   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3926   algorithm: "table_performance_comparison"
3927   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3928   history:
3929     -
3930       title: "rls1807"
3931       data: "dpdk-performance-changes-3n-skx-h1"
3932   reference:
3933     title: "rls1810"
3934     data: "dpdk-performance-changes-3n-skx-ref"
3935   compare:
3936     title: "rls1901"
3937     data: "dpdk-performance-changes-3n-skx-cmp"
3938   data: "dpdk-performance-changes-3n-skx"
3939   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3940   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3941   parameters:
3942   - "name"
3943   - "parent"
3944   - "throughput"
3945
3946 # DPDK Performance Changes 3n-skx 2t1c ndr
3947 -
3948   type: "table"
3949   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3950   algorithm: "table_performance_comparison"
3951   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3952   history:
3953     -
3954       title: "rls1807"
3955       data: "dpdk-performance-changes-3n-skx-h1"
3956   reference:
3957     title: "rls1810"
3958     data: "dpdk-performance-changes-3n-skx-ref"
3959   compare:
3960     title: "rls1901"
3961     data: "dpdk-performance-changes-3n-skx-cmp"
3962   data: "dpdk-performance-changes-3n-skx"
3963   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3964   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3965   parameters:
3966   - "name"
3967   - "parent"
3968   - "throughput"
3969
3970 # DPDK Performance Changes 3n-skx 4t2c ndr
3971 -
3972   type: "table"
3973   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3974   algorithm: "table_performance_comparison"
3975   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3976   history:
3977     -
3978       title: "rls1807"
3979       data: "dpdk-performance-changes-3n-skx-h1"
3980   reference:
3981     title: "rls1810"
3982     data: "dpdk-performance-changes-3n-skx-ref"
3983   compare:
3984     title: "rls1901"
3985     data: "dpdk-performance-changes-3n-skx-cmp"
3986   data: "dpdk-performance-changes-3n-skx"
3987   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3988   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3989   parameters:
3990   - "name"
3991   - "parent"
3992   - "throughput"
3993
3994 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3995 -
3996   type: "table"
3997   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3998   algorithm: "table_performance_comparison"
3999   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
4000   reference:
4001     title: "3-Node Hsw"
4002     data: "dpdk-compare-testbeds-ref"
4003   compare:
4004     title: "3-Node Skx"
4005     data: "dpdk-compare-testbeds-cmp"
4006   data: "dpdk-compare-testbeds"
4007   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4008   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4009   parameters:
4010   - "name"
4011   - "parent"
4012   - "throughput"
4013
4014 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
4015 -
4016   type: "table"
4017   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
4018   algorithm: "table_performance_comparison"
4019   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
4020   reference:
4021     title: "3-Node Hsw"
4022     data: "dpdk-compare-testbeds-ref"
4023   compare:
4024     title: "3-Node Skx"
4025     data: "dpdk-compare-testbeds-cmp"
4026   data: "dpdk-compare-testbeds"
4027   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4028   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4029   parameters:
4030   - "name"
4031   - "parent"
4032   - "throughput"
4033
4034 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
4035 -
4036   type: "table"
4037   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
4038   algorithm: "table_performance_comparison"
4039   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
4040   reference:
4041     title: "3-Node Skx"
4042     data: "dpdk-compare-topologies-ref"
4043   compare:
4044     title: "2-Node Skx"
4045     data: "dpdk-compare-topologies-cmp"
4046   data: "dpdk-compare-topologies"
4047   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4048   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4049   parameters:
4050   - "name"
4051   - "parent"
4052   - "throughput"
4053
4054 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
4055 -
4056   type: "table"
4057   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
4058   algorithm: "table_performance_comparison"
4059   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
4060   reference:
4061     title: "3-Node Skx"
4062     data: "dpdk-compare-topologies-ref"
4063   compare:
4064     title: "2-Node Skx"
4065     data: "dpdk-compare-topologies-cmp"
4066   data: "dpdk-compare-topologies"
4067   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4068   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4069   parameters:
4070   - "name"
4071   - "parent"
4072   - "throughput"
4073
4074 # DPDK Performance Changes 2n-skx 2t1c pdr
4075 -
4076   type: "table"
4077   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
4078   algorithm: "table_performance_comparison"
4079   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
4080   reference:
4081     title: "rls1810"
4082     data: "dpdk-performance-changes-2n-skx-ref"
4083   compare:
4084     title: "rls1901"
4085     data: "dpdk-performance-changes-2n-skx-cmp"
4086   data: "dpdk-performance-changes-2n-skx"
4087   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4088   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4089   parameters:
4090   - "name"
4091   - "parent"
4092   - "throughput"
4093
4094 # DPDK Performance Changes 2n-skx 4t2c pdr
4095 -
4096   type: "table"
4097   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
4098   algorithm: "table_performance_comparison"
4099   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
4100   reference:
4101     title: "rls1810"
4102     data: "dpdk-performance-changes-2n-skx-ref"
4103   compare:
4104     title: "rls1901"
4105     data: "dpdk-performance-changes-2n-skx-cmp"
4106   data: "dpdk-performance-changes-2n-skx"
4107   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4108   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4109   parameters:
4110   - "name"
4111   - "parent"
4112   - "throughput"
4113
4114 # DPDK Performance Changes 2n-skx 2t1c ndr
4115 -
4116   type: "table"
4117   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
4118   algorithm: "table_performance_comparison"
4119   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
4120   reference:
4121     title: "rls1810"
4122     data: "dpdk-performance-changes-2n-skx-ref"
4123   compare:
4124     title: "rls1901"
4125     data: "dpdk-performance-changes-2n-skx-cmp"
4126   data: "dpdk-performance-changes-2n-skx"
4127   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4128   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4129   parameters:
4130   - "name"
4131   - "parent"
4132   - "throughput"
4133
4134 # DPDK Performance Changes 2n-skx 4t2c ndr
4135 -
4136   type: "table"
4137   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
4138   algorithm: "table_performance_comparison"
4139   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
4140   reference:
4141     title: "rls1810"
4142     data: "dpdk-performance-changes-2n-skx-ref"
4143   compare:
4144     title: "rls1901"
4145     data: "dpdk-performance-changes-2n-skx-cmp"
4146   data: "dpdk-performance-changes-2n-skx"
4147   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4148   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4149   parameters:
4150   - "name"
4151   - "parent"
4152   - "throughput"
4153
4154 # Detailed Test Results - DPDK Performance Results 3n-hsw
4155 -
4156   type: "table"
4157   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
4158   algorithm: "table_details"
4159   output-file-ext: ".csv"
4160   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4161   columns:
4162   -
4163     title: "Name"
4164     data: "data name"
4165   -
4166     title: "Status"
4167     data: "data msg"
4168   rows: "generated"
4169   data: "dpdk-perf-results-3n-hsw"
4170   filter: "all"
4171   parameters:
4172   - "name"
4173   - "parent"
4174   - "msg"
4175
4176 # Detailed Test Results - DPDK Performance Results 3n-skx
4177 -
4178   type: "table"
4179   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
4180   algorithm: "table_details"
4181   output-file-ext: ".csv"
4182   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4183   columns:
4184   -
4185     title: "Name"
4186     data: "data name"
4187   -
4188     title: "Status"
4189     data: "data msg"
4190   rows: "generated"
4191   data: "dpdk-perf-results-3n-skx"
4192   filter: "all"
4193   parameters:
4194   - "name"
4195   - "parent"
4196   - "msg"
4197
4198 # Detailed Test Results - DPDK Performance Results 2n-skx
4199 -
4200   type: "table"
4201   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
4202   algorithm: "table_details"
4203   output-file-ext: ".csv"
4204   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4205   columns:
4206   -
4207     title: "Name"
4208     data: "data name"
4209   -
4210     title: "Status"
4211     data: "data msg"
4212   rows: "generated"
4213   data: "dpdk-perf-results-2n-skx"
4214   filter: "all"
4215   parameters:
4216   - "name"
4217   - "parent"
4218   - "msg"
4219
4220 ################################################################################
4221 ## HoneyComb
4222 #-
4223 #  type: "table"
4224 #  title: "Detailed Test Results - Honeycomb Functional Results"
4225 #  algorithm: "table_details"
4226 #  output-file-ext: ".csv"
4227 #  output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
4228 #  columns:
4229 #  -
4230 #    title: "Name"
4231 #    data: "data name"
4232 #  -
4233 #    title: "Documentation"
4234 #    data: "data doc"
4235 #  -
4236 #    title: "Status"
4237 #    data: "data status"
4238 #  rows: "generated"
4239 #  data:
4240 #    "hc-func-results"
4241 #  filter: "all"
4242 #  parameters:
4243 #  - "name"
4244 #  - "parent"
4245 #  - "doc"
4246 #  - "status"
4247
4248 ################################################################################
4249 ## NSH SFC
4250 #-
4251 #  type: "table"
4252 #  title: "Detailed Test Results - NSH SFC Functional Results"
4253 #  algorithm: "table_details"
4254 #  output-file-ext: ".csv"
4255 #  output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
4256 #  columns:
4257 #  -
4258 #    title: "Name"
4259 #    data: "data name"
4260 #  -
4261 #    title: "Documentation"
4262 #    data: "data doc"
4263 #  -
4264 #    title: "Status"
4265 #    data: "data status"
4266 #  rows: "generated"
4267 #  data:
4268 #    "nsh-func-results"
4269 #  filter: "all"
4270 #  parameters:
4271 #  - "name"
4272 #  - "parent"
4273 #  - "doc"
4274 #  - "status"
4275
4276 ################################################################################
4277 ## DMM
4278 #-
4279 #  type: "table"
4280 #  title: "Detailed Test Results - DMM Functional Results"
4281 #  algorithm: "table_details"
4282 #  output-file-ext: ".csv"
4283 #  output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4284 #  columns:
4285 #  -
4286 #    title: "Name"
4287 #    data: "data name"
4288 #  -
4289 #    title: "Documentation"
4290 #    data: "data doc"
4291 #  -
4292 #    title: "Status"
4293 #    data: "data status"
4294 #  rows: "generated"
4295 #  data:
4296 #    "dmm-func-results"
4297 #  filter: "all"
4298 #  parameters:
4299 #  - "name"
4300 #  - "parent"
4301 #  - "doc"
4302 #  - "status"
4303
4304 ################################################################################
4305 ###                                F I L E S                                 ###
4306 ################################################################################
4307
4308 ## VPP Performance Results 3n-hsw
4309 #-
4310 #  type: "file"
4311 #  title: "VPP Performance Results 3n-hsw"
4312 #  algorithm: "file_test_results"
4313 #  output-file-ext: ".rst"
4314 #  output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4315 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4316 #  dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
4317 #  data: "vpp-perf-results-3n-hsw"
4318 #  filter: "not 'NDRCHK' and not 'PDRCHK'"
4319 #  parameters:
4320 #  - "name"
4321 #  - "doc"
4322 #  - "level"
4323 #  - "parent"
4324 #  data-start-level: 3
4325
4326 # VPP Performance Results 3n-skx
4327 -
4328   type: "file"
4329   title: "VPP Performance Results 3n-skx"
4330   algorithm: "file_test_results"
4331   output-file-ext: ".rst"
4332   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4333   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4334   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
4335   data: "vpp-perf-results-3n-skx"
4336   filter: "not 'NDRCHK' and not 'PDRCHK'"
4337   parameters:
4338   - "name"
4339   - "doc"
4340   - "level"
4341   - "parent"
4342   data-start-level: 3
4343
4344 ## VPP Performance Results 2n-skx
4345 #-
4346 #  type: "file"
4347 #  title: "VPP Performance Results 2n-skx"
4348 #  algorithm: "file_test_results"
4349 #  output-file-ext: ".rst"
4350 #  output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4351 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4352 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
4353 #  data: "vpp-perf-results-2n-skx"
4354 #  filter: "not 'NDRCHK' and not 'PDRCHK'"
4355 #  parameters:
4356 #  - "name"
4357 #  - "doc"
4358 #  - "level"
4359 #  - "parent"
4360 #  data-start-level: 3
4361
4362 ## VPP Performance Results 2n-dnv
4363 #-
4364 #  type: "file"
4365 #  title: "VPP Performance Results 2n-dnv"
4366 #  algorithm: "file_test_results"
4367 #  output-file-ext: ".rst"
4368 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4369 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4370 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
4371 #  data: "intel-dnv-vpp"
4372 #  filter: "'NDRPDR'"
4373 #  parameters:
4374 #  - "name"
4375 #  - "doc"
4376 #  - "level"
4377 #  - "parent"
4378 #  data-start-level: 3
4379
4380 ## VPP Performance Configuration 3n-hsw
4381 #-
4382 #  type: "file"
4383 #  title: "VPP Performance Configuration 3n-hsw"
4384 #  algorithm: "file_test_results"
4385 #  output-file-ext: ".rst"
4386 #  output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
4387 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4388 #  dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
4389 #  data: "vpp-perf-results-3n-hsw"
4390 #  filter: "not 'NDRCHK' and not 'PDRCHK'"
4391 #  parameters:
4392 #  - "name"
4393 #  - "doc"
4394 #  - "level"
4395 #  - "parent"
4396 #  data-start-level: 3
4397
4398 # VPP Performance Configuration 3n-skx
4399 -
4400   type: "file"
4401   title: "VPP Performance Configuration 3n-skx"
4402   algorithm: "file_test_results"
4403   output-file-ext: ".rst"
4404   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
4405   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4406   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
4407   data: "vpp-perf-results-3n-skx"
4408   filter: "not 'NDRCHK' and not 'PDRCHK'"
4409   parameters:
4410   - "name"
4411   - "doc"
4412   - "level"
4413   - "parent"
4414   data-start-level: 3
4415
4416 ## VPP Performance Configuration 2n-skx
4417 #-
4418 #  type: "file"
4419 #  title: "VPP Performance Configuration 2n-skx"
4420 #  algorithm: "file_test_results"
4421 #  output-file-ext: ".rst"
4422 #  output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
4423 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4424 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
4425 #  data: "vpp-perf-results-2n-skx"
4426 #  filter: "not 'NDRCHK' and not 'PDRCHK'"
4427 #  parameters:
4428 #  - "name"
4429 #  - "doc"
4430 #  - "level"
4431 #  - "parent"
4432 #  data-start-level: 3
4433
4434 ## VPP Performance Configuration 2n-dnv
4435 #-
4436 #  type: "file"
4437 #  title: "VPP Performance Configuration 2n-dnv"
4438 #  algorithm: "file_test_results"
4439 #  output-file-ext: ".rst"
4440 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
4441 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4442 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
4443 #  data: "intel-dnv-vpp"
4444 #  filter: "'NDRPDR'"
4445 #  parameters:
4446 #  - "name"
4447 #  - "doc"
4448 #  - "level"
4449 #  - "parent"
4450 #  data-start-level: 3
4451
4452 ## VPP Performance Operational Data 3n-hsw
4453 #-
4454 #  type: "file"
4455 #  title: "VPP Performance Operational Data 3n-hsw"
4456 #  algorithm: "file_test_results"
4457 #  output-file-ext: ".rst"
4458 #  output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
4459 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4460 #  dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
4461 #  data: "vpp-perf-results-3n-hsw"
4462 #  filter: "not 'NDRCHK' and not 'PDRCHK'"
4463 #  parameters:
4464 #  - "name"
4465 #  - "doc"
4466 #  - "level"
4467 #  - "parent"
4468 #  data-start-level: 3
4469
4470 # VPP Performance Operational Data 3n-skx
4471 -
4472   type: "file"
4473   title: "VPP Performance Operational Data 3n-skx"
4474   algorithm: "file_test_results"
4475   output-file-ext: ".rst"
4476   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
4477   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4478   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
4479   data: "vpp-perf-results-3n-skx"
4480   filter: "not 'NDRCHK' and not 'PDRCHK'"
4481   parameters:
4482   - "name"
4483   - "doc"
4484   - "level"
4485   - "parent"
4486   data-start-level: 3
4487
4488 ## VPP Performance Operational Data 2n-skx
4489 #-
4490 #  type: "file"
4491 #  title: "VPP Performance Operational Data 2n-skx"
4492 #  algorithm: "file_test_results"
4493 #  output-file-ext: ".rst"
4494 #  output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
4495 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4496 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
4497 #  data: "vpp-perf-results-2n-skx"
4498 #  filter: "not 'NDRCHK' and not 'PDRCHK'"
4499 #  parameters:
4500 #  - "name"
4501 #  - "doc"
4502 #  - "level"
4503 #  - "parent"
4504 #  data-start-level: 3
4505
4506 ## VPP Performance Operational Data 2n-dnv
4507 #-
4508 #  type: "file"
4509 #  title: "VPP Performance Operational Data 2n-dnv"
4510 #  algorithm: "file_test_results"
4511 #  output-file-ext: ".rst"
4512 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
4513 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4514 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
4515 #  data: "intel-dnv-vpp"
4516 #  filter: "'NDRPDR'"
4517 #  parameters:
4518 #  - "name"
4519 #  - "doc"
4520 #  - "level"
4521 #  - "parent"
4522 #  data-start-level: 3
4523
4524 ## VPP MRR Results 3n-hsw
4525 #-
4526 #  type: "file"
4527 #  title: "VPP MRR Results 3n-hsw"
4528 #  algorithm: "file_test_results"
4529 #  output-file-ext: ".rst"
4530 #  output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4531 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4532 #  dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
4533 #  data: "vpp-mrr-results-3n-hsw"
4534 #  filter: "'MRR'"
4535 #  parameters:
4536 #  - "name"
4537 #  - "doc"
4538 #  - "level"
4539 #  - "parent"
4540 #  data-start-level: 3
4541
4542 ## VPP MRR Results 3n-skx
4543 #-
4544 #  type: "file"
4545 #  title: "VPP MRR Results 3n-skx"
4546 #  algorithm: "file_test_results"
4547 #  output-file-ext: ".rst"
4548 #  output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4549 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4550 #  dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
4551 #  data: "vpp-mrr-results-3n-skx"
4552 #  filter: "'MRR'"
4553 #  parameters:
4554 #  - "name"
4555 #  - "doc"
4556 #  - "level"
4557 #  - "parent"
4558 #  data-start-level: 3
4559
4560 ## VPP MRR Results 2n-skx
4561 #-
4562 #  type: "file"
4563 #  title: "VPP MRR Results 2n-skx"
4564 #  algorithm: "file_test_results"
4565 #  output-file-ext: ".rst"
4566 #  output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4567 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4568 #  dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
4569 #  data: "vpp-mrr-results-2n-skx"
4570 #  filter: "all"
4571 #  parameters:
4572 #  - "name"
4573 #  - "doc"
4574 #  - "level"
4575 #  - "parent"
4576 #  data-start-level: 3
4577
4578 ## VPP MRR Results 2n-dnv
4579 #-
4580 #  type: "file"
4581 #  title: "VPP MRR Results 2n-dnv"
4582 #  algorithm: "file_test_results"
4583 #  output-file-ext: ".rst"
4584 #  output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4585 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4586 #  dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
4587 #  data: "intel-dnv-vpp"
4588 #  filter: "'MRR'"
4589 #  parameters:
4590 #  - "name"
4591 #  - "doc"
4592 #  - "level"
4593 #  - "parent"
4594 #  data-start-level: 3
4595
4596 ## VPP MRR Configuration 3n-hsw
4597 #-
4598 #  type: "file"
4599 #  title: "VPP MRR Configuration 3n-hsw"
4600 #  algorithm: "file_test_results"
4601 #  output-file-ext: ".rst"
4602 #  output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
4603 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4604 #  dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
4605 #  data: "vpp-mrr-results-3n-hsw"
4606 #  filter: "'MRR'"
4607 #  parameters:
4608 #  - "name"
4609 #  - "doc"
4610 #  - "level"
4611 #  - "parent"
4612 #  data-start-level: 3
4613
4614 ## VPP MRR Configuration 3n-skx
4615 #-
4616 #  type: "file"
4617 #  title: "VPP MRR Configuration 3n-skx"
4618 #  algorithm: "file_test_results"
4619 #  output-file-ext: ".rst"
4620 #  output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
4621 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4622 #  dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
4623 #  data: "vpp-mrr-results-3n-skx"
4624 #  filter: "'MRR'"
4625 #  parameters:
4626 #  - "name"
4627 #  - "doc"
4628 #  - "level"
4629 #  - "parent"
4630 #  data-start-level: 3
4631
4632 ## VPP MRR Configuration 2n-skx
4633 #-
4634 #  type: "file"
4635 #  title: "VPP MRR Configuration 2n-skx"
4636 #  algorithm: "file_test_results"
4637 #  output-file-ext: ".rst"
4638 #  output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
4639 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4640 #  dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
4641 #  data: "vpp-mrr-results-2n-skx"
4642 #  filter: "'MRR'"
4643 #  parameters:
4644 #  - "name"
4645 #  - "doc"
4646 #  - "level"
4647 #  - "parent"
4648 #  data-start-level: 3
4649
4650 ## VPP MRR Configuration 2n-dnv
4651 #-
4652 #  type: "file"
4653 #  title: "VPP MRR Configuration 2n-dnv"
4654 #  algorithm: "file_test_results"
4655 #  output-file-ext: ".rst"
4656 #  output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
4657 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4658 #  dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
4659 #  data: "intel-dnv-vpp"
4660 #  filter: "'MRR'"
4661 #  parameters:
4662 #  - "name"
4663 #  - "doc"
4664 #  - "level"
4665 #  - "parent"
4666 #  data-start-level: 3
4667
4668 # VPP Functional Results - Ubuntu
4669 -
4670   type: "file"
4671   title: "VPP Functional Results - Ubuntu"
4672   algorithm: "file_test_results"
4673   output-file-ext: ".rst"
4674   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
4675   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4676   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
4677   data: "vpp-func-results-ubuntu"
4678   filter: "all"
4679   parameters:
4680   - "name"
4681   - "doc"
4682   - "level"
4683   - "parent"
4684   data-start-level: 3
4685
4686 # VPP Functional Results - CentOS
4687 -
4688   type: "file"
4689   title: "VPP Functional Results - CentOS"
4690   algorithm: "file_test_results"
4691   output-file-ext: ".rst"
4692   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
4693   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4694   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
4695   data:
4696     "vpp-func-results-centos"
4697   filter: "all"
4698   parameters:
4699   - "name"
4700   - "doc"
4701   - "level"
4702   - "parent"
4703   data-start-level: 3
4704
4705 # VPP Functional Configuration - Ubuntu
4706 -
4707   type: "file"
4708   title: "VPP Functional Configuration - Ubuntu"
4709   algorithm: "file_test_results"
4710   output-file-ext: ".rst"
4711   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
4712   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4713   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
4714   data: "vpp-func-results-ubuntu"
4715   filter: "all"
4716   parameters:
4717   - "name"
4718   - "doc"
4719   - "level"
4720   - "parent"
4721   data-start-level: 3
4722
4723 # VPP Functional Configuration - CentOS
4724 -
4725   type: "file"
4726   title: "VPP Functional Configuration - CentOS"
4727   algorithm: "file_test_results"
4728   output-file-ext: ".rst"
4729   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
4730   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4731   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
4732   data:
4733     "vpp-func-results-centos"
4734   filter: "all"
4735   parameters:
4736   - "name"
4737   - "doc"
4738   - "level"
4739   - "parent"
4740   data-start-level: 3
4741
4742 # VPP Device Results - Ubuntu
4743 -
4744   type: "file"
4745   title: "VPP Device Results - Ubuntu"
4746   algorithm: "file_test_results"
4747   output-file-ext: ".rst"
4748   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4749   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4750   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
4751   data: "vpp-device-results-ubuntu"
4752   filter: "all"
4753   parameters:
4754   - "name"
4755   - "doc"
4756   - "level"
4757   - "parent"
4758   data-start-level: 2
4759
4760 # VPP Device Configuration - Ubuntu
4761 -
4762   type: "file"
4763   title: "VPP Device Configuration - Ubuntu"
4764   algorithm: "file_test_results"
4765   output-file-ext: ".rst"
4766   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4767   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4768   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
4769   data: "vpp-device-results-ubuntu"
4770   filter: "all"
4771   parameters:
4772   - "name"
4773   - "doc"
4774   - "level"
4775   - "parent"
4776   data-start-level: 2
4777
4778 ## Container Orchestrated Performance Results 3n-hsw
4779 #-
4780 #  type: "file"
4781 #  title: "Container Orchestrated Performance Results 3n-hsw"
4782 #  algorithm: "file_test_results"
4783 #  output-file-ext: ".rst"
4784 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
4785 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4786 #  dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
4787 #  data: "ligato-perf-results-3n-hsw"
4788 #  filter: "all"
4789 #  parameters:
4790 #  - "name"
4791 #  - "doc"
4792 #  - "level"
4793 #  - "parent"
4794 #  data-start-level: 3
4795
4796 # DPDK Performance Results 3n-hsw
4797 -
4798   type: "file"
4799   title: "DPDK Performance Results 3n-hsw"
4800   algorithm: "file_test_results"
4801   output-file-ext: ".rst"
4802   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4803   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4804   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
4805   data: "dpdk-perf-results-3n-hsw"
4806   filter: "all"
4807   parameters:
4808   - "name"
4809   - "doc"
4810   - "level"
4811   - "parent"
4812   data-start-level: 3
4813
4814 # DPDK Performance Results 3n-skx
4815 -
4816   type: "file"
4817   title: "DPDK Performance Results 3n-skx"
4818   algorithm: "file_test_results"
4819   output-file-ext: ".rst"
4820   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4821   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4822   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
4823   data: "dpdk-perf-results-3n-skx"
4824   filter: "all"
4825   parameters:
4826   - "name"
4827   - "doc"
4828   - "level"
4829   - "parent"
4830   data-start-level: 3
4831
4832 # DPDK Performance Results 2n-skx
4833 -
4834   type: "file"
4835   title: "DPDK Performance Results 2n-skx"
4836   algorithm: "file_test_results"
4837   output-file-ext: ".rst"
4838   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4839   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4840   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
4841   data: "dpdk-perf-results-2n-skx"
4842   filter: "all"
4843   parameters:
4844   - "name"
4845   - "doc"
4846   - "level"
4847   - "parent"
4848   data-start-level: 3
4849
4850 ## Honeycomb Functional Results
4851 #-
4852 #  type: "file"
4853 #  title: "Honeycomb Functional Results"
4854 #  algorithm: "file_test_results"
4855 #  output-file-ext: ".rst"
4856 #  output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
4857 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4858 #  dir-tables: "{DIR[DTR,FUNC,HC]}"
4859 #  data:
4860 #    "hc-func-results"
4861 #  filter: "all"
4862 #  parameters:
4863 #  - "name"
4864 #  - "doc"
4865 #  - "level"
4866 #  - "parent"
4867 #  data-start-level: 3
4868
4869 ## NSH SFC Functional Results
4870 #-
4871 #  type: "file"
4872 #  title: "NSH SFC Functional Results"
4873 #  algorithm: "file_test_results"
4874 #  output-file-ext: ".rst"
4875 #  output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
4876 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4877 #  dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
4878 #  data:
4879 #    "nsh-func-results"
4880 #  filter: "all"
4881 #  parameters:
4882 #  - "name"
4883 #  - "doc"
4884 #  - "level"
4885 #  - "parent"
4886 #  data-start-level: 3
4887
4888 ## DMM Functional Results
4889 #-
4890 #  type: "file"
4891 #  title: "DMM Functional Results"
4892 #  algorithm: "file_test_results"
4893 #  output-file-ext: ".rst"
4894 #  output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4895 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4896 #  dir-tables: "{DIR[DTR,FUNC,DMM]}"
4897 #  data:
4898 #    "dmm-func-results"
4899 #  filter: "all"
4900 #  parameters:
4901 #  - "name"
4902 #  - "doc"
4903 #  - "level"
4904 #  - "parent"
4905 #  data-start-level: 3
4906
4907 ################################################################################
4908 ###                                P L O T S                                 ###
4909 ################################################################################
4910
4911 ## Soak test - 30min Soak Test (PLRsearch), boxes
4912 #-
4913 #  type: "plot"
4914 #  title: "VPP Throughput: 30min Soak Test (PLRsearch) boxes"
4915 #  algorithm: "plot_soak_boxes"
4916 #  output-file-type: ".html"
4917 #  output-file: "{DIR[STATIC,VPP]}/example-soak-boxes"
4918 #  data: "plot-vpp-soak-2n-skx"
4919 #  filter: "'SOAK'"
4920 #  parameters:
4921 #  - "throughput"
4922 #  - "parent"
4923 #  - "tags"
4924 #  sort:
4925 #  - "L2PATCH"
4926 ##  - "L2XCBASE"
4927 ##  - "L2BDMACLRN"
4928 ##  - "IP4FWD"
4929 ##  - "IP6FWD"
4930 #  - "VHOST"
4931 #  layout:
4932 #    title: "30min Soak Test (PLRsearch)"
4933 #    layout: "plot-soak-throughput"
4934 #
4935 ## Soak test - example, not used
4936 #-
4937 #  type: "plot"
4938 #  title: "VPP Throughput: 30min Soak Test (PLRsearch) bars"
4939 #  algorithm: "plot_soak_bars"
4940 #  output-file-type: ".html"
4941 #  output-file: "{DIR[STATIC,VPP]}/example-soak-bars"
4942 #  data: "plot-vpp-soak-2n-skx"
4943 #  filter: "'SOAK'"
4944 #  parameters:
4945 #  - "throughput"
4946 #  - "parent"
4947 #  - "tags"
4948 #  sort:
4949 #  - "L2PATCH"
4950 ##  - "L2XCBASE"
4951 ##  - "L2BDMACLRN"
4952 ##  - "IP4FWD"
4953 ##  - "IP6FWD"
4954 #  - "VHOST"
4955 #  layout:
4956 #    title: "30min Soak Test (PLRsearch)"
4957 #    layout: "plot-soak-throughput"
4958
4959 ################################################################################
4960 # Plots - NF Density - VSC
4961
4962 #-
4963 #  type: "plot"
4964 #  title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
4965 #  algorithm: "plot_service_density_heatmap"
4966 #  output-file-type: ".html"
4967 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-mrr"
4968 #  data: "plot-vpp-nfv-2n-skx-mrr"
4969 #  filter: "'NIC_Intel-X710' and
4970 #           'NF_DENSITY' and
4971 #           'VM' and
4972 #           'CHAIN' and
4973 #           '64B' and
4974 #           '2T1C' and
4975 #           'MRR'"
4976 #  parameters:
4977 #  - "result"
4978 #  - "name"
4979 #  - "tags"
4980 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4981 #  x-axis: "X = VNFs per Service Chain"
4982 #  y-axis: "Y = Number of Service Chains"
4983 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4984 #  layout:
4985 #    title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
4986 #    layout: "plot-service-density"
4987 #
4988 #-
4989 #  type: "plot"
4990 #  title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
4991 #  algorithm: "plot_service_density_heatmap"
4992 #  output-file-type: ".html"
4993 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-mrr"
4994 #  data: "plot-vpp-nfv-2n-skx-mrr"
4995 #  filter: "'NIC_Intel-X710' and
4996 #           'NF_DENSITY' and
4997 #           'VM' and
4998 #           'CHAIN' and
4999 #           '64B' and
5000 #           '4T2C' and
5001 #           'MRR'"
5002 #  parameters:
5003 #  - "result"
5004 #  - "name"
5005 #  - "tags"
5006 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5007 #  x-axis: "X = VNFs per Service Chain"
5008 #  y-axis: "Y = Number of Service Chains"
5009 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5010 #  layout:
5011 #    title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
5012 #    layout: "plot-service-density"
5013 #
5014 #-
5015 #  type: "plot"
5016 #  title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
5017 #  algorithm: "plot_service_density_heatmap"
5018 #  output-file-type: ".html"
5019 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-mrr"
5020 #  data: "plot-vpp-nfv-2n-skx-mrr"
5021 #  filter: "'NIC_Intel-X710' and
5022 #           'NF_DENSITY' and
5023 #           'VM' and
5024 #           'CHAIN' and
5025 #           'IMIX' and
5026 #           '2T1C' and
5027 #           'MRR'"
5028 #  parameters:
5029 #  - "result"
5030 #  - "name"
5031 #  - "tags"
5032 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5033 #  x-axis: "X = VNFs per Service Chain"
5034 #  y-axis: "Y = Number of Service Chains"
5035 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5036 #  layout:
5037 #    title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
5038 #    layout: "plot-service-density"
5039 #
5040 #-
5041 #  type: "plot"
5042 #  title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
5043 #  algorithm: "plot_service_density_heatmap"
5044 #  output-file-type: ".html"
5045 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-mrr"
5046 #  data: "plot-vpp-nfv-2n-skx-mrr"
5047 #  filter: "'NIC_Intel-X710' and
5048 #           'NF_DENSITY' and
5049 #           'VM' and
5050 #           'CHAIN' and
5051 #           'IMIX' and
5052 #           '4T2C' and
5053 #           'MRR'"
5054 #  parameters:
5055 #  - "result"
5056 #  - "name"
5057 #  - "tags"
5058 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5059 #  x-axis: "X = VNFs per Service Chain"
5060 #  y-axis: "Y = Number of Service Chains"
5061 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5062 #  layout:
5063 #    title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
5064 #    layout: "plot-service-density"
5065 #
5066 #-
5067 #  type: "plot"
5068 #  title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
5069 #  algorithm: "plot_service_density_heatmap"
5070 #  output-file-type: ".html"
5071 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-ndr"
5072 #  data: "plot-vpp-nfv-2n-skx"
5073 #  filter: "'NIC_Intel-X710' and
5074 #           'NF_DENSITY' and
5075 #           'VM' and
5076 #           'CHAIN' and
5077 #           '64B' and
5078 #           '2T1C' and
5079 #           'NDRPDR'"
5080 #  parameters:
5081 #  - "throughput"
5082 #  - "name"
5083 #  - "tags"
5084 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5085 #  x-axis: "X = VNFs per Service Chain"
5086 #  y-axis: "Y = Number of Service Chains"
5087 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5088 #  layout:
5089 #    title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
5090 #    layout: "plot-service-density"
5091 #
5092 #-
5093 #  type: "plot"
5094 #  title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
5095 #  algorithm: "plot_service_density_heatmap"
5096 #  output-file-type: ".html"
5097 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-ndr"
5098 #  data: "plot-vpp-nfv-2n-skx"
5099 #  filter: "'NIC_Intel-X710' and
5100 #           'NF_DENSITY' and
5101 #           'VM' and
5102 #           'CHAIN' and
5103 #           '64B' and
5104 #           '4T2C' and
5105 #           'NDRPDR'"
5106 #  parameters:
5107 #  - "throughput"
5108 #  - "name"
5109 #  - "tags"
5110 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5111 #  x-axis: "X = VNFs per Service Chain"
5112 #  y-axis: "Y = Number of Service Chains"
5113 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5114 #  layout:
5115 #    title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
5116 #    layout: "plot-service-density"
5117 #
5118 #-
5119 #  type: "plot"
5120 #  title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
5121 #  algorithm: "plot_service_density_heatmap"
5122 #  output-file-type: ".html"
5123 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-ndr"
5124 #  data: "plot-vpp-nfv-2n-skx"
5125 #  filter: "'NIC_Intel-X710' and
5126 #           'NF_DENSITY' and
5127 #           'VM' and
5128 #           'CHAIN' and
5129 #           'IMIX' and
5130 #           '2T1C' and
5131 #           'NDRPDR'"
5132 #  parameters:
5133 #  - "throughput"
5134 #  - "name"
5135 #  - "tags"
5136 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5137 #  x-axis: "X = VNFs per Service Chain"
5138 #  y-axis: "Y = Number of Service Chains"
5139 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5140 #  layout:
5141 #    title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
5142 #    layout: "plot-service-density"
5143 #
5144 #-
5145 #  type: "plot"
5146 #  title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
5147 #  algorithm: "plot_service_density_heatmap"
5148 #  output-file-type: ".html"
5149 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-ndr"
5150 #  data: "plot-vpp-nfv-2n-skx"
5151 #  filter: "'NIC_Intel-X710' and
5152 #           'NF_DENSITY' and
5153 #           'VM' and
5154 #           'CHAIN' and
5155 #           'IMIX' and
5156 #           '4T2C' and
5157 #           'NDRPDR'"
5158 #  parameters:
5159 #  - "throughput"
5160 #  - "name"
5161 #  - "tags"
5162 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5163 #  x-axis: "X = VNFs per Service Chain"
5164 #  y-axis: "Y = Number of Service Chains"
5165 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5166 #  layout:
5167 #    title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
5168 #    layout: "plot-service-density"
5169 #
5170 #-
5171 #  type: "plot"
5172 #  title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
5173 #  algorithm: "plot_service_density_heatmap"
5174 #  output-file-type: ".html"
5175 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-pdr"
5176 #  data: "plot-vpp-nfv-2n-skx"
5177 #  filter: "'NIC_Intel-X710' and
5178 #           'NF_DENSITY' and
5179 #           'VM' and
5180 #           'CHAIN' and
5181 #           '64B' and
5182 #           '2T1C' and
5183 #           'NDRPDR'"
5184 #  parameters:
5185 #  - "throughput"
5186 #  - "name"
5187 #  - "tags"
5188 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5189 #  x-axis: "X = VNFs per Service Chain"
5190 #  y-axis: "Y = Number of Service Chains"
5191 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5192 #  layout:
5193 #    title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
5194 #    layout: "plot-service-density"
5195 #
5196 #-
5197 #  type: "plot"
5198 #  title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
5199 #  algorithm: "plot_service_density_heatmap"
5200 #  output-file-type: ".html"
5201 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-pdr"
5202 #  data: "plot-vpp-nfv-2n-skx"
5203 #  filter: "'NIC_Intel-X710' and
5204 #           'NF_DENSITY' and
5205 #           'VM' and
5206 #           'CHAIN' and
5207 #           '64B' and
5208 #           '4T2C' and
5209 #           'NDRPDR'"
5210 #  parameters:
5211 #  - "throughput"
5212 #  - "name"
5213 #  - "tags"
5214 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5215 #  x-axis: "X = VNFs per Service Chain"
5216 #  y-axis: "Y = Number of Service Chains"
5217 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5218 #  layout:
5219 #    title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
5220 #    layout: "plot-service-density"
5221 #
5222 #-
5223 #  type: "plot"
5224 #  title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
5225 #  algorithm: "plot_service_density_heatmap"
5226 #  output-file-type: ".html"
5227 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-pdr"
5228 #  data: "plot-vpp-nfv-2n-skx"
5229 #  filter: "'NIC_Intel-X710' and
5230 #           'NF_DENSITY' and
5231 #           'VM' and
5232 #           'CHAIN' and
5233 #           'IMIX' and
5234 #           '2T1C' and
5235 #           'NDRPDR'"
5236 #  parameters:
5237 #  - "throughput"
5238 #  - "name"
5239 #  - "tags"
5240 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5241 #  x-axis: "X = VNFs per Service Chain"
5242 #  y-axis: "Y = Number of Service Chains"
5243 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5244 #  layout:
5245 #    title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
5246 #    layout: "plot-service-density"
5247 #
5248 #-
5249 #  type: "plot"
5250 #  title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
5251 #  algorithm: "plot_service_density_heatmap"
5252 #  output-file-type: ".html"
5253 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-pdr"
5254 #  data: "plot-vpp-nfv-2n-skx"
5255 #  filter: "'NIC_Intel-X710' and
5256 #           'NF_DENSITY' and
5257 #           'VM' and
5258 #           'CHAIN' and
5259 #           'IMIX' and
5260 #           '4T2C' and
5261 #           'NDRPDR'"
5262 #  parameters:
5263 #  - "throughput"
5264 #  - "name"
5265 #  - "tags"
5266 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5267 #  x-axis: "X = VNFs per Service Chain"
5268 #  y-axis: "Y = Number of Service Chains"
5269 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5270 #  layout:
5271 #    title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
5272 #    layout: "plot-service-density"
5273 #
5274 #################################################################################
5275 ## Plots - NF Density - CSC
5276 #
5277 #-
5278 #  type: "plot"
5279 #  title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5280 #  algorithm: "plot_service_density_heatmap"
5281 #  output-file-type: ".html"
5282 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-mrr"
5283 #  data: "plot-vpp-nfv-2n-skx-mrr"
5284 #  filter: "'NIC_Intel-X710' and
5285 #           'NF_DENSITY' and
5286 #           'DOCKER' and
5287 #           'CHAIN' and
5288 #           '64B' and
5289 #           '2T1C' and
5290 #           'MRR'"
5291 #  parameters:
5292 #  - "result"
5293 #  - "name"
5294 #  - "tags"
5295 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5296 #  x-axis: "X = CNFs per Service Chain"
5297 #  y-axis: "Y = Number of Service Chains"
5298 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5299 #  layout:
5300 #    title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
5301 #    layout: "plot-service-density"
5302 #
5303 #-
5304 #  type: "plot"
5305 #  title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5306 #  algorithm: "plot_service_density_heatmap"
5307 #  output-file-type: ".html"
5308 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-mrr"
5309 #  data: "plot-vpp-nfv-2n-skx-mrr"
5310 #  filter: "'NIC_Intel-X710' and
5311 #           'NF_DENSITY' and
5312 #           'DOCKER' and
5313 #           'CHAIN' and
5314 #           '64B' and
5315 #           '4T2C' and
5316 #           'MRR'"
5317 #  parameters:
5318 #  - "result"
5319 #  - "name"
5320 #  - "tags"
5321 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5322 #  x-axis: "X = CNFs per Service Chain"
5323 #  y-axis: "Y = Number of Service Chains"
5324 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5325 #  layout:
5326 #    title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
5327 #    layout: "plot-service-density"
5328 #
5329 #-
5330 #  type: "plot"
5331 #  title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5332 #  algorithm: "plot_service_density_heatmap"
5333 #  output-file-type: ".html"
5334 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-mrr"
5335 #  data: "plot-vpp-nfv-2n-skx-mrr"
5336 #  filter: "'NIC_Intel-X710' and
5337 #           'NF_DENSITY' and
5338 #           'DOCKER' and
5339 #           'CHAIN' and
5340 #           'IMIX' and
5341 #           '2T1C' and
5342 #           'MRR'"
5343 #  parameters:
5344 #  - "result"
5345 #  - "name"
5346 #  - "tags"
5347 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5348 #  x-axis: "X = CNFs per Service Chain"
5349 #  y-axis: "Y = Number of Service Chains"
5350 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5351 #  layout:
5352 #    title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
5353 #    layout: "plot-service-density"
5354 #
5355 #-
5356 #  type: "plot"
5357 #  title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5358 #  algorithm: "plot_service_density_heatmap"
5359 #  output-file-type: ".html"
5360 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-mrr"
5361 #  data: "plot-vpp-nfv-2n-skx-mrr"
5362 #  filter: "'NIC_Intel-X710' and
5363 #           'NF_DENSITY' and
5364 #           'DOCKER' and
5365 #           'CHAIN' and
5366 #           'IMIX' and
5367 #           '4T2C' and
5368 #           'MRR'"
5369 #  parameters:
5370 #  - "result"
5371 #  - "name"
5372 #  - "tags"
5373 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5374 #  x-axis: "X = CNFs per Service Chain"
5375 #  y-axis: "Y = Number of Service Chains"
5376 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5377 #  layout:
5378 #    title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
5379 #    layout: "plot-service-density"
5380 #
5381 #-
5382 #  type: "plot"
5383 #  title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5384 #  algorithm: "plot_service_density_heatmap"
5385 #  output-file-type: ".html"
5386 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-ndr"
5387 #  data: "plot-vpp-nfv-2n-skx"
5388 #  filter: "'NIC_Intel-X710' and
5389 #           'NF_DENSITY' and
5390 #           'DOCKER' and
5391 #           'CHAIN' and
5392 #           '64B' and
5393 #           '2T1C' and
5394 #           'NDRPDR'"
5395 #  parameters:
5396 #  - "throughput"
5397 #  - "name"
5398 #  - "tags"
5399 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5400 #  x-axis: "X = CNFs per Service Chain"
5401 #  y-axis: "Y = Number of Service Chains"
5402 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5403 #  layout:
5404 #    title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5405 #    layout: "plot-service-density"
5406 #
5407 #-
5408 #  type: "plot"
5409 #  title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5410 #  algorithm: "plot_service_density_heatmap"
5411 #  output-file-type: ".html"
5412 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-ndr"
5413 #  data: "plot-vpp-nfv-2n-skx"
5414 #  filter: "'NIC_Intel-X710' and
5415 #           'NF_DENSITY' and
5416 #           'DOCKER' and
5417 #           'CHAIN' and
5418 #           '64B' and
5419 #           '4T2C' and
5420 #           'NDRPDR'"
5421 #  parameters:
5422 #  - "throughput"
5423 #  - "name"
5424 #  - "tags"
5425 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5426 #  x-axis: "X = CNFs per Service Chain"
5427 #  y-axis: "Y = Number of Service Chains"
5428 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5429 #  layout:
5430 #    title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5431 #    layout: "plot-service-density"
5432 #
5433 #-
5434 #  type: "plot"
5435 #  title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5436 #  algorithm: "plot_service_density_heatmap"
5437 #  output-file-type: ".html"
5438 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-ndr"
5439 #  data: "plot-vpp-nfv-2n-skx"
5440 #  filter: "'NIC_Intel-X710' and
5441 #           'NF_DENSITY' and
5442 #           'DOCKER' and
5443 #           'CHAIN' and
5444 #           'IMIX' and
5445 #           '2T1C' and
5446 #           'NDRPDR'"
5447 #  parameters:
5448 #  - "throughput"
5449 #  - "name"
5450 #  - "tags"
5451 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5452 #  x-axis: "X = CNFs per Service Chain"
5453 #  y-axis: "Y = Number of Service Chains"
5454 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5455 #  layout:
5456 #    title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5457 #    layout: "plot-service-density"
5458 #
5459 #-
5460 #  type: "plot"
5461 #  title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5462 #  algorithm: "plot_service_density_heatmap"
5463 #  output-file-type: ".html"
5464 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-ndr"
5465 #  data: "plot-vpp-nfv-2n-skx"
5466 #  filter: "'NIC_Intel-X710' and
5467 #           'NF_DENSITY' and
5468 #           'DOCKER' and
5469 #           'CHAIN' and
5470 #           'IMIX' and
5471 #           '4T2C' and
5472 #           'NDRPDR'"
5473 #  parameters:
5474 #  - "throughput"
5475 #  - "name"
5476 #  - "tags"
5477 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5478 #  x-axis: "X = CNFs per Service Chain"
5479 #  y-axis: "Y = Number of Service Chains"
5480 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5481 #  layout:
5482 #    title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5483 #    layout: "plot-service-density"
5484 #
5485 #-
5486 #  type: "plot"
5487 #  title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5488 #  algorithm: "plot_service_density_heatmap"
5489 #  output-file-type: ".html"
5490 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-pdr"
5491 #  data: "plot-vpp-nfv-2n-skx"
5492 #  filter: "'NIC_Intel-X710' and
5493 #           'NF_DENSITY' and
5494 #           'DOCKER' and
5495 #           'CHAIN' and
5496 #           '64B' and
5497 #           '2T1C' and
5498 #           'NDRPDR'"
5499 #  parameters:
5500 #  - "throughput"
5501 #  - "name"
5502 #  - "tags"
5503 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5504 #  x-axis: "X = CNFs per Service Chain"
5505 #  y-axis: "Y = Number of Service Chains"
5506 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5507 #  layout:
5508 #    title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5509 #    layout: "plot-service-density"
5510 #
5511 #-
5512 #  type: "plot"
5513 #  title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5514 #  algorithm: "plot_service_density_heatmap"
5515 #  output-file-type: ".html"
5516 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-pdr"
5517 #  data: "plot-vpp-nfv-2n-skx"
5518 #  filter: "'NIC_Intel-X710' and
5519 #           'NF_DENSITY' and
5520 #           'DOCKER' and
5521 #           'CHAIN' and
5522 #           '64B' and
5523 #           '4T2C' and
5524 #           'NDRPDR'"
5525 #  parameters:
5526 #  - "throughput"
5527 #  - "name"
5528 #  - "tags"
5529 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5530 #  x-axis: "X = CNFs per Service Chain"
5531 #  y-axis: "Y = Number of Service Chains"
5532 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5533 #  layout:
5534 #    title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5535 #    layout: "plot-service-density"
5536 #
5537 #-
5538 #  type: "plot"
5539 #  title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5540 #  algorithm: "plot_service_density_heatmap"
5541 #  output-file-type: ".html"
5542 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-pdr"
5543 #  data: "plot-vpp-nfv-2n-skx"
5544 #  filter: "'NIC_Intel-X710' and
5545 #           'NF_DENSITY' and
5546 #           'DOCKER' and
5547 #           'CHAIN' and
5548 #           'IMIX' and
5549 #           '2T1C' and
5550 #           'NDRPDR'"
5551 #  parameters:
5552 #  - "throughput"
5553 #  - "name"
5554 #  - "tags"
5555 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5556 #  x-axis: "X = CNFs per Service Chain"
5557 #  y-axis: "Y = Number of Service Chains"
5558 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5559 #  layout:
5560 #    title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5561 #    layout: "plot-service-density"
5562 #
5563 #-
5564 #  type: "plot"
5565 #  title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5566 #  algorithm: "plot_service_density_heatmap"
5567 #  output-file-type: ".html"
5568 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-pdr"
5569 #  data: "plot-vpp-nfv-2n-skx"
5570 #  filter: "'NIC_Intel-X710' and
5571 #           'NF_DENSITY' and
5572 #           'DOCKER' and
5573 #           'CHAIN' and
5574 #           'IMIX' and
5575 #           '4T2C' and
5576 #           'NDRPDR'"
5577 #  parameters:
5578 #  - "throughput"
5579 #  - "name"
5580 #  - "tags"
5581 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5582 #  x-axis: "X = CNFs per Service Chain"
5583 #  y-axis: "Y = Number of Service Chains"
5584 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5585 #  layout:
5586 #    title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5587 #    layout: "plot-service-density"
5588 #
5589 #################################################################################
5590 ## Plots - NF Density - CSP
5591 #
5592 #-
5593 #  type: "plot"
5594 #  title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5595 #  algorithm: "plot_service_density_heatmap"
5596 #  output-file-type: ".html"
5597 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-mrr"
5598 #  data: "plot-vpp-nfv-2n-skx-mrr"
5599 #  filter: "'NIC_Intel-X710' and
5600 #           'NF_DENSITY' and
5601 #           'DOCKER' and
5602 #           'PIPELINE' and
5603 #           '64B' and
5604 #           '2T1C' and
5605 #           'MRR'"
5606 #  parameters:
5607 #  - "result"
5608 #  - "name"
5609 #  - "tags"
5610 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5611 #  x-axis: "X = CNFs per Service Pipeline"
5612 #  y-axis: "Y = Number of Service Pipelines"
5613 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5614 #  layout:
5615 #    title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5616 #    layout: "plot-service-density"
5617 #
5618 #-
5619 #  type: "plot"
5620 #  title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5621 #  algorithm: "plot_service_density_heatmap"
5622 #  output-file-type: ".html"
5623 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-mrr"
5624 #  data: "plot-vpp-nfv-2n-skx-mrr"
5625 #  filter: "'NIC_Intel-X710' and
5626 #           'NF_DENSITY' and
5627 #           'DOCKER' and
5628 #           'PIPELINE' and
5629 #           '64B' and
5630 #           '4T2C' and
5631 #           'MRR'"
5632 #  parameters:
5633 #  - "result"
5634 #  - "name"
5635 #  - "tags"
5636 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5637 #  x-axis: "X = CNFs per Service Pipeline"
5638 #  y-axis: "Y = Number of Service Pipelines"
5639 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5640 #  layout:
5641 #    title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5642 #    layout: "plot-service-density"
5643 #
5644 #-
5645 #  type: "plot"
5646 #  title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5647 #  algorithm: "plot_service_density_heatmap"
5648 #  output-file-type: ".html"
5649 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-mrr"
5650 #  data: "plot-vpp-nfv-2n-skx-mrr"
5651 #  filter: "'NIC_Intel-X710' and
5652 #           'NF_DENSITY' and
5653 #           'DOCKER' and
5654 #           'PIPELINE' and
5655 #           'IMIX' and
5656 #           '2T1C' and
5657 #           'MRR'"
5658 #  parameters:
5659 #  - "result"
5660 #  - "name"
5661 #  - "tags"
5662 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5663 #  x-axis: "X = CNFs per Service Pipeline"
5664 #  y-axis: "Y = Number of Service Pipelines"
5665 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5666 #  layout:
5667 #    title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5668 #    layout: "plot-service-density"
5669 #
5670 #-
5671 #  type: "plot"
5672 #  title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5673 #  algorithm: "plot_service_density_heatmap"
5674 #  output-file-type: ".html"
5675 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-mrr"
5676 #  data: "plot-vpp-nfv-2n-skx-mrr"
5677 #  filter: "'NIC_Intel-X710' and
5678 #           'NF_DENSITY' and
5679 #           'DOCKER' and
5680 #           'PIPELINE' and
5681 #           'IMIX' and
5682 #           '4T2C' and
5683 #           'MRR'"
5684 #  parameters:
5685 #  - "result"
5686 #  - "name"
5687 #  - "tags"
5688 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5689 #  x-axis: "X = CNFs per Service Pipeline"
5690 #  y-axis: "Y = Number of Service Pipelines"
5691 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5692 #  layout:
5693 #    title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5694 #    layout: "plot-service-density"
5695 #
5696 #-
5697 #  type: "plot"
5698 #  title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5699 #  algorithm: "plot_service_density_heatmap"
5700 #  output-file-type: ".html"
5701 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-ndr"
5702 #  data: "plot-vpp-nfv-2n-skx"
5703 #  filter: "'NIC_Intel-X710' and
5704 #           'NF_DENSITY' and
5705 #           'DOCKER' and
5706 #           'PIPELINE' and
5707 #           '64B' and
5708 #           '2T1C' and
5709 #           'NDRPDR'"
5710 #  parameters:
5711 #  - "throughput"
5712 #  - "name"
5713 #  - "tags"
5714 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5715 #  x-axis: "X = CNFs per Service Pipeline"
5716 #  y-axis: "Y = Number of Service Pipelines"
5717 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5718 #  layout:
5719 #    title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5720 #    layout: "plot-service-density"
5721 #
5722 #-
5723 #  type: "plot"
5724 #  title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5725 #  algorithm: "plot_service_density_heatmap"
5726 #  output-file-type: ".html"
5727 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-ndr"
5728 #  data: "plot-vpp-nfv-2n-skx"
5729 #  filter: "'NIC_Intel-X710' and
5730 #           'NF_DENSITY' and
5731 #           'DOCKER' and
5732 #           'PIPELINE' and
5733 #           '64B' and
5734 #           '4T2C' and
5735 #           'NDRPDR'"
5736 #  parameters:
5737 #  - "throughput"
5738 #  - "name"
5739 #  - "tags"
5740 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5741 #  x-axis: "X = CNFs per Service Pipeline"
5742 #  y-axis: "Y = Number of Service Pipelines"
5743 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5744 #  layout:
5745 #    title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5746 #    layout: "plot-service-density"
5747 #
5748 #-
5749 #  type: "plot"
5750 #  title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5751 #  algorithm: "plot_service_density_heatmap"
5752 #  output-file-type: ".html"
5753 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-ndr"
5754 #  data: "plot-vpp-nfv-2n-skx"
5755 #  filter: "'NIC_Intel-X710' and
5756 #           'NF_DENSITY' and
5757 #           'DOCKER' and
5758 #           'PIPELINE' and
5759 #           'IMIX' and
5760 #           '2T1C' and
5761 #           'NDRPDR'"
5762 #  parameters:
5763 #  - "throughput"
5764 #  - "name"
5765 #  - "tags"
5766 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5767 #  x-axis: "X = CNFs per Service Pipeline"
5768 #  y-axis: "Y = Number of Service Pipelines"
5769 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5770 #  layout:
5771 #    title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5772 #    layout: "plot-service-density"
5773 #
5774 #-
5775 #  type: "plot"
5776 #  title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5777 #  algorithm: "plot_service_density_heatmap"
5778 #  output-file-type: ".html"
5779 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-ndr"
5780 #  data: "plot-vpp-nfv-2n-skx"
5781 #  filter: "'NIC_Intel-X710' and
5782 #           'NF_DENSITY' and
5783 #           'DOCKER' and
5784 #           'PIPELINE' and
5785 #           'IMIX' and
5786 #           '4T2C' and
5787 #           'NDRPDR'"
5788 #  parameters:
5789 #  - "throughput"
5790 #  - "name"
5791 #  - "tags"
5792 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5793 #  x-axis: "X = CNFs per Service Pipeline"
5794 #  y-axis: "Y = Number of Service Pipelines"
5795 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5796 #  layout:
5797 #    title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5798 #    layout: "plot-service-density"
5799 #
5800 #-
5801 #  type: "plot"
5802 #  title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5803 #  algorithm: "plot_service_density_heatmap"
5804 #  output-file-type: ".html"
5805 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-pdr"
5806 #  data: "plot-vpp-nfv-2n-skx"
5807 #  filter: "'NIC_Intel-X710' and
5808 #           'NF_DENSITY' and
5809 #           'DOCKER' and
5810 #           'PIPELINE' and
5811 #           '64B' and
5812 #           '2T1C' and
5813 #           'NDRPDR'"
5814 #  parameters:
5815 #  - "throughput"
5816 #  - "name"
5817 #  - "tags"
5818 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5819 #  x-axis: "X = CNFs per Service Pipeline"
5820 #  y-axis: "Y = Number of Service Pipelines"
5821 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5822 #  layout:
5823 #    title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5824 #    layout: "plot-service-density"
5825 #
5826 #-
5827 #  type: "plot"
5828 #  title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5829 #  algorithm: "plot_service_density_heatmap"
5830 #  output-file-type: ".html"
5831 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-pdr"
5832 #  data: "plot-vpp-nfv-2n-skx"
5833 #  filter: "'NIC_Intel-X710' and
5834 #           'NF_DENSITY' and
5835 #           'DOCKER' and
5836 #           'PIPELINE' and
5837 #           '64B' and
5838 #           '4T2C' and
5839 #           'NDRPDR'"
5840 #  parameters:
5841 #  - "throughput"
5842 #  - "name"
5843 #  - "tags"
5844 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5845 #  x-axis: "X = CNFs per Service Pipeline"
5846 #  y-axis: "Y = Number of Service Pipelines"
5847 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5848 #  layout:
5849 #    title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5850 #    layout: "plot-service-density"
5851 #
5852 #-
5853 #  type: "plot"
5854 #  title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5855 #  algorithm: "plot_service_density_heatmap"
5856 #  output-file-type: ".html"
5857 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-pdr"
5858 #  data: "plot-vpp-nfv-2n-skx"
5859 #  filter: "'NIC_Intel-X710' and
5860 #           'NF_DENSITY' and
5861 #           'DOCKER' and
5862 #           'PIPELINE' and
5863 #           'IMIX' and
5864 #           '2T1C' and
5865 #           'NDRPDR'"
5866 #  parameters:
5867 #  - "throughput"
5868 #  - "name"
5869 #  - "tags"
5870 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5871 #  x-axis: "X = CNFs per Service Pipeline"
5872 #  y-axis: "Y = Number of Service Pipelines"
5873 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5874 #  layout:
5875 #    title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5876 #    layout: "plot-service-density"
5877 #
5878 #-
5879 #  type: "plot"
5880 #  title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5881 #  algorithm: "plot_service_density_heatmap"
5882 #  output-file-type: ".html"
5883 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-pdr"
5884 #  data: "plot-vpp-nfv-2n-skx"
5885 #  filter: "'NIC_Intel-X710' and
5886 #           'NF_DENSITY' and
5887 #           'DOCKER' and
5888 #           'PIPELINE' and
5889 #           'IMIX' and
5890 #           '4T2C' and
5891 #           'NDRPDR'"
5892 #  parameters:
5893 #  - "throughput"
5894 #  - "name"
5895 #  - "tags"
5896 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5897 #  x-axis: "X = CNFs per Service Pipeline"
5898 #  y-axis: "Y = Number of Service Pipelines"
5899 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5900 #  layout:
5901 #    title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5902 #    layout: "plot-service-density"
5903
5904 ################################################################################
5905 ## Plots VPP HTTP Server Performance
5906 #-
5907 #  type: "plot"
5908 #  title: "VPP HTTP Server Performance"
5909 #  algorithm: "plot_http_server_performance_box"
5910 #  output-file-type: ".html"
5911 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
5912 #  data:
5913 #    "plot-vpp-http-server-performance"
5914 #  # Keep this formatting, the filter is enclosed with " (quotation mark) and
5915 #  # each tag is enclosed with ' (apostrophe).
5916 #  filter: "'HTTP' and 'TCP_CPS'"
5917 #  parameters:
5918 #  - "result"
5919 #  - "name"
5920 #  traces:
5921 #    hoverinfo: "x+y"
5922 #    boxpoints: "outliers"
5923 #    whiskerwidth: 0
5924 #  layout:
5925 #    title: "VPP HTTP Server Performance"
5926 #    layout:
5927 #      "plot-cps"
5928 #
5929 #-
5930 #  type: "plot"
5931 #  title: "VPP HTTP Server Performance"
5932 #  algorithm: "plot_http_server_performance_box"
5933 #  output-file-type: ".html"
5934 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
5935 #  data:
5936 #    "plot-vpp-http-server-performance"
5937 #  filter: "'HTTP' and 'TCP_RPS'"
5938 #  parameters:
5939 #  - "result"
5940 #  - "name"
5941 #  traces:
5942 #    hoverinfo: "x+y"
5943 #    boxpoints: "outliers"
5944 #    whiskerwidth: 0
5945 #  layout:
5946 #    title: "VPP HTTP Server Performance"
5947 #    layout:
5948 #      "plot-rps"
5949
5950 ################################################################################
5951
5952 ## Packet Throughput - VPP L2 3n-hsw-x520 base and scale
5953 #-
5954 #  type: "plot"
5955 #  title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5956 #  algorithm: "plot_performance_box"
5957 #  output-file-type: ".html"
5958 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5959 #  data: "plot-vpp-throughput-latency-3n-hsw"
5960 #  filter: "'NIC_Intel-X520-DA2' and
5961 #           '64B' and
5962 #           ('BASE' or 'SCALE') and
5963 #           'NDRPDR' and
5964 #           'ETH' and
5965 #           '1T1C' and
5966 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5967 #           not 'VHOST' and
5968 #           not 'MEMIF'"
5969 #  parameters:
5970 #  - "throughput"
5971 #  - "parent"
5972 #  - "tags"
5973 #  sort:
5974 #  - "L2PATCH"
5975 #  - "L2XCBASE"
5976 #  - "BASE"
5977 #  - "FIB_10K"
5978 #  - "FIB_100K"
5979 #  - "FIB_1M"
5980 #  traces:
5981 #    hoverinfo: "x+y"
5982 #    boxpoints: "outliers"
5983 #    whiskerwidth: 0
5984 #  layout:
5985 #    title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5986 #    layout: "plot-throughput"
5987 #
5988 #-
5989 #  type: "plot"
5990 #  title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5991 #  algorithm: "plot_performance_box"
5992 #  output-file-type: ".html"
5993 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5994 #  data: "plot-vpp-throughput-latency-3n-hsw"
5995 #  filter: "'NIC_Intel-X520-DA2' and
5996 #           '64B' and
5997 #           ('BASE' or 'SCALE') and
5998 #           'NDRPDR' and
5999 #           'ETH' and
6000 #           '1T1C' and
6001 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6002 #           not 'VHOST' and
6003 #           not 'MEMIF'"
6004 #  parameters:
6005 #  - "throughput"
6006 #  - "parent"
6007 #  - "tags"
6008 #  sort:
6009 #  - "L2PATCH"
6010 #  - "L2XCBASE"
6011 #  - "BASE"
6012 #  - "FIB_10K"
6013 #  - "FIB_100K"
6014 #  - "FIB_1M"
6015 #  traces:
6016 #    hoverinfo: "x+y"
6017 #    boxpoints: "outliers"
6018 #    whiskerwidth: 0
6019 #  layout:
6020 #    title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6021 #    layout: "plot-throughput"
6022 #
6023 #-
6024 #  type: "plot"
6025 #  title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6026 #  algorithm: "plot_performance_box"
6027 #  output-file-type: ".html"
6028 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6029 #  data: "plot-vpp-throughput-latency-3n-hsw"
6030 #  filter: "'NIC_Intel-X520-DA2' and
6031 #           '64B' and
6032 #           ('BASE' or 'SCALE') and
6033 #           'NDRPDR' and
6034 #           'ETH' and
6035 #           '2T2C' and
6036 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6037 #           not 'VHOST' and
6038 #           not 'MEMIF'"
6039 #  parameters:
6040 #  - "throughput"
6041 #  - "parent"
6042 #  - "tags"
6043 #  sort:
6044 #  - "L2PATCH"
6045 #  - "L2XCBASE"
6046 #  - "BASE"
6047 #  - "FIB_10K"
6048 #  - "FIB_100K"
6049 #  - "FIB_1M"
6050 #  traces:
6051 #    hoverinfo: "x+y"
6052 #    boxpoints: "outliers"
6053 #    whiskerwidth: 0
6054 #  layout:
6055 #    title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6056 #    layout: "plot-throughput"
6057 #
6058 #-
6059 #  type: "plot"
6060 #  title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6061 #  algorithm: "plot_performance_box"
6062 #  output-file-type: ".html"
6063 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6064 #  data: "plot-vpp-throughput-latency-3n-hsw"
6065 #  filter: "'NIC_Intel-X520-DA2' and
6066 #           '64B' and
6067 #           ('BASE' or 'SCALE') and
6068 #           'NDRPDR' and
6069 #           'ETH' and
6070 #           '2T2C' and
6071 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6072 #           not 'VHOST' and
6073 #           not 'MEMIF'"
6074 #  parameters:
6075 #  - "throughput"
6076 #  - "parent"
6077 #  - "tags"
6078 #  sort:
6079 #  - "L2PATCH"
6080 #  - "L2XCBASE"
6081 #  - "BASE"
6082 #  - "FIB_10K"
6083 #  - "FIB_100K"
6084 #  - "FIB_1M"
6085 #  traces:
6086 #    hoverinfo: "x+y"
6087 #    boxpoints: "outliers"
6088 #    whiskerwidth: 0
6089 #  layout:
6090 #    title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6091 #    layout: "plot-throughput"
6092 #
6093 ## Packet Throughput - VPP L2 3n-hsw-x520 features
6094 #-
6095 #  type: "plot"
6096 #  title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6097 #  algorithm: "plot_performance_box"
6098 #  output-file-type: ".html"
6099 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6100 #  data: "plot-vpp-throughput-latency-3n-hsw"
6101 #  filter: "'NIC_Intel-X520-DA2' and
6102 #           '64B' and
6103 #           'NDRPDR' and
6104 #           '1T1C' and
6105 #           (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6106 #           not 'ACL' and
6107 #           not 'VHOST' and
6108 #           not 'MEMIF'"
6109 #  parameters:
6110 #  - "throughput"
6111 #  - "parent"
6112 #  - "tags"
6113 #  sort:
6114 #  - "L2XCBASE"    # l2xcbase
6115 #  - "L2BDBASE"    # l2bdbase
6116 #  - "L2XCFWD"     # dot1q-l2xcbase
6117 #  - "L2BDMACLRN"  # dot1q-l2bdbase
6118 #  traces:
6119 #    hoverinfo: "x+y"
6120 #    boxpoints: "outliers"
6121 #    whiskerwidth: 0
6122 #  layout:
6123 #    title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6124 #    layout: "plot-throughput"
6125 #
6126 #-
6127 #  type: "plot"
6128 #  title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6129 #  algorithm: "plot_performance_box"
6130 #  output-file-type: ".html"
6131 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6132 #  data: "plot-vpp-throughput-latency-3n-hsw"
6133 #  filter: "'NIC_Intel-X520-DA2' and
6134 #           '64B' and
6135 #           'NDRPDR' and
6136 #           '1T1C' and
6137 #           (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6138 #           not 'ACL' and
6139 #           not 'VHOST' and
6140 #           not 'MEMIF'"
6141 #  parameters:
6142 #  - "throughput"
6143 #  - "parent"
6144 #  - "tags"
6145 #  sort:
6146 #  - "L2XCBASE"    # l2xcbase
6147 #  - "L2BDBASE"    # l2bdbase
6148 #  - "L2XCFWD"     # dot1q-l2xcbase
6149 #  - "L2BDMACLRN"  # dot1q-l2bdbase
6150 #  traces:
6151 #    hoverinfo: "x+y"
6152 #    boxpoints: "outliers"
6153 #    whiskerwidth: 0
6154 #  layout:
6155 #    title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6156 #    layout: "plot-throughput"
6157 #
6158 #-
6159 #  type: "plot"
6160 #  title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6161 #  algorithm: "plot_performance_box"
6162 #  output-file-type: ".html"
6163 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6164 #  data: "plot-vpp-throughput-latency-3n-hsw"
6165 #  filter: "'NIC_Intel-X520-DA2' and
6166 #           '64B' and
6167 #           'NDRPDR' and
6168 #           '2T2C' and
6169 #           (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6170 #           not 'ACL' and
6171 #           not 'VHOST' and
6172 #           not 'MEMIF'"
6173 #  parameters:
6174 #  - "throughput"
6175 #  - "parent"
6176 #  - "tags"
6177 #  sort:
6178 #  - "L2XCBASE"    # l2xcbase
6179 #  - "L2BDBASE"    # l2bdbase
6180 #  - "L2XCFWD"     # dot1q-l2xcbase
6181 #  - "L2BDMACLRN"  # dot1q-l2bdbase
6182 #  traces:
6183 #    hoverinfo: "x+y"
6184 #    boxpoints: "outliers"
6185 #    whiskerwidth: 0
6186 #  layout:
6187 #    title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6188 #    layout: "plot-throughput"
6189 #
6190 #-
6191 #  type: "plot"
6192 #  title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6193 #  algorithm: "plot_performance_box"
6194 #  output-file-type: ".html"
6195 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6196 #  data: "plot-vpp-throughput-latency-3n-hsw"
6197 #  filter: "'NIC_Intel-X520-DA2' and
6198 #           '64B' and
6199 #           'NDRPDR' and
6200 #           '2T2C' and
6201 #           (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6202 #           not 'ACL' and
6203 #           not 'VHOST' and
6204 #           not 'MEMIF'"
6205 #  parameters:
6206 #  - "throughput"
6207 #  - "parent"
6208 #  - "tags"
6209 #  sort:
6210 #  - "L2XCBASE"    # l2xcbase
6211 #  - "L2BDBASE"    # l2bdbase
6212 #  - "L2XCFWD"     # dot1q-l2xcbase
6213 #  - "L2BDMACLRN"  # dot1q-l2bdbase
6214 #  traces:
6215 #    hoverinfo: "x+y"
6216 #    boxpoints: "outliers"
6217 #    whiskerwidth: 0
6218 #  layout:
6219 #    title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6220 #    layout: "plot-throughput"
6221 #
6222 ## Packet Throughput - VPP L2 3n-hsw-x710 base and scale
6223 #-
6224 #  type: "plot"
6225 #  title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6226 #  algorithm: "plot_performance_box"
6227 #  output-file-type: ".html"
6228 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6229 #  data: "plot-vpp-throughput-latency-3n-hsw"
6230 #  filter: "'NIC_Intel-X710' and
6231 #           '64B' and
6232 #           ('BASE' or 'SCALE') and
6233 #           'NDRPDR' and
6234 #           'ETH' and
6235 #           '1T1C' and
6236 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6237 #           not 'VHOST' and
6238 #           not 'MEMIF'"
6239 #  parameters:
6240 #  - "throughput"
6241 #  - "parent"
6242 #  - "tags"
6243 #  sort:
6244 #  - "L2PATCH"
6245 #  - "L2XCFWD"
6246 #  - "L2BDMACLRN"
6247 #  - "FIB_10K"
6248 #  - "FIB_100K"
6249 #  - "FIB_1M"
6250 #  traces:
6251 #    hoverinfo: "x+y"
6252 #    boxpoints: "outliers"
6253 #    whiskerwidth: 0
6254 #  layout:
6255 #    title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6256 #    layout: "plot-throughput"
6257 #
6258 #-
6259 #  type: "plot"
6260 #  title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6261 #  algorithm: "plot_performance_box"
6262 #  output-file-type: ".html"
6263 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6264 #  data: "plot-vpp-throughput-latency-3n-hsw"
6265 #  filter: "'NIC_Intel-X710' and
6266 #           '64B' and
6267 #           ('BASE' or 'SCALE') and
6268 #           'NDRPDR' and
6269 #           'ETH' and
6270 #           '1T1C' and
6271 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6272 #           not 'VHOST' and
6273 #           not 'MEMIF'"
6274 #  parameters:
6275 #  - "throughput"
6276 #  - "parent"
6277 #  - "tags"
6278 #  sort:
6279 #  - "L2PATCH"
6280 #  - "L2XCFWD"
6281 #  - "L2BDMACLRN"
6282 #  - "FIB_10K"
6283 #  - "FIB_100K"
6284 #  - "FIB_1M"
6285 #  traces:
6286 #    hoverinfo: "x+y"
6287 #    boxpoints: "outliers"
6288 #    whiskerwidth: 0
6289 #  layout:
6290 #    title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6291 #    layout: "plot-throughput"
6292 #
6293 #-
6294 #  type: "plot"
6295 #  title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6296 #  algorithm: "plot_performance_box"
6297 #  output-file-type: ".html"
6298 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6299 #  data: "plot-vpp-throughput-latency-3n-hsw"
6300 #  filter: "'NIC_Intel-X710' and
6301 #           '64B' and
6302 #           ('BASE' or 'SCALE') and
6303 #           'NDRPDR' and
6304 #           'ETH' and
6305 #           '2T2C' and
6306 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6307 #           not 'VHOST' and
6308 #           not 'MEMIF'"
6309 #  parameters:
6310 #  - "throughput"
6311 #  - "parent"
6312 #  - "tags"
6313 #  sort:
6314 #  - "L2PATCH"
6315 #  - "L2XCFWD"
6316 #  - "L2BDMACLRN"
6317 #  - "FIB_10K"
6318 #  - "FIB_100K"
6319 #  - "FIB_1M"
6320 #  traces:
6321 #    hoverinfo: "x+y"
6322 #    boxpoints: "outliers"
6323 #    whiskerwidth: 0
6324 #  layout:
6325 #    title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6326 #    layout: "plot-throughput"
6327 #
6328 #-
6329 #  type: "plot"
6330 #  title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6331 #  algorithm: "plot_performance_box"
6332 #  output-file-type: ".html"
6333 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6334 #  data: "plot-vpp-throughput-latency-3n-hsw"
6335 #  filter: "'NIC_Intel-X710' and
6336 #           '64B' and
6337 #           ('BASE' or 'SCALE') and
6338 #           'NDRPDR' and
6339 #           'ETH' and
6340 #           '2T2C' and
6341 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6342 #           not 'VHOST' and
6343 #           not 'MEMIF'"
6344 #  parameters:
6345 #  - "throughput"
6346 #  - "parent"
6347 #  - "tags"
6348 #  sort:
6349 #  - "L2PATCH"
6350 #  - "L2XCFWD"
6351 #  - "L2BDMACLRN"
6352 #  - "FIB_10K"
6353 #  - "FIB_100K"
6354 #  - "FIB_1M"
6355 #  traces:
6356 #    hoverinfo: "x+y"
6357 #    boxpoints: "outliers"
6358 #    whiskerwidth: 0
6359 #  layout:
6360 #    title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6361 #    layout: "plot-throughput"
6362 #
6363 ## Packet Throughput - VPP L2 3n-hsw-x710 features
6364 #-
6365 #  type: "plot"
6366 #  title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6367 #  algorithm: "plot_performance_box"
6368 #  output-file-type: ".html"
6369 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6370 #  data: "plot-vpp-throughput-latency-3n-hsw"
6371 #  filter: "'NIC_Intel-X710' and
6372 #           '64B' and
6373 #           'NDRPDR' and
6374 #           '1T1C' and
6375 #           (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6376 #           not 'ACL' and
6377 #           not 'VHOST' and
6378 #           not 'L2OVRLAY' and
6379 #           not 'MEMIF'"
6380 #  parameters:
6381 #  - "throughput"
6382 #  - "parent"
6383 #  - "tags"
6384 #  sort:
6385 #  - "L2XCBASE"    # l2xcbase
6386 #  - "L2BDBASE"    # l2bdbase
6387 #  - "L2XCFWD"     # dot1q-l2xcbase
6388 #  - "L2BDMACLRN"  # dot1q-l2bdbase
6389 #  traces:
6390 #    hoverinfo: "x+y"
6391 #    boxpoints: "outliers"
6392 #    whiskerwidth: 0
6393 #  layout:
6394 #    title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6395 #    layout: "plot-throughput"
6396 #
6397 #-
6398 #  type: "plot"
6399 #  title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6400 #  algorithm: "plot_performance_box"
6401 #  output-file-type: ".html"
6402 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6403 #  data: "plot-vpp-throughput-latency-3n-hsw"
6404 #  filter: "'NIC_Intel-X710' and
6405 #           '64B' and
6406 #           'NDRPDR' and
6407 #           '1T1C' and
6408 #           (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6409 #           not 'ACL' and
6410 #           not 'VHOST' and
6411 #           not 'L2OVRLAY' and
6412 #           not 'MEMIF'"
6413 #  parameters:
6414 #  - "throughput"
6415 #  - "parent"
6416 #  - "tags"
6417 #  sort:
6418 #  - "L2XCBASE"    # l2xcbase
6419 #  - "L2BDBASE"    # l2bdbase
6420 #  - "L2XCFWD"     # dot1q-l2xcbase
6421 #  - "L2BDMACLRN"  # dot1q-l2bdbase
6422 #  traces:
6423 #    hoverinfo: "x+y"
6424 #    boxpoints: "outliers"
6425 #    whiskerwidth: 0
6426 #  layout:
6427 #    title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6428 #    layout: "plot-throughput"
6429 #
6430 #-
6431 #  type: "plot"
6432 #  title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6433 #  algorithm: "plot_performance_box"
6434 #  output-file-type: ".html"
6435 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6436 #  data: "plot-vpp-throughput-latency-3n-hsw"
6437 #  filter: "'NIC_Intel-X710' and
6438 #           '64B' and
6439 #           'NDRPDR' and
6440 #           '2T2C' and
6441 #           (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6442 #           not 'ACL' and
6443 #           not 'VHOST' and
6444 #           not 'L2OVRLAY' and
6445 #           not 'MEMIF'"
6446 #  parameters:
6447 #  - "throughput"
6448 #  - "parent"
6449 #  - "tags"
6450 #  sort:
6451 #  - "L2XCBASE"    # l2xcbase
6452 #  - "L2BDBASE"    # l2bdbase
6453 #  - "L2XCFWD"     # dot1q-l2xcbase
6454 #  - "L2BDMACLRN"  # dot1q-l2bdbase
6455 #  traces:
6456 #    hoverinfo: "x+y"
6457 #    boxpoints: "outliers"
6458 #    whiskerwidth: 0
6459 #  layout:
6460 #    title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6461 #    layout: "plot-throughput"
6462 #
6463 #-
6464 #  type: "plot"
6465 #  title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6466 #  algorithm: "plot_performance_box"
6467 #  output-file-type: ".html"
6468 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6469 #  data: "plot-vpp-throughput-latency-3n-hsw"
6470 #  filter: "'NIC_Intel-X710' and
6471 #           '64B' and
6472 #           'NDRPDR' and
6473 #           '2T2C' and
6474 #           (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6475 #           not 'ACL' and
6476 #           not 'VHOST' and
6477 #           not 'L2OVRLAY' and
6478 #           not 'MEMIF'"
6479 #  parameters:
6480 #  - "throughput"
6481 #  - "parent"
6482 #  - "tags"
6483 #  sort:
6484 #  - "L2XCBASE"    # l2xcbase
6485 #  - "L2BDBASE"    # l2bdbase
6486 #  - "L2XCFWD"     # dot1q-l2xcbase
6487 #  - "L2BDMACLRN"  # dot1q-l2bdbase
6488 #  traces:
6489 #    hoverinfo: "x+y"
6490 #    boxpoints: "outliers"
6491 #    whiskerwidth: 0
6492 #  layout:
6493 #    title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6494 #    layout: "plot-throughput"
6495 #
6496 ## Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
6497 #-
6498 #  type: "plot"
6499 #  title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
6500 #  algorithm: "plot_performance_box"
6501 #  output-file-type: ".html"
6502 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
6503 #  data: "plot-vpp-throughput-latency-3n-hsw"
6504 #  filter: "'NIC_Intel-XL710' and
6505 #           '64B' and
6506 #           'BASE' and
6507 #           'NDRPDR' and
6508 #           'ETH' and
6509 #           '1T1C' and
6510 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6511 #           not 'VHOST' and
6512 #           not 'MEMIF'"
6513 #  parameters:
6514 #  - "throughput"
6515 #  - "parent"
6516 #  - "tags"
6517 #  sort:
6518 #  - "L2PATCH"
6519 #  - "L2XCFWD"
6520 #  - "L2BDMACLRN"
6521 #  traces:
6522 #    hoverinfo: "x+y"
6523 #    boxpoints: "outliers"
6524 #    whiskerwidth: 0
6525 #  layout:
6526 #    title: "l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
6527 #    layout: "plot-throughput"
6528 #
6529 #-
6530 #  type: "plot"
6531 #  title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
6532 #  algorithm: "plot_performance_box"
6533 #  output-file-type: ".html"
6534 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
6535 #  data: "plot-vpp-throughput-latency-3n-hsw"
6536 #  filter: "'NIC_Intel-XL710' and
6537 #           '64B' and
6538 #           'BASE' and
6539 #           'NDRPDR' and
6540 #           'ETH' and
6541 #           '1T1C' and
6542 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6543 #           not 'VHOST' and
6544 #           not 'MEMIF'"
6545 #  parameters:
6546 #  - "throughput"
6547 #  - "parent"
6548 #  - "tags"
6549 #  sort:
6550 #  - "L2PATCH"
6551 #  - "L2XCFWD"
6552 #  - "L2BDMACLRN"
6553 #  traces:
6554 #    hoverinfo: "x+y"
6555 #    boxpoints: "outliers"
6556 #    whiskerwidth: 0
6557 #  layout:
6558 #    title: "l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
6559 #    layout: "plot-throughput"
6560 #
6561 #-
6562 #  type: "plot"
6563 #  title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
6564 #  algorithm: "plot_performance_box"
6565 #  output-file-type: ".html"
6566 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
6567 #  data: "plot-vpp-throughput-latency-3n-hsw"
6568 #  filter: "'NIC_Intel-XL710' and
6569 #           '64B' and
6570 #           'BASE' and
6571 #           'NDRPDR' and
6572 #           'ETH' and
6573 #           '2T2C' and
6574 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6575 #           not 'VHOST' and
6576 #           not 'MEMIF'"
6577 #  parameters:
6578 #  - "throughput"
6579 #  - "parent"
6580 #  - "tags"
6581 #  sort:
6582 #  - "L2PATCH"
6583 #  - "L2XCFWD"
6584 #  - "L2BDMACLRN"
6585 #  traces:
6586 #    hoverinfo: "x+y"
6587 #    boxpoints: "outliers"
6588 #    whiskerwidth: 0
6589 #  layout:
6590 #    title: "l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
6591 #    layout: "plot-throughput"
6592 #
6593 #-
6594 #  type: "plot"
6595 #  title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
6596 #  algorithm: "plot_performance_box"
6597 #  output-file-type: ".html"
6598 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
6599 #  data: "plot-vpp-throughput-latency-3n-hsw"
6600 #  filter: "'NIC_Intel-XL710' and
6601 #           '64B' and
6602 #           'BASE' and
6603 #           'NDRPDR' and
6604 #           'ETH' and
6605 #           '2T2C' and
6606 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6607 #           not 'VHOST' and
6608 #           not 'MEMIF'"
6609 #  parameters:
6610 #  - "throughput"
6611 #  - "parent"
6612 #  - "tags"
6613 #  sort:
6614 #  - "L2PATCH"
6615 #  - "L2XCFWD"
6616 #  - "L2BDMACLRN"
6617 #  traces:
6618 #    hoverinfo: "x+y"
6619 #    boxpoints: "outliers"
6620 #    whiskerwidth: 0
6621 #  layout:
6622 #    title: "l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
6623 #    layout: "plot-throughput"
6624
6625 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
6626 -
6627   type: "plot"
6628   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6629   algorithm: "plot_performance_box"
6630   output-file-type: ".html"
6631   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6632   data: "plot-vpp-throughput-latency-3n-skx"
6633   filter: "'NIC_Intel-X710' and
6634            '64B' and
6635            ('BASE' or 'SCALE') and
6636            'NDRPDR' and
6637            'ETH' and
6638            '2T1C' and
6639            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6640            not 'VHOST' and
6641            not 'MEMIF' and
6642            not 'DRV_AVF'"
6643   parameters:
6644   - "throughput"
6645   - "parent"
6646   - "tags"
6647   sort:
6648   - "L2PATCH"
6649   - "L2XCBASE"
6650   - "BASE"
6651   - "FIB_10K"
6652   - "FIB_100K"
6653   - "FIB_1M"
6654   traces:
6655     hoverinfo: "x+y"
6656     boxpoints: "outliers"
6657     whiskerwidth: 0
6658   layout:
6659     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6660     layout: "plot-throughput"
6661
6662 -
6663   type: "plot"
6664   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6665   algorithm: "plot_performance_box"
6666   output-file-type: ".html"
6667   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6668   data: "plot-vpp-throughput-latency-3n-skx"
6669   filter: "'NIC_Intel-X710' and
6670            '64B' and
6671            ('BASE' or 'SCALE') and
6672            'NDRPDR' and
6673            'ETH' and
6674            '2T1C' and
6675            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6676            not 'VHOST' and
6677            not 'MEMIF' and
6678            not 'DRV_AVF'"
6679   parameters:
6680   - "throughput"
6681   - "parent"
6682   - "tags"
6683   sort:
6684   - "L2PATCH"
6685   - "L2XCBASE"
6686   - "BASE"
6687   - "FIB_10K"
6688   - "FIB_100K"
6689   - "FIB_1M"
6690   traces:
6691     hoverinfo: "x+y"
6692     boxpoints: "outliers"
6693     whiskerwidth: 0
6694   layout:
6695     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6696     layout: "plot-throughput"
6697
6698 -
6699   type: "plot"
6700   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6701   algorithm: "plot_performance_box"
6702   output-file-type: ".html"
6703   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6704   data: "plot-vpp-throughput-latency-3n-skx"
6705   filter: "'NIC_Intel-X710' and
6706            '64B' and
6707            ('BASE' or 'SCALE') and
6708            'NDRPDR' and
6709            'ETH' and
6710            '4T2C' and
6711            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6712            not 'VHOST' and
6713            not 'MEMIF' and
6714            not 'DRV_AVF'"
6715   parameters:
6716   - "throughput"
6717   - "parent"
6718   - "tags"
6719   sort:
6720   - "L2PATCH"
6721   - "L2XCBASE"
6722   - "BASE"
6723   - "FIB_10K"
6724   - "FIB_100K"
6725   - "FIB_1M"
6726   traces:
6727     hoverinfo: "x+y"
6728     boxpoints: "outliers"
6729     whiskerwidth: 0
6730   layout:
6731     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6732     layout: "plot-throughput"
6733
6734 -
6735   type: "plot"
6736   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6737   algorithm: "plot_performance_box"
6738   output-file-type: ".html"
6739   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6740   data: "plot-vpp-throughput-latency-3n-skx"
6741   filter: "'NIC_Intel-X710' and
6742            '64B' and
6743            ('BASE' or 'SCALE') and
6744            'NDRPDR' and
6745            'ETH' and
6746            '4T2C' and
6747            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6748            not 'VHOST' and
6749            not 'MEMIF' and
6750            not 'DRV_AVF'"
6751   parameters:
6752   - "throughput"
6753   - "parent"
6754   - "tags"
6755   sort:
6756   - "L2PATCH"
6757   - "L2XCBASE"
6758   - "BASE"
6759   - "FIB_10K"
6760   - "FIB_100K"
6761   - "FIB_1M"
6762   traces:
6763     hoverinfo: "x+y"
6764     boxpoints: "outliers"
6765     whiskerwidth: 0
6766   layout:
6767     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6768     layout: "plot-throughput"
6769
6770 # Packet Throughput - VPP L2 3n-skx-x710 features
6771 -
6772   type: "plot"
6773   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6774   algorithm: "plot_performance_box"
6775   output-file-type: ".html"
6776   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6777   data: "plot-vpp-throughput-latency-3n-skx"
6778   filter: "'NIC_Intel-X710' and
6779            '64B' and
6780            'NDRPDR' and
6781            '2T1C' and
6782            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6783            not 'ACL' and
6784            not 'VHOST' and
6785            not 'DRV_AVF' and
6786            not 'L2OVRLAY' and
6787            not 'MEMIF'"
6788   parameters:
6789   - "throughput"
6790   - "parent"
6791   - "tags"
6792   sort:
6793   - "L2XCBASE"    # l2xcbase
6794   - "L2BDBASE"    # l2bdbase
6795   - "L2XCFWD"     # dot1q-l2xcbase
6796   - "L2BDMACLRN"  # dot1q-l2bdbase
6797   traces:
6798     hoverinfo: "x+y"
6799     boxpoints: "outliers"
6800     whiskerwidth: 0
6801   layout:
6802     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6803     layout: "plot-throughput"
6804
6805 -
6806   type: "plot"
6807   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6808   algorithm: "plot_performance_box"
6809   output-file-type: ".html"
6810   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6811   data: "plot-vpp-throughput-latency-3n-skx"
6812   filter: "'NIC_Intel-X710' and
6813            '64B' and
6814            'NDRPDR' and
6815            '2T1C' and
6816            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6817            not 'ACL' and
6818            not 'VHOST' and
6819            not 'DRV_AVF' and
6820            not 'L2OVRLAY' and
6821            not 'MEMIF'"
6822   parameters:
6823   - "throughput"
6824   - "parent"
6825   - "tags"
6826   sort:
6827   - "L2XCBASE"    # l2xcbase
6828   - "L2BDBASE"    # l2bdbase
6829   - "L2XCFWD"     # dot1q-l2xcbase
6830   - "L2BDMACLRN"  # dot1q-l2bdbase
6831   traces:
6832     hoverinfo: "x+y"
6833     boxpoints: "outliers"
6834     whiskerwidth: 0
6835   layout:
6836     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6837     layout: "plot-throughput"
6838
6839 -
6840   type: "plot"
6841   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6842   algorithm: "plot_performance_box"
6843   output-file-type: ".html"
6844   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6845   data: "plot-vpp-throughput-latency-3n-skx"
6846   filter: "'NIC_Intel-X710' and
6847            '64B' and
6848            'NDRPDR' and
6849            '4T2C' and
6850            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6851            not 'ACL' and
6852            not 'VHOST' and
6853            not 'DRV_AVF' and
6854            not 'L2OVRLAY' and
6855            not 'MEMIF'"
6856   parameters:
6857   - "throughput"
6858   - "parent"
6859   - "tags"
6860   sort:
6861   - "L2XCBASE"    # l2xcbase
6862   - "L2BDBASE"    # l2bdbase
6863   - "L2XCFWD"     # dot1q-l2xcbase
6864   - "L2BDMACLRN"  # dot1q-l2bdbase
6865   traces:
6866     hoverinfo: "x+y"
6867     boxpoints: "outliers"
6868     whiskerwidth: 0
6869   layout:
6870     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6871     layout: "plot-throughput"
6872
6873 -
6874   type: "plot"
6875   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6876   algorithm: "plot_performance_box"
6877   output-file-type: ".html"
6878   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6879   data: "plot-vpp-throughput-latency-3n-skx"
6880   filter: "'NIC_Intel-X710' and
6881            '64B' and
6882            'NDRPDR' and
6883            '4T2C' and
6884            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6885            not 'ACL' and
6886            not 'VHOST' and
6887            not 'DRV_AVF' and
6888            not 'L2OVRLAY' and
6889            not 'MEMIF'"
6890   parameters:
6891   - "throughput"
6892   - "parent"
6893   - "tags"
6894   sort:
6895   - "L2XCBASE"    # l2xcbase
6896   - "L2BDBASE"    # l2bdbase
6897   - "L2XCFWD"     # dot1q-l2xcbase
6898   - "L2BDMACLRN"  # dot1q-l2bdbase
6899   traces:
6900     hoverinfo: "x+y"
6901     boxpoints: "outliers"
6902     whiskerwidth: 0
6903   layout:
6904     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6905     layout: "plot-throughput"
6906
6907 # Packet Throughput - VPP L2 3n-skx-xxv710 base and scale
6908 -
6909   type: "plot"
6910   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
6911   algorithm: "plot_performance_box"
6912   output-file-type: ".html"
6913   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
6914   data: "plot-vpp-throughput-latency-3n-skx"
6915   filter: "'NIC_Intel-XXV710' and
6916            '64B' and
6917            ('BASE' or 'SCALE') and
6918            'NDRPDR' and
6919            'ETH' and
6920            '2T1C' and
6921            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6922            not 'VHOST' and
6923            not 'MEMIF'"
6924   parameters:
6925   - "throughput"
6926   - "parent"
6927   - "tags"
6928   sort:
6929   - "L2PATCH"
6930   - "L2PATCH"
6931   - "L2XCBASE"
6932   - "L2BDMACLRN"
6933   traces:
6934     hoverinfo: "x+y"
6935     boxpoints: "outliers"
6936     whiskerwidth: 0
6937   layout:
6938     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
6939     layout: "plot-throughput"
6940
6941 -
6942   type: "plot"
6943   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
6944   algorithm: "plot_performance_box"
6945   output-file-type: ".html"
6946   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
6947   data: "plot-vpp-throughput-latency-3n-skx"
6948   filter: "'NIC_Intel-XXV710' and
6949            '64B' and
6950            ('BASE' or 'SCALE') and
6951            'NDRPDR' and
6952            'ETH' and
6953            '2T1C' and
6954            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6955            not 'VHOST' and
6956            not 'MEMIF'"
6957   parameters:
6958   - "throughput"
6959   - "parent"
6960   - "tags"
6961   sort:
6962   - "L2PATCH"
6963   - "L2PATCH"
6964   - "L2XCBASE"
6965   - "L2BDMACLRN"
6966   traces:
6967     hoverinfo: "x+y"
6968     boxpoints: "outliers"
6969     whiskerwidth: 0
6970   layout:
6971     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
6972     layout: "plot-throughput"
6973
6974 -
6975   type: "plot"
6976   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
6977   algorithm: "plot_performance_box"
6978   output-file-type: ".html"
6979   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
6980   data: "plot-vpp-throughput-latency-3n-skx"
6981   filter: "'NIC_Intel-XXV710' and
6982            '64B' and
6983            ('BASE' or 'SCALE') and
6984            'NDRPDR' and
6985            'ETH' and
6986            '4T2C' and
6987            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6988            not 'VHOST' and
6989            not 'MEMIF'"
6990   parameters:
6991   - "throughput"
6992   - "parent"
6993   - "tags"
6994   sort:
6995   - "L2PATCH"
6996   - "L2PATCH"
6997   - "L2XCBASE"
6998   - "L2BDMACLRN"
6999   traces:
7000     hoverinfo: "x+y"
7001     boxpoints: "outliers"
7002     whiskerwidth: 0
7003   layout:
7004     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
7005     layout: "plot-throughput"
7006
7007 -
7008   type: "plot"
7009   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
7010   algorithm: "plot_performance_box"
7011   output-file-type: ".html"
7012   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
7013   data: "plot-vpp-throughput-latency-3n-skx"
7014   filter: "'NIC_Intel-XXV710' and
7015            '64B' and
7016            ('BASE' or 'SCALE') and
7017            'NDRPDR' and
7018            'ETH' and
7019            '4T2C' and
7020            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7021            not 'VHOST' and
7022            not 'MEMIF'"
7023   parameters:
7024   - "throughput"
7025   - "parent"
7026   - "tags"
7027   sort:
7028   - "L2PATCH"
7029   - "L2PATCH"
7030   - "L2XCBASE"
7031   - "L2BDMACLRN"
7032   traces:
7033     hoverinfo: "x+y"
7034     boxpoints: "outliers"
7035     whiskerwidth: 0
7036   layout:
7037     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
7038     layout: "plot-throughput"
7039
7040 ## Packet Throughput - VPP L2 2n-skx-x710 base and scale
7041 #-
7042 #  type: "plot"
7043 #  title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7044 #  algorithm: "plot_performance_box"
7045 #  output-file-type: ".html"
7046 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7047 #  data: "plot-vpp-throughput-latency-2n-skx"
7048 #  filter: "'NIC_Intel-X710' and
7049 #           '64B' and
7050 #           ('BASE' or 'SCALE') and
7051 #           'NDRPDR' and
7052 #           'ETH' and
7053 #           '2T1C' and
7054 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7055 #           not 'VHOST' and
7056 #           not 'MEMIF'"
7057 #  parameters:
7058 #  - "throughput"
7059 #  - "parent"
7060 #  - "tags"
7061 #  sort:
7062 #  - "L2PATCH"
7063 #  - "L2XCBASE"
7064 #  - "BASE"
7065 #  - "FIB_10K"
7066 #  - "FIB_100K"
7067 #  - "FIB_1M"
7068 #  traces:
7069 #    hoverinfo: "x+y"
7070 #    boxpoints: "outliers"
7071 #    whiskerwidth: 0
7072 #  layout:
7073 #    title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7074 #    layout: "plot-throughput"
7075 #
7076 #-
7077 #  type: "plot"
7078 #  title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7079 #  algorithm: "plot_performance_box"
7080 #  output-file-type: ".html"
7081 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7082 #  data: "plot-vpp-throughput-latency-2n-skx"
7083 #  filter: "'NIC_Intel-X710' and
7084 #           '64B' and
7085 #           ('BASE' or 'SCALE') and
7086 #           'NDRPDR' and
7087 #           'ETH' and
7088 #           '2T1C' and
7089 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7090 #           not 'VHOST' and
7091 #           not 'MEMIF'"
7092 #  parameters:
7093 #  - "throughput"
7094 #  - "parent"
7095 #  - "tags"
7096 #  sort:
7097 #  - "L2PATCH"
7098 #  - "L2XCBASE"
7099 #  - "BASE"
7100 #  - "FIB_10K"
7101 #  - "FIB_100K"
7102 #  - "FIB_1M"
7103 #  traces:
7104 #    hoverinfo: "x+y"
7105 #    boxpoints: "outliers"
7106 #    whiskerwidth: 0
7107 #  layout:
7108 #    title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7109 #    layout: "plot-throughput"
7110 #
7111 #-
7112 #  type: "plot"
7113 #  title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7114 #  algorithm: "plot_performance_box"
7115 #  output-file-type: ".html"
7116 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7117 #  data: "plot-vpp-throughput-latency-2n-skx"
7118 #  filter: "'NIC_Intel-X710' and
7119 #           '64B' and
7120 #           ('BASE' or 'SCALE') and
7121 #           'NDRPDR' and
7122 #           'ETH' and
7123 #           '4T2C' and
7124 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7125 #           not 'VHOST' and
7126 #           not 'MEMIF'"
7127 #  parameters:
7128 #  - "throughput"
7129 #  - "parent"
7130 #  - "tags"
7131 #  sort:
7132 #  - "L2PATCH"
7133 #  - "L2XCBASE"
7134 #  - "BASE"
7135 #  - "FIB_10K"
7136 #  - "FIB_100K"
7137 #  - "FIB_1M"
7138 #  traces:
7139 #    hoverinfo: "x+y"
7140 #    boxpoints: "outliers"
7141 #    whiskerwidth: 0
7142 #  layout:
7143 #    title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7144 #    layout: "plot-throughput"
7145 #
7146 #-
7147 #  type: "plot"
7148 #  title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7149 #  algorithm: "plot_performance_box"
7150 #  output-file-type: ".html"
7151 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7152 #  data: "plot-vpp-throughput-latency-2n-skx"
7153 #  filter: "'NIC_Intel-X710' and
7154 #           '64B' and
7155 #           ('BASE' or 'SCALE') and
7156 #           'NDRPDR' and
7157 #           'ETH' and
7158 #           '4T2C' and
7159 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7160 #           not 'VHOST' and
7161 #           not 'MEMIF'"
7162 #  parameters:
7163 #  - "throughput"
7164 #  - "parent"
7165 #  - "tags"
7166 #  sort:
7167 #  - "L2PATCH"
7168 #  - "L2XCBASE"
7169 #  - "BASE"
7170 #  - "FIB_10K"
7171 #  - "FIB_100K"
7172 #  - "FIB_1M"
7173 #  traces:
7174 #    hoverinfo: "x+y"
7175 #    boxpoints: "outliers"
7176 #    whiskerwidth: 0
7177 #  layout:
7178 #    title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7179 #    layout: "plot-throughput"
7180 #
7181 ## Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
7182 #-
7183 #  type: "plot"
7184 #  title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7185 #  algorithm: "plot_performance_box"
7186 #  output-file-type: ".html"
7187 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7188 #  data: "plot-vpp-throughput-latency-2n-skx"
7189 #  filter: "'NIC_Intel-XXV710' and
7190 #           '64B' and
7191 #           ('BASE' or 'SCALE') and
7192 #           'NDRPDR' and
7193 #           'ETH' and
7194 #           '2T1C' and
7195 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7196 #           not 'VHOST' and
7197 #           not 'MEMIF'"
7198 #  parameters:
7199 #  - "throughput"
7200 #  - "parent"
7201 #  - "tags"
7202 #  sort:
7203 #  - "L2PATCH"
7204 #  - "L2XCBASE"
7205 #  - "BASE"
7206 #  - "FIB_10K"
7207 #  - "FIB_100K"
7208 #  - "FIB_1M"
7209 #  traces:
7210 #    hoverinfo: "x+y"
7211 #    boxpoints: "outliers"
7212 #    whiskerwidth: 0
7213 #  layout:
7214 #    title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7215 #    layout: "plot-throughput"
7216 #
7217 #-
7218 #  type: "plot"
7219 #  title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7220 #  algorithm: "plot_performance_box"
7221 #  output-file-type: ".html"
7222 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7223 #  data: "plot-vpp-throughput-latency-2n-skx"
7224 #  filter: "'NIC_Intel-XXV710' and
7225 #           '64B' and
7226 #           ('BASE' or 'SCALE') and
7227 #           'NDRPDR' and
7228 #           'ETH' and
7229 #           '2T1C' and
7230 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7231 #           not 'VHOST' and
7232 #           not 'MEMIF'"
7233 #  parameters:
7234 #  - "throughput"
7235 #  - "parent"
7236 #  - "tags"
7237 #  sort:
7238 #  - "L2PATCH"
7239 #  - "L2XCBASE"
7240 #  - "BASE"
7241 #  - "FIB_10K"
7242 #  - "FIB_100K"
7243 #  - "FIB_1M"
7244 #  traces:
7245 #    hoverinfo: "x+y"
7246 #    boxpoints: "outliers"
7247 #    whiskerwidth: 0
7248 #  layout:
7249 #    title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7250 #    layout: "plot-throughput"
7251 #
7252 #-
7253 #  type: "plot"
7254 #  title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7255 #  algorithm: "plot_performance_box"
7256 #  output-file-type: ".html"
7257 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7258 #  data: "plot-vpp-throughput-latency-2n-skx"
7259 #  filter: "'NIC_Intel-XXV710' and
7260 #           '64B' and
7261 #           ('BASE' or 'SCALE') and
7262 #           'NDRPDR' and
7263 #           'ETH' and
7264 #           '4T2C' and
7265 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7266 #           not 'VHOST' and
7267 #           not 'MEMIF'"
7268 #  parameters:
7269 #  - "throughput"
7270 #  - "parent"
7271 #  - "tags"
7272 #  sort:
7273 #  - "L2PATCH"
7274 #  - "L2XCBASE"
7275 #  - "BASE"
7276 #  - "FIB_10K"
7277 #  - "FIB_100K"
7278 #  - "FIB_1M"
7279 #  traces:
7280 #    hoverinfo: "x+y"
7281 #    boxpoints: "outliers"
7282 #    whiskerwidth: 0
7283 #  layout:
7284 #    title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7285 #    layout: "plot-throughput"
7286 #
7287 #-
7288 #  type: "plot"
7289 #  title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7290 #  algorithm: "plot_performance_box"
7291 #  output-file-type: ".html"
7292 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7293 #  data: "plot-vpp-throughput-latency-2n-skx"
7294 #  filter: "'NIC_Intel-XXV710' and
7295 #           '64B' and
7296 #           ('BASE' or 'SCALE') and
7297 #           'NDRPDR' and
7298 #           'ETH' and
7299 #           '4T2C' and
7300 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7301 #           not 'VHOST' and
7302 #           not 'MEMIF'"
7303 #  parameters:
7304 #  - "throughput"
7305 #  - "parent"
7306 #  - "tags"
7307 #  sort:
7308 #  - "L2PATCH"
7309 #  - "L2XCBASE"
7310 #  - "BASE"
7311 #  - "FIB_10K"
7312 #  - "FIB_100K"
7313 #  - "FIB_1M"
7314 #  traces:
7315 #    hoverinfo: "x+y"
7316 #    boxpoints: "outliers"
7317 #    whiskerwidth: 0
7318 #  layout:
7319 #    title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7320 #    layout: "plot-throughput"
7321
7322 ## Packet Throughput - VPP L2 2n-dnv-x553 base
7323 #-
7324 #  type: "plot"
7325 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7326 #  algorithm: "plot_performance_box"
7327 #  output-file-type: ".html"
7328 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7329 #  data: "intel-dnv-vpp"
7330 #  filter: "'NIC_Intel-X553' and
7331 #           '64B' and
7332 #           'BASE' and
7333 #           'NDRPDR' and
7334 #           'ETH' and
7335 #           '1T1C' and
7336 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7337 #           not 'VHOST' and
7338 #           not 'MEMIF'"
7339 #  parameters:
7340 #  - "throughput"
7341 #  - "parent"
7342 #  - "tags"
7343 #  sort:
7344 #  - "L2XCBASE"
7345 #  - "L2BDMACLRN"
7346 #  - "L2PATCH"
7347 #  traces:
7348 #    hoverinfo: "x+y"
7349 #    boxpoints: "outliers"
7350 #    whiskerwidth: 0
7351 #  layout:
7352 #    title: "l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7353 #    layout: "plot-throughput"
7354 #
7355 #-
7356 #  type: "plot"
7357 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7358 #  algorithm: "plot_performance_box"
7359 #  output-file-type: ".html"
7360 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7361 #  data: "intel-dnv-vpp"
7362 #  filter: "'NIC_Intel-X553' and
7363 #           '64B' and
7364 #           ('BASE' or 'SCALE') and
7365 #           'NDRPDR' and
7366 #           'ETH' and
7367 #           '1T1C' and
7368 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7369 #           not 'VHOST' and
7370 #           not 'MEMIF'"
7371 #  parameters:
7372 #  - "throughput"
7373 #  - "parent"
7374 #  - "tags"
7375 #  sort:
7376 #  - "L2XCBASE"
7377 #  - "L2BDMACLRN"
7378 #  - "L2PATCH"
7379 #  traces:
7380 #    hoverinfo: "x+y"
7381 #    boxpoints: "outliers"
7382 #    whiskerwidth: 0
7383 #  layout:
7384 #    title: "l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7385 #    layout: "plot-throughput"
7386 #
7387 #-
7388 #  type: "plot"
7389 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7390 #  algorithm: "plot_performance_box"
7391 #  output-file-type: ".html"
7392 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7393 #  data: "intel-dnv-vpp"
7394 #  filter: "'NIC_Intel-X553' and
7395 #           '64B' and
7396 #           ('BASE' or 'SCALE') and
7397 #           'NDRPDR' and
7398 #           'ETH' and
7399 #           '2T2C' and
7400 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7401 #           not 'VHOST' and
7402 #           not 'MEMIF'"
7403 #  parameters:
7404 #  - "throughput"
7405 #  - "parent"
7406 #  - "tags"
7407 #  sort:
7408 #  - "L2XCBASE"
7409 #  - "L2BDMACLRN"
7410 #  - "L2PATCH"
7411 #  traces:
7412 #    hoverinfo: "x+y"
7413 #    boxpoints: "outliers"
7414 #    whiskerwidth: 0
7415 #  layout:
7416 #    title: "l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7417 #    layout: "plot-throughput"
7418 #
7419 #-
7420 #  type: "plot"
7421 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7422 #  algorithm: "plot_performance_box"
7423 #  output-file-type: ".html"
7424 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7425 #  data: "intel-dnv-vpp"
7426 #  filter: "'NIC_Intel-X553' and
7427 #           '64B' and
7428 #           ('BASE' or 'SCALE') and
7429 #           'NDRPDR' and
7430 #           'ETH' and
7431 #           '2T2C' and
7432 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7433 #           not 'VHOST' and
7434 #           not 'MEMIF'"
7435 #  parameters:
7436 #  - "throughput"
7437 #  - "parent"
7438 #  - "tags"
7439 #  sort:
7440 #  - "L2XCBASE"
7441 #  - "L2BDMACLRN"
7442 #  - "L2PATCH"
7443 #  traces:
7444 #    hoverinfo: "x+y"
7445 #    boxpoints: "outliers"
7446 #    whiskerwidth: 0
7447 #  layout:
7448 #    title: "l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7449 #    layout: "plot-throughput"
7450
7451 ################################################################################
7452
7453 ## Packet Throughput - VPP Container Memif 3n-hsw-x520
7454 #-
7455 #  type: "plot"
7456 #  title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
7457 #  algorithm: "plot_performance_box"
7458 #  output-file-type: ".html"
7459 #  output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
7460 #  data: "plot-vpp-throughput-latency-3n-hsw"
7461 #  filter: "'NIC_Intel-X520-DA2' and
7462 #           '64B' and
7463 #           ('BASE' or 'SCALE') and
7464 #           'NDRPDR' and
7465 #           '1T1C' and
7466 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7467 #           not 'VHOST' and
7468 #           'MEMIF'"
7469 #  parameters:
7470 #  - "throughput"
7471 #  - "parent"
7472 #  - "tags"
7473 #  sort:
7474 #  - "L2XCFWD"
7475 #  - "L2XCFWD"
7476 #  - "L2XCFWD"
7477 #  - "L2BDMACLRN"
7478 #  - "L2BDMACLRN"
7479 #  - "L2BDMACLRN"
7480 #  - "IP4FWD"
7481 #  traces:
7482 #    hoverinfo: "x+y"
7483 #    boxpoints: "outliers"
7484 #    whiskerwidth: 0
7485 #  layout:
7486 #    title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
7487 #    layout: "plot-throughput"
7488 #
7489 #-
7490 #  type: "plot"
7491 #  title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
7492 #  algorithm: "plot_performance_box"
7493 #  output-file-type: ".html"
7494 #  output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
7495 #  data: "plot-vpp-throughput-latency-3n-hsw"
7496 #  filter: "'NIC_Intel-X520-DA2' and
7497 #           '64B' and
7498 #           ('BASE' or 'SCALE') and
7499 #           'NDRPDR' and
7500 #           '1T1C' and
7501 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7502 #           not 'VHOST' and
7503 #           'MEMIF'"
7504 #  parameters:
7505 #  - "throughput"
7506 #  - "parent"
7507 #  - "tags"
7508 #  sort:
7509 #  - "L2XCFWD"
7510 #  - "L2XCFWD"
7511 #  - "L2XCFWD"
7512 #  - "L2BDMACLRN"
7513 #  - "L2BDMACLRN"
7514 #  - "L2BDMACLRN"
7515 #  - "IP4FWD"
7516 #  traces:
7517 #    hoverinfo: "x+y"
7518 #    boxpoints: "outliers"
7519 #    whiskerwidth: 0
7520 #  layout:
7521 #    title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
7522 #    layout: "plot-throughput"
7523 #
7524 #-
7525 #  type: "plot"
7526 #  title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
7527 #  algorithm: "plot_performance_box"
7528 #  output-file-type: ".html"
7529 #  output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
7530 #  data: "plot-vpp-throughput-latency-3n-hsw"
7531 #  filter: "'NIC_Intel-X520-DA2' and
7532 #           '64B' and
7533 #           ('BASE' or 'SCALE') and
7534 #           'NDRPDR' and
7535 #           '2T2C' and
7536 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7537 #           not 'VHOST' and
7538 #           'MEMIF'"
7539 #  parameters:
7540 #  - "throughput"
7541 #  - "parent"
7542 #  - "tags"
7543 #  sort:
7544 #  - "L2XCFWD"
7545 #  - "L2XCFWD"
7546 #  - "L2XCFWD"
7547 #  - "L2BDMACLRN"
7548 #  - "L2BDMACLRN"
7549 #  - "L2BDMACLRN"
7550 #  - "IP4FWD"
7551 #  traces:
7552 #    hoverinfo: "x+y"
7553 #    boxpoints: "outliers"
7554 #    whiskerwidth: 0
7555 #  layout:
7556 #    title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
7557 #    layout: "plot-throughput"
7558 #
7559 #-
7560 #  type: "plot"
7561 #  title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
7562 #  algorithm: "plot_performance_box"
7563 #  output-file-type: ".html"
7564 #  output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
7565 #  data: "plot-vpp-throughput-latency-3n-hsw"
7566 #  filter: "'NIC_Intel-X520-DA2' and
7567 #           '64B' and
7568 #           ('BASE' or 'SCALE') and
7569 #           'NDRPDR' and
7570 #           '2T2C' and
7571 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7572 #           not 'VHOST' and
7573 #           'MEMIF'"
7574 #  parameters:
7575 #  - "throughput"
7576 #  - "parent"
7577 #  - "tags"
7578 #  sort:
7579 #  - "L2XCFWD"
7580 #  - "L2XCFWD"
7581 #  - "L2XCFWD"
7582 #  - "L2BDMACLRN"
7583 #  - "L2BDMACLRN"
7584 #  - "L2BDMACLRN"
7585 #  - "IP4FWD"
7586 #  traces:
7587 #    hoverinfo: "x+y"
7588 #    boxpoints: "outliers"
7589 #    whiskerwidth: 0
7590 #  layout:
7591 #    title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
7592 #    layout: "plot-throughput"
7593 #
7594 ## Packet Throughput - VPP Container Memif 3n-hsw-x710
7595 #-
7596 #  type: "plot"
7597 #  title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
7598 #  algorithm: "plot_performance_box"
7599 #  output-file-type: ".html"
7600 #  output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
7601 #  data: "plot-vpp-throughput-latency-3n-hsw"
7602 #  filter: "'NIC_Intel-X710' and
7603 #           '64B' and
7604 #           ('BASE' or 'SCALE') and
7605 #           'NDRPDR' and
7606 #           '1T1C' and
7607 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7608 #           not 'VHOST' and
7609 #           'MEMIF'"
7610 #  parameters:
7611 #  - "throughput"
7612 #  - "parent"
7613 #  - "tags"
7614 #  sort:
7615 #  - "L2XCFWD"
7616 #  - "L2XCFWD"
7617 #  - "L2XCFWD"
7618 #  - "L2BDMACLRN"
7619 #  - "L2BDMACLRN"
7620 #  - "L2BDMACLRN"
7621 #  - "IP4FWD"
7622 #  traces:
7623 #    hoverinfo: "x+y"
7624 #    boxpoints: "outliers"
7625 #    whiskerwidth: 0
7626 #  layout:
7627 #    title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
7628 #    layout: "plot-throughput"
7629 #
7630 #-
7631 #  type: "plot"
7632 #  title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
7633 #  algorithm: "plot_performance_box"
7634 #  output-file-type: ".html"
7635 #  output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
7636 #  data: "plot-vpp-throughput-latency-3n-hsw"
7637 #  filter: "'NIC_Intel-X710' and
7638 #           '64B' and
7639 #           ('BASE' or 'SCALE') and
7640 #           'NDRPDR' and
7641 #           '1T1C' and
7642 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7643 #           not 'VHOST' and
7644 #           'MEMIF'"
7645 #  parameters:
7646 #  - "throughput"
7647 #  - "parent"
7648 #  - "tags"
7649 #  sort:
7650 #  - "L2XCFWD"
7651 #  - "L2XCFWD"
7652 #  - "L2XCFWD"
7653 #  - "L2BDMACLRN"
7654 #  - "L2BDMACLRN"
7655 #  - "L2BDMACLRN"
7656 #  - "IP4FWD"
7657 #  traces:
7658 #    hoverinfo: "x+y"
7659 #    boxpoints: "outliers"
7660 #    whiskerwidth: 0
7661 #  layout:
7662 #    title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
7663 #    layout: "plot-throughput"
7664 #
7665 #-
7666 #  type: "plot"
7667 #  title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
7668 #  algorithm: "plot_performance_box"
7669 #  output-file-type: ".html"
7670 #  output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
7671 #  data: "plot-vpp-throughput-latency-3n-hsw"
7672 #  filter: "'NIC_Intel-X710' and
7673 #           '64B' and
7674 #           ('BASE' or 'SCALE') and
7675 #           'NDRPDR' and
7676 #           '2T2C' and
7677 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7678 #           not 'VHOST' and
7679 #           'MEMIF'"
7680 #  parameters:
7681 #  - "throughput"
7682 #  - "parent"
7683 #  - "tags"
7684 #  sort:
7685 #  - "L2XCFWD"
7686 #  - "L2XCFWD"
7687 #  - "L2XCFWD"
7688 #  - "L2BDMACLRN"
7689 #  - "L2BDMACLRN"
7690 #  - "L2BDMACLRN"
7691 #  - "IP4FWD"
7692 #  traces:
7693 #    hoverinfo: "x+y"
7694 #    boxpoints: "outliers"
7695 #    whiskerwidth: 0
7696 #  layout:
7697 #    title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
7698 #    layout: "plot-throughput"
7699 #
7700 #-
7701 #  type: "plot"
7702 #  title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
7703 #  algorithm: "plot_performance_box"
7704 #  output-file-type: ".html"
7705 #  output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
7706 #  data: "plot-vpp-throughput-latency-3n-hsw"
7707 #  filter: "'NIC_Intel-X710' and
7708 #           '64B' and
7709 #           ('BASE' or 'SCALE') and
7710 #           'NDRPDR' and
7711 #           '2T2C' and
7712 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7713 #           not 'VHOST' and
7714 #           'MEMIF'"
7715 #  parameters:
7716 #  - "throughput"
7717 #  - "parent"
7718 #  - "tags"
7719 #  sort:
7720 #  - "L2XCFWD"
7721 #  - "L2XCFWD"
7722 #  - "L2XCFWD"
7723 #  - "L2BDMACLRN"
7724 #  - "L2BDMACLRN"
7725 #  - "L2BDMACLRN"
7726 #  - "IP4FWD"
7727 #  traces:
7728 #    hoverinfo: "x+y"
7729 #    boxpoints: "outliers"
7730 #    whiskerwidth: 0
7731 #  layout:
7732 #    title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
7733 #    layout: "plot-throughput"
7734 #
7735 ## Packet Throughput - VPP Container Memif 3n-hsw-xl710
7736 #-
7737 #  type: "plot"
7738 #  title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
7739 #  algorithm: "plot_performance_box"
7740 #  output-file-type: ".html"
7741 #  output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
7742 #  data: "plot-vpp-throughput-latency-3n-hsw"
7743 #  filter: "'NIC_Intel-XL710' and
7744 #           '64B' and
7745 #           ('BASE' or 'SCALE') and
7746 #           'NDRPDR' and
7747 #           '1T1C' and
7748 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7749 #           not 'VHOST' and
7750 #           'MEMIF'"
7751 #  parameters:
7752 #  - "throughput"
7753 #  - "parent"
7754 #  - "tags"
7755 #  sort:
7756 #  - "L2XCFWD"
7757 #  - "L2XCFWD"
7758 #  - "L2XCFWD"
7759 #  - "L2BDMACLRN"
7760 #  - "L2BDMACLRN"
7761 #  - "L2BDMACLRN"
7762 #  - "IP4FWD"
7763 #  traces:
7764 #    hoverinfo: "x+y"
7765 #    boxpoints: "outliers"
7766 #    whiskerwidth: 0
7767 #  layout:
7768 #    title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
7769 #    layout: "plot-throughput"
7770 #
7771 #-
7772 #  type: "plot"
7773 #  title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
7774 #  algorithm: "plot_performance_box"
7775 #  output-file-type: ".html"
7776 #  output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
7777 #  data: "plot-vpp-throughput-latency-3n-hsw"
7778 #  filter: "'NIC_Intel-XL710' and
7779 #           '64B' and
7780 #           ('BASE' or 'SCALE') and
7781 #           'NDRPDR' and
7782 #           '1T1C' and
7783 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7784 #           not 'VHOST' and
7785 #           'MEMIF'"
7786 #  parameters:
7787 #  - "throughput"
7788 #  - "parent"
7789 #  - "tags"
7790 #  sort:
7791 #  - "L2XCFWD"
7792 #  - "L2XCFWD"
7793 #  - "L2XCFWD"
7794 #  - "L2BDMACLRN"
7795 #  - "L2BDMACLRN"
7796 #  - "L2BDMACLRN"
7797 #  - "IP4FWD"
7798 #  traces:
7799 #    hoverinfo: "x+y"
7800 #    boxpoints: "outliers"
7801 #    whiskerwidth: 0
7802 #  layout:
7803 #    title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
7804 #    layout: "plot-throughput"
7805 #
7806 #-
7807 #  type: "plot"
7808 #  title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
7809 #  algorithm: "plot_performance_box"
7810 #  output-file-type: ".html"
7811 #  output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
7812 #  data: "plot-vpp-throughput-latency-3n-hsw"
7813 #  filter: "'NIC_Intel-XL710' and
7814 #           '64B' and
7815 #           ('BASE' or 'SCALE') and
7816 #           'NDRPDR' and
7817 #           '2T2C' and
7818 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7819 #           not 'VHOST' and
7820 #           'MEMIF'"
7821 #  parameters:
7822 #  - "throughput"
7823 #  - "parent"
7824 #  - "tags"
7825 #  sort:
7826 #  - "L2XCFWD"
7827 #  - "L2XCFWD"
7828 #  - "L2XCFWD"
7829 #  - "L2BDMACLRN"
7830 #  - "L2BDMACLRN"
7831 #  - "L2BDMACLRN"
7832 #  - "IP4FWD"
7833 #  traces:
7834 #    hoverinfo: "x+y"
7835 #    boxpoints: "outliers"
7836 #    whiskerwidth: 0
7837 #  layout:
7838 #    title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
7839 #    layout: "plot-throughput"
7840 #
7841 #-
7842 #  type: "plot"
7843 #  title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
7844 #  algorithm: "plot_performance_box"
7845 #  output-file-type: ".html"
7846 #  output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
7847 #  data: "plot-vpp-throughput-latency-3n-hsw"
7848 #  filter: "'NIC_Intel-XL710' and
7849 #           '64B' and
7850 #           ('BASE' or 'SCALE') and
7851 #           'NDRPDR' and
7852 #           '2T2C' and
7853 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7854 #           not 'VHOST' and
7855 #           'MEMIF'"
7856 #  parameters:
7857 #  - "throughput"
7858 #  - "parent"
7859 #  - "tags"
7860 #  sort:
7861 #  - "L2XCFWD"
7862 #  - "L2XCFWD"
7863 #  - "L2XCFWD"
7864 #  - "L2BDMACLRN"
7865 #  - "L2BDMACLRN"
7866 #  - "L2BDMACLRN"
7867 #  - "IP4FWD"
7868 #  traces:
7869 #    hoverinfo: "x+y"
7870 #    boxpoints: "outliers"
7871 #    whiskerwidth: 0
7872 #  layout:
7873 #    title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
7874 #    layout: "plot-throughput"
7875
7876 # Packet Throughput - VPP Container Memif 3n-skx-x710
7877 -
7878   type: "plot"
7879   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
7880   algorithm: "plot_performance_box"
7881   output-file-type: ".html"
7882   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
7883   data: "plot-vpp-throughput-latency-3n-skx"
7884   filter: "'NIC_Intel-X710' and
7885            '64B' and
7886            ('BASE' or 'SCALE') and
7887            'NDRPDR' and
7888            '2T1C' and
7889            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7890            not 'VHOST' and
7891            'MEMIF'"
7892   parameters:
7893   - "throughput"
7894   - "parent"
7895   - "tags"
7896   sort:
7897   - "L2XCFWD"
7898   - "L2XCFWD"
7899   - "L2XCFWD"
7900   - "L2BDMACLRN"
7901   - "L2BDMACLRN"
7902   - "L2BDMACLRN"
7903   - "IP4FWD"
7904   traces:
7905     hoverinfo: "x+y"
7906     boxpoints: "outliers"
7907     whiskerwidth: 0
7908   layout:
7909     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
7910     layout: "plot-throughput"
7911
7912 -
7913   type: "plot"
7914   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
7915   algorithm: "plot_performance_box"
7916   output-file-type: ".html"
7917   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
7918   data: "plot-vpp-throughput-latency-3n-skx"
7919   filter: "'NIC_Intel-X710' and
7920            '64B' and
7921            ('BASE' or 'SCALE') and
7922            'NDRPDR' and
7923            '2T1C' and
7924            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7925            not 'VHOST' and
7926            'MEMIF'"
7927   parameters:
7928   - "throughput"
7929   - "parent"
7930   - "tags"
7931   sort:
7932   - "L2XCFWD"
7933   - "L2XCFWD"
7934   - "L2XCFWD"
7935   - "L2BDMACLRN"
7936   - "L2BDMACLRN"
7937   - "L2BDMACLRN"
7938   - "IP4FWD"
7939   traces:
7940     hoverinfo: "x+y"
7941     boxpoints: "outliers"
7942     whiskerwidth: 0
7943   layout:
7944     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
7945     layout: "plot-throughput"
7946
7947 -
7948   type: "plot"
7949   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
7950   algorithm: "plot_performance_box"
7951   output-file-type: ".html"
7952   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
7953   data: "plot-vpp-throughput-latency-3n-skx"
7954   filter: "'NIC_Intel-X710' and
7955            '64B' and
7956            ('BASE' or 'SCALE') and
7957            'NDRPDR' and
7958            '4T2C' and
7959            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7960            not 'VHOST' and
7961            'MEMIF'"
7962   parameters:
7963   - "throughput"
7964   - "parent"
7965   - "tags"
7966   sort:
7967   - "L2XCFWD"
7968   - "L2XCFWD"
7969   - "L2XCFWD"
7970   - "L2BDMACLRN"
7971   - "L2BDMACLRN"
7972   - "L2BDMACLRN"
7973   - "IP4FWD"
7974   traces:
7975     hoverinfo: "x+y"
7976     boxpoints: "outliers"
7977     whiskerwidth: 0
7978   layout:
7979     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
7980     layout: "plot-throughput"
7981
7982 -
7983   type: "plot"
7984   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
7985   algorithm: "plot_performance_box"
7986   output-file-type: ".html"
7987   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
7988   data: "plot-vpp-throughput-latency-3n-skx"
7989   filter: "'NIC_Intel-X710' and
7990            '64B' and
7991            ('BASE' or 'SCALE') and
7992            'NDRPDR' and
7993            '4T2C' and
7994            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7995            not 'VHOST' and
7996            'MEMIF'"
7997   parameters:
7998   - "throughput"
7999   - "parent"
8000   - "tags"
8001   sort:
8002   - "L2XCFWD"
8003   - "L2XCFWD"
8004   - "L2XCFWD"
8005   - "L2BDMACLRN"
8006   - "L2BDMACLRN"
8007   - "L2BDMACLRN"
8008   - "IP4FWD"
8009   traces:
8010     hoverinfo: "x+y"
8011     boxpoints: "outliers"
8012     whiskerwidth: 0
8013   layout:
8014     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
8015     layout: "plot-throughput"
8016
8017 ## Packet Throughput - VPP Container Memif 2n-skx-x710
8018 #-
8019 #  type: "plot"
8020 #  title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
8021 #  algorithm: "plot_performance_box"
8022 #  output-file-type: ".html"
8023 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
8024 #  data: "plot-vpp-throughput-latency-2n-skx"
8025 #  filter: "'NIC_Intel-X710' and
8026 #           '64B' and
8027 #           ('BASE' or 'SCALE') and
8028 #           'NDRPDR' and
8029 #           '2T1C' and
8030 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8031 #           not 'VHOST' and
8032 #           not 'NF_DENSITY' and
8033 #           'MEMIF'"
8034 #  parameters:
8035 #  - "throughput"
8036 #  - "parent"
8037 #  - "tags"
8038 #  sort:
8039 #  - "L2XCFWD"
8040 #  - "L2XCFWD"
8041 #  - "L2XCFWD"
8042 #  - "L2BDMACLRN"
8043 #  - "L2BDMACLRN"
8044 #  - "L2BDMACLRN"
8045 #  - "IP4FWD"
8046 #  traces:
8047 #    hoverinfo: "x+y"
8048 #    boxpoints: "outliers"
8049 #    whiskerwidth: 0
8050 #  layout:
8051 #    title: "memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
8052 #    layout: "plot-throughput"
8053 #
8054 #-
8055 #  type: "plot"
8056 #  title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
8057 #  algorithm: "plot_performance_box"
8058 #  output-file-type: ".html"
8059 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
8060 #  data: "plot-vpp-throughput-latency-2n-skx"
8061 #  filter: "'NIC_Intel-X710' and
8062 #           '64B' and
8063 #           ('BASE' or 'SCALE') and
8064 #           'NDRPDR' and
8065 #           '2T1C' and
8066 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8067 #           not 'VHOST' and
8068 #           not 'NF_DENSITY' and
8069 #           'MEMIF'"
8070 #  parameters:
8071 #  - "throughput"
8072 #  - "parent"
8073 #  - "tags"
8074 #  sort:
8075 #  - "L2XCFWD"
8076 #  - "L2XCFWD"
8077 #  - "L2XCFWD"
8078 #  - "L2BDMACLRN"
8079 #  - "L2BDMACLRN"
8080 #  - "L2BDMACLRN"
8081 #  - "IP4FWD"
8082 #  traces:
8083 #    hoverinfo: "x+y"
8084 #    boxpoints: "outliers"
8085 #    whiskerwidth: 0
8086 #  layout:
8087 #    title: "memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
8088 #    layout: "plot-throughput"
8089 #
8090 #-
8091 #  type: "plot"
8092 #  title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
8093 #  algorithm: "plot_performance_box"
8094 #  output-file-type: ".html"
8095 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
8096 #  data: "plot-vpp-throughput-latency-2n-skx"
8097 #  filter: "'NIC_Intel-X710' and
8098 #           '64B' and
8099 #           ('BASE' or 'SCALE') and
8100 #           'NDRPDR' and
8101 #           '4T2C' and
8102 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8103 #           not 'VHOST' and
8104 #           not 'NF_DENSITY' and
8105 #           'MEMIF'"
8106 #  parameters:
8107 #  - "throughput"
8108 #  - "parent"
8109 #  - "tags"
8110 #  sort:
8111 #  - "L2XCFWD"
8112 #  - "L2XCFWD"
8113 #  - "L2XCFWD"
8114 #  - "L2BDMACLRN"
8115 #  - "L2BDMACLRN"
8116 #  - "L2BDMACLRN"
8117 #  - "IP4FWD"
8118 #  traces:
8119 #    hoverinfo: "x+y"
8120 #    boxpoints: "outliers"
8121 #    whiskerwidth: 0
8122 #  layout:
8123 #    title: "memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
8124 #    layout: "plot-throughput"
8125 #
8126 #-
8127 #  type: "plot"
8128 #  title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
8129 #  algorithm: "plot_performance_box"
8130 #  output-file-type: ".html"
8131 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
8132 #  data: "plot-vpp-throughput-latency-2n-skx"
8133 #  filter: "'NIC_Intel-X710' and
8134 #           '64B' and
8135 #           ('BASE' or 'SCALE') and
8136 #           'NDRPDR' and
8137 #           '4T2C' and
8138 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8139 #           not 'VHOST' and
8140 #           not 'NF_DENSITY' and
8141 #           'MEMIF'"
8142 #  parameters:
8143 #  - "throughput"
8144 #  - "parent"
8145 #  - "tags"
8146 #  sort:
8147 #  - "L2XCFWD"
8148 #  - "L2XCFWD"
8149 #  - "L2XCFWD"
8150 #  - "L2BDMACLRN"
8151 #  - "L2BDMACLRN"
8152 #  - "L2BDMACLRN"
8153 #  - "IP4FWD"
8154 #  traces:
8155 #    hoverinfo: "x+y"
8156 #    boxpoints: "outliers"
8157 #    whiskerwidth: 0
8158 #  layout:
8159 #    title: "memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
8160 #    layout: "plot-throughput"
8161 #
8162 ## Packet Throughput - VPP Container Memif 2n-skx-xxv710
8163 #-
8164 #  type: "plot"
8165 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
8166 #  algorithm: "plot_performance_box"
8167 #  output-file-type: ".html"
8168 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
8169 #  data: "plot-vpp-throughput-latency-2n-skx"
8170 #  filter: "'NIC_Intel-XXV710' and
8171 #           '64B' and
8172 #           ('BASE' or 'SCALE') and
8173 #           'NDRPDR' and
8174 #           '2T1C' and
8175 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8176 #           not 'VHOST' and
8177 #           'MEMIF'"
8178 #  parameters:
8179 #  - "throughput"
8180 #  - "parent"
8181 #  - "tags"
8182 #  sort:
8183 #  - "L2XCFWD"
8184 #  - "L2XCFWD"
8185 #  - "L2XCFWD"
8186 #  - "L2BDMACLRN"
8187 #  - "L2BDMACLRN"
8188 #  - "L2BDMACLRN"
8189 #  - "IP4FWD"
8190 #  traces:
8191 #    hoverinfo: "x+y"
8192 #    boxpoints: "outliers"
8193 #    whiskerwidth: 0
8194 #  layout:
8195 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
8196 #    layout: "plot-throughput"
8197 #
8198 #-
8199 #  type: "plot"
8200 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
8201 #  algorithm: "plot_performance_box"
8202 #  output-file-type: ".html"
8203 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
8204 #  data: "plot-vpp-throughput-latency-2n-skx"
8205 #  filter: "'NIC_Intel-XXV710' and
8206 #           '64B' and
8207 #           ('BASE' or 'SCALE') and
8208 #           'NDRPDR' and
8209 #           '2T1C' and
8210 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8211 #           not 'VHOST' and
8212 #           'MEMIF'"
8213 #  parameters:
8214 #  - "throughput"
8215 #  - "parent"
8216 #  - "tags"
8217 #  sort:
8218 #  - "L2XCFWD"
8219 #  - "L2XCFWD"
8220 #  - "L2XCFWD"
8221 #  - "L2BDMACLRN"
8222 #  - "L2BDMACLRN"
8223 #  - "L2BDMACLRN"
8224 #  - "IP4FWD"
8225 #  traces:
8226 #    hoverinfo: "x+y"
8227 #    boxpoints: "outliers"
8228 #    whiskerwidth: 0
8229 #  layout:
8230 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
8231 #    layout: "plot-throughput"
8232 #
8233 #-
8234 #  type: "plot"
8235 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
8236 #  algorithm: "plot_performance_box"
8237 #  output-file-type: ".html"
8238 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
8239 #  data: "plot-vpp-throughput-latency-2n-skx"
8240 #  filter: "'NIC_Intel-XXV710' and
8241 #           '64B' and
8242 #           ('BASE' or 'SCALE') and
8243 #           'NDRPDR' and
8244 #           '4T2C' and
8245 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8246 #           not 'VHOST' and
8247 #           'MEMIF'"
8248 #  parameters:
8249 #  - "throughput"
8250 #  - "parent"
8251 #  - "tags"
8252 #  sort:
8253 #  - "L2XCFWD"
8254 #  - "L2XCFWD"
8255 #  - "L2XCFWD"
8256 #  - "L2BDMACLRN"
8257 #  - "L2BDMACLRN"
8258 #  - "L2BDMACLRN"
8259 #  - "IP4FWD"
8260 #  traces:
8261 #    hoverinfo: "x+y"
8262 #    boxpoints: "outliers"
8263 #    whiskerwidth: 0
8264 #  layout:
8265 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
8266 #    layout: "plot-throughput"
8267 #
8268 #-
8269 #  type: "plot"
8270 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
8271 #  algorithm: "plot_performance_box"
8272 #  output-file-type: ".html"
8273 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
8274 #  data: "plot-vpp-throughput-latency-2n-skx"
8275 #  filter: "'NIC_Intel-XXV710' and
8276 #           '64B' and
8277 #           ('BASE' or 'SCALE') and
8278 #           'NDRPDR' and
8279 #           '4T2C' and
8280 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8281 #           not 'VHOST' and
8282 #           'MEMIF'"
8283 #  parameters:
8284 #  - "throughput"
8285 #  - "parent"
8286 #  - "tags"
8287 #  sort:
8288 #  - "L2XCFWD"
8289 #  - "L2XCFWD"
8290 #  - "L2XCFWD"
8291 #  - "L2BDMACLRN"
8292 #  - "L2BDMACLRN"
8293 #  - "L2BDMACLRN"
8294 #  - "IP4FWD"
8295 #  traces:
8296 #    hoverinfo: "x+y"
8297 #    boxpoints: "outliers"
8298 #    whiskerwidth: 0
8299 #  layout:
8300 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
8301 #    layout: "plot-throughput"
8302
8303 ################################################################################
8304
8305 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
8306 #-
8307 #  type: "plot"
8308 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
8309 #  algorithm: "plot_performance_box"
8310 #  output-file-type: ".html"
8311 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
8312 #  data: "plot-ligato-throughput-latency-3n-hsw"
8313 #  filter: "'NIC_Intel-X520-DA2' and
8314 #           '64B' and
8315 #           ('BASE' or 'SCALE') and
8316 #           'NDRPDR' and
8317 #           '1T1C' and
8318 #           'L2XCFWD' and
8319 #           not 'VHOST' and
8320 #           not 'NF_DENSITY' and
8321 #           'MEMIF'"
8322 #  parameters:
8323 #  - "throughput"
8324 #  - "parent"
8325 #  - "tags"
8326 #  sort:
8327 #  - "1VNF"
8328 #  - "2VNF"
8329 #  - "4VNF"
8330 #  - "2VNF"
8331 #  - "4VNF"
8332 #  traces:
8333 #    hoverinfo: "x+y"
8334 #    boxpoints: "outliers"
8335 #    whiskerwidth: 0
8336 #  layout:
8337 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
8338 #    layout: "plot-throughput"
8339 #
8340 #-
8341 #  type: "plot"
8342 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
8343 #  algorithm: "plot_performance_box"
8344 #  output-file-type: ".html"
8345 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
8346 #  data: "plot-ligato-throughput-latency-3n-hsw"
8347 #  filter: "'NIC_Intel-X520-DA2' and
8348 #           '64B' and
8349 #           ('BASE' or 'SCALE') and
8350 #           'NDRPDR' and
8351 #           '1T1C' and
8352 #           'L2XCFWD' and
8353 #           not 'VHOST' and
8354 #           not 'NF_DENSITY' and
8355 #           'MEMIF'"
8356 #  parameters:
8357 #  - "throughput"
8358 #  - "parent"
8359 #  - "tags"
8360 #  sort:
8361 #  - "1VNF"
8362 #  - "2VNF"
8363 #  - "4VNF"
8364 #  - "2VNF"
8365 #  - "4VNF"
8366 #  traces:
8367 #    hoverinfo: "x+y"
8368 #    boxpoints: "outliers"
8369 #    whiskerwidth: 0
8370 #  layout:
8371 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
8372 #    layout: "plot-throughput"
8373 #
8374 #-
8375 #  type: "plot"
8376 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8377 #  algorithm: "plot_performance_box"
8378 #  output-file-type: ".html"
8379 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8380 #  data: "plot-ligato-throughput-latency-3n-hsw"
8381 #  filter: "'NIC_Intel-X520-DA2' and
8382 #           '64B' and
8383 #           ('BASE' or 'SCALE') and
8384 #           'NDRPDR' and
8385 #           '2T2C' and
8386 #           'L2XCFWD' and
8387 #           not 'VHOST' and
8388 #           not 'NF_DENSITY' and
8389 #           'MEMIF'"
8390 #  parameters:
8391 #  - "throughput"
8392 #  - "parent"
8393 #  - "tags"
8394 #  sort:
8395 #  - "1VNF"
8396 #  - "2VNF"
8397 #  - "4VNF"
8398 #  - "2VNF"
8399 #  - "4VNF"
8400 #  traces:
8401 #    hoverinfo: "x+y"
8402 #    boxpoints: "outliers"
8403 #    whiskerwidth: 0
8404 #  layout:
8405 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8406 #    layout: "plot-throughput"
8407 #
8408 #-
8409 #  type: "plot"
8410 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8411 #  algorithm: "plot_performance_box"
8412 #  output-file-type: ".html"
8413 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8414 #  data: "plot-ligato-throughput-latency-3n-hsw"
8415 #  filter: "'NIC_Intel-X520-DA2' and
8416 #           '64B' and
8417 #           ('BASE' or 'SCALE') and
8418 #           'NDRPDR' and
8419 #           '2T2C' and
8420 #           'L2XCFWD' and
8421 #           not 'VHOST' and
8422 #           not 'NF_DENSITY' and
8423 #           'MEMIF'"
8424 #  parameters:
8425 #  - "throughput"
8426 #  - "parent"
8427 #  - "tags"
8428 #  sort:
8429 #  - "1VNF"
8430 #  - "2VNF"
8431 #  - "4VNF"
8432 #  - "2VNF"
8433 #  - "4VNF"
8434 #  traces:
8435 #    hoverinfo: "x+y"
8436 #    boxpoints: "outliers"
8437 #    whiskerwidth: 0
8438 #  layout:
8439 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8440 #    layout: "plot-throughput"
8441 #
8442 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
8443 #-
8444 #  type: "plot"
8445 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8446 #  algorithm: "plot_performance_box"
8447 #  output-file-type: ".html"
8448 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8449 #  data: "plot-ligato-throughput-latency-3n-hsw"
8450 #  filter: "'NIC_Intel-X520-DA2' and
8451 #           '64B' and
8452 #           ('BASE' or 'SCALE') and
8453 #           'NDRPDR' and
8454 #           '1T1C' and
8455 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
8456 #           not 'VHOST' and
8457 #           not 'NF_DENSITY' and
8458 #           'MEMIF'"
8459 #  parameters:
8460 #  - "throughput"
8461 #  - "parent"
8462 #  - "tags"
8463 #  sort:
8464 #  - "1VNF"
8465 #  - "2VNF"
8466 #  - "4VNF"
8467 #  - "2VNF"
8468 #  - "4VNF"
8469 #  traces:
8470 #    hoverinfo: "x+y"
8471 #    boxpoints: "outliers"
8472 #    whiskerwidth: 0
8473 #  layout:
8474 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8475 #    layout: "plot-throughput"
8476 #
8477 #-
8478 #  type: "plot"
8479 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8480 #  algorithm: "plot_performance_box"
8481 #  output-file-type: ".html"
8482 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8483 #  data: "plot-ligato-throughput-latency-3n-hsw"
8484 #  filter: "'NIC_Intel-X520-DA2' and
8485 #           '64B' and
8486 #           ('BASE' or 'SCALE') and
8487 #           'NDRPDR' and
8488 #           '1T1C' and
8489 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
8490 #           not 'VHOST' and
8491 #           not 'NF_DENSITY' and
8492 #           'MEMIF'"
8493 #  parameters:
8494 #  - "throughput"
8495 #  - "parent"
8496 #  - "tags"
8497 #  sort:
8498 #  - "1VNF"
8499 #  - "2VNF"
8500 #  - "4VNF"
8501 #  - "2VNF"
8502 #  - "4VNF"
8503 #  traces:
8504 #    hoverinfo: "x+y"
8505 #    boxpoints: "outliers"
8506 #    whiskerwidth: 0
8507 #  layout:
8508 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8509 #    layout: "plot-throughput"
8510 #
8511 #-
8512 #  type: "plot"
8513 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8514 #  algorithm: "plot_performance_box"
8515 #  output-file-type: ".html"
8516 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8517 #  data: "plot-ligato-throughput-latency-3n-hsw"
8518 #  filter: "'NIC_Intel-X520-DA2' and
8519 #           '64B' and
8520 #           ('BASE' or 'SCALE') and
8521 #           'NDRPDR' and
8522 #           '2T2C' and
8523 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
8524 #           not 'VHOST' and
8525 #           not 'NF_DENSITY' and
8526 #           'MEMIF'"
8527 #  parameters:
8528 #  - "throughput"
8529 #  - "parent"
8530 #  - "tags"
8531 #  sort:
8532 #  - "1VNF"
8533 #  - "2VNF"
8534 #  - "4VNF"
8535 #  - "2VNF"
8536 #  - "4VNF"
8537 #  traces:
8538 #    hoverinfo: "x+y"
8539 #    boxpoints: "outliers"
8540 #    whiskerwidth: 0
8541 #  layout:
8542 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8543 #    layout: "plot-throughput"
8544 #
8545 #-
8546 #  type: "plot"
8547 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8548 #  algorithm: "plot_performance_box"
8549 #  output-file-type: ".html"
8550 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8551 #  data: "plot-ligato-throughput-latency-3n-hsw"
8552 #  filter: "'NIC_Intel-X520-DA2' and
8553 #           '64B' and
8554 #           ('BASE' or 'SCALE') and
8555 #           'NDRPDR' and
8556 #           '2T2C' and
8557 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
8558 #           not 'VHOST' and
8559 #           not 'NF_DENSITY' and
8560 #           'MEMIF'"
8561 #  parameters:
8562 #  - "throughput"
8563 #  - "parent"
8564 #  - "tags"
8565 #  sort:
8566 #  - "1VNF"
8567 #  - "2VNF"
8568 #  - "4VNF"
8569 #  - "2VNF"
8570 #  - "4VNF"
8571 #  traces:
8572 #    hoverinfo: "x+y"
8573 #    boxpoints: "outliers"
8574 #    whiskerwidth: 0
8575 #  layout:
8576 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8577 #    layout: "plot-throughput"
8578 #
8579 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
8580 #-
8581 #  type: "plot"
8582 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8583 #  algorithm: "plot_performance_box"
8584 #  output-file-type: ".html"
8585 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8586 #  data: "plot-ligato-throughput-latency-3n-hsw"
8587 #  filter: "'NIC_Intel-X710' and
8588 #           '64B' and
8589 #           ('BASE' or 'SCALE') and
8590 #           'NDRPDR' and
8591 #           '1T1C' and
8592 #           'L2XCFWD' and
8593 #           not 'VHOST' and
8594 #           not 'NF_DENSITY' and
8595 #           'MEMIF'"
8596 #  parameters:
8597 #  - "throughput"
8598 #  - "parent"
8599 #  - "tags"
8600 #  sort:
8601 #  - "1VNF"
8602 #  - "2VNF"
8603 #  - "4VNF"
8604 #  - "2VNF"
8605 #  - "4VNF"
8606 #  traces:
8607 #    hoverinfo: "x+y"
8608 #    boxpoints: "outliers"
8609 #    whiskerwidth: 0
8610 #  layout:
8611 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8612 #    layout: "plot-throughput"
8613 #
8614 #-
8615 #  type: "plot"
8616 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8617 #  algorithm: "plot_performance_box"
8618 #  output-file-type: ".html"
8619 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8620 #  data: "plot-ligato-throughput-latency-3n-hsw"
8621 #  filter: "'NIC_Intel-X710' and
8622 #           '64B' and
8623 #           ('BASE' or 'SCALE') and
8624 #           'NDRPDR' and
8625 #           '1T1C' and
8626 #           'L2XCFWD' and
8627 #           not 'VHOST' and
8628 #           not 'NF_DENSITY' and
8629 #           'MEMIF'"
8630 #  parameters:
8631 #  - "throughput"
8632 #  - "parent"
8633 #  - "tags"
8634 #  sort:
8635 #  - "1VNF"
8636 #  - "2VNF"
8637 #  - "4VNF"
8638 #  - "2VNF"
8639 #  - "4VNF"
8640 #  traces:
8641 #    hoverinfo: "x+y"
8642 #    boxpoints: "outliers"
8643 #    whiskerwidth: 0
8644 #  layout:
8645 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8646 #    layout: "plot-throughput"
8647 #
8648 #-
8649 #  type: "plot"
8650 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8651 #  algorithm: "plot_performance_box"
8652 #  output-file-type: ".html"
8653 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8654 #  data: "plot-ligato-throughput-latency-3n-hsw"
8655 #  filter: "'NIC_Intel-X710' and
8656 #           '64B' and
8657 #           ('BASE' or 'SCALE') and
8658 #           'NDRPDR' and
8659 #           '2T2C' and
8660 #           'L2XCFWD' and
8661 #           not 'VHOST' and
8662 #           not 'NF_DENSITY' and
8663 #           'MEMIF'"
8664 #  parameters:
8665 #  - "throughput"
8666 #  - "parent"
8667 #  - "tags"
8668 #  sort:
8669 #  - "1VNF"
8670 #  - "2VNF"
8671 #  - "4VNF"
8672 #  - "2VNF"
8673 #  - "4VNF"
8674 #  traces:
8675 #    hoverinfo: "x+y"
8676 #    boxpoints: "outliers"
8677 #    whiskerwidth: 0
8678 #  layout:
8679 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8680 #    layout: "plot-throughput"
8681 #
8682 #-
8683 #  type: "plot"
8684 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8685 #  algorithm: "plot_performance_box"
8686 #  output-file-type: ".html"
8687 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8688 #  data: "plot-ligato-throughput-latency-3n-hsw"
8689 #  filter: "'NIC_Intel-X710' and
8690 #           '64B' and
8691 #           ('BASE' or 'SCALE') and
8692 #           'NDRPDR' and
8693 #           '2T2C' and
8694 #           'L2XCFWD' and
8695 #           not 'VHOST' and
8696 #           not 'NF_DENSITY' and
8697 #           'MEMIF'"
8698 #  parameters:
8699 #  - "throughput"
8700 #  - "parent"
8701 #  - "tags"
8702 #  sort:
8703 #  - "1VNF"
8704 #  - "2VNF"
8705 #  - "4VNF"
8706 #  - "2VNF"
8707 #  - "4VNF"
8708 #  traces:
8709 #    hoverinfo: "x+y"
8710 #    boxpoints: "outliers"
8711 #    whiskerwidth: 0
8712 #  layout:
8713 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8714 #    layout: "plot-throughput"
8715 #
8716 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
8717 #-
8718 #  type: "plot"
8719 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8720 #  algorithm: "plot_performance_box"
8721 #  output-file-type: ".html"
8722 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8723 #  data: "plot-ligato-throughput-latency-3n-hsw"
8724 #  filter: "'NIC_Intel-X710' and
8725 #           '64B' and
8726 #           ('BASE' or 'SCALE') and
8727 #           'NDRPDR' and
8728 #           '1T1C' and
8729 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
8730 #           not 'VHOST' and
8731 #           not 'NF_DENSITY' and
8732 #           'MEMIF'"
8733 #  parameters:
8734 #  - "throughput"
8735 #  - "parent"
8736 #  - "tags"
8737 #  sort:
8738 #  - "1VNF"
8739 #  - "2VNF"
8740 #  - "4VNF"
8741 #  - "2VNF"
8742 #  - "4VNF"
8743 #  traces:
8744 #    hoverinfo: "x+y"
8745 #    boxpoints: "outliers"
8746 #    whiskerwidth: 0
8747 #  layout:
8748 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8749 #    layout: "plot-throughput"
8750 #
8751 #-
8752 #  type: "plot"
8753 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8754 #  algorithm: "plot_performance_box"
8755 #  output-file-type: ".html"
8756 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8757 #  data: "plot-ligato-throughput-latency-3n-hsw"
8758 #  filter: "'NIC_Intel-X710' and
8759 #           '64B' and
8760 #           ('BASE' or 'SCALE') and
8761 #           'NDRPDR' and
8762 #           '1T1C' and
8763 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
8764 #           not 'VHOST' and
8765 #           not 'NF_DENSITY' and
8766 #           'MEMIF'"
8767 #  parameters:
8768 #  - "throughput"
8769 #  - "parent"
8770 #  - "tags"
8771 #  sort:
8772 #  - "1VNF"
8773 #  - "2VNF"
8774 #  - "4VNF"
8775 #  - "2VNF"
8776 #  - "4VNF"
8777 #  traces:
8778 #    hoverinfo: "x+y"
8779 #    boxpoints: "outliers"
8780 #    whiskerwidth: 0
8781 #  layout:
8782 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8783 #    layout: "plot-throughput"
8784 #
8785 #-
8786 #  type: "plot"
8787 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8788 #  algorithm: "plot_performance_box"
8789 #  output-file-type: ".html"
8790 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8791 #  data: "plot-ligato-throughput-latency-3n-hsw"
8792 #  filter: "'NIC_Intel-X710' and
8793 #           '64B' and
8794 #           ('BASE' or 'SCALE') and
8795 #           'NDRPDR' and
8796 #           '2T2C' and
8797 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
8798 #           not 'VHOST' and
8799 #           not 'NF_DENSITY' and
8800 #           'MEMIF'"
8801 #  parameters:
8802 #  - "throughput"
8803 #  - "parent"
8804 #  - "tags"
8805 #  sort:
8806 #  - "1VNF"
8807 #  - "2VNF"
8808 #  - "4VNF"
8809 #  - "2VNF"
8810 #  - "4VNF"
8811 #  traces:
8812 #    hoverinfo: "x+y"
8813 #    boxpoints: "outliers"
8814 #    whiskerwidth: 0
8815 #  layout:
8816 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8817 #    layout: "plot-throughput"
8818 #
8819 #-
8820 #  type: "plot"
8821 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8822 #  algorithm: "plot_performance_box"
8823 #  output-file-type: ".html"
8824 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8825 #  data: "plot-ligato-throughput-latency-3n-hsw"
8826 #  filter: "'NIC_Intel-X710' and
8827 #           '64B' and
8828 #           ('BASE' or 'SCALE') and
8829 #           'NDRPDR' and
8830 #           '2T2C' and
8831 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
8832 #           not 'VHOST' and
8833 #           not 'NF_DENSITY' and
8834 #           'MEMIF'"
8835 #  parameters:
8836 #  - "throughput"
8837 #  - "parent"
8838 #  - "tags"
8839 #  sort:
8840 #  - "1VNF"
8841 #  - "2VNF"
8842 #  - "4VNF"
8843 #  - "2VNF"
8844 #  - "4VNF"
8845 #  traces:
8846 #    hoverinfo: "x+y"
8847 #    boxpoints: "outliers"
8848 #    whiskerwidth: 0
8849 #  layout:
8850 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8851 #    layout: "plot-throughput"
8852
8853 ################################################################################
8854
8855 ## Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
8856 #-
8857 #  type: "plot"
8858 #  title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8859 #  algorithm: "plot_performance_box"
8860 #  output-file-type: ".html"
8861 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8862 #  data: "plot-vpp-throughput-latency-3n-hsw"
8863 #  filter: "'NIC_Intel-X520-DA2' and
8864 #           '64B' and
8865 #           ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8866 #           'NDRPDR' and
8867 #           '1T1C' and
8868 #           'IP4FWD' and
8869 #           not 'IPSEC' and
8870 #           not 'DOT1Q' and
8871 #           not 'VHOST'"
8872 #  parameters:
8873 #  - "throughput"
8874 #  - "parent"
8875 #  - "tags"
8876 #  sort:
8877 #  - "IP4BASE"
8878 #  - "FIB_20k"
8879 #  - "FIB_200k"
8880 #  - "FIB_2M"
8881 #  traces:
8882 #    hoverinfo: "x+y"
8883 #    boxpoints: "outliers"
8884 #    whiskerwidth: 0
8885 #  layout:
8886 #    title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8887 #    layout: "plot-throughput"
8888 #
8889 #-
8890 #  type: "plot"
8891 #  title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8892 #  algorithm: "plot_performance_box"
8893 #  output-file-type: ".html"
8894 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8895 #  data: "plot-vpp-throughput-latency-3n-hsw"
8896 #  filter: "'NIC_Intel-X520-DA2' and
8897 #           '64B' and
8898 #           ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8899 #           'NDRPDR' and
8900 #           '1T1C' and
8901 #           'IP4FWD' and
8902 #           not 'IPSEC' and
8903 #           not 'DOT1Q' and
8904 #           not 'VHOST'"
8905 #  parameters:
8906 #  - "throughput"
8907 #  - "parent"
8908 #  - "tags"
8909 #  sort:
8910 #  - "IP4BASE"
8911 #  - "FIB_20k"
8912 #  - "FIB_200k"
8913 #  - "FIB_2M"
8914 #  traces:
8915 #    hoverinfo: "x+y"
8916 #    boxpoints: "outliers"
8917 #    whiskerwidth: 0
8918 #  layout:
8919 #    title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8920 #    layout: "plot-throughput"
8921 #
8922 #-
8923 #  type: "plot"
8924 #  title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8925 #  algorithm: "plot_performance_box"
8926 #  output-file-type: ".html"
8927 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8928 #  data: "plot-vpp-throughput-latency-3n-hsw"
8929 #  filter: "'NIC_Intel-X520-DA2' and
8930 #           '64B' and
8931 #           ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8932 #           'NDRPDR' and
8933 #           '2T2C' and
8934 #           'IP4FWD' and
8935 #           not 'IPSEC' and
8936 #           not 'DOT1Q' and
8937 #           not 'VHOST'"
8938 #  parameters:
8939 #  - "throughput"
8940 #  - "parent"
8941 #  - "tags"
8942 #  sort:
8943 #  - "IP4BASE"
8944 #  - "FIB_20k"
8945 #  - "FIB_200k"
8946 #  - "FIB_2M"
8947 #  traces:
8948 #    hoverinfo: "x+y"
8949 #    boxpoints: "outliers"
8950 #    whiskerwidth: 0
8951 #  layout:
8952 #    title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8953 #    layout: "plot-throughput"
8954 #
8955 #-
8956 #  type: "plot"
8957 #  title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8958 #  algorithm: "plot_performance_box"
8959 #  output-file-type: ".html"
8960 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8961 #  data: "plot-vpp-throughput-latency-3n-hsw"
8962 #  filter: "'NIC_Intel-X520-DA2' and
8963 #           '64B' and
8964 #           ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8965 #           'NDRPDR' and
8966 #           '2T2C' and
8967 #           'IP4FWD' and
8968 #           not 'IPSEC' and
8969 #           not 'DOT1Q' and
8970 #           not 'VHOST'"
8971 #  parameters:
8972 #  - "throughput"
8973 #  - "parent"
8974 #  - "tags"
8975 #  sort:
8976 #  - "IP4BASE"
8977 #  - "FIB_20k"
8978 #  - "FIB_200k"
8979 #  - "FIB_2M"
8980 #  traces:
8981 #    hoverinfo: "x+y"
8982 #    boxpoints: "outliers"
8983 #    whiskerwidth: 0
8984 #  layout:
8985 #    title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8986 #    layout: "plot-throughput"
8987 #
8988 ## Packet Throughput - VPP IPv4 3n-hsw-x520 features
8989 #-
8990 #  type: "plot"
8991 #  title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8992 #  algorithm: "plot_performance_box"
8993 #  output-file-type: ".html"
8994 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8995 #  data: "plot-vpp-throughput-latency-3n-hsw"
8996 #  filter: "'NIC_Intel-X520-DA2' and
8997 #           '64B' and
8998 #           ('IP4BASE' or
8999 #            'POLICE_MARK' or
9000 #            'COPWHLIST' or
9001 #            ('NAT44' and 'BASE') or
9002 #            ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9003 #           'NDRPDR' and
9004 #           '1T1C' and
9005 #           'IP4FWD' and
9006 #           not 'IPSEC' and
9007 #           not 'VHOST'"
9008 #  parameters:
9009 #  - "throughput"
9010 #  - "parent"
9011 #  - "tags"
9012 #  sort:
9013 #  - "DOT1Q"
9014 #  - "IP4BASE"
9015 #  - "NAT44"
9016 #  - "POLICE_MARK"
9017 #  - "COPWHLIST"
9018 #  - "IACL"
9019 #  - "OACL"
9020 #  traces:
9021 #    hoverinfo: "x+y"
9022 #    boxpoints: "outliers"
9023 #    whiskerwidth: 0
9024 #  layout:
9025 #    title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9026 #    layout: "plot-throughput"
9027 #
9028 #-
9029 #  type: "plot"
9030 #  title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
9031 #  algorithm: "plot_performance_box"
9032 #  output-file-type: ".html"
9033 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
9034 #  data: "plot-vpp-throughput-latency-3n-hsw"
9035 #  filter: "'NIC_Intel-X520-DA2' and
9036 #           '64B' and
9037 #           ('IP4BASE' or
9038 #            'POLICE_MARK' or
9039 #            'COPWHLIST' or
9040 #            ('NAT44' and 'BASE') or
9041 #            ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9042 #           'NDRPDR' and
9043 #           '1T1C' and
9044 #           'IP4FWD' and
9045 #           not 'IPSEC' and
9046 #           not 'VHOST'"
9047 #  parameters:
9048 #  - "throughput"
9049 #  - "parent"
9050 #  - "tags"
9051 #  sort:
9052 #  - "DOT1Q"
9053 #  - "IP4BASE"
9054 #  - "NAT44"
9055 #  - "POLICE_MARK"
9056 #  - "COPWHLIST"
9057 #  - "IACL"
9058 #  - "OACL"
9059 #  traces:
9060 #    hoverinfo: "x+y"
9061 #    boxpoints: "outliers"
9062 #    whiskerwidth: 0
9063 #  layout:
9064 #    title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
9065 #    layout: "plot-throughput"
9066 #
9067 #-
9068 #  type: "plot"
9069 #  title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
9070 #  algorithm: "plot_performance_box"
9071 #  output-file-type: ".html"
9072 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
9073 #  data: "plot-vpp-throughput-latency-3n-hsw"
9074 #  filter: "'NIC_Intel-X520-DA2' and
9075 #           '64B' and
9076 #           ('IP4BASE' or
9077 #            'POLICE_MARK' or
9078 #            'COPWHLIST' or
9079 #            ('NAT44' and 'BASE') or
9080 #            ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9081 #           'NDRPDR' and
9082 #           '2T2C' and
9083 #           'IP4FWD' and
9084 #           not 'IPSEC' and
9085 #           not 'VHOST'"
9086 #  parameters:
9087 #  - "throughput"
9088 #  - "parent"
9089 #  - "tags"
9090 #  sort:
9091 #  - "DOT1Q"
9092 #  - "IP4BASE"
9093 #  - "NAT44"
9094 #  - "POLICE_MARK"
9095 #  - "COPWHLIST"
9096 #  - "IACL"
9097 #  - "OACL"
9098 #  traces:
9099 #    hoverinfo: "x+y"
9100 #    boxpoints: "outliers"
9101 #    whiskerwidth: 0
9102 #  layout:
9103 #    title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
9104 #    layout: "plot-throughput"
9105 #
9106 #-
9107 #  type: "plot"
9108 #  title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
9109 #  algorithm: "plot_performance_box"
9110 #  output-file-type: ".html"
9111 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
9112 #  data: "plot-vpp-throughput-latency-3n-hsw"
9113 #  filter: "'NIC_Intel-X520-DA2' and
9114 #           '64B' and
9115 #           ('IP4BASE' or
9116 #            'POLICE_MARK' or
9117 #            'COPWHLIST' or
9118 #            ('NAT44' and 'BASE') or
9119 #            ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9120 #           'NDRPDR' and
9121 #           '2T2C' and
9122 #           'IP4FWD' and
9123 #           not 'IPSEC' and
9124 #           not 'VHOST'"
9125 #  parameters:
9126 #  - "throughput"
9127 #  - "parent"
9128 #  - "tags"
9129 #  sort:
9130 #  - "DOT1Q"
9131 #  - "IP4BASE"
9132 #  - "NAT44"
9133 #  - "POLICE_MARK"
9134 #  - "COPWHLIST"
9135 #  - "IACL"
9136 #  - "OACL"
9137 #  traces:
9138 #    hoverinfo: "x+y"
9139 #    boxpoints: "outliers"
9140 #    whiskerwidth: 0
9141 #  layout:
9142 #    title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
9143 #    layout: "plot-throughput"
9144 #
9145 ## Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
9146 #-
9147 #  type: "plot"
9148 #  title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
9149 #  algorithm: "plot_performance_box"
9150 #  output-file-type: ".html"
9151 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
9152 #  data: "plot-vpp-throughput-latency-3n-hsw"
9153 #  filter: "'NIC_Intel-X520-DA2' and
9154 #           '64B' and
9155 #           'NDRPDR' and
9156 #           '1T1C' and
9157 #           'IP4FWD' and
9158 #           ('NAT44' or 'IP4BASE') and
9159 #           not 'DOT1Q' and
9160 #           not 'IPSEC' and
9161 #           not 'VHOST'"
9162 #  parameters:
9163 #  - "throughput"
9164 #  - "parent"
9165 #  - "tags"
9166 #  sort:
9167 #  - "IP4BASE"
9168 #  - "BASE"
9169 #  - "SRC_USER_10"
9170 #  - "SRC_USER_100"
9171 #  - "SRC_USER_1000"
9172 #  - "SRC_USER_2000"
9173 #  traces:
9174 #    hoverinfo: "x+y"
9175 #    boxpoints: "outliers"
9176 #    whiskerwidth: 0
9177 #  layout:
9178 #    title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
9179 #    layout: "plot-throughput"
9180 #
9181 #-
9182 #  type: "plot"
9183 #  title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
9184 #  algorithm: "plot_performance_box"
9185 #  output-file-type: ".html"
9186 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
9187 #  data: "plot-vpp-throughput-latency-3n-hsw"
9188 #  filter: "'NIC_Intel-X520-DA2' and
9189 #           '64B' and
9190 #           'NDRPDR' and
9191 #           '1T1C' and
9192 #           'IP4FWD' and
9193 #           ('NAT44' or 'IP4BASE') and
9194 #           not 'DOT1Q' and
9195 #           not 'IPSEC' and
9196 #           not 'VHOST'"
9197 #  parameters:
9198 #  - "throughput"
9199 #  - "parent"
9200 #  - "tags"
9201 #  sort:
9202 #  - "IP4BASE"
9203 #  - "BASE"
9204 #  - "SRC_USER_10"
9205 #  - "SRC_USER_100"
9206 #  - "SRC_USER_1000"
9207 #  - "SRC_USER_2000"
9208 #  traces:
9209 #    hoverinfo: "x+y"
9210 #    boxpoints: "outliers"
9211 #    whiskerwidth: 0
9212 #  layout:
9213 #    title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
9214 #    layout: "plot-throughput"
9215 #
9216 #-
9217 #  type: "plot"
9218 #  title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
9219 #  algorithm: "plot_performance_box"
9220 #  output-file-type: ".html"
9221 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
9222 #  data: "plot-vpp-throughput-latency-3n-hsw"
9223 #  filter: "'NIC_Intel-X520-DA2' and
9224 #           '64B' and
9225 #           'NDRPDR' and
9226 #           '2T2C' and
9227 #           'IP4FWD' and
9228 #           ('NAT44' or 'IP4BASE') and
9229 #           not 'DOT1Q' and
9230 #           not 'IPSEC' and
9231 #           not 'VHOST'"
9232 #  parameters:
9233 #  - "throughput"
9234 #  - "parent"
9235 #  - "tags"
9236 #  sort:
9237 #  - "IP4BASE"
9238 #  - "BASE"
9239 #  - "SRC_USER_10"
9240 #  - "SRC_USER_100"
9241 #  - "SRC_USER_1000"
9242 #  - "SRC_USER_2000"
9243 #  traces:
9244 #    hoverinfo: "x+y"
9245 #    boxpoints: "outliers"
9246 #    whiskerwidth: 0
9247 #  layout:
9248 #    title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
9249 #    layout: "plot-throughput"
9250 #
9251 #-
9252 #  type: "plot"
9253 #  title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
9254 #  algorithm: "plot_performance_box"
9255 #  output-file-type: ".html"
9256 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
9257 #  data: "plot-vpp-throughput-latency-3n-hsw"
9258 #  filter: "'NIC_Intel-X520-DA2' and
9259 #           '64B' and
9260 #           'NDRPDR' and
9261 #           '2T2C' and
9262 #           'IP4FWD' and
9263 #           ('NAT44' or 'IP4BASE') and
9264 #           not 'DOT1Q' and
9265 #           not 'IPSEC' and
9266 #           not 'VHOST'"
9267 #  parameters:
9268 #  - "throughput"
9269 #  - "parent"
9270 #  - "tags"
9271 #  sort:
9272 #  - "IP4BASE"
9273 #  - "BASE"
9274 #  - "SRC_USER_10"
9275 #  - "SRC_USER_100"
9276 #  - "SRC_USER_1000"
9277 #  - "SRC_USER_2000"
9278 #  traces:
9279 #    hoverinfo: "x+y"
9280 #    boxpoints: "outliers"
9281 #    whiskerwidth: 0
9282 #  layout:
9283 #    title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
9284 #    layout: "plot-throughput"
9285 #
9286 ## Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
9287 #-
9288 #  type: "plot"
9289 #  title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
9290 #  algorithm: "plot_performance_box"
9291 #  output-file-type: ".html"
9292 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
9293 #  data: "plot-vpp-throughput-latency-3n-hsw"
9294 #  filter: "'NIC_Intel-X520-DA2' and
9295 #           '64B' and
9296 #           'NDRPDR' and
9297 #           '1T1C' and
9298 #           'IP4FWD' and
9299 #           ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9300 #           not 'IPSEC' and
9301 #           not 'DOT1Q' and
9302 #           not 'VHOST'"
9303 #  parameters:
9304 #  - "throughput"
9305 #  - "parent"
9306 #  - "tags"
9307 #  sort:
9308 #  - "IP4BASE"
9309 #  - "ACL_STATELESS"
9310 #  - "ACL_STATEFUL"
9311 #  - "ACL_STATELESS"
9312 #  - "ACL_STATEFUL"
9313 #  traces:
9314 #    hoverinfo: "x+y"
9315 #    boxpoints: "outliers"
9316 #    whiskerwidth: 0
9317 #  layout:
9318 #    title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
9319 #    layout: "plot-throughput"
9320 #
9321 #-
9322 #  type: "plot"
9323 #  title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
9324 #  algorithm: "plot_performance_box"
9325 #  output-file-type: ".html"
9326 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
9327 #  data: "plot-vpp-throughput-latency-3n-hsw"
9328 #  filter: "'NIC_Intel-X520-DA2' and
9329 #           '64B' and
9330 #           'NDRPDR' and
9331 #           '1T1C' and
9332 #           'IP4FWD' and
9333 #           ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9334 #           not 'IPSEC' and
9335 #           not 'DOT1Q' and
9336 #           not 'VHOST'"
9337 #  parameters:
9338 #  - "throughput"
9339 #  - "parent"
9340 #  - "tags"
9341 #  sort:
9342 #  - "IP4BASE"
9343 #  - "ACL_STATELESS"
9344 #  - "ACL_STATEFUL"
9345 #  - "ACL_STATELESS"
9346 #  - "ACL_STATEFUL"
9347 #  traces:
9348 #    hoverinfo: "x+y"
9349 #    boxpoints: "outliers"
9350 #    whiskerwidth: 0
9351 #  layout:
9352 #    title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
9353 #    layout: "plot-throughput"
9354 #
9355 #-
9356 #  type: "plot"
9357 #  title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
9358 #  algorithm: "plot_performance_box"
9359 #  output-file-type: ".html"
9360 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
9361 #  data: "plot-vpp-throughput-latency-3n-hsw"
9362 #  filter: "'NIC_Intel-X520-DA2' and
9363 #           '64B' and
9364 #           'NDRPDR' and
9365 #           '2T2C' and
9366 #           'IP4FWD' and
9367 #           ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9368 #           not 'IPSEC' and
9369 #           not 'DOT1Q' and
9370 #           not 'VHOST'"
9371 #  parameters:
9372 #  - "throughput"
9373 #  - "parent"
9374 #  - "tags"
9375 #  sort:
9376 #  - "IP4BASE"
9377 #  - "ACL_STATELESS"
9378 #  - "ACL_STATEFUL"
9379 #  - "ACL_STATELESS"
9380 #  - "ACL_STATEFUL"
9381 #  traces:
9382 #    hoverinfo: "x+y"
9383 #    boxpoints: "outliers"
9384 #    whiskerwidth: 0
9385 #  layout:
9386 #    title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
9387 #    layout: "plot-throughput"
9388 #
9389 #-
9390 #  type: "plot"
9391 #  title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9392 #  algorithm: "plot_performance_box"
9393 #  output-file-type: ".html"
9394 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9395 #  data: "plot-vpp-throughput-latency-3n-hsw"
9396 #  filter: "'NIC_Intel-X520-DA2' and
9397 #           '64B' and
9398 #           'NDRPDR' and
9399 #           '2T2C' and
9400 #           'IP4FWD' and
9401 #           ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9402 #           not 'IPSEC' and
9403 #           not 'DOT1Q' and
9404 #           not 'VHOST'"
9405 #  parameters:
9406 #  - "throughput"
9407 #  - "parent"
9408 #  - "tags"
9409 #  sort:
9410 #  - "IP4BASE"
9411 #  - "ACL_STATELESS"
9412 #  - "ACL_STATEFUL"
9413 #  - "ACL_STATELESS"
9414 #  - "ACL_STATEFUL"
9415 #  traces:
9416 #    hoverinfo: "x+y"
9417 #    boxpoints: "outliers"
9418 #    whiskerwidth: 0
9419 #  layout:
9420 #    title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9421 #    layout: "plot-throughput"
9422 #
9423 ## Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
9424 #-
9425 #  type: "plot"
9426 #  title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9427 #  algorithm: "plot_performance_box"
9428 #  output-file-type: ".html"
9429 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9430 #  data: "plot-vpp-throughput-latency-3n-hsw"
9431 #  filter: "'NIC_Intel-X520-DA2' and
9432 #           '64B' and
9433 #           'NDRPDR' and
9434 #           '1T1C' and
9435 #           'IP4FWD' and
9436 #           ('OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9437 #           not 'IPSEC' and
9438 #           not 'DOT1Q' and
9439 #           not 'VHOST'"
9440 #  parameters:
9441 #  - "throughput"
9442 #  - "parent"
9443 #  - "tags"
9444 #  sort:
9445 #  - "IP4BASE"
9446 #  - "ACL_STATELESS"
9447 #  - "ACL_STATEFUL"
9448 #  - "ACL_STATELESS"
9449 #  - "ACL_STATEFUL"
9450 #  traces:
9451 #    hoverinfo: "x+y"
9452 #    boxpoints: "outliers"
9453 #    whiskerwidth: 0
9454 #  layout:
9455 #    title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9456 #    layout: "plot-throughput"
9457 #
9458 #-
9459 #  type: "plot"
9460 #  title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9461 #  algorithm: "plot_performance_box"
9462 #  output-file-type: ".html"
9463 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9464 #  data: "plot-vpp-throughput-latency-3n-hsw"
9465 #  filter: "'NIC_Intel-X520-DA2' and
9466 #           '64B' and
9467 #           'NDRPDR' and
9468 #           '1T1C' and
9469 #           'IP4FWD' and
9470 #           ('OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9471 #           not 'IPSEC' and
9472 #           not 'DOT1Q' and
9473 #           not 'VHOST'"
9474 #  parameters:
9475 #  - "throughput"
9476 #  - "parent"
9477 #  - "tags"
9478 #  sort:
9479 #  - "IP4BASE"
9480 #  - "ACL_STATELESS"
9481 #  - "ACL_STATEFUL"
9482 #  - "ACL_STATELESS"
9483 #  - "ACL_STATEFUL"
9484 #  traces:
9485 #    hoverinfo: "x+y"
9486 #    boxpoints: "outliers"
9487 #    whiskerwidth: 0
9488 #  layout:
9489 #    title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9490 #    layout: "plot-throughput"
9491 #
9492 #-
9493 #  type: "plot"
9494 #  title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9495 #  algorithm: "plot_performance_box"
9496 #  output-file-type: ".html"
9497 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9498 #  data: "plot-vpp-throughput-latency-3n-hsw"
9499 #  filter: "'NIC_Intel-X520-DA2' and
9500 #           '64B' and
9501 #           'NDRPDR' and
9502 #           '2T2C' and
9503 #           'IP4FWD' and
9504 #           ('OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9505 #           not 'IPSEC' and
9506 #           not 'DOT1Q' and
9507 #           not 'VHOST'"
9508 #  parameters:
9509 #  - "throughput"
9510 #  - "parent"
9511 #  - "tags"
9512 #  sort:
9513 #  - "IP4BASE"
9514 #  - "ACL_STATELESS"
9515 #  - "ACL_STATEFUL"
9516 #  - "ACL_STATELESS"
9517 #  - "ACL_STATEFUL"
9518 #  traces:
9519 #    hoverinfo: "x+y"
9520 #    boxpoints: "outliers"
9521 #    whiskerwidth: 0
9522 #  layout:
9523 #    title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9524 #    layout: "plot-throughput"
9525 #
9526 #-
9527 #  type: "plot"
9528 #  title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9529 #  algorithm: "plot_performance_box"
9530 #  output-file-type: ".html"
9531 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9532 #  data: "plot-vpp-throughput-latency-3n-hsw"
9533 #  filter: "'NIC_Intel-X520-DA2' and
9534 #           '64B' and
9535 #           'NDRPDR' and
9536 #           '2T2C' and
9537 #           'IP4FWD' and
9538 #           ('OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9539 #           not 'IPSEC' and
9540 #           not 'DOT1Q' and
9541 #           not 'VHOST'"
9542 #  parameters:
9543 #  - "throughput"
9544 #  - "parent"
9545 #  - "tags"
9546 #  sort:
9547 #  - "IP4BASE"
9548 #  - "ACL_STATELESS"
9549 #  - "ACL_STATEFUL"
9550 #  - "ACL_STATELESS"
9551 #  - "ACL_STATEFUL"
9552 #  traces:
9553 #    hoverinfo: "x+y"
9554 #    boxpoints: "outliers"
9555 #    whiskerwidth: 0
9556 #  layout:
9557 #    title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9558 #    layout: "plot-throughput"
9559 #
9560 ## Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
9561 #-
9562 #  type: "plot"
9563 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9564 #  algorithm: "plot_performance_box"
9565 #  output-file-type: ".html"
9566 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9567 #  data: "plot-vpp-throughput-latency-3n-hsw"
9568 #  filter: "'NIC_Intel-X710' and
9569 #           '64B' and
9570 #           ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9571 #           'NDRPDR' and
9572 #           '1T1C' and
9573 #           'IP4FWD' and
9574 #           not 'IPSEC' and
9575 #           not 'DOT1Q' and
9576 #           not 'VHOST'"
9577 #  parameters:
9578 #  - "throughput"
9579 #  - "parent"
9580 #  - "tags"
9581 #  sort:
9582 #  - "IP4BASE"
9583 #  - "FIB_20K"
9584 #  - "FIB_200K"
9585 #  - "FIB_2M"
9586 #  traces:
9587 #    hoverinfo: "x+y"
9588 #    boxpoints: "outliers"
9589 #    whiskerwidth: 0
9590 #  layout:
9591 #    title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9592 #    layout: "plot-throughput"
9593 #
9594 #-
9595 #  type: "plot"
9596 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9597 #  algorithm: "plot_performance_box"
9598 #  output-file-type: ".html"
9599 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9600 #  data: "plot-vpp-throughput-latency-3n-hsw"
9601 #  filter: "'NIC_Intel-X710' and
9602 #           '64B' and
9603 #           ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9604 #           'NDRPDR' and
9605 #           '1T1C' and
9606 #           'IP4FWD' and
9607 #           not 'IPSEC' and
9608 #           not 'DOT1Q' and
9609 #           not 'VHOST'"
9610 #  parameters:
9611 #  - "throughput"
9612 #  - "parent"
9613 #  - "tags"
9614 #  sort:
9615 #  - "IP4BASE"
9616 #  - "FIB_20K"
9617 #  - "FIB_200K"
9618 #  - "FIB_2M"
9619 #  traces:
9620 #    hoverinfo: "x+y"
9621 #    boxpoints: "outliers"
9622 #    whiskerwidth: 0
9623 #  layout:
9624 #    title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9625 #    layout: "plot-throughput"
9626 #
9627 #-
9628 #  type: "plot"
9629 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9630 #  algorithm: "plot_performance_box"
9631 #  output-file-type: ".html"
9632 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9633 #  data: "plot-vpp-throughput-latency-3n-hsw"
9634 #  filter: "'NIC_Intel-X710' and
9635 #           '64B' and
9636 #           ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9637 #           'NDRPDR' and
9638 #           '2T2C' and
9639 #           'IP4FWD' and
9640 #           not 'IPSEC' and
9641 #           not 'DOT1Q' and
9642 #           not 'VHOST'"
9643 #  parameters:
9644 #  - "throughput"
9645 #  - "parent"
9646 #  - "tags"
9647 #  sort:
9648 #  - "IP4BASE"
9649 #  - "FIB_20K"
9650 #  - "FIB_200K"
9651 #  - "FIB_2M"
9652 #  traces:
9653 #    hoverinfo: "x+y"
9654 #    boxpoints: "outliers"
9655 #    whiskerwidth: 0
9656 #  layout:
9657 #    title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9658 #    layout: "plot-throughput"
9659 #
9660 #-
9661 #  type: "plot"
9662 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9663 #  algorithm: "plot_performance_box"
9664 #  output-file-type: ".html"
9665 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9666 #  data: "plot-vpp-throughput-latency-3n-hsw"
9667 #  filter: "'NIC_Intel-X710' and
9668 #           '64B' and
9669 #           ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9670 #           'NDRPDR' and
9671 #           '2T2C' and
9672 #           'IP4FWD' and
9673 #           not 'IPSEC' and
9674 #           not 'DOT1Q' and
9675 #           not 'VHOST'"
9676 #  parameters:
9677 #  - "throughput"
9678 #  - "parent"
9679 #  - "tags"
9680 #  sort:
9681 #  - "IP4BASE"
9682 #  - "FIB_20K"
9683 #  - "FIB_200K"
9684 #  - "FIB_2M"
9685 #  traces:
9686 #    hoverinfo: "x+y"
9687 #    boxpoints: "outliers"
9688 #    whiskerwidth: 0
9689 #  layout:
9690 #    title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9691 #    layout: "plot-throughput"
9692 #
9693 ## Packet Throughput - VPP IPv4 3n-hsw-x710 features
9694 #-
9695 #  type: "plot"
9696 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9697 #  algorithm: "plot_performance_box"
9698 #  output-file-type: ".html"
9699 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9700 #  data: "plot-vpp-throughput-latency-3n-hsw"
9701 #  filter: "'NIC_Intel-X710' and
9702 #           '64B' and
9703 #           ('IP4BASE' or
9704 #            'POLICE_MARK' or
9705 #            'COPWHLIST' or
9706 #            ('NAT44' and 'BASE') or
9707 #            ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9708 #           'NDRPDR' and
9709 #           '1T1C' and
9710 #           'IP4FWD' and
9711 #           not 'IPSEC' and
9712 #           not 'VHOST'"
9713 #  parameters:
9714 #  - "throughput"
9715 #  - "parent"
9716 #  - "tags"
9717 #  sort:
9718 #  - "DOT1Q"
9719 #  - "IP4BASE"
9720 #  - "NAT44"
9721 #  - "POLICE_MARK"
9722 #  - "COPWHLIST"
9723 #  - "IACL"
9724 #  - "OACL"
9725 #  traces:
9726 #    hoverinfo: "x+y"
9727 #    boxpoints: "outliers"
9728 #    whiskerwidth: 0
9729 #  layout:
9730 #    title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9731 #    layout: "plot-throughput"
9732 #
9733 #-
9734 #  type: "plot"
9735 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9736 #  algorithm: "plot_performance_box"
9737 #  output-file-type: ".html"
9738 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9739 #  data: "plot-vpp-throughput-latency-3n-hsw"
9740 #  filter: "'NIC_Intel-X710' and
9741 #           '64B' and
9742 #           ('IP4BASE' or
9743 #            'POLICE_MARK' or
9744 #            'COPWHLIST' or
9745 #            ('NAT44' and 'BASE') or
9746 #            ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9747 #           'NDRPDR' and
9748 #           '1T1C' and
9749 #           'IP4FWD' and
9750 #           not 'IPSEC' and
9751 #           not 'VHOST'"
9752 #  parameters:
9753 #  - "throughput"
9754 #  - "parent"
9755 #  - "tags"
9756 #  sort:
9757 #  - "DOT1Q"
9758 #  - "IP4BASE"
9759 #  - "NAT44"
9760 #  - "POLICE_MARK"
9761 #  - "COPWHLIST"
9762 #  - "IACL"
9763 #  - "OACL"
9764 #  traces:
9765 #    hoverinfo: "x+y"
9766 #    boxpoints: "outliers"
9767 #    whiskerwidth: 0
9768 #  layout:
9769 #    title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9770 #    layout: "plot-throughput"
9771 #
9772 #-
9773 #  type: "plot"
9774 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9775 #  algorithm: "plot_performance_box"
9776 #  output-file-type: ".html"
9777 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9778 #  data: "plot-vpp-throughput-latency-3n-hsw"
9779 #  filter: "'NIC_Intel-X710' and
9780 #           '64B' and
9781 #           ('IP4BASE' or
9782 #            'POLICE_MARK' or
9783 #            'COPWHLIST' or
9784 #            ('NAT44' and 'BASE') or
9785 #            ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9786 #           'NDRPDR' and
9787 #           '2T2C' and
9788 #           'IP4FWD' and
9789 #           not 'IPSEC' and
9790 #           not 'VHOST'"
9791 #  parameters:
9792 #  - "throughput"
9793 #  - "parent"
9794 #  - "tags"
9795 #  sort:
9796 #  - "DOT1Q"
9797 #  - "IP4BASE"
9798 #  - "NAT44"
9799 #  - "POLICE_MARK"
9800 #  - "COPWHLIST"
9801 #  - "IACL"
9802 #  - "OACL"
9803 #  traces:
9804 #    hoverinfo: "x+y"
9805 #    boxpoints: "outliers"
9806 #    whiskerwidth: 0
9807 #  layout:
9808 #    title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9809 #    layout: "plot-throughput"
9810 #
9811 #-
9812 #  type: "plot"
9813 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9814 #  algorithm: "plot_performance_box"
9815 #  output-file-type: ".html"
9816 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9817 #  data: "plot-vpp-throughput-latency-3n-hsw"
9818 #  filter: "'NIC_Intel-X710' and
9819 #           '64B' and
9820 #           ('IP4BASE' or
9821 #            'POLICE_MARK' or
9822 #            'COPWHLIST' or
9823 #            ('NAT44' and 'BASE') or
9824 #            ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9825 #           'NDRPDR' and
9826 #           '2T2C' and
9827 #           'IP4FWD' and
9828 #           not 'IPSEC' and
9829 #           not 'VHOST'"
9830 #  parameters:
9831 #  - "throughput"
9832 #  - "parent"
9833 #  - "tags"
9834 #  sort:
9835 #  - "DOT1Q"
9836 #  - "IP4BASE"
9837 #  - "NAT44"
9838 #  - "POLICE_MARK"
9839 #  - "COPWHLIST"
9840 #  - "IACL"
9841 #  - "OACL"
9842 #  traces:
9843 #    hoverinfo: "x+y"
9844 #    boxpoints: "outliers"
9845 #    whiskerwidth: 0
9846 #  layout:
9847 #    title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9848 #    layout: "plot-throughput"
9849
9850 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
9851 -
9852   type: "plot"
9853   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9854   algorithm: "plot_performance_box"
9855   output-file-type: ".html"
9856   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9857   data: "plot-vpp-throughput-latency-3n-skx"
9858   filter: "'NIC_Intel-X710' and
9859            '64B' and
9860            'NDRPDR' and
9861            '2T1C' and
9862            'IP4FWD' and
9863            ('NAT44' or 'IP4BASE') and
9864            not 'IPSEC' and
9865            not 'VHOST'"
9866   parameters:
9867   - "throughput"
9868   - "parent"
9869   - "tags"
9870   sort:
9871   - "IP4BASE"
9872   - "BASE"
9873   - "SRC_USER_10"
9874   - "SRC_USER_100"
9875   - "SRC_USER_1000"
9876   - "SRC_USER_2000"
9877   traces:
9878     hoverinfo: "x+y"
9879     boxpoints: "outliers"
9880     whiskerwidth: 0
9881   layout:
9882     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9883     layout: "plot-throughput"
9884
9885 -
9886   type: "plot"
9887   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9888   algorithm: "plot_performance_box"
9889   output-file-type: ".html"
9890   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9891   data: "plot-vpp-throughput-latency-3n-skx"
9892   filter: "'NIC_Intel-X710' and
9893            '64B' and
9894            'NDRPDR' and
9895            '2T1C' and
9896            'IP4FWD' and
9897            ('NAT44' or 'IP4BASE') and
9898            not 'IPSEC' and
9899            not 'VHOST'"
9900   parameters:
9901   - "throughput"
9902   - "parent"
9903   - "tags"
9904   sort:
9905   - "IP4BASE"
9906   - "BASE"
9907   - "SRC_USER_10"
9908   - "SRC_USER_100"
9909   - "SRC_USER_1000"
9910   - "SRC_USER_2000"
9911   traces:
9912     hoverinfo: "x+y"
9913     boxpoints: "outliers"
9914     whiskerwidth: 0
9915   layout:
9916     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9917     layout: "plot-throughput"
9918
9919 -
9920   type: "plot"
9921   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9922   algorithm: "plot_performance_box"
9923   output-file-type: ".html"
9924   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9925   data: "plot-vpp-throughput-latency-3n-skx"
9926   filter: "'NIC_Intel-X710' and
9927            '64B' and
9928            'NDRPDR' and
9929            '4T2C' and
9930            'IP4FWD' and
9931            ('NAT44' or 'IP4BASE') and
9932            not 'IPSEC' and
9933            not 'VHOST'"
9934   parameters:
9935   - "throughput"
9936   - "parent"
9937   - "tags"
9938   sort:
9939   - "IP4BASE"
9940   - "BASE"
9941   - "SRC_USER_10"
9942   - "SRC_USER_100"
9943   - "SRC_USER_1000"
9944   - "SRC_USER_2000"
9945   traces:
9946     hoverinfo: "x+y"
9947     boxpoints: "outliers"
9948     whiskerwidth: 0
9949   layout:
9950     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9951     layout: "plot-throughput"
9952
9953 -
9954   type: "plot"
9955   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9956   algorithm: "plot_performance_box"
9957   output-file-type: ".html"
9958   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9959   data: "plot-vpp-throughput-latency-3n-skx"
9960   filter: "'NIC_Intel-X710' and
9961            '64B' and
9962            'NDRPDR' and
9963            '4T2C' and
9964            'IP4FWD' and
9965            ('NAT44' or 'IP4BASE') and
9966            not 'IPSEC' and
9967            not 'VHOST'"
9968   parameters:
9969   - "throughput"
9970   - "parent"
9971   - "tags"
9972   sort:
9973   - "IP4BASE"
9974   - "BASE"
9975   - "SRC_USER_10"
9976   - "SRC_USER_100"
9977   - "SRC_USER_1000"
9978   - "SRC_USER_2000"
9979   traces:
9980     hoverinfo: "x+y"
9981     boxpoints: "outliers"
9982     whiskerwidth: 0
9983   layout:
9984     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9985     layout: "plot-throughput"
9986
9987 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
9988 -
9989   type: "plot"
9990   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9991   algorithm: "plot_performance_box"
9992   output-file-type: ".html"
9993   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9994   data: "plot-vpp-throughput-latency-3n-skx"
9995   filter: "'NIC_Intel-X710' and
9996            '64B' and
9997            'NDRPDR' and
9998            '2T1C' and
9999            'IP4FWD' and
10000            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
10001            not 'IPSEC' and
10002            not 'VHOST'"
10003   parameters:
10004   - "throughput"
10005   - "parent"
10006   - "tags"
10007   sort:
10008   - "IP4BASE"
10009   - "ACL_STATELESS"
10010   - "ACL_STATEFUL"
10011   - "ACL_STATELESS"
10012   - "ACL_STATEFUL"
10013   traces:
10014     hoverinfo: "x+y"
10015     boxpoints: "outliers"
10016     whiskerwidth: 0
10017   layout:
10018     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10019     layout: "plot-throughput"
10020
10021 -
10022   type: "plot"
10023   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10024   algorithm: "plot_performance_box"
10025   output-file-type: ".html"
10026   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10027   data: "plot-vpp-throughput-latency-3n-skx"
10028   filter: "'NIC_Intel-X710' and
10029            '64B' and
10030            'NDRPDR' and
10031            '2T1C' and
10032            'IP4FWD' and
10033            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
10034            not 'IPSEC' and
10035            not 'VHOST'"
10036   parameters:
10037   - "throughput"
10038   - "parent"
10039   - "tags"
10040   sort:
10041   - "IP4BASE"
10042   - "ACL_STATELESS"
10043   - "ACL_STATEFUL"
10044   - "ACL_STATELESS"
10045   - "ACL_STATEFUL"
10046   traces:
10047     hoverinfo: "x+y"
10048     boxpoints: "outliers"
10049     whiskerwidth: 0
10050   layout:
10051     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10052     layout: "plot-throughput"
10053
10054 -
10055   type: "plot"
10056   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
10057   algorithm: "plot_performance_box"
10058   output-file-type: ".html"
10059   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
10060   data: "plot-vpp-throughput-latency-3n-skx"
10061   filter: "'NIC_Intel-X710' and
10062            '64B' and
10063            'NDRPDR' and
10064            '4T2C' and
10065            'IP4FWD' and
10066            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
10067            not 'IPSEC' and
10068            not 'VHOST'"
10069   parameters:
10070   - "throughput"
10071   - "parent"
10072   - "tags"
10073   sort:
10074   - "IP4BASE"
10075   - "ACL_STATELESS"
10076   - "ACL_STATEFUL"
10077   - "ACL_STATELESS"
10078   - "ACL_STATEFUL"
10079   traces:
10080     hoverinfo: "x+y"
10081     boxpoints: "outliers"
10082     whiskerwidth: 0
10083   layout:
10084     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
10085     layout: "plot-throughput"
10086
10087 -
10088   type: "plot"
10089   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
10090   algorithm: "plot_performance_box"
10091   output-file-type: ".html"
10092   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
10093   data: "plot-vpp-throughput-latency-3n-skx"
10094   filter: "'NIC_Intel-X710' and
10095            '64B' and
10096            'NDRPDR' and
10097            '4T2C' and
10098            'IP4FWD' and
10099            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
10100            not 'IPSEC' and
10101            not 'VHOST'"
10102   parameters:
10103   - "throughput"
10104   - "parent"
10105   - "tags"
10106   sort:
10107   - "IP4BASE"
10108   - "ACL_STATELESS"
10109   - "ACL_STATEFUL"
10110   - "ACL_STATELESS"
10111   - "ACL_STATEFUL"
10112   traces:
10113     hoverinfo: "x+y"
10114     boxpoints: "outliers"
10115     whiskerwidth: 0
10116   layout:
10117     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
10118     layout: "plot-throughput"
10119
10120 ## Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
10121 #-
10122 #  type: "plot"
10123 #  title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
10124 #  algorithm: "plot_performance_box"
10125 #  output-file-type: ".html"
10126 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
10127 #  data: "plot-vpp-throughput-latency-3n-hsw"
10128 #  filter: "'NIC_Intel-XL710' and
10129 #           '64B' and
10130 #           ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10131 #           'NDRPDR' and
10132 #           '1T1C' and
10133 #           'IP4FWD' and
10134 #           not 'IPSEC' and
10135 #           not 'VHOST'"
10136 #  parameters:
10137 #  - "throughput"
10138 #  - "parent"
10139 #  - "tags"
10140 #  sort:
10141 #  - "IP4BASE"
10142 #  - "FIB_20K"
10143 #  - "FIB_200K"
10144 #  - "FIB_2M"
10145 #  traces:
10146 #    hoverinfo: "x+y"
10147 #    boxpoints: "outliers"
10148 #    whiskerwidth: 0
10149 #  layout:
10150 #    title: "ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
10151 #    layout: "plot-throughput"
10152 #
10153 #-
10154 #  type: "plot"
10155 #  title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
10156 #  algorithm: "plot_performance_box"
10157 #  output-file-type: ".html"
10158 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
10159 #  data: "plot-vpp-throughput-latency-3n-hsw"
10160 #  filter: "'NIC_Intel-XL710' and
10161 #           '64B' and
10162 #           ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10163 #           'NDRPDR' and
10164 #           '1T1C' and
10165 #           'IP4FWD' and
10166 #           not 'IPSEC' and
10167 #           not 'VHOST'"
10168 #  parameters:
10169 #  - "throughput"
10170 #  - "parent"
10171 #  - "tags"
10172 #  sort:
10173 #  - "IP4BASE"
10174 #  - "FIB_20K"
10175 #  - "FIB_200K"
10176 #  - "FIB_2M"
10177 #  traces:
10178 #    hoverinfo: "x+y"
10179 #    boxpoints: "outliers"
10180 #    whiskerwidth: 0
10181 #  layout:
10182 #    title: "ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
10183 #    layout: "plot-throughput"
10184 #
10185 #-
10186 #  type: "plot"
10187 #  title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
10188 #  algorithm: "plot_performance_box"
10189 #  output-file-type: ".html"
10190 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
10191 #  data: "plot-vpp-throughput-latency-3n-hsw"
10192 #  filter: "'NIC_Intel-XL710' and
10193 #           '64B' and
10194 #           ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10195 #           'NDRPDR' and
10196 #           '2T2C' and
10197 #           'IP4FWD' and
10198 #           not 'IPSEC' and
10199 #           not 'VHOST'"
10200 #  parameters:
10201 #  - "throughput"
10202 #  - "parent"
10203 #  - "tags"
10204 #  sort:
10205 #  - "IP4BASE"
10206 #  - "FIB_20K"
10207 #  - "FIB_200K"
10208 #  - "FIB_2M"
10209 #  traces:
10210 #    hoverinfo: "x+y"
10211 #    boxpoints: "outliers"
10212 #    whiskerwidth: 0
10213 #  layout:
10214 #    title: "ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
10215 #    layout: "plot-throughput"
10216 #
10217 #-
10218 #  type: "plot"
10219 #  title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
10220 #  algorithm: "plot_performance_box"
10221 #  output-file-type: ".html"
10222 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
10223 #  data: "plot-vpp-throughput-latency-3n-hsw"
10224 #  filter: "'NIC_Intel-XL710' and
10225 #           '64B' and
10226 #           ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10227 #           'NDRPDR' and
10228 #           '2T2C' and
10229 #           'IP4FWD' and
10230 #           not 'IPSEC' and
10231 #           not 'VHOST'"
10232 #  parameters:
10233 #  - "throughput"
10234 #  - "parent"
10235 #  - "tags"
10236 #  sort:
10237 #  - "IP4BASE"
10238 #  - "FIB_20K"
10239 #  - "FIB_200K"
10240 #  - "FIB_2M"
10241 #  traces:
10242 #    hoverinfo: "x+y"
10243 #    boxpoints: "outliers"
10244 #    whiskerwidth: 0
10245 #  layout:
10246 #    title: "ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
10247 #    layout: "plot-throughput"
10248
10249 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
10250 -
10251   type: "plot"
10252   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10253   algorithm: "plot_performance_box"
10254   output-file-type: ".html"
10255   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10256   data: "plot-vpp-throughput-latency-3n-skx"
10257   filter: "'NIC_Intel-X710' and
10258            '64B' and
10259            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10260            'NDRPDR' and
10261            '2T1C' and
10262            'IP4FWD' and
10263            not 'IPSEC' and
10264            not 'DOT1Q' and
10265            not 'VHOST'"
10266   parameters:
10267   - "throughput"
10268   - "parent"
10269   - "tags"
10270   sort:
10271   - "IP4BASE"
10272   - "FIB_20K"
10273   - "FIB_200K"
10274   - "FIB_2M"
10275   traces:
10276     hoverinfo: "x+y"
10277     boxpoints: "outliers"
10278     whiskerwidth: 0
10279   layout:
10280     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10281     layout: "plot-throughput"
10282
10283 -
10284   type: "plot"
10285   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10286   algorithm: "plot_performance_box"
10287   output-file-type: ".html"
10288   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10289   data: "plot-vpp-throughput-latency-3n-skx"
10290   filter: "'NIC_Intel-X710' and
10291            '64B' and
10292            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10293            'NDRPDR' and
10294            '2T1C' and
10295            'IP4FWD' and
10296            not 'IPSEC' and
10297            not 'DOT1Q' and
10298            not 'VHOST'"
10299   parameters:
10300   - "throughput"
10301   - "parent"
10302   - "tags"
10303   sort:
10304   - "IP4BASE"
10305   - "FIB_20K"
10306   - "FIB_200K"
10307   - "FIB_2M"
10308   traces:
10309     hoverinfo: "x+y"
10310     boxpoints: "outliers"
10311     whiskerwidth: 0
10312   layout:
10313     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10314     layout: "plot-throughput"
10315
10316 -
10317   type: "plot"
10318   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10319   algorithm: "plot_performance_box"
10320   output-file-type: ".html"
10321   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10322   data: "plot-vpp-throughput-latency-3n-skx"
10323   filter: "'NIC_Intel-X710' and
10324            '64B' and
10325            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10326            'NDRPDR' and
10327            '4T2C' and
10328            'IP4FWD' and
10329            not 'IPSEC' and
10330            not 'DOT1Q' and
10331            not 'VHOST'"
10332   parameters:
10333   - "throughput"
10334   - "parent"
10335   - "tags"
10336   sort:
10337   - "IP4BASE"
10338   - "FIB_20K"
10339   - "FIB_200K"
10340   - "FIB_2M"
10341   traces:
10342     hoverinfo: "x+y"
10343     boxpoints: "outliers"
10344     whiskerwidth: 0
10345   layout:
10346     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10347     layout: "plot-throughput"
10348
10349 -
10350   type: "plot"
10351   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10352   algorithm: "plot_performance_box"
10353   output-file-type: ".html"
10354   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10355   data: "plot-vpp-throughput-latency-3n-skx"
10356   filter: "'NIC_Intel-X710' and
10357            '64B' and
10358            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10359            'NDRPDR' and
10360            '4T2C' and
10361            'IP4FWD' and
10362            not 'IPSEC' and
10363            not 'DOT1Q' and
10364            not 'VHOST'"
10365   parameters:
10366   - "throughput"
10367   - "parent"
10368   - "tags"
10369   sort:
10370   - "IP4BASE"
10371   - "FIB_20K"
10372   - "FIB_200K"
10373   - "FIB_2M"
10374   traces:
10375     hoverinfo: "x+y"
10376     boxpoints: "outliers"
10377     whiskerwidth: 0
10378   layout:
10379     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10380     layout: "plot-throughput"
10381
10382 # Packet Throughput - VPP IPv4 3n-skx-x710 features
10383 -
10384   type: "plot"
10385   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
10386   algorithm: "plot_performance_box"
10387   output-file-type: ".html"
10388   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
10389   data: "plot-vpp-throughput-latency-3n-skx"
10390   filter: "'NIC_Intel-X710' and
10391            '64B' and
10392            ('IP4BASE' or
10393             'POLICE_MARK' or
10394             'COPWHLIST' or
10395             ('NAT44' and 'BASE') or
10396             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10397            'NDRPDR' and
10398            '2T1C' and
10399            'IP4FWD' and
10400            not 'IPSEC' and
10401            not 'VHOST'"
10402   parameters:
10403   - "throughput"
10404   - "parent"
10405   - "tags"
10406   sort:
10407   - "DOT1Q"
10408   - "IP4BASE"
10409   - "NAT44"
10410   - "POLICE_MARK"
10411   - "COPWHLIST"
10412   - "IACL"
10413   - "OACL"
10414   traces:
10415     hoverinfo: "x+y"
10416     boxpoints: "outliers"
10417     whiskerwidth: 0
10418   layout:
10419     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
10420     layout: "plot-throughput"
10421
10422 -
10423   type: "plot"
10424   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
10425   algorithm: "plot_performance_box"
10426   output-file-type: ".html"
10427   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
10428   data: "plot-vpp-throughput-latency-3n-skx"
10429   filter: "'NIC_Intel-X710' and
10430            '64B' and
10431            ('IP4BASE' or
10432             'POLICE_MARK' or
10433             'COPWHLIST' or
10434             ('NAT44' and 'BASE') or
10435             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10436            'NDRPDR' and
10437            '2T1C' and
10438            'IP4FWD' and
10439            not 'IPSEC' and
10440            not 'VHOST'"
10441   parameters:
10442   - "throughput"
10443   - "parent"
10444   - "tags"
10445   sort:
10446   - "DOT1Q"
10447   - "IP4BASE"
10448   - "NAT44"
10449   - "POLICE_MARK"
10450   - "COPWHLIST"
10451   - "IACL"
10452   - "OACL"
10453   traces:
10454     hoverinfo: "x+y"
10455     boxpoints: "outliers"
10456     whiskerwidth: 0
10457   layout:
10458     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
10459     layout: "plot-throughput"
10460
10461 -
10462   type: "plot"
10463   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
10464   algorithm: "plot_performance_box"
10465   output-file-type: ".html"
10466   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
10467   data: "plot-vpp-throughput-latency-3n-skx"
10468   filter: "'NIC_Intel-X710' and
10469            '64B' and
10470            ('IP4BASE' or
10471             'POLICE_MARK' or
10472             'COPWHLIST' or
10473             ('NAT44' and 'BASE') or
10474             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10475            'NDRPDR' and
10476            '4T2C' and
10477            'IP4FWD' and
10478            not 'IPSEC' and
10479            not 'VHOST'"
10480   parameters:
10481   - "throughput"
10482   - "parent"
10483   - "tags"
10484   sort:
10485   - "DOT1Q"
10486   - "IP4BASE"
10487   - "NAT44"
10488   - "POLICE_MARK"
10489   - "COPWHLIST"
10490   - "IACL"
10491   - "OACL"
10492   traces:
10493     hoverinfo: "x+y"
10494     boxpoints: "outliers"
10495     whiskerwidth: 0
10496   layout:
10497     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
10498     layout: "plot-throughput"
10499
10500 -
10501   type: "plot"
10502   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
10503   algorithm: "plot_performance_box"
10504   output-file-type: ".html"
10505   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
10506   data: "plot-vpp-throughput-latency-3n-skx"
10507   filter: "'NIC_Intel-X710' and
10508            '64B' and
10509            ('IP4BASE' or
10510             'POLICE_MARK' or
10511             'COPWHLIST' or
10512             ('NAT44' and 'BASE') or
10513             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10514            'NDRPDR' and
10515            '4T2C' and
10516            'IP4FWD' and
10517            not 'IPSEC' and
10518            not 'VHOST'"
10519   parameters:
10520   - "throughput"
10521   - "parent"
10522   - "tags"
10523   sort:
10524   - "DOT1Q"
10525   - "IP4BASE"
10526   - "NAT44"
10527   - "POLICE_MARK"
10528   - "COPWHLIST"
10529   - "IACL"
10530   - "OACL"
10531   traces:
10532     hoverinfo: "x+y"
10533     boxpoints: "outliers"
10534     whiskerwidth: 0
10535   layout:
10536     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
10537     layout: "plot-throughput"
10538
10539 ## Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
10540 #-
10541 #  type: "plot"
10542 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10543 #  algorithm: "plot_performance_box"
10544 #  output-file-type: ".html"
10545 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10546 #  data: "plot-vpp-throughput-latency-3n-hsw"
10547 #  filter: "'NIC_Intel-X710' and
10548 #           '64B' and
10549 #           'NDRPDR' and
10550 #           '1T1C' and
10551 #           'IP4FWD' and
10552 #           ('NAT44' or 'IP4BASE') and
10553 #           not 'IPSEC' and
10554 #           not 'VHOST'"
10555 #  parameters:
10556 #  - "throughput"
10557 #  - "parent"
10558 #  - "tags"
10559 #  sort:
10560 #  - "IP4BASE"
10561 #  - "BASE"
10562 #  - "SRC_USER_10"
10563 #  - "SRC_USER_100"
10564 #  - "SRC_USER_1000"
10565 #  - "SRC_USER_2000"
10566 #  traces:
10567 #    hoverinfo: "x+y"
10568 #    boxpoints: "outliers"
10569 #    whiskerwidth: 0
10570 #  layout:
10571 #    title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10572 #    layout: "plot-throughput"
10573 #
10574 #-
10575 #  type: "plot"
10576 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10577 #  algorithm: "plot_performance_box"
10578 #  output-file-type: ".html"
10579 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10580 #  data: "plot-vpp-throughput-latency-3n-hsw"
10581 #  filter: "'NIC_Intel-X710' and
10582 #           '64B' and
10583 #           'NDRPDR' and
10584 #           '1T1C' and
10585 #           'IP4FWD' and
10586 #           ('NAT44' or 'IP4BASE') and
10587 #           not 'IPSEC' and
10588 #           not 'VHOST'"
10589 #  parameters:
10590 #  - "throughput"
10591 #  - "parent"
10592 #  - "tags"
10593 #  sort:
10594 #  - "IP4BASE"
10595 #  - "BASE"
10596 #  - "SRC_USER_10"
10597 #  - "SRC_USER_100"
10598 #  - "SRC_USER_1000"
10599 #  - "SRC_USER_2000"
10600 #  traces:
10601 #    hoverinfo: "x+y"
10602 #    boxpoints: "outliers"
10603 #    whiskerwidth: 0
10604 #  layout:
10605 #    title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10606 #    layout: "plot-throughput"
10607 #
10608 #-
10609 #  type: "plot"
10610 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10611 #  algorithm: "plot_performance_box"
10612 #  output-file-type: ".html"
10613 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10614 #  data: "plot-vpp-throughput-latency-3n-hsw"
10615 #  filter: "'NIC_Intel-X710' and
10616 #           '64B' and
10617 #           'NDRPDR' and
10618 #           '2T2C' and
10619 #           'IP4FWD' and
10620 #           ('NAT44' or 'IP4BASE') and
10621 #           not 'IPSEC' and
10622 #           not 'VHOST'"
10623 #  parameters:
10624 #  - "throughput"
10625 #  - "parent"
10626 #  - "tags"
10627 #  sort:
10628 #  - "IP4BASE"
10629 #  - "BASE"
10630 #  - "SRC_USER_10"
10631 #  - "SRC_USER_100"
10632 #  - "SRC_USER_1000"
10633 #  - "SRC_USER_2000"
10634 #  traces:
10635 #    hoverinfo: "x+y"
10636 #    boxpoints: "outliers"
10637 #    whiskerwidth: 0
10638 #  layout:
10639 #    title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10640 #    layout: "plot-throughput"
10641 #
10642 #-
10643 #  type: "plot"
10644 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10645 #  algorithm: "plot_performance_box"
10646 #  output-file-type: ".html"
10647 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10648 #  data: "plot-vpp-throughput-latency-3n-hsw"
10649 #  filter: "'NIC_Intel-X710' and
10650 #           '64B' and
10651 #           'NDRPDR' and
10652 #           '2T2C' and
10653 #           'IP4FWD' and
10654 #           ('NAT44' or 'IP4BASE') and
10655 #           not 'IPSEC' and
10656 #           not 'VHOST'"
10657 #  parameters:
10658 #  - "throughput"
10659 #  - "parent"
10660 #  - "tags"
10661 #  sort:
10662 #  - "IP4BASE"
10663 #  - "BASE"
10664 #  - "SRC_USER_10"
10665 #  - "SRC_USER_100"
10666 #  - "SRC_USER_1000"
10667 #  - "SRC_USER_2000"
10668 #  traces:
10669 #    hoverinfo: "x+y"
10670 #    boxpoints: "outliers"
10671 #    whiskerwidth: 0
10672 #  layout:
10673 #    title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10674 #    layout: "plot-throughput"
10675 #
10676 ## Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
10677 #-
10678 #  type: "plot"
10679 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10680 #  algorithm: "plot_performance_box"
10681 #  output-file-type: ".html"
10682 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10683 #  data: "plot-vpp-throughput-latency-3n-hsw"
10684 #  filter: "'NIC_Intel-X710' and
10685 #           '64B' and
10686 #           'NDRPDR' and
10687 #           '1T1C' and
10688 #           'IP4FWD' and
10689 #           ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
10690 #           not 'IPSEC' and
10691 #           not 'VHOST'"
10692 #  parameters:
10693 #  - "throughput"
10694 #  - "parent"
10695 #  - "tags"
10696 #  sort:
10697 #  - "IP4BASE"
10698 #  - "ACL_STATELESS"
10699 #  - "ACL_STATEFUL"
10700 #  - "ACL_STATELESS"
10701 #  - "ACL_STATEFUL"
10702 #  traces:
10703 #    hoverinfo: "x+y"
10704 #    boxpoints: "outliers"
10705 #    whiskerwidth: 0
10706 #  layout:
10707 #    title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10708 #    layout: "plot-throughput"
10709 #
10710 #-
10711 #  type: "plot"
10712 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10713 #  algorithm: "plot_performance_box"
10714 #  output-file-type: ".html"
10715 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10716 #  data: "plot-vpp-throughput-latency-3n-hsw"
10717 #  filter: "'NIC_Intel-X710' and
10718 #           '64B' and
10719 #           'NDRPDR' and
10720 #           '1T1C' and
10721 #           'IP4FWD' and
10722 #           ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
10723 #           not 'IPSEC' and
10724 #           not 'VHOST'"
10725 #  parameters:
10726 #  - "throughput"
10727 #  - "parent"
10728 #  - "tags"
10729 #  sort:
10730 #  - "IP4BASE"
10731 #  - "ACL_STATELESS"
10732 #  - "ACL_STATEFUL"
10733 #  - "ACL_STATELESS"
10734 #  - "ACL_STATEFUL"
10735 #  traces:
10736 #    hoverinfo: "x+y"
10737 #    boxpoints: "outliers"
10738 #    whiskerwidth: 0
10739 #  layout:
10740 #    title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10741 #    layout: "plot-throughput"
10742 #
10743 #-
10744 #  type: "plot"
10745 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10746 #  algorithm: "plot_performance_box"
10747 #  output-file-type: ".html"
10748 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10749 #  data: "plot-vpp-throughput-latency-3n-hsw"
10750 #  filter: "'NIC_Intel-X710' and
10751 #           '64B' and
10752 #           'NDRPDR' and
10753 #           '2T2C' and
10754 #           'IP4FWD' and
10755 #           ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
10756 #           not 'IPSEC' and
10757 #           not 'VHOST'"
10758 #  parameters:
10759 #  - "throughput"
10760 #  - "parent"
10761 #  - "tags"
10762 #  sort:
10763 #  - "IP4BASE"
10764 #  - "ACL_STATELESS"
10765 #  - "ACL_STATEFUL"
10766 #  - "ACL_STATELESS"
10767 #  - "ACL_STATEFUL"
10768 #  traces:
10769 #    hoverinfo: "x+y"
10770 #    boxpoints: "outliers"
10771 #    whiskerwidth: 0
10772 #  layout:
10773 #    title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10774 #    layout: "plot-throughput"
10775 #
10776 #-
10777 #  type: "plot"
10778 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10779 #  algorithm: "plot_performance_box"
10780 #  output-file-type: ".html"
10781 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10782 #  data: "plot-vpp-throughput-latency-3n-hsw"
10783 #  filter: "'NIC_Intel-X710' and
10784 #           '64B' and
10785 #           'NDRPDR' and
10786 #           '2T2C' and
10787 #           'IP4FWD' and
10788 #           ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
10789 #           not 'IPSEC' and
10790 #           not 'VHOST'"
10791 #  parameters:
10792 #  - "throughput"
10793 #  - "parent"
10794 #  - "tags"
10795 #  sort:
10796 #  - "IP4BASE"
10797 #  - "ACL_STATELESS"
10798 #  - "ACL_STATEFUL"
10799 #  - "ACL_STATELESS"
10800 #  - "ACL_STATEFUL"
10801 #  traces:
10802 #    hoverinfo: "x+y"
10803 #    boxpoints: "outliers"
10804 #    whiskerwidth: 0
10805 #  layout:
10806 #    title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10807 #    layout: "plot-throughput"
10808
10809 ## Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
10810 #-
10811 #  type: "plot"
10812 #  title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10813 #  algorithm: "plot_performance_box"
10814 #  output-file-type: ".html"
10815 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10816 #  data: "plot-vpp-throughput-latency-2n-skx"
10817 #  filter: "'NIC_Intel-X710' and
10818 #           '64B' and
10819 #           ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10820 #           'NDRPDR' and
10821 #           '2T1C' and
10822 #           'IP4FWD' and
10823 #           not 'IPSEC' and
10824 #           not 'DOT1Q' and
10825 #           not 'VHOST'"
10826 #  parameters:
10827 #  - "throughput"
10828 #  - "parent"
10829 #  - "tags"
10830 #  sort:
10831 #  - "IP4BASE"
10832 #  - "FIB_20k"
10833 #  - "FIB_200k"
10834 #  - "FIB_2M"
10835 #  traces:
10836 #    hoverinfo: "x+y"
10837 #    boxpoints: "outliers"
10838 #    whiskerwidth: 0
10839 #  layout:
10840 #    title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10841 #    layout: "plot-throughput"
10842 #
10843 #-
10844 #  type: "plot"
10845 #  title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10846 #  algorithm: "plot_performance_box"
10847 #  output-file-type: ".html"
10848 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10849 #  data: "plot-vpp-throughput-latency-2n-skx"
10850 #  filter: "'NIC_Intel-X710' and
10851 #           '64B' and
10852 #           ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10853 #           'NDRPDR' and
10854 #           '2T1C' and
10855 #           'IP4FWD' and
10856 #           not 'IPSEC' and
10857 #           not 'DOT1Q' and
10858 #           not 'VHOST'"
10859 #  parameters:
10860 #  - "throughput"
10861 #  - "parent"
10862 #  - "tags"
10863 #  sort:
10864 #  - "IP4BASE"
10865 #  - "FIB_20k"
10866 #  - "FIB_200k"
10867 #  - "FIB_2M"
10868 #  traces:
10869 #    hoverinfo: "x+y"
10870 #    boxpoints: "outliers"
10871 #    whiskerwidth: 0
10872 #  layout:
10873 #    title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10874 #    layout: "plot-throughput"
10875 #
10876 #-
10877 #  type: "plot"
10878 #  title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
10879 #  algorithm: "plot_performance_box"
10880 #  output-file-type: ".html"
10881 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
10882 #  data: "plot-vpp-throughput-latency-2n-skx"
10883 #  filter: "'NIC_Intel-X710' and
10884 #           '64B' and
10885 #           ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10886 #           'NDRPDR' and
10887 #           '4T2C' and
10888 #           'IP4FWD' and
10889 #           not 'IPSEC' and
10890 #           not 'DOT1Q' and
10891 #           not 'VHOST'"
10892 #  parameters:
10893 #  - "throughput"
10894 #  - "parent"
10895 #  - "tags"
10896 #  sort:
10897 #  - "IP4BASE"
10898 #  - "FIB_20k"
10899 #  - "FIB_200k"
10900 #  - "FIB_2M"
10901 #  traces:
10902 #    hoverinfo: "x+y"
10903 #    boxpoints: "outliers"
10904 #    whiskerwidth: 0
10905 #  layout:
10906 #    title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
10907 #    layout: "plot-throughput"
10908 #
10909 #-
10910 #  type: "plot"
10911 #  title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
10912 #  algorithm: "plot_performance_box"
10913 #  output-file-type: ".html"
10914 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
10915 #  data: "plot-vpp-throughput-latency-2n-skx"
10916 #  filter: "'NIC_Intel-X710' and
10917 #           '64B' and
10918 #           ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10919 #           'NDRPDR' and
10920 #           '4T2C' and
10921 #           'IP4FWD' and
10922 #           not 'IPSEC' and
10923 #           not 'DOT1Q' and
10924 #           not 'VHOST'"
10925 #  parameters:
10926 #  - "throughput"
10927 #  - "parent"
10928 #  - "tags"
10929 #  sort:
10930 #  - "IP4BASE"
10931 #  - "FIB_20k"
10932 #  - "FIB_200k"
10933 #  - "FIB_2M"
10934 #  traces:
10935 #    hoverinfo: "x+y"
10936 #    boxpoints: "outliers"
10937 #    whiskerwidth: 0
10938 #  layout:
10939 #    title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
10940 #    layout: "plot-throughput"
10941 #
10942 ## Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
10943 #-
10944 #  type: "plot"
10945 #  title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
10946 #  algorithm: "plot_performance_box"
10947 #  output-file-type: ".html"
10948 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
10949 #  data: "plot-vpp-throughput-latency-2n-skx"
10950 #  filter: "'NIC_Intel-XXV710' and
10951 #           '64B' and
10952 #           ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10953 #           'NDRPDR' and
10954 #           '2T1C' and
10955 #           'IP4FWD' and
10956 #           not 'IPSEC' and
10957 #           not 'DOT1Q' and
10958 #           not 'VHOST'"
10959 #  parameters:
10960 #  - "throughput"
10961 #  - "parent"
10962 #  - "tags"
10963 #  sort:
10964 #  - "IP4BASE"
10965 #  - "FIB_20k"
10966 #  - "FIB_200k"
10967 #  - "FIB_2M"
10968 #  traces:
10969 #    hoverinfo: "x+y"
10970 #    boxpoints: "outliers"
10971 #    whiskerwidth: 0
10972 #  layout:
10973 #    title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
10974 #    layout: "plot-throughput"
10975 #
10976 #-
10977 #  type: "plot"
10978 #  title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
10979 #  algorithm: "plot_performance_box"
10980 #  output-file-type: ".html"
10981 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
10982 #  data: "plot-vpp-throughput-latency-2n-skx"
10983 #  filter: "'NIC_Intel-XXV710' and
10984 #           '64B' and
10985 #           ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10986 #           'NDRPDR' and
10987 #           '2T1C' and
10988 #           'IP4FWD' and
10989 #           not 'IPSEC' and
10990 #           not 'DOT1Q' and
10991 #           not 'VHOST'"
10992 #  parameters:
10993 #  - "throughput"
10994 #  - "parent"
10995 #  - "tags"
10996 #  sort:
10997 #  - "IP4BASE"
10998 #  - "FIB_20k"
10999 #  - "FIB_200k"
11000 #  - "FIB_2M"
11001 #  traces:
11002 #    hoverinfo: "x+y"
11003 #    boxpoints: "outliers"
11004 #    whiskerwidth: 0
11005 #  layout:
11006 #    title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
11007 #    layout: "plot-throughput"
11008 #
11009 #-
11010 #  type: "plot"
11011 #  title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
11012 #  algorithm: "plot_performance_box"
11013 #  output-file-type: ".html"
11014 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
11015 #  data: "plot-vpp-throughput-latency-2n-skx"
11016 #  filter: "'NIC_Intel-XXV710' and
11017 #           '64B' and
11018 #           ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11019 #           'NDRPDR' and
11020 #           '4T2C' and
11021 #           'IP4FWD' and
11022 #           not 'IPSEC' and
11023 #           not 'DOT1Q' and
11024 #           not 'VHOST'"
11025 #  parameters:
11026 #  - "throughput"
11027 #  - "parent"
11028 #  - "tags"
11029 #  sort:
11030 #  - "IP4BASE"
11031 #  - "FIB_20k"
11032 #  - "FIB_200k"
11033 #  - "FIB_2M"
11034 #  traces:
11035 #    hoverinfo: "x+y"
11036 #    boxpoints: "outliers"
11037 #    whiskerwidth: 0
11038 #  layout:
11039 #    title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
11040 #    layout: "plot-throughput"
11041 #
11042 #-
11043 #  type: "plot"
11044 #  title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
11045 #  algorithm: "plot_performance_box"
11046 #  output-file-type: ".html"
11047 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
11048 #  data: "plot-vpp-throughput-latency-2n-skx"
11049 #  filter: "'NIC_Intel-XXV710' and
11050 #           '64B' and
11051 #           ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11052 #           'NDRPDR' and
11053 #           '4T2C' and
11054 #           'IP4FWD' and
11055 #           not 'IPSEC' and
11056 #           not 'DOT1Q' and
11057 #           not 'VHOST'"
11058 #  parameters:
11059 #  - "throughput"
11060 #  - "parent"
11061 #  - "tags"
11062 #  sort:
11063 #  - "IP4BASE"
11064 #  - "FIB_20k"
11065 #  - "FIB_200k"
11066 #  - "FIB_2M"
11067 #  traces:
11068 #    hoverinfo: "x+y"
11069 #    boxpoints: "outliers"
11070 #    whiskerwidth: 0
11071 #  layout:
11072 #    title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
11073 #    layout: "plot-throughput"
11074
11075 ## Packet Throughput - VPP IPv4 2n-dnv-x553 base and scale
11076 #-
11077 #  type: "plot"
11078 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-ndr"
11079 #  algorithm: "plot_performance_box"
11080 #  output-file-type: ".html"
11081 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-ndr"
11082 #  data: "intel-dnv-vpp"
11083 #  filter: "'NIC_Intel-X553' and
11084 #           '64B' and
11085 #           'IP4BASE' and
11086 #           'NDRPDR' and
11087 #           '1T1C' and
11088 #           'IP4FWD' and
11089 #           not 'IPSEC' and
11090 #           not 'VHOST'"
11091 #  parameters:
11092 #  - "throughput"
11093 #  - "parent"
11094 #  - "tags"
11095 #  sort:
11096 #  - "IP4BASE"
11097 #  traces:
11098 #    hoverinfo: "x+y"
11099 #    boxpoints: "outliers"
11100 #    whiskerwidth: 0
11101 #  layout:
11102 #    title: "ip4-2n-dnv-x553-64b-1t1c-base-ndr"
11103 #    layout: "plot-throughput"
11104 #
11105 #-
11106 #  type: "plot"
11107 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-pdr"
11108 #  algorithm: "plot_performance_box"
11109 #  output-file-type: ".html"
11110 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-pdr"
11111 #  data: "intel-dnv-vpp"
11112 #  filter: "'NIC_Intel-X553' and
11113 #           '64B' and
11114 #           'IP4BASE' and
11115 #           'NDRPDR' and
11116 #           '1T1C' and
11117 #           'IP4FWD' and
11118 #           not 'IPSEC' and
11119 #           not 'VHOST'"
11120 #  parameters:
11121 #  - "throughput"
11122 #  - "parent"
11123 #  - "tags"
11124 #  sort:
11125 #  - "IP4BASE"
11126 #  traces:
11127 #    hoverinfo: "x+y"
11128 #    boxpoints: "outliers"
11129 #    whiskerwidth: 0
11130 #  layout:
11131 #    title: "ip4-2n-dnv-x553-64b-1t1c-base-pdr"
11132 #    layout: "plot-throughput"
11133 #
11134 #-
11135 #  type: "plot"
11136 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11137 #  algorithm: "plot_performance_box"
11138 #  output-file-type: ".html"
11139 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11140 #  data: "intel-dnv-vpp"
11141 #  filter: "'NIC_Intel-X553' and
11142 #           '64B' and
11143 #           'IP4BASE' and
11144 #           'NDRPDR' and
11145 #           '2T2C' and
11146 #           'IP4FWD' and
11147 #           not 'IPSEC' and
11148 #           not 'VHOST'"
11149 #  parameters:
11150 #  - "throughput"
11151 #  - "parent"
11152 #  - "tags"
11153 #  sort:
11154 #  - "IP4BASE"
11155 #  traces:
11156 #    hoverinfo: "x+y"
11157 #    boxpoints: "outliers"
11158 #    whiskerwidth: 0
11159 #  layout:
11160 #    title: "ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11161 #    layout: "plot-throughput"
11162 #
11163 #-
11164 #  type: "plot"
11165 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11166 #  algorithm: "plot_performance_box"
11167 #  output-file-type: ".html"
11168 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11169 #  data: "intel-dnv-vpp"
11170 #  filter: "'NIC_Intel-X553' and
11171 #           '64B' and
11172 #           'IP4BASE' and
11173 #           'NDRPDR' and
11174 #           '2T2C' and
11175 #           'IP4FWD' and
11176 #           not 'IPSEC' and
11177 #           not 'VHOST'"
11178 #  parameters:
11179 #  - "throughput"
11180 #  - "parent"
11181 #  - "tags"
11182 #  sort:
11183 #  - "IP4BASE"
11184 #  traces:
11185 #    hoverinfo: "x+y"
11186 #    boxpoints: "outliers"
11187 #    whiskerwidth: 0
11188 #  layout:
11189 #    title: "ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11190 #    layout: "plot-throughput"
11191
11192 ################################################################################
11193
11194 ## Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
11195 #-
11196 #  type: "plot"
11197 #  title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11198 #  algorithm: "plot_performance_box"
11199 #  output-file-type: ".html"
11200 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11201 #  data: "plot-vpp-throughput-latency-3n-hsw"
11202 #  filter: "'NIC_Intel-X520-DA2' and
11203 #           '64B' and
11204 #           'ENCAP' and
11205 #           'NDRPDR' and
11206 #           '1T1C' and
11207 #           (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11208 #           not 'DOT1Q' and
11209 #           not 'VHOST' and
11210 #           not 'IPSECHW'"
11211 #  parameters:
11212 #  - "throughput"
11213 #  - "parent"
11214 #  - "tags"
11215 #  sort:
11216 #  - "IP4BASE"
11217 #  - "L2BDMACLRN"
11218 #  - "L2XCFWD"
11219 #  - "LISP"
11220 #  traces:
11221 #    hoverinfo: "x+y"
11222 #    boxpoints: "outliers"
11223 #    whiskerwidth: 0
11224 #  layout:
11225 #    title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11226 #    layout: "plot-throughput"
11227 #
11228 #-
11229 #  type: "plot"
11230 #  title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11231 #  algorithm: "plot_performance_box"
11232 #  output-file-type: ".html"
11233 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11234 #  data: "plot-vpp-throughput-latency-3n-hsw"
11235 #  filter: "'NIC_Intel-X520-DA2' and
11236 #           '64B' and
11237 #           'ENCAP' and
11238 #           'NDRPDR' and
11239 #           '2T2C' and
11240 #           (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11241 #           not 'DOT1Q' and
11242 #           not 'VHOST' and
11243 #           not 'IPSECHW'"
11244 #  parameters:
11245 #  - "throughput"
11246 #  - "parent"
11247 #  - "tags"
11248 #  sort:
11249 #  - "IP4BASE"
11250 #  - "L2BDMACLRN"
11251 #  - "L2XCFWD"
11252 #  - "LISP"
11253 #  traces:
11254 #    hoverinfo: "x+y"
11255 #    boxpoints: "outliers"
11256 #    whiskerwidth: 0
11257 #  layout:
11258 #    title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11259 #    layout: "plot-throughput"
11260 #
11261 #-
11262 #  type: "plot"
11263 #  title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11264 #  algorithm: "plot_performance_box"
11265 #  output-file-type: ".html"
11266 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11267 #  data: "plot-vpp-throughput-latency-3n-hsw"
11268 #  filter: "'NIC_Intel-X520-DA2' and
11269 #           '64B' and
11270 #           'ENCAP' and
11271 #           'NDRPDR' and
11272 #           '1T1C' and
11273 #           (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11274 #           not 'DOT1Q' and
11275 #           not 'VHOST' and
11276 #           not 'IPSECHW'"
11277 #  parameters:
11278 #  - "throughput"
11279 #  - "parent"
11280 #  - "tags"
11281 #  sort:
11282 #  - "IP4BASE"
11283 #  - "L2BDMACLRN"
11284 #  - "L2XCFWD"
11285 #  - "LISP"
11286 #  traces:
11287 #    hoverinfo: "x+y"
11288 #    boxpoints: "outliers"
11289 #    whiskerwidth: 0
11290 #  layout:
11291 #    title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11292 #    layout: "plot-throughput"
11293 #
11294 #-
11295 #  type: "plot"
11296 #  title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11297 #  algorithm: "plot_performance_box"
11298 #  output-file-type: ".html"
11299 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11300 #  data: "plot-vpp-throughput-latency-3n-hsw"
11301 #  filter: "'NIC_Intel-X520-DA2' and
11302 #           '64B' and
11303 #           'ENCAP' and
11304 #           'NDRPDR' and
11305 #           '2T2C' and
11306 #           (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11307 #           not 'DOT1Q' and
11308 #           not 'VHOST' and
11309 #           not 'IPSECHW'"
11310 #  parameters:
11311 #  - "throughput"
11312 #  - "parent"
11313 #  - "tags"
11314 #  sort:
11315 #  - "IP4BASE"
11316 #  - "L2BDMACLRN"
11317 #  - "L2XCFWD"
11318 #  - "LISP"
11319 #  traces:
11320 #    hoverinfo: "x+y"
11321 #    boxpoints: "outliers"
11322 #    whiskerwidth: 0
11323 #  layout:
11324 #    title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11325 #    layout: "plot-throughput"
11326 #
11327 ## Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
11328 #-
11329 #  type: "plot"
11330 #  title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11331 #  algorithm: "plot_performance_box"
11332 #  output-file-type: ".html"
11333 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11334 #  data: "plot-vpp-throughput-latency-3n-hsw"
11335 #  filter: "'NIC_Intel-X710' and
11336 #           '64B' and
11337 #           'ENCAP' and
11338 #           'NDRPDR' and
11339 #           '1T1C' and
11340 #           ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11341 #           not 'VHOST' and
11342 #           not 'IPSECHW'"
11343 #  parameters:
11344 #  - "throughput"
11345 #  - "parent"
11346 #  - "tags"
11347 #  sort:
11348 #  - "IP4BASE"
11349 #  - "LISP"
11350 #  - "VXLAN_1"
11351 #  - "VXLAN_10"
11352 #  - "VXLAN_100"
11353 #  - "VXLAN_1000"
11354 #  traces:
11355 #    hoverinfo: "x+y"
11356 #    boxpoints: "outliers"
11357 #    whiskerwidth: 0
11358 #  layout:
11359 #    title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11360 #    layout: "plot-throughput"
11361 #
11362 #-
11363 #  type: "plot"
11364 #  title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11365 #  algorithm: "plot_performance_box"
11366 #  output-file-type: ".html"
11367 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11368 #  data: "plot-vpp-throughput-latency-3n-hsw"
11369 #  filter: "'NIC_Intel-X710' and
11370 #           '64B' and
11371 #           'ENCAP' and
11372 #           'NDRPDR' and
11373 #           '1T1C' and
11374 #           ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11375 #           not 'VHOST' and
11376 #           not 'IPSECHW'"
11377 #  parameters:
11378 #  - "throughput"
11379 #  - "parent"
11380 #  - "tags"
11381 #  sort:
11382 #  - "IP4BASE"
11383 #  - "LISP"
11384 #  - "VXLAN_1"
11385 #  - "VXLAN_10"
11386 #  - "VXLAN_100"
11387 #  - "VXLAN_1000"
11388 #  traces:
11389 #    hoverinfo: "x+y"
11390 #    boxpoints: "outliers"
11391 #    whiskerwidth: 0
11392 #  layout:
11393 #    title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11394 #    layout: "plot-throughput"
11395 #
11396 #-
11397 #  type: "plot"
11398 #  title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11399 #  algorithm: "plot_performance_box"
11400 #  output-file-type: ".html"
11401 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11402 #  data: "plot-vpp-throughput-latency-3n-hsw"
11403 #  filter: "'NIC_Intel-X710' and
11404 #           '64B' and
11405 #           'ENCAP' and
11406 #           'NDRPDR' and
11407 #           '2T2C' and
11408 #           ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11409 #           not 'VHOST' and
11410 #           not 'IPSECHW'"
11411 #  parameters:
11412 #  - "throughput"
11413 #  - "parent"
11414 #  - "tags"
11415 #  sort:
11416 #  - "IP4BASE"
11417 #  - "LISP"
11418 #  - "VXLAN_1"
11419 #  - "VXLAN_10"
11420 #  - "VXLAN_100"
11421 #  - "VXLAN_1000"
11422 #  traces:
11423 #    hoverinfo: "x+y"
11424 #    boxpoints: "outliers"
11425 #    whiskerwidth: 0
11426 #  layout:
11427 #    title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11428 #    layout: "plot-throughput"
11429 #
11430 #-
11431 #  type: "plot"
11432 #  title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11433 #  algorithm: "plot_performance_box"
11434 #  output-file-type: ".html"
11435 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11436 #  data: "plot-vpp-throughput-latency-3n-hsw"
11437 #  filter: "'NIC_Intel-X710' and
11438 #           '64B' and
11439 #           'ENCAP' and
11440 #           'NDRPDR' and
11441 #           '2T2C' and
11442 #           ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11443 #           not 'VHOST' and
11444 #           not 'IPSECHW'"
11445 #  parameters:
11446 #  - "throughput"
11447 #  - "parent"
11448 #  - "tags"
11449 #  sort:
11450 #  - "IP4BASE"
11451 #  - "LISP"
11452 #  - "VXLAN_1"
11453 #  - "VXLAN_10"
11454 #  - "VXLAN_100"
11455 #  - "VXLAN_1000"
11456 #  traces:
11457 #    hoverinfo: "x+y"
11458 #    boxpoints: "outliers"
11459 #    whiskerwidth: 0
11460 #  layout:
11461 #    title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11462 #    layout: "plot-throughput"
11463 #
11464 ## Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
11465 #-
11466 #  type: "plot"
11467 #  title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11468 #  algorithm: "plot_performance_box"
11469 #  output-file-type: ".html"
11470 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11471 #  data: "plot-vpp-throughput-latency-3n-hsw"
11472 #  filter: "'NIC_Intel-X710' and
11473 #           '64B' and
11474 #           'ENCAP' and
11475 #           'NDRPDR' and
11476 #           '1T1C' and
11477 #           ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
11478 #           not 'DOT1Q' and
11479 #           not 'VHOST' and
11480 #           not 'IPSECHW'"
11481 #  parameters:
11482 #  - "throughput"
11483 #  - "parent"
11484 #  - "tags"
11485 #  sort:
11486 #  - "IP4BASE"
11487 #  - "L2BDMACLRN"
11488 #  - "L2XCFWD"
11489 #  - "LISP"
11490 #  traces:
11491 #    hoverinfo: "x+y"
11492 #    boxpoints: "outliers"
11493 #    whiskerwidth: 0
11494 #  layout:
11495 #    title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11496 #    layout: "plot-throughput"
11497 #
11498 #-
11499 #  type: "plot"
11500 #  title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11501 #  algorithm: "plot_performance_box"
11502 #  output-file-type: ".html"
11503 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11504 #  data: "plot-vpp-throughput-latency-3n-hsw"
11505 #  filter: "'NIC_Intel-X710' and
11506 #           '64B' and
11507 #           'ENCAP' and
11508 #           'NDRPDR' and
11509 #           '2T2C' and
11510 #           (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11511 #           not 'DOT1Q' and
11512 #           not 'VHOST' and
11513 #           not 'IPSECHW'"
11514 #  parameters:
11515 #  - "throughput"
11516 #  - "parent"
11517 #  - "tags"
11518 #  sort:
11519 #  - "IP4BASE"
11520 #  - "L2BDMACLRN"
11521 #  - "L2XCFWD"
11522 #  - "LISP"
11523 #  traces:
11524 #    hoverinfo: "x+y"
11525 #    boxpoints: "outliers"
11526 #    whiskerwidth: 0
11527 #  layout:
11528 #    title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11529 #    layout: "plot-throughput"
11530 #
11531 #-
11532 #  type: "plot"
11533 #  title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11534 #  algorithm: "plot_performance_box"
11535 #  output-file-type: ".html"
11536 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11537 #  data: "plot-vpp-throughput-latency-3n-hsw"
11538 #  filter: "'NIC_Intel-X710' and
11539 #           '64B' and
11540 #           'ENCAP' and
11541 #           'NDRPDR' and
11542 #           '1T1C' and
11543 #           (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11544 #           not 'DOT1Q' and
11545 #           not 'VHOST' and
11546 #           not 'IPSECHW'"
11547 #  parameters:
11548 #  - "throughput"
11549 #  - "parent"
11550 #  - "tags"
11551 #  sort:
11552 #  - "IP4BASE"
11553 #  - "L2BDMACLRN"
11554 #  - "L2XCFWD"
11555 #  - "LISP"
11556 #  traces:
11557 #    hoverinfo: "x+y"
11558 #    boxpoints: "outliers"
11559 #    whiskerwidth: 0
11560 #  layout:
11561 #    title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11562 #    layout: "plot-throughput"
11563 #
11564 #-
11565 #  type: "plot"
11566 #  title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11567 #  algorithm: "plot_performance_box"
11568 #  output-file-type: ".html"
11569 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11570 #  data: "plot-vpp-throughput-latency-3n-hsw"
11571 #  filter: "'NIC_Intel-X710' and
11572 #           '64B' and
11573 #           'ENCAP' and
11574 #           'NDRPDR' and
11575 #           '2T2C' and
11576 #           (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11577 #           not 'DOT1Q' and
11578 #           not 'VHOST' and
11579 #           not 'IPSECHW'"
11580 #  parameters:
11581 #  - "throughput"
11582 #  - "parent"
11583 #  - "tags"
11584 #  sort:
11585 #  - "IP4BASE"
11586 #  - "L2BDMACLRN"
11587 #  - "L2XCFWD"
11588 #  - "LISP"
11589 #  traces:
11590 #    hoverinfo: "x+y"
11591 #    boxpoints: "outliers"
11592 #    whiskerwidth: 0
11593 #  layout:
11594 #    title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11595 #    layout: "plot-throughput"
11596
11597 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
11598 -
11599   type: "plot"
11600   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11601   algorithm: "plot_performance_box"
11602   output-file-type: ".html"
11603   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11604   data: "plot-vpp-throughput-latency-3n-skx"
11605   filter: "'NIC_Intel-X710' and
11606            '64B' and
11607            'ENCAP' and
11608            'NDRPDR' and
11609            '2T1C' and
11610            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11611            not 'VHOST' and
11612            not 'IPSECHW'"
11613   parameters:
11614   - "throughput"
11615   - "parent"
11616   - "tags"
11617   sort:
11618   - "IP4BASE"
11619   - "LISP"
11620   - "VXLAN_1"
11621   - "VXLAN_10"
11622   - "VXLAN_100"
11623   - "VXLAN_1000"
11624   traces:
11625     hoverinfo: "x+y"
11626     boxpoints: "outliers"
11627     whiskerwidth: 0
11628   layout:
11629     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11630     layout: "plot-throughput"
11631
11632 -
11633   type: "plot"
11634   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11635   algorithm: "plot_performance_box"
11636   output-file-type: ".html"
11637   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11638   data: "plot-vpp-throughput-latency-3n-skx"
11639   filter: "'NIC_Intel-X710' and
11640            '64B' and
11641            'ENCAP' and
11642            'NDRPDR' and
11643            '2T1C' and
11644            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11645            not 'VHOST' and
11646            not 'IPSECHW'"
11647   parameters:
11648   - "throughput"
11649   - "parent"
11650   - "tags"
11651   sort:
11652   - "IP4BASE"
11653   - "LISP"
11654   - "VXLAN_1"
11655   - "VXLAN_10"
11656   - "VXLAN_100"
11657   - "VXLAN_1000"
11658   traces:
11659     hoverinfo: "x+y"
11660     boxpoints: "outliers"
11661     whiskerwidth: 0
11662   layout:
11663     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11664     layout: "plot-throughput"
11665
11666 -
11667   type: "plot"
11668   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11669   algorithm: "plot_performance_box"
11670   output-file-type: ".html"
11671   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11672   data: "plot-vpp-throughput-latency-3n-skx"
11673   filter: "'NIC_Intel-X710' and
11674            '64B' and
11675            'ENCAP' and
11676            'NDRPDR' and
11677            '4T2C' and
11678            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11679            not 'VHOST' and
11680            not 'IPSECHW'"
11681   parameters:
11682   - "throughput"
11683   - "parent"
11684   - "tags"
11685   sort:
11686   - "IP4BASE"
11687   - "LISP"
11688   - "VXLAN_1"
11689   - "VXLAN_10"
11690   - "VXLAN_100"
11691   - "VXLAN_1000"
11692   traces:
11693     hoverinfo: "x+y"
11694     boxpoints: "outliers"
11695     whiskerwidth: 0
11696   layout:
11697     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11698     layout: "plot-throughput"
11699
11700 -
11701   type: "plot"
11702   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11703   algorithm: "plot_performance_box"
11704   output-file-type: ".html"
11705   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11706   data: "plot-vpp-throughput-latency-3n-skx"
11707   filter: "'NIC_Intel-X710' and
11708            '64B' and
11709            'ENCAP' and
11710            'NDRPDR' and
11711            '4T2C' and
11712            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11713            not 'VHOST' and
11714            not 'IPSECHW'"
11715   parameters:
11716   - "throughput"
11717   - "parent"
11718   - "tags"
11719   sort:
11720   - "IP4BASE"
11721   - "LISP"
11722   - "VXLAN_1"
11723   - "VXLAN_10"
11724   - "VXLAN_100"
11725   - "VXLAN_1000"
11726   traces:
11727     hoverinfo: "x+y"
11728     boxpoints: "outliers"
11729     whiskerwidth: 0
11730   layout:
11731     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11732     layout: "plot-throughput"
11733
11734 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
11735 -
11736   type: "plot"
11737   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11738   algorithm: "plot_performance_box"
11739   output-file-type: ".html"
11740   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11741   data: "plot-vpp-throughput-latency-3n-skx"
11742   filter: "'NIC_Intel-X710' and
11743            '64B' and
11744            'ENCAP' and
11745            'NDRPDR' and
11746            '2T1C' and
11747            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11748            not 'DOT1Q' and
11749            not 'VHOST' and
11750            not 'IPSECHW'"
11751   parameters:
11752   - "throughput"
11753   - "parent"
11754   - "tags"
11755   sort:
11756   - "IP4BASE"
11757   - "L2BDMACLRN"
11758   - "L2XCFWD"
11759   - "LISP"
11760   traces:
11761     hoverinfo: "x+y"
11762     boxpoints: "outliers"
11763     whiskerwidth: 0
11764   layout:
11765     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11766     layout: "plot-throughput"
11767
11768 -
11769   type: "plot"
11770   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11771   algorithm: "plot_performance_box"
11772   output-file-type: ".html"
11773   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11774   data: "plot-vpp-throughput-latency-3n-skx"
11775   filter: "'NIC_Intel-X710' and
11776            '64B' and
11777            'ENCAP' and
11778            'NDRPDR' and
11779            '4T2C' and
11780            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11781            not 'DOT1Q' and
11782            not 'VHOST' and
11783            not 'IPSECHW'"
11784   parameters:
11785   - "throughput"
11786   - "parent"
11787   - "tags"
11788   sort:
11789   - "IP4BASE"
11790   - "L2BDMACLRN"
11791   - "L2XCFWD"
11792   - "LISP"
11793   traces:
11794     hoverinfo: "x+y"
11795     boxpoints: "outliers"
11796     whiskerwidth: 0
11797   layout:
11798     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11799     layout: "plot-throughput"
11800
11801 -
11802   type: "plot"
11803   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11804   algorithm: "plot_performance_box"
11805   output-file-type: ".html"
11806   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11807   data: "plot-vpp-throughput-latency-3n-skx"
11808   filter: "'NIC_Intel-X710' and
11809            '64B' and
11810            'ENCAP' and
11811            'NDRPDR' and
11812            '2T1C' and
11813            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11814            not 'DOT1Q' and
11815            not 'VHOST' and
11816            not 'IPSECHW'"
11817   parameters:
11818   - "throughput"
11819   - "parent"
11820   - "tags"
11821   sort:
11822   - "IP4BASE"
11823   - "L2BDMACLRN"
11824   - "L2XCFWD"
11825   - "LISP"
11826   traces:
11827     hoverinfo: "x+y"
11828     boxpoints: "outliers"
11829     whiskerwidth: 0
11830   layout:
11831     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11832     layout: "plot-throughput"
11833
11834 -
11835   type: "plot"
11836   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11837   algorithm: "plot_performance_box"
11838   output-file-type: ".html"
11839   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11840   data: "plot-vpp-throughput-latency-3n-skx"
11841   filter: "'NIC_Intel-X710' and
11842            '64B' and
11843            'ENCAP' and
11844            'NDRPDR' and
11845            '4T2C' and
11846            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11847            not 'DOT1Q' and
11848            not 'VHOST' and
11849            not 'IPSECHW'"
11850   parameters:
11851   - "throughput"
11852   - "parent"
11853   - "tags"
11854   sort:
11855   - "IP4BASE"
11856   - "L2BDMACLRN"
11857   - "L2XCFWD"
11858   - "LISP"
11859   traces:
11860     hoverinfo: "x+y"
11861     boxpoints: "outliers"
11862     whiskerwidth: 0
11863   layout:
11864     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11865     layout: "plot-throughput"
11866
11867 ################################################################################
11868
11869 ## Packet Throughput - VPP IPv6 3n-hsw-x520
11870 #-
11871 #  type: "plot"
11872 #  title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base-ndr"
11873 #  algorithm: "plot_performance_box"
11874 #  output-file-type: ".html"
11875 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-ndr"
11876 #  data: "plot-vpp-throughput-latency-3n-hsw"
11877 #  filter: "'NIC_Intel-X520-DA2' and
11878 #           '78B' and
11879 #           ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11880 #           'NDRPDR' and
11881 #           '1T1C' and
11882 #           'IP6FWD' and
11883 #           not 'SRv6' and
11884 #           not 'IPSEC' and
11885 #           not 'VHOST'"
11886 #  parameters:
11887 #  - "throughput"
11888 #  - "parent"
11889 #  - "tags"
11890 #  sort:
11891 #  - "IP6BASE"
11892 #  - "FIB_20K"
11893 #  - "FIB_200K"
11894 #  - "FIB_2M"
11895 #  traces:
11896 #    hoverinfo: "x+y"
11897 #    boxpoints: "outliers"
11898 #    whiskerwidth: 0
11899 #  layout:
11900 #    title: "ip6-3n-hsw-x520-78b-1t1c-base-ndr"
11901 #    layout: "plot-throughput"
11902 #
11903 #-
11904 #  type: "plot"
11905 #  title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base-pdr"
11906 #  algorithm: "plot_performance_box"
11907 #  output-file-type: ".html"
11908 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-pdr"
11909 #  data: "plot-vpp-throughput-latency-3n-hsw"
11910 #  filter: "'NIC_Intel-X520-DA2' and
11911 #           '78B' and
11912 #           ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11913 #           'NDRPDR' and
11914 #           '1T1C' and
11915 #           'IP6FWD' and
11916 #           not 'SRv6' and
11917 #           not 'IPSEC' and
11918 #           not 'VHOST'"
11919 #  parameters:
11920 #  - "throughput"
11921 #  - "parent"
11922 #  - "tags"
11923 #  sort:
11924 #  - "IP6BASE"
11925 #  - "FIB_20K"
11926 #  - "FIB_200K"
11927 #  - "FIB_2M"
11928 #  traces:
11929 #    hoverinfo: "x+y"
11930 #    boxpoints: "outliers"
11931 #    whiskerwidth: 0
11932 #  layout:
11933 #    title: "ip6-3n-hsw-x520-78b-1t1c-base-pdr"
11934 #    layout: "plot-throughput"
11935 #
11936 #-
11937 #  type: "plot"
11938 #  title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base-ndr"
11939 #  algorithm: "plot_performance_box"
11940 #  output-file-type: ".html"
11941 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-ndr"
11942 #  data: "plot-vpp-throughput-latency-3n-hsw"
11943 #  filter: "'NIC_Intel-X520-DA2' and
11944 #           '78B' and
11945 #           ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11946 #           'NDRPDR' and
11947 #           '2T2C' and
11948 #           'IP6FWD' and
11949 #           not 'SRv6' and
11950 #           not 'IPSEC' and
11951 #           not 'VHOST'"
11952 #  parameters:
11953 #  - "throughput"
11954 #  - "parent"
11955 #  - "tags"
11956 #  sort:
11957 #  - "IP6BASE"
11958 #  - "FIB_20K"
11959 #  - "FIB_200K"
11960 #  - "FIB_2M"
11961 #  traces:
11962 #    hoverinfo: "x+y"
11963 #    boxpoints: "outliers"
11964 #    whiskerwidth: 0
11965 #  layout:
11966 #    title: "ip6-3n-hsw-x520-78b-2t2c-base-ndr"
11967 #    layout: "plot-throughput"
11968 #
11969 #-
11970 #  type: "plot"
11971 #  title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base-pdr"
11972 #  algorithm: "plot_performance_box"
11973 #  output-file-type: ".html"
11974 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-pdr"
11975 #  data: "plot-vpp-throughput-latency-3n-hsw"
11976 #  filter: "'NIC_Intel-X520-DA2' and
11977 #           '78B' and
11978 #           ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11979 #           'NDRPDR' and
11980 #           '2T2C' and
11981 #           'IP6FWD' and
11982 #           not 'SRv6' and
11983 #           not 'IPSEC' and
11984 #           not 'VHOST'"
11985 #  parameters:
11986 #  - "throughput"
11987 #  - "parent"
11988 #  - "tags"
11989 #  sort:
11990 #  - "IP6BASE"
11991 #  - "FIB_20K"
11992 #  - "FIB_200K"
11993 #  - "FIB_2M"
11994 #  traces:
11995 #    hoverinfo: "x+y"
11996 #    boxpoints: "outliers"
11997 #    whiskerwidth: 0
11998 #  layout:
11999 #    title: "ip6-3n-hsw-x520-78b-2t2c-base-pdr"
12000 #    layout: "plot-throughput"
12001 #
12002 ## Packet Throughput - VPP IPv6 3n-hsw-x710
12003 #-
12004 #  type: "plot"
12005 #  title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12006 #  algorithm: "plot_performance_box"
12007 #  output-file-type: ".html"
12008 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12009 #  data: "plot-vpp-throughput-latency-3n-hsw"
12010 #  filter: "'NIC_Intel-X710' and
12011 #           '78B' and
12012 #           ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12013 #           'NDRPDR' and
12014 #           '1T1C' and
12015 #           'IP6FWD' and
12016 #           not 'SRv6' and
12017 #           not 'IPSEC' and
12018 #           not 'VHOST'"
12019 #  parameters:
12020 #  - "throughput"
12021 #  - "parent"
12022 #  - "tags"
12023 #  sort:
12024 #  - "IP6BASE"
12025 #  - "FIB_20K"
12026 #  - "FIB_200K"
12027 #  - "FIB_2M"
12028 #  traces:
12029 #    hoverinfo: "x+y"
12030 #    boxpoints: "outliers"
12031 #    whiskerwidth: 0
12032 #  layout:
12033 #    title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12034 #    layout: "plot-throughput"
12035 #
12036 #-
12037 #  type: "plot"
12038 #  title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12039 #  algorithm: "plot_performance_box"
12040 #  output-file-type: ".html"
12041 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12042 #  data: "plot-vpp-throughput-latency-3n-hsw"
12043 #  filter: "'NIC_Intel-X710' and
12044 #           '78B' and
12045 #           ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12046 #           'NDRPDR' and
12047 #           '1T1C' and
12048 #           'IP6FWD' and
12049 #           not 'SRv6' and
12050 #           not 'IPSEC' and
12051 #           not 'VHOST'"
12052 #  parameters:
12053 #  - "throughput"
12054 #  - "parent"
12055 #  - "tags"
12056 #  sort:
12057 #  - "IP6BASE"
12058 #  - "FIB_20K"
12059 #  - "FIB_200K"
12060 #  - "FIB_2M"
12061 #  traces:
12062 #    hoverinfo: "x+y"
12063 #    boxpoints: "outliers"
12064 #    whiskerwidth: 0
12065 #  layout:
12066 #    title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12067 #    layout: "plot-throughput"
12068 #
12069 #-
12070 #  type: "plot"
12071 #  title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12072 #  algorithm: "plot_performance_box"
12073 #  output-file-type: ".html"
12074 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12075 #  data: "plot-vpp-throughput-latency-3n-hsw"
12076 #  filter: "'NIC_Intel-X710' and
12077 #           '78B' and
12078 #           ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12079 #           'NDRPDR' and
12080 #           '2T2C' and
12081 #           'IP6FWD' and
12082 #           not 'SRv6' and
12083 #           not 'IPSEC' and
12084 #           not 'VHOST'"
12085 #  parameters:
12086 #  - "throughput"
12087 #  - "parent"
12088 #  - "tags"
12089 #  sort:
12090 #  - "IP6BASE"
12091 #  - "FIB_20K"
12092 #  - "FIB_200K"
12093 #  - "FIB_2M"
12094 #  traces:
12095 #    hoverinfo: "x+y"
12096 #    boxpoints: "outliers"
12097 #    whiskerwidth: 0
12098 #  layout:
12099 #    title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12100 #    layout: "plot-throughput"
12101 #
12102 #-
12103 #  type: "plot"
12104 #  title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12105 #  algorithm: "plot_performance_box"
12106 #  output-file-type: ".html"
12107 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12108 #  data: "plot-vpp-throughput-latency-3n-hsw"
12109 #  filter: "'NIC_Intel-X710' and
12110 #           '78B' and
12111 #           ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12112 #           'NDRPDR' and
12113 #           '2T2C' and
12114 #           'IP6FWD' and
12115 #           not 'SRv6' and
12116 #           not 'IPSEC' and
12117 #           not 'VHOST'"
12118 #  parameters:
12119 #  - "throughput"
12120 #  - "parent"
12121 #  - "tags"
12122 #  sort:
12123 #  - "IP6BASE"
12124 #  - "FIB_20K"
12125 #  - "FIB_200K"
12126 #  - "FIB_2M"
12127 #  traces:
12128 #    hoverinfo: "x+y"
12129 #    boxpoints: "outliers"
12130 #    whiskerwidth: 0
12131 #  layout:
12132 #    title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12133 #    layout: "plot-throughput"
12134 #
12135 ## Packet Throughput - VPP IPv6 3n-hsw-x710 - features
12136 #-
12137 #  type: "plot"
12138 #  title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12139 #  algorithm: "plot_performance_box"
12140 #  output-file-type: ".html"
12141 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12142 #  data: "plot-vpp-throughput-latency-3n-hsw"
12143 #  filter: "'NIC_Intel-X710' and
12144 #           '78B' and
12145 #           ('IP6BASE' or
12146 #            'POLICE_MARK' or
12147 #            'COPWHLIST' or
12148 #            'IACLDST') and
12149 #           'NDRPDR' and
12150 #           '1T1C' and
12151 #           'IP6FWD' and
12152 #           not 'SRv6' and
12153 #           not 'IPSEC' and
12154 #           not 'VHOST'"
12155 #  parameters:
12156 #  - "throughput"
12157 #  - "parent"
12158 #  - "tags"
12159 #  sort:
12160 #  - "IP6BASE"
12161 #  - "POLICE_MARK"
12162 #  - "COPWHLIST"
12163 #  - "IACLDST"
12164 #  traces:
12165 #    hoverinfo: "x+y"
12166 #    boxpoints: "outliers"
12167 #    whiskerwidth: 0
12168 #  layout:
12169 #    title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12170 #    layout: "plot-throughput"
12171 #
12172 #-
12173 #  type: "plot"
12174 #  title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12175 #  algorithm: "plot_performance_box"
12176 #  output-file-type: ".html"
12177 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12178 #  data: "plot-vpp-throughput-latency-3n-hsw"
12179 #  filter: "'NIC_Intel-X710' and
12180 #           '78B' and
12181 #           ('IP6BASE' or
12182 #            'POLICE_MARK' or
12183 #            'COPWHLIST' or
12184 #            'IACLDST') and
12185 #           'NDRPDR' and
12186 #           '2T2C' and
12187 #           'IP6FWD' and
12188 #           not 'SRv6' and
12189 #           not 'IPSEC' and
12190 #           not 'VHOST'"
12191 #  parameters:
12192 #  - "throughput"
12193 #  - "parent"
12194 #  - "tags"
12195 #  sort:
12196 #  - "IP6BASE"
12197 #  - "POLICE_MARK"
12198 #  - "COPWHLIST"
12199 #  - "IACLDST"
12200 #  traces:
12201 #    hoverinfo: "x+y"
12202 #    boxpoints: "outliers"
12203 #    whiskerwidth: 0
12204 #  layout:
12205 #    title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12206 #    layout: "plot-throughput"
12207 #
12208 #-
12209 #  type: "plot"
12210 #  title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12211 #  algorithm: "plot_performance_box"
12212 #  output-file-type: ".html"
12213 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12214 #  data: "plot-vpp-throughput-latency-3n-hsw"
12215 #  filter: "'NIC_Intel-X710' and
12216 #           '78B' and
12217 #           ('IP6BASE' or
12218 #            'POLICE_MARK' or
12219 #            'COPWHLIST' or
12220 #            'IACLDST') and
12221 #           'NDRPDR' and
12222 #           '1T1C' and
12223 #           'IP6FWD' and
12224 #           not 'SRv6' and
12225 #           not 'IPSEC' and
12226 #           not 'VHOST'"
12227 #  parameters:
12228 #  - "throughput"
12229 #  - "parent"
12230 #  - "tags"
12231 #  sort:
12232 #  - "IP6BASE"
12233 #  - "POLICE_MARK"
12234 #  - "COPWHLIST"
12235 #  - "IACLDST"
12236 #  traces:
12237 #    hoverinfo: "x+y"
12238 #    boxpoints: "outliers"
12239 #    whiskerwidth: 0
12240 #  layout:
12241 #    title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12242 #    layout: "plot-throughput"
12243 #
12244 #-
12245 #  type: "plot"
12246 #  title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12247 #  algorithm: "plot_performance_box"
12248 #  output-file-type: ".html"
12249 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12250 #  data: "plot-vpp-throughput-latency-3n-hsw"
12251 #  filter: "'NIC_Intel-X710' and
12252 #           '78B' and
12253 #           ('IP6BASE' or
12254 #            'POLICE_MARK' or
12255 #            'COPWHLIST' or
12256 #            'IACLDST') and
12257 #           'NDRPDR' and
12258 #           '2T2C' and
12259 #           'IP6FWD' and
12260 #           not 'SRv6' and
12261 #           not 'IPSEC' and
12262 #           not 'VHOST'"
12263 #  parameters:
12264 #  - "throughput"
12265 #  - "parent"
12266 #  - "tags"
12267 #  sort:
12268 #  - "IP6BASE"
12269 #  - "POLICE_MARK"
12270 #  - "COPWHLIST"
12271 #  - "IACLDST"
12272 #  traces:
12273 #    hoverinfo: "x+y"
12274 #    boxpoints: "outliers"
12275 #    whiskerwidth: 0
12276 #  layout:
12277 #    title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12278 #    layout: "plot-throughput"
12279 #
12280 ## Packet Throughput - VPP IPv6 3n-hsw-xl710
12281 #-
12282 #  type: "plot"
12283 #  title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
12284 #  algorithm: "plot_performance_box"
12285 #  output-file-type: ".html"
12286 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
12287 #  data: "plot-vpp-throughput-latency-3n-hsw"
12288 #  filter: "'NIC_Intel-XL710' and
12289 #           '78B' and
12290 #           ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12291 #           'NDRPDR' and
12292 #           '1T1C' and
12293 #           'IP6FWD' and
12294 #           not 'SRv6' and
12295 #           not 'IPSEC' and
12296 #           not 'VHOST'"
12297 #  parameters:
12298 #  - "throughput"
12299 #  - "parent"
12300 #  - "tags"
12301 #  sort:
12302 #  - "IP6BASE"
12303 #  - "FIB_20K"
12304 #  - "FIB_200K"
12305 #  - "FIB_2M"
12306 #  traces:
12307 #    hoverinfo: "x+y"
12308 #    boxpoints: "outliers"
12309 #    whiskerwidth: 0
12310 #  layout:
12311 #    title: "ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
12312 #    layout: "plot-throughput"
12313 #
12314 #-
12315 #  type: "plot"
12316 #  title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
12317 #  algorithm: "plot_performance_box"
12318 #  output-file-type: ".html"
12319 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
12320 #  data: "plot-vpp-throughput-latency-3n-hsw"
12321 #  filter: "'NIC_Intel-XL710' and
12322 #           '78B' and
12323 #           ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12324 #           'NDRPDR' and
12325 #           '1T1C' and
12326 #           'IP6FWD' and
12327 #           not 'SRv6' and
12328 #           not 'IPSEC' and
12329 #           not 'VHOST'"
12330 #  parameters:
12331 #  - "throughput"
12332 #  - "parent"
12333 #  - "tags"
12334 #  sort:
12335 #  - "IP6BASE"
12336 #  - "FIB_20K"
12337 #  - "FIB_200K"
12338 #  - "FIB_2M"
12339 #  traces:
12340 #    hoverinfo: "x+y"
12341 #    boxpoints: "outliers"
12342 #    whiskerwidth: 0
12343 #  layout:
12344 #    title: "ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
12345 #    layout: "plot-throughput"
12346 #
12347 #-
12348 #  type: "plot"
12349 #  title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
12350 #  algorithm: "plot_performance_box"
12351 #  output-file-type: ".html"
12352 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
12353 #  data: "plot-vpp-throughput-latency-3n-hsw"
12354 #  filter: "'NIC_Intel-XL710' and
12355 #           '78B' and
12356 #           ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12357 #           'NDRPDR' and
12358 #           '2T2C' and
12359 #           'IP6FWD' and
12360 #           not 'SRv6' and
12361 #           not 'IPSEC' and
12362 #           not 'VHOST'"
12363 #  parameters:
12364 #  - "throughput"
12365 #  - "parent"
12366 #  - "tags"
12367 #  sort:
12368 #  - "IP6BASE"
12369 #  - "FIB_20K"
12370 #  - "FIB_200K"
12371 #  - "FIB_2M"
12372 #  traces:
12373 #    hoverinfo: "x+y"
12374 #    boxpoints: "outliers"
12375 #    whiskerwidth: 0
12376 #  layout:
12377 #    title: "ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
12378 #    layout: "plot-throughput"
12379 #
12380 #-
12381 #  type: "plot"
12382 #  title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
12383 #  algorithm: "plot_performance_box"
12384 #  output-file-type: ".html"
12385 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
12386 #  data: "plot-vpp-throughput-latency-3n-hsw"
12387 #  filter: "'NIC_Intel-XL710' and
12388 #           '78B' and
12389 #           ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12390 #           'NDRPDR' and
12391 #           '2T2C' and
12392 #           'IP6FWD' and
12393 #           not 'SRv6' and
12394 #           not 'IPSEC' and
12395 #           not 'VHOST'"
12396 #  parameters:
12397 #  - "throughput"
12398 #  - "parent"
12399 #  - "tags"
12400 #  sort:
12401 #  - "IP6BASE"
12402 #  - "FIB_20K"
12403 #  - "FIB_200K"
12404 #  - "FIB_2M"
12405 #  traces:
12406 #    hoverinfo: "x+y"
12407 #    boxpoints: "outliers"
12408 #    whiskerwidth: 0
12409 #  layout:
12410 #    title: "ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
12411 #    layout: "plot-throughput"
12412
12413 # Packet Throughput - VPP IPv6 3n-skx-x710
12414 -
12415   type: "plot"
12416   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12417   algorithm: "plot_performance_box"
12418   output-file-type: ".html"
12419   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12420   data: "plot-vpp-throughput-latency-3n-skx"
12421   filter: "'NIC_Intel-X710' and
12422            '78B' and
12423            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12424            'NDRPDR' and
12425            '2T1C' and
12426            'IP6FWD' and
12427            not 'SRv6' and
12428            not 'IPSEC' and
12429            not 'VHOST'"
12430   parameters:
12431   - "throughput"
12432   - "parent"
12433   - "tags"
12434   sort:
12435   - "IP6BASE"
12436   - "FIB_20k"
12437   - "FIB_200k"
12438   - "FIB_2M"
12439   traces:
12440     hoverinfo: "x+y"
12441     boxpoints: "outliers"
12442     whiskerwidth: 0
12443   layout:
12444     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12445     layout: "plot-throughput"
12446
12447 -
12448   type: "plot"
12449   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12450   algorithm: "plot_performance_box"
12451   output-file-type: ".html"
12452   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12453   data: "plot-vpp-throughput-latency-3n-skx"
12454   filter: "'NIC_Intel-X710' and
12455            '78B' and
12456            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12457            'NDRPDR' and
12458            '2T1C' and
12459            'IP6FWD' and
12460            not 'SRv6' and
12461            not 'IPSEC' and
12462            not 'VHOST'"
12463   parameters:
12464   - "throughput"
12465   - "parent"
12466   - "tags"
12467   sort:
12468   - "IP6BASE"
12469   - "FIB_20k"
12470   - "FIB_200k"
12471   - "FIB_2M"
12472   traces:
12473     hoverinfo: "x+y"
12474     boxpoints: "outliers"
12475     whiskerwidth: 0
12476   layout:
12477     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12478     layout: "plot-throughput"
12479
12480 -
12481   type: "plot"
12482   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12483   algorithm: "plot_performance_box"
12484   output-file-type: ".html"
12485   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12486   data: "plot-vpp-throughput-latency-3n-skx"
12487   filter: "'NIC_Intel-X710' and
12488            '78B' and
12489            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12490            'NDRPDR' and
12491            '4T2C' and
12492            'IP6FWD' and
12493            not 'SRv6' and
12494            not 'IPSEC' and
12495            not 'VHOST'"
12496   parameters:
12497   - "throughput"
12498   - "parent"
12499   - "tags"
12500   sort:
12501   - "IP6BASE"
12502   - "FIB_20k"
12503   - "FIB_200k"
12504   - "FIB_2M"
12505   traces:
12506     hoverinfo: "x+y"
12507     boxpoints: "outliers"
12508     whiskerwidth: 0
12509   layout:
12510     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12511     layout: "plot-throughput"
12512
12513 -
12514   type: "plot"
12515   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12516   algorithm: "plot_performance_box"
12517   output-file-type: ".html"
12518   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12519   data: "plot-vpp-throughput-latency-3n-skx"
12520   filter: "'NIC_Intel-X710' and
12521            '78B' and
12522            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12523            'NDRPDR' and
12524            '4T2C' and
12525            'IP6FWD' and
12526            not 'SRv6' and
12527            not 'IPSEC' and
12528            not 'VHOST'"
12529   parameters:
12530   - "throughput"
12531   - "parent"
12532   - "tags"
12533   sort:
12534   - "IP6BASE"
12535   - "FIB_20k"
12536   - "FIB_200k"
12537   - "FIB_2M"
12538   traces:
12539     hoverinfo: "x+y"
12540     boxpoints: "outliers"
12541     whiskerwidth: 0
12542   layout:
12543     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12544     layout: "plot-throughput"
12545
12546 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
12547 -
12548   type: "plot"
12549   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12550   algorithm: "plot_performance_box"
12551   output-file-type: ".html"
12552   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12553   data: "plot-vpp-throughput-latency-3n-skx"
12554   filter: "'NIC_Intel-X710' and
12555            '78B' and
12556            ('IP6BASE' or
12557             'POLICE_MARK' or
12558             'COPWHLIST' or
12559             'IACLDST') and
12560            'NDRPDR' and
12561            '2T1C' and
12562            'IP6FWD' and
12563            not 'SRv6' and
12564            not 'IPSEC' and
12565            not 'VHOST'"
12566   parameters:
12567   - "throughput"
12568   - "parent"
12569   - "tags"
12570   sort:
12571   - "IP6BASE"
12572   - "POLICE_MARK"
12573   - "COPWHLIST"
12574   - "IACLDST"
12575   traces:
12576     hoverinfo: "x+y"
12577     boxpoints: "outliers"
12578     whiskerwidth: 0
12579   layout:
12580     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12581     layout: "plot-throughput"
12582
12583 -
12584   type: "plot"
12585   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12586   algorithm: "plot_performance_box"
12587   output-file-type: ".html"
12588   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12589   data: "plot-vpp-throughput-latency-3n-skx"
12590   filter: "'NIC_Intel-X710' and
12591            '78B' and
12592            ('IP6BASE' or
12593             'POLICE_MARK' or
12594             'COPWHLIST' or
12595             'IACLDST') and
12596            'NDRPDR' and
12597            '4T2C' and
12598            'IP6FWD' and
12599            not 'SRv6' and
12600            not 'IPSEC' and
12601            not 'VHOST'"
12602   parameters:
12603   - "throughput"
12604   - "parent"
12605   - "tags"
12606   sort:
12607   - "IP6BASE"
12608   - "POLICE_MARK"
12609   - "COPWHLIST"
12610   - "IACLDST"
12611   traces:
12612     hoverinfo: "x+y"
12613     boxpoints: "outliers"
12614     whiskerwidth: 0
12615   layout:
12616     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12617     layout: "plot-throughput"
12618
12619 -
12620   type: "plot"
12621   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12622   algorithm: "plot_performance_box"
12623   output-file-type: ".html"
12624   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12625   data: "plot-vpp-throughput-latency-3n-skx"
12626   filter: "'NIC_Intel-X710' and
12627            '78B' and
12628            ('IP6BASE' or
12629             'POLICE_MARK' or
12630             'COPWHLIST' or
12631             'IACLDST') and
12632            'NDRPDR' and
12633            '2T1C' and
12634            'IP6FWD' and
12635            not 'SRv6' and
12636            not 'IPSEC' and
12637            not 'VHOST'"
12638   parameters:
12639   - "throughput"
12640   - "parent"
12641   - "tags"
12642   sort:
12643   - "IP6BASE"
12644   - "POLICE_MARK"
12645   - "COPWHLIST"
12646   - "IACLDST"
12647   traces:
12648     hoverinfo: "x+y"
12649     boxpoints: "outliers"
12650     whiskerwidth: 0
12651   layout:
12652     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12653     layout: "plot-throughput"
12654
12655 -
12656   type: "plot"
12657   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12658   algorithm: "plot_performance_box"
12659   output-file-type: ".html"
12660   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12661   data: "plot-vpp-throughput-latency-3n-skx"
12662   filter: "'NIC_Intel-X710' and
12663            '78B' and
12664            ('IP6BASE' or
12665             'POLICE_MARK' or
12666             'COPWHLIST' or
12667             'IACLDST') and
12668            'NDRPDR' and
12669            '4T2C' and
12670            'IP6FWD' and
12671            not 'SRv6' and
12672            not 'IPSEC' and
12673            not 'VHOST'"
12674   parameters:
12675   - "throughput"
12676   - "parent"
12677   - "tags"
12678   sort:
12679   - "IP6BASE"
12680   - "POLICE_MARK"
12681   - "COPWHLIST"
12682   - "IACLDST"
12683   traces:
12684     hoverinfo: "x+y"
12685     boxpoints: "outliers"
12686     whiskerwidth: 0
12687   layout:
12688     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12689     layout: "plot-throughput"
12690
12691 ## Packet Throughput - VPP IPv6 2n-skx-x710
12692 #-
12693 #  type: "plot"
12694 #  title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12695 #  algorithm: "plot_performance_box"
12696 #  output-file-type: ".html"
12697 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12698 #  data: "plot-vpp-throughput-latency-2n-skx"
12699 #  filter: "'NIC_Intel-X710' and
12700 #           '78B' and
12701 #           ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12702 #           'NDRPDR' and
12703 #           '2T1C' and
12704 #           'IP6FWD' and
12705 #           not 'SRv6' and
12706 #           not 'IPSEC' and
12707 #           not 'VHOST'"
12708 #  parameters:
12709 #  - "throughput"
12710 #  - "parent"
12711 #  - "tags"
12712 #  sort:
12713 #  - "IP6BASE"
12714 #  - "FIB_20k"
12715 #  - "FIB_200k"
12716 #  - "FIB_2M"
12717 #  traces:
12718 #    hoverinfo: "x+y"
12719 #    boxpoints: "outliers"
12720 #    whiskerwidth: 0
12721 #  layout:
12722 #    title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12723 #    layout: "plot-throughput"
12724 #
12725 #-
12726 #  type: "plot"
12727 #  title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12728 #  algorithm: "plot_performance_box"
12729 #  output-file-type: ".html"
12730 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12731 #  data: "plot-vpp-throughput-latency-2n-skx"
12732 #  filter: "'NIC_Intel-X710' and
12733 #           '78B' and
12734 #           ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12735 #           'NDRPDR' and
12736 #           '2T1C' and
12737 #           'IP6FWD' and
12738 #           not 'SRv6' and
12739 #           not 'IPSEC' and
12740 #           not 'VHOST'"
12741 #  parameters:
12742 #  - "throughput"
12743 #  - "parent"
12744 #  - "tags"
12745 #  sort:
12746 #  - "IP6BASE"
12747 #  - "FIB_20k"
12748 #  - "FIB_200k"
12749 #  - "FIB_2M"
12750 #  traces:
12751 #    hoverinfo: "x+y"
12752 #    boxpoints: "outliers"
12753 #    whiskerwidth: 0
12754 #  layout:
12755 #    title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12756 #    layout: "plot-throughput"
12757 #
12758 #-
12759 #  type: "plot"
12760 #  title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12761 #  algorithm: "plot_performance_box"
12762 #  output-file-type: ".html"
12763 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12764 #  data: "plot-vpp-throughput-latency-2n-skx"
12765 #  filter: "'NIC_Intel-X710' and
12766 #           '78B' and
12767 #           ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12768 #           'NDRPDR' and
12769 #           '4T2C' and
12770 #           'IP6FWD' and
12771 #           not 'SRv6' and
12772 #           not 'IPSEC' and
12773 #           not 'VHOST'"
12774 #  parameters:
12775 #  - "throughput"
12776 #  - "parent"
12777 #  - "tags"
12778 #  sort:
12779 #  - "IP6BASE"
12780 #  - "FIB_20k"
12781 #  - "FIB_200k"
12782 #  - "FIB_2M"
12783 #  traces:
12784 #    hoverinfo: "x+y"
12785 #    boxpoints: "outliers"
12786 #    whiskerwidth: 0
12787 #  layout:
12788 #    title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12789 #    layout: "plot-throughput"
12790 #
12791 #-
12792 #  type: "plot"
12793 #  title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12794 #  algorithm: "plot_performance_box"
12795 #  output-file-type: ".html"
12796 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12797 #  data: "plot-vpp-throughput-latency-2n-skx"
12798 #  filter: "'NIC_Intel-X710' and
12799 #           '78B' and
12800 #           ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12801 #           'NDRPDR' and
12802 #           '4T2C' and
12803 #           'IP6FWD' and
12804 #           not 'SRv6' and
12805 #           not 'IPSEC' and
12806 #           not 'VHOST'"
12807 #  parameters:
12808 #  - "throughput"
12809 #  - "parent"
12810 #  - "tags"
12811 #  sort:
12812 #  - "IP6BASE"
12813 #  - "FIB_20k"
12814 #  - "FIB_200k"
12815 #  - "FIB_2M"
12816 #  traces:
12817 #    hoverinfo: "x+y"
12818 #    boxpoints: "outliers"
12819 #    whiskerwidth: 0
12820 #  layout:
12821 #    title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12822 #    layout: "plot-throughput"
12823 #
12824 ## Packet Throughput - VPP IPv6 2n-skx-xxv710
12825 #-
12826 #  type: "plot"
12827 #  title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12828 #  algorithm: "plot_performance_box"
12829 #  output-file-type: ".html"
12830 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12831 #  data: "plot-vpp-throughput-latency-2n-skx"
12832 #  filter: "'NIC_Intel-XXV710' and
12833 #           '78B' and
12834 #           ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12835 #           'NDRPDR' and
12836 #           '2T1C' and
12837 #           'IP6FWD' and
12838 #           not 'SRv6' and
12839 #           not 'IPSEC' and
12840 #           not 'VHOST'"
12841 #  parameters:
12842 #  - "throughput"
12843 #  - "parent"
12844 #  - "tags"
12845 #  sort:
12846 #  - "IP6BASE"
12847 #  - "FIB_20k"
12848 #  - "FIB_200k"
12849 #  - "FIB_2M"
12850 #  traces:
12851 #    hoverinfo: "x+y"
12852 #    boxpoints: "outliers"
12853 #    whiskerwidth: 0
12854 #  layout:
12855 #    title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12856 #    layout: "plot-throughput"
12857 #
12858 #-
12859 #  type: "plot"
12860 #  title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12861 #  algorithm: "plot_performance_box"
12862 #  output-file-type: ".html"
12863 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12864 #  data: "plot-vpp-throughput-latency-2n-skx"
12865 #  filter: "'NIC_Intel-XXV710' and
12866 #           '78B' and
12867 #           ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12868 #           'NDRPDR' and
12869 #           '2T1C' and
12870 #           'IP6FWD' and
12871 #           not 'SRv6' and
12872 #           not 'IPSEC' and
12873 #           not 'VHOST'"
12874 #  parameters:
12875 #  - "throughput"
12876 #  - "parent"
12877 #  - "tags"
12878 #  sort:
12879 #  - "IP6BASE"
12880 #  - "FIB_20k"
12881 #  - "FIB_200k"
12882 #  - "FIB_2M"
12883 #  traces:
12884 #    hoverinfo: "x+y"
12885 #    boxpoints: "outliers"
12886 #    whiskerwidth: 0
12887 #  layout:
12888 #    title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12889 #    layout: "plot-throughput"
12890 #
12891 #-
12892 #  type: "plot"
12893 #  title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
12894 #  algorithm: "plot_performance_box"
12895 #  output-file-type: ".html"
12896 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
12897 #  data: "plot-vpp-throughput-latency-2n-skx"
12898 #  filter: "'NIC_Intel-XXV710' and
12899 #           '78B' and
12900 #           ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12901 #           'NDRPDR' and
12902 #           '4T2C' and
12903 #           'IP6FWD' and
12904 #           not 'SRv6' and
12905 #           not 'IPSEC' and
12906 #           not 'VHOST'"
12907 #  parameters:
12908 #  - "throughput"
12909 #  - "parent"
12910 #  - "tags"
12911 #  sort:
12912 #  - "IP6BASE"
12913 #  - "FIB_20k"
12914 #  - "FIB_200k"
12915 #  - "FIB_2M"
12916 #  traces:
12917 #    hoverinfo: "x+y"
12918 #    boxpoints: "outliers"
12919 #    whiskerwidth: 0
12920 #  layout:
12921 #    title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
12922 #    layout: "plot-throughput"
12923 #
12924 #-
12925 #  type: "plot"
12926 #  title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
12927 #  algorithm: "plot_performance_box"
12928 #  output-file-type: ".html"
12929 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
12930 #  data: "plot-vpp-throughput-latency-2n-skx"
12931 #  filter: "'NIC_Intel-XXV710' and
12932 #           '78B' and
12933 #           ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12934 #           'NDRPDR' and
12935 #           '4T2C' and
12936 #           'IP6FWD' and
12937 #           not 'SRv6' and
12938 #           not 'IPSEC' and
12939 #           not 'VHOST'"
12940 #  parameters:
12941 #  - "throughput"
12942 #  - "parent"
12943 #  - "tags"
12944 #  sort:
12945 #  - "IP6BASE"
12946 #  - "FIB_20k"
12947 #  - "FIB_200k"
12948 #  - "FIB_2M"
12949 #  traces:
12950 #    hoverinfo: "x+y"
12951 #    boxpoints: "outliers"
12952 #    whiskerwidth: 0
12953 #  layout:
12954 #    title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
12955 #    layout: "plot-throughput"
12956
12957 ## Packet Throughput - VPP IPv6 2n-dnv-x553 base
12958 #-
12959 #  type: "plot"
12960 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-ndr"
12961 #  algorithm: "plot_performance_box"
12962 #  output-file-type: ".html"
12963 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-ndr"
12964 #  data: "intel-dnv-vpp"
12965 #  filter: "'NIC_Intel-X553' and
12966 #           '78B' and
12967 #           'IP6BASE' and
12968 #           'NDRPDR' and
12969 #           '1T1C' and
12970 #           'IP6FWD' and
12971 #           not 'SRv6' and
12972 #           not 'IPSEC' and
12973 #           not 'VHOST'"
12974 #  parameters:
12975 #  - "throughput"
12976 #  - "parent"
12977 #  - "tags"
12978 #  sort:
12979 #  - "IP6BASE"
12980 #  traces:
12981 #    hoverinfo: "x+y"
12982 #    boxpoints: "outliers"
12983 #    whiskerwidth: 0
12984 #  layout:
12985 #    title: "ip6-2n-dnv-x553-78b-1t1c-base-ndr"
12986 #    layout: "plot-throughput"
12987 #
12988 #-
12989 #  type: "plot"
12990 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-pdr"
12991 #  algorithm: "plot_performance_box"
12992 #  output-file-type: ".html"
12993 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-pdr"
12994 #  data: "intel-dnv-vpp"
12995 #  filter: "'NIC_Intel-X553' and
12996 #           '78B' and
12997 #           'IP6BASE' and
12998 #           'NDRPDR' and
12999 #           '1T1C' and
13000 #           'IP6FWD' and
13001 #           not 'SRv6' and
13002 #           not 'IPSEC' and
13003 #           not 'VHOST'"
13004 #  parameters:
13005 #  - "throughput"
13006 #  - "parent"
13007 #  - "tags"
13008 #  sort:
13009 #  - "IP6BASE"
13010 #  traces:
13011 #    hoverinfo: "x+y"
13012 #    boxpoints: "outliers"
13013 #    whiskerwidth: 0
13014 #  layout:
13015 #    title: "ip6-2n-dnv-x553-78b-1t1c-base-pdr"
13016 #    layout: "plot-throughput"
13017 #
13018 #-
13019 #  type: "plot"
13020 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13021 #  algorithm: "plot_performance_box"
13022 #  output-file-type: ".html"
13023 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13024 #  data: "intel-dnv-vpp"
13025 #  filter: "'NIC_Intel-X553' and
13026 #           '78B' and
13027 #           'IP6BASE' and
13028 #           'NDRPDR' and
13029 #           '2T2C' and
13030 #           'IP6FWD' and
13031 #           not 'SRv6' and
13032 #           not 'IPSEC' and
13033 #           not 'VHOST'"
13034 #  parameters:
13035 #  - "throughput"
13036 #  - "parent"
13037 #  - "tags"
13038 #  sort:
13039 #  - "IP6BASE"
13040 #  traces:
13041 #    hoverinfo: "x+y"
13042 #    boxpoints: "outliers"
13043 #    whiskerwidth: 0
13044 #  layout:
13045 #    title: "ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13046 #    layout: "plot-throughput"
13047 #
13048 #-
13049 #  type: "plot"
13050 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13051 #  algorithm: "plot_performance_box"
13052 #  output-file-type: ".html"
13053 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13054 #  data: "intel-dnv-vpp"
13055 #  filter: "'NIC_Intel-X553' and
13056 #           '78B' and
13057 #           'IP6BASE' and
13058 #           'NDRPDR' and
13059 #           '2T2C' and
13060 #           'IP6FWD' and
13061 #           not 'SRv6' and
13062 #           not 'IPSEC' and
13063 #           not 'VHOST'"
13064 #  parameters:
13065 #  - "throughput"
13066 #  - "parent"
13067 #  - "tags"
13068 #  sort:
13069 #  - "IP6BASE"
13070 #  traces:
13071 #    hoverinfo: "x+y"
13072 #    boxpoints: "outliers"
13073 #    whiskerwidth: 0
13074 #  layout:
13075 #    title: "ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13076 #    layout: "plot-throughput"
13077
13078 ################################################################################
13079
13080 ## Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
13081 #-
13082 #  type: "plot"
13083 #  title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
13084 #  algorithm: "plot_performance_box"
13085 #  output-file-type: ".html"
13086 #  output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
13087 #  data: "plot-vpp-throughput-latency-3n-hsw"
13088 #  filter: "'NIC_Intel-X520-DA2' and
13089 #           '78B' and
13090 #           'ENCAP' and
13091 #           'NDRPDR' and
13092 #           '1T1C' and
13093 #           'LISP' and
13094 #           not 'VHOST'"
13095 #  parameters:
13096 #  - "throughput"
13097 #  - "parent"
13098 #  - "tags"
13099 #  sort:
13100 #  - "IP4UNRLAY"
13101 #  - "IP6UNRLAY"
13102 #  traces:
13103 #    hoverinfo: "x+y"
13104 #    boxpoints: "outliers"
13105 #    whiskerwidth: 0
13106 #  layout:
13107 #    title: "ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
13108 #    layout: "plot-throughput"
13109 #
13110 #-
13111 #  type: "plot"
13112 #  title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
13113 #  algorithm: "plot_performance_box"
13114 #  output-file-type: ".html"
13115 #  output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
13116 #  data: "plot-vpp-throughput-latency-3n-hsw"
13117 #  filter: "'NIC_Intel-X520-DA2' and
13118 #           '78B' and
13119 #           'ENCAP' and
13120 #           'NDRPDR' and
13121 #           '1T1C' and
13122 #           'LISP' and
13123 #           not 'VHOST'"
13124 #  parameters:
13125 #  - "throughput"
13126 #  - "parent"
13127 #  - "tags"
13128 #  sort:
13129 #  - "IP4UNRLAY"
13130 #  - "IP6UNRLAY"
13131 #  traces:
13132 #    hoverinfo: "x+y"
13133 #    boxpoints: "outliers"
13134 #    whiskerwidth: 0
13135 #  layout:
13136 #    title: "ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
13137 #    layout: "plot-throughput"
13138 #
13139 #-
13140 #  type: "plot"
13141 #  title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
13142 #  algorithm: "plot_performance_box"
13143 #  output-file-type: ".html"
13144 #  output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
13145 #  data: "plot-vpp-throughput-latency-3n-hsw"
13146 #  filter: "'NIC_Intel-X520-DA2' and
13147 #           '78B' and
13148 #           'ENCAP' and
13149 #           'NDRPDR' and
13150 #           '2T2C' and
13151 #           'LISP' and
13152 #           not 'VHOST'"
13153 #  parameters:
13154 #  - "throughput"
13155 #  - "parent"
13156 #  - "tags"
13157 #  sort:
13158 #  - "IP4UNRLAY"
13159 #  - "IP6UNRLAY"
13160 #  traces:
13161 #    hoverinfo: "x+y"
13162 #    boxpoints: "outliers"
13163 #    whiskerwidth: 0
13164 #  layout:
13165 #    title: "ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
13166 #    layout: "plot-throughput"
13167 #
13168 #-
13169 #  type: "plot"
13170 #  title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
13171 #  algorithm: "plot_performance_box"
13172 #  output-file-type: ".html"
13173 #  output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
13174 #  data: "plot-vpp-throughput-latency-3n-hsw"
13175 #  filter: "'NIC_Intel-X520-DA2' and
13176 #           '78B' and
13177 #           'ENCAP' and
13178 #           'NDRPDR' and
13179 #           '2T2C' and
13180 #           'LISP' and
13181 #           not 'VHOST'"
13182 #  parameters:
13183 #  - "throughput"
13184 #  - "parent"
13185 #  - "tags"
13186 #  sort:
13187 #  - "IP4UNRLAY"
13188 #  - "IP6UNRLAY"
13189 #  traces:
13190 #    hoverinfo: "x+y"
13191 #    boxpoints: "outliers"
13192 #    whiskerwidth: 0
13193 #  layout:
13194 #    title: "ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
13195 #    layout: "plot-throughput"
13196 #
13197 #################################################################################
13198 #
13199 ## Packet Throughput - VPP IPSec 3n-hsw-xl710 base
13200 #-
13201 #  type: "plot"
13202 #  title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13203 #  algorithm: "plot_performance_box"
13204 #  output-file-type: ".html"
13205 #  output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13206 #  data: "plot-vpp-throughput-latency-3n-hsw"
13207 #  filter: "'NIC_Intel-XL710' and
13208 #           '64B' and
13209 #           'IP4FWD' and
13210 #           'NDRPDR' and
13211 #           'BASE' and
13212 #           '1T1C' and
13213 #           'IPSECHW' and
13214 #           ('IPSECTRAN' or 'IPSECTUN') and
13215 #           not 'VHOST'"
13216 #  parameters:
13217 #  - "throughput"
13218 #  - "parent"
13219 #  - "tags"
13220 #  traces:
13221 #    hoverinfo: "x+y"
13222 #    boxpoints: "outliers"
13223 #    whiskerwidth: 0
13224 #  layout:
13225 #    title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13226 #    layout: "plot-throughput"
13227 #
13228 #-
13229 #  type: "plot"
13230 #  title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13231 #  algorithm: "plot_performance_box"
13232 #  output-file-type: ".html"
13233 #  output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13234 #  data: "plot-vpp-throughput-latency-3n-hsw"
13235 #  filter: "'NIC_Intel-XL710' and
13236 #           '64B' and
13237 #           'IP4FWD' and
13238 #           'NDRPDR' and
13239 #           'BASE' and
13240 #           '1T1C' and
13241 #           'IPSECHW' and
13242 #           ('IPSECTRAN' or 'IPSECTUN') and
13243 #           not 'VHOST'"
13244 #  parameters:
13245 #  - "throughput"
13246 #  - "parent"
13247 #  - "tags"
13248 #  traces:
13249 #    hoverinfo: "x+y"
13250 #    boxpoints: "outliers"
13251 #    whiskerwidth: 0
13252 #  layout:
13253 #    title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13254 #    layout: "plot-throughput"
13255 #
13256 #-
13257 #  type: "plot"
13258 #  title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13259 #  algorithm: "plot_performance_box"
13260 #  output-file-type: ".html"
13261 #  output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13262 #  data: "plot-vpp-throughput-latency-3n-hsw"
13263 #  filter: "'NIC_Intel-XL710' and
13264 #           '64B' and
13265 #           'IP4FWD' and
13266 #           'NDRPDR' and
13267 #           'BASE' and
13268 #           '2T2C' and
13269 #           'IPSECHW' and
13270 #           ('IPSECTRAN' or 'IPSECTUN') and
13271 #           not 'VHOST'"
13272 #  parameters:
13273 #  - "throughput"
13274 #  - "parent"
13275 #  - "tags"
13276 #  traces:
13277 #    hoverinfo: "x+y"
13278 #    boxpoints: "outliers"
13279 #    whiskerwidth: 0
13280 #  layout:
13281 #    title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13282 #    layout: "plot-throughput"
13283 #
13284 #-
13285 #  type: "plot"
13286 #  title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13287 #  algorithm: "plot_performance_box"
13288 #  output-file-type: ".html"
13289 #  output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13290 #  data: "plot-vpp-throughput-latency-3n-hsw"
13291 #  filter: "'NIC_Intel-XL710' and
13292 #           '64B' and
13293 #           'IP4FWD' and
13294 #           'NDRPDR' and
13295 #           'BASE' and
13296 #           '2T2C' and
13297 #           'IPSECHW' and
13298 #           ('IPSECTRAN' or 'IPSECTUN') and
13299 #           not 'VHOST'"
13300 #  parameters:
13301 #  - "throughput"
13302 #  - "parent"
13303 #  - "tags"
13304 #  traces:
13305 #    hoverinfo: "x+y"
13306 #    boxpoints: "outliers"
13307 #    whiskerwidth: 0
13308 #  layout:
13309 #    title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13310 #    layout: "plot-throughput"
13311 #
13312 ## Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
13313 #-
13314 #  type: "plot"
13315 #  title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13316 #  algorithm: "plot_performance_box"
13317 #  output-file-type: ".html"
13318 #  output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13319 #  data: "plot-vpp-throughput-latency-3n-hsw"
13320 #  filter: "'NIC_Intel-XL710' and
13321 #           '64B' and
13322 #           'IP4FWD' and
13323 #           'NDRPDR' and
13324 #           'SCALE' and
13325 #           '1T1C' and
13326 #           'IPSECHW' and
13327 #           ('IPSECTRAN' or 'IPSECTUN') and
13328 #           not 'VHOST'"
13329 #  parameters:
13330 #  - "throughput"
13331 #  - "parent"
13332 #  - "tags"
13333 #  traces:
13334 #    hoverinfo: "x+y"
13335 #    boxpoints: "outliers"
13336 #    whiskerwidth: 0
13337 #  layout:
13338 #    title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13339 #    layout: "plot-throughput"
13340 #
13341 #-
13342 #  type: "plot"
13343 #  title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13344 #  algorithm: "plot_performance_box"
13345 #  output-file-type: ".html"
13346 #  output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13347 #  data: "plot-vpp-throughput-latency-3n-hsw"
13348 #  filter: "'NIC_Intel-XL710' and
13349 #           '64B' and
13350 #           'IP4FWD' and
13351 #           'NDRPDR' and
13352 #           'SCALE' and
13353 #           '1T1C' and
13354 #           'IPSECHW' and
13355 #           ('IPSECTRAN' or 'IPSECTUN') and
13356 #           not 'VHOST'"
13357 #  parameters:
13358 #  - "throughput"
13359 #  - "parent"
13360 #  - "tags"
13361 #  traces:
13362 #    hoverinfo: "x+y"
13363 #    boxpoints: "outliers"
13364 #    whiskerwidth: 0
13365 #  layout:
13366 #    title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13367 #    layout: "plot-throughput"
13368 #
13369 #-
13370 #  type: "plot"
13371 #  title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13372 #  algorithm: "plot_performance_box"
13373 #  output-file-type: ".html"
13374 #  output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13375 #  data: "plot-vpp-throughput-latency-3n-hsw"
13376 #  filter: "'NIC_Intel-XL710' and
13377 #           '64B' and
13378 #           'IP4FWD' and
13379 #           'NDRPDR' and
13380 #           'SCALE' and
13381 #           '2T2C' and
13382 #           'IPSECHW' and
13383 #           ('IPSECTRAN' or 'IPSECTUN') and
13384 #           not 'VHOST'"
13385 #  parameters:
13386 #  - "throughput"
13387 #  - "parent"
13388 #  - "tags"
13389 #  traces:
13390 #    hoverinfo: "x+y"
13391 #    boxpoints: "outliers"
13392 #    whiskerwidth: 0
13393 #  layout:
13394 #    title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13395 #    layout: "plot-throughput"
13396 #
13397 #-
13398 #  type: "plot"
13399 #  title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13400 #  algorithm: "plot_performance_box"
13401 #  output-file-type: ".html"
13402 #  output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13403 #  data: "plot-vpp-throughput-latency-3n-hsw"
13404 #  filter: "'NIC_Intel-XL710' and
13405 #           '64B' and
13406 #           'IP4FWD' and
13407 #           'NDRPDR' and
13408 #           'SCALE' and
13409 #           '2T2C' and
13410 #           'IPSECHW' and
13411 #           ('IPSECTRAN' or 'IPSECTUN') and
13412 #           not 'VHOST'"
13413 #  parameters:
13414 #  - "throughput"
13415 #  - "parent"
13416 #  - "tags"
13417 #  traces:
13418 #    hoverinfo: "x+y"
13419 #    boxpoints: "outliers"
13420 #    whiskerwidth: 0
13421 #  layout:
13422 #    title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13423 #    layout: "plot-throughput"
13424 #
13425 ## Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
13426 #-
13427 #  type: "plot"
13428 #  title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13429 #  algorithm: "plot_performance_box"
13430 #  output-file-type: ".html"
13431 #  output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13432 #  data: "plot-vpp-throughput-latency-3n-hsw"
13433 #  filter: "'NIC_Intel-XL710' and
13434 #           '64B' and
13435 #           'IP4FWD' and
13436 #           'NDRPDR' and
13437 #           '1T1C' and
13438 #           'IPSECSW' and
13439 #           ('IPSECTRAN' or 'IPSECTUN') and
13440 #           not 'VHOST'"
13441 #  parameters:
13442 #  - "throughput"
13443 #  - "parent"
13444 #  - "tags"
13445 #  traces:
13446 #    hoverinfo: "x+y"
13447 #    boxpoints: "outliers"
13448 #    whiskerwidth: 0
13449 #  layout:
13450 #    title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13451 #    layout: "plot-throughput"
13452 #
13453 #-
13454 #  type: "plot"
13455 #  title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13456 #  algorithm: "plot_performance_box"
13457 #  output-file-type: ".html"
13458 #  output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13459 #  data: "plot-vpp-throughput-latency-3n-hsw"
13460 #  filter: "'NIC_Intel-XL710' and
13461 #           '64B' and
13462 #           'IP4FWD' and
13463 #           'NDRPDR' and
13464 #           '1T1C' and
13465 #           'IPSECSW' and
13466 #           ('IPSECTRAN' or 'IPSECTUN') and
13467 #           not 'VHOST'"
13468 #  parameters:
13469 #  - "throughput"
13470 #  - "parent"
13471 #  - "tags"
13472 #  traces:
13473 #    hoverinfo: "x+y"
13474 #    boxpoints: "outliers"
13475 #    whiskerwidth: 0
13476 #  layout:
13477 #    title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13478 #    layout: "plot-throughput"
13479 #
13480 #-
13481 #  type: "plot"
13482 #  title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13483 #  algorithm: "plot_performance_box"
13484 #  output-file-type: ".html"
13485 #  output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13486 #  data: "plot-vpp-throughput-latency-3n-hsw"
13487 #  filter: "'NIC_Intel-XL710' and
13488 #           '64B' and
13489 #           'IP4FWD' and
13490 #           'NDRPDR' and
13491 #           '2T2C' and
13492 #           'IPSECSW' and
13493 #           ('IPSECTRAN' or 'IPSECTUN') and
13494 #           not 'VHOST'"
13495 #  parameters:
13496 #  - "throughput"
13497 #  - "parent"
13498 #  - "tags"
13499 #  traces:
13500 #    hoverinfo: "x+y"
13501 #    boxpoints: "outliers"
13502 #    whiskerwidth: 0
13503 #  layout:
13504 #    title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13505 #    layout: "plot-throughput"
13506 #
13507 #-
13508 #  type: "plot"
13509 #  title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13510 #  algorithm: "plot_performance_box"
13511 #  output-file-type: ".html"
13512 #  output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13513 #  data: "plot-vpp-throughput-latency-3n-hsw"
13514 #  filter: "'NIC_Intel-XL710' and
13515 #           '64B' and
13516 #           'IP4FWD' and
13517 #           'NDRPDR' and
13518 #           '2T2C' and
13519 #           'IPSECSW' and
13520 #           ('IPSECTRAN' or 'IPSECTUN') and
13521 #           not 'VHOST'"
13522 #  parameters:
13523 #  - "throughput"
13524 #  - "parent"
13525 #  - "tags"
13526 #  traces:
13527 #    hoverinfo: "x+y"
13528 #    boxpoints: "outliers"
13529 #    whiskerwidth: 0
13530 #  layout:
13531 #    title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13532 #    layout: "plot-throughput"
13533 #
13534 #################################################################################
13535 #
13536 ## Packet Throughput - VPP SRv6 3n-hsw-x520
13537 #-
13538 #  type: "plot"
13539 #  title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13540 #  algorithm: "plot_performance_box"
13541 #  output-file-type: ".html"
13542 #  output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13543 #  data: "plot-vpp-throughput-latency-3n-hsw"
13544 #  filter: "'NIC_Intel-X520-DA2' and
13545 #           '78B' and
13546 #           'FEATURE' and
13547 #           'NDRPDR' and
13548 #           '1T1C' and
13549 #           'IP6FWD' and
13550 #           'SRv6'"
13551 #  parameters:
13552 #  - "throughput"
13553 #  - "parent"
13554 #  - "tags"
13555 #  traces:
13556 #    hoverinfo: "x+y"
13557 #    boxpoints: "outliers"
13558 #    whiskerwidth: 0
13559 #  layout:
13560 #    title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13561 #    layout: "plot-throughput"
13562 #
13563 #-
13564 #  type: "plot"
13565 #  title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13566 #  algorithm: "plot_performance_box"
13567 #  output-file-type: ".html"
13568 #  output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13569 #  data: "plot-vpp-throughput-latency-3n-hsw"
13570 #  filter: "'NIC_Intel-X520-DA2' and
13571 #           '78B' and
13572 #           'FEATURE' and
13573 #           'NDRPDR' and
13574 #           '1T1C' and
13575 #           'IP6FWD' and
13576 #           'SRv6'"
13577 #  parameters:
13578 #  - "throughput"
13579 #  - "parent"
13580 #  - "tags"
13581 #  traces:
13582 #    hoverinfo: "x+y"
13583 #    boxpoints: "outliers"
13584 #    whiskerwidth: 0
13585 #  layout:
13586 #    title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13587 #    layout: "plot-throughput"
13588 #
13589 #-
13590 #  type: "plot"
13591 #  title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13592 #  algorithm: "plot_performance_box"
13593 #  output-file-type: ".html"
13594 #  output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13595 #  data: "plot-vpp-throughput-latency-3n-hsw"
13596 #  filter: "'NIC_Intel-X520-DA2' and
13597 #           '78B' and
13598 #           'FEATURE' and
13599 #           'NDRPDR' and
13600 #           '2T2C' and
13601 #           'IP6FWD' and
13602 #           'SRv6'"
13603 #  parameters:
13604 #  - "throughput"
13605 #  - "parent"
13606 #  - "tags"
13607 #  traces:
13608 #    hoverinfo: "x+y"
13609 #    boxpoints: "outliers"
13610 #    whiskerwidth: 0
13611 #  layout:
13612 #    title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13613 #    layout: "plot-throughput"
13614 #
13615 #-
13616 #  type: "plot"
13617 #  title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13618 #  algorithm: "plot_performance_box"
13619 #  output-file-type: ".html"
13620 #  output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13621 #  data: "plot-vpp-throughput-latency-3n-hsw"
13622 #  filter: "'NIC_Intel-X520-DA2' and
13623 #           '78B' and
13624 #           'FEATURE' and
13625 #           'NDRPDR' and
13626 #           '2T2C' and
13627 #           'IP6FWD' and
13628 #           'SRv6'"
13629 #  parameters:
13630 #  - "throughput"
13631 #  - "parent"
13632 #  - "tags"
13633 #  traces:
13634 #    hoverinfo: "x+y"
13635 #    boxpoints: "outliers"
13636 #    whiskerwidth: 0
13637 #  layout:
13638 #    title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13639 #    layout: "plot-throughput"
13640 #
13641 #################################################################################
13642 #
13643 ## Packet Throughput - VPP vhost ip4 3n-hsw-x520
13644 #-
13645 #  type: "plot"
13646 #  title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13647 #  algorithm: "plot_performance_box"
13648 #  output-file-type: ".html"
13649 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13650 #  data: "plot-vpp-throughput-latency-3n-hsw"
13651 #  filter: "'NIC_Intel-X520-DA2' and
13652 #           '64B' and
13653 #           'NDRPDR' and
13654 #           'ETH' and
13655 #           'IP4FWD' and
13656 #           '1T1C' and
13657 #           'VHOST_1024' and
13658 #           not 'VXLAN' and
13659 #           not 'DOT1Q'"
13660 #  parameters:
13661 #  - "throughput"
13662 #  - "parent"
13663 #  - "tags"
13664 #  sort:
13665 #  - "not CFS_OPT"
13666 #  - "1VM"
13667 #  - "2VM"
13668 #  traces:
13669 #    hoverinfo: "x+y"
13670 #    boxpoints: "outliers"
13671 #    whiskerwidth: 0
13672 #  layout:
13673 #    title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13674 #    layout: "plot-throughput"
13675 #
13676 #-
13677 #  type: "plot"
13678 #  title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13679 #  algorithm: "plot_performance_box"
13680 #  output-file-type: ".html"
13681 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13682 #  data: "plot-vpp-throughput-latency-3n-hsw"
13683 #  filter: "'NIC_Intel-X520-DA2' and
13684 #           '64B' and
13685 #           'NDRPDR' and
13686 #           'ETH' and
13687 #           'IP4FWD' and
13688 #           '2T2C' and
13689 #           'VHOST_1024' and
13690 #           not 'VXLAN' and
13691 #           not 'DOT1Q'"
13692 #  parameters:
13693 #  - "throughput"
13694 #  - "parent"
13695 #  - "tags"
13696 #  sort:
13697 #  - "not CFS_OPT"
13698 #  - "1VM"
13699 #  - "2VM"
13700 #  traces:
13701 #    hoverinfo: "x+y"
13702 #    boxpoints: "outliers"
13703 #    whiskerwidth: 0
13704 #  layout:
13705 #    title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13706 #    layout: "plot-throughput"
13707 #
13708 #-
13709 #  type: "plot"
13710 #  title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13711 #  algorithm: "plot_performance_box"
13712 #  output-file-type: ".html"
13713 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13714 #  data: "plot-vpp-throughput-latency-3n-hsw"
13715 #  filter: "'NIC_Intel-X520-DA2' and
13716 #           '64B' and
13717 #           'NDRPDR' and
13718 #           'ETH' and
13719 #           'IP4FWD' and
13720 #           '1T1C' and
13721 #           'VHOST_1024' and
13722 #           not 'VXLAN' and
13723 #           not 'DOT1Q'"
13724 #  parameters:
13725 #  - "throughput"
13726 #  - "parent"
13727 #  - "tags"
13728 #  sort:
13729 #  - "not CFS_OPT"
13730 #  - "1VM"
13731 #  - "2VM"
13732 #  traces:
13733 #    hoverinfo: "x+y"
13734 #    boxpoints: "outliers"
13735 #    whiskerwidth: 0
13736 #  layout:
13737 #    title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13738 #    layout: "plot-throughput"
13739 #
13740 #-
13741 #  type: "plot"
13742 #  title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13743 #  algorithm: "plot_performance_box"
13744 #  output-file-type: ".html"
13745 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13746 #  data: "plot-vpp-throughput-latency-3n-hsw"
13747 #  filter: "'NIC_Intel-X520-DA2' and
13748 #           '64B' and
13749 #           'NDRPDR' and
13750 #           'ETH' and
13751 #           'IP4FWD' and
13752 #           '2T2C' and
13753 #           'VHOST_1024' and
13754 #           not 'VXLAN' and
13755 #           not 'DOT1Q'"
13756 #  parameters:
13757 #  - "throughput"
13758 #  - "parent"
13759 #  - "tags"
13760 #  sort:
13761 #  - "not CFS_OPT"
13762 #  - "1VM"
13763 #  - "2VM"
13764 #  traces:
13765 #    hoverinfo: "x+y"
13766 #    boxpoints: "outliers"
13767 #    whiskerwidth: 0
13768 #  layout:
13769 #    title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13770 #    layout: "plot-throughput"
13771 #
13772 ## Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
13773 #-
13774 #  type: "plot"
13775 #  title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
13776 #  algorithm: "plot_performance_box"
13777 #  output-file-type: ".html"
13778 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
13779 #  data: "plot-vpp-throughput-latency-3n-hsw"
13780 #  filter: "'NIC_Intel-X520-DA2' and
13781 #           '64B' and
13782 #           'NDRPDR' and
13783 #           ('ETH' or 'DOT1Q') and
13784 #           'BASE' and
13785 #           '1T1C' and
13786 #           ('L2BDMACLRN' or 'L2XCFWD') and
13787 #           'VHOST_1024' and
13788 #           not 'VXLAN' and
13789 #           not 'IP4FWD' and
13790 #           not '2VM'"
13791 #  parameters:
13792 #  - "throughput"
13793 #  - "parent"
13794 #  - "tags"
13795 #  sort:
13796 #  - "L2BDMACLRN"
13797 #  - "L2BDMACLRN"
13798 #  - "L2BDMACLRN"
13799 #  - "L2XCFWD"
13800 #  - "L2XCFWD"
13801 #  - "L2XCFWD"
13802 #  traces:
13803 #    hoverinfo: "x+y"
13804 #    boxpoints: "outliers"
13805 #    whiskerwidth: 0
13806 #  layout:
13807 #    title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
13808 #    layout: "plot-throughput"
13809 #
13810 #-
13811 #  type: "plot"
13812 #  title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
13813 #  algorithm: "plot_performance_box"
13814 #  output-file-type: ".html"
13815 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
13816 #  data: "plot-vpp-throughput-latency-3n-hsw"
13817 #  filter: "'NIC_Intel-X520-DA2' and
13818 #           '64B' and
13819 #           'NDRPDR' and
13820 #           ('ETH' or 'DOT1Q') and
13821 #           'BASE' and
13822 #           '1T1C' and
13823 #           ('L2BDMACLRN' or 'L2XCFWD') and
13824 #           'VHOST_1024' and
13825 #           not 'VXLAN' and
13826 #           not 'IP4FWD' and
13827 #           not '2VM'"
13828 #  parameters:
13829 #  - "throughput"
13830 #  - "parent"
13831 #  - "tags"
13832 #  sort:
13833 #  - "L2BDMACLRN"
13834 #  - "L2BDMACLRN"
13835 #  - "L2BDMACLRN"
13836 #  - "L2XCFWD"
13837 #  - "L2XCFWD"
13838 #  - "L2XCFWD"
13839 #  traces:
13840 #    hoverinfo: "x+y"
13841 #    boxpoints: "outliers"
13842 #    whiskerwidth: 0
13843 #  layout:
13844 #    title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
13845 #    layout: "plot-throughput"
13846 #
13847 #-
13848 #  type: "plot"
13849 #  title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
13850 #  algorithm: "plot_performance_box"
13851 #  output-file-type: ".html"
13852 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
13853 #  data: "plot-vpp-throughput-latency-3n-hsw"
13854 #  filter: "'NIC_Intel-X520-DA2' and
13855 #           '64B' and
13856 #           'NDRPDR' and
13857 #           ('ETH' or 'DOT1Q') and
13858 #           'BASE' and
13859 #           '2T2C' and
13860 #           ('L2BDMACLRN' or 'L2XCFWD') and
13861 #           'VHOST_1024' and
13862 #           not 'VXLAN' and
13863 #           not 'IP4FWD' and
13864 #           not '2VM'"
13865 #  parameters:
13866 #  - "throughput"
13867 #  - "parent"
13868 #  - "tags"
13869 #  sort:
13870 #  - "L2BDMACLRN"
13871 #  - "L2BDMACLRN"
13872 #  - "L2BDMACLRN"
13873 #  - "L2XCFWD"
13874 #  - "L2XCFWD"
13875 #  - "L2XCFWD"
13876 #  traces:
13877 #    hoverinfo: "x+y"
13878 #    boxpoints: "outliers"
13879 #    whiskerwidth: 0
13880 #  layout:
13881 #    title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
13882 #    layout: "plot-throughput"
13883 #
13884 #-
13885 #  type: "plot"
13886 #  title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
13887 #  algorithm: "plot_performance_box"
13888 #  output-file-type: ".html"
13889 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
13890 #  data: "plot-vpp-throughput-latency-3n-hsw"
13891 #  filter: "'NIC_Intel-X520-DA2' and
13892 #           '64B' and
13893 #           'NDRPDR' and
13894 #           ('ETH' or 'DOT1Q') and
13895 #           'BASE' and
13896 #           '2T2C' and
13897 #           ('L2BDMACLRN' or 'L2XCFWD') and
13898 #           'VHOST_1024' and
13899 #           not 'VXLAN' and
13900 #           not 'IP4FWD' and
13901 #           not '2VM'"
13902 #  parameters:
13903 #  - "throughput"
13904 #  - "parent"
13905 #  - "tags"
13906 #  sort:
13907 #  - "L2BDMACLRN"
13908 #  - "L2BDMACLRN"
13909 #  - "L2BDMACLRN"
13910 #  - "L2XCFWD"
13911 #  - "L2XCFWD"
13912 #  - "L2XCFWD"
13913 #  traces:
13914 #    hoverinfo: "x+y"
13915 #    boxpoints: "outliers"
13916 #    whiskerwidth: 0
13917 #  layout:
13918 #    title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
13919 #    layout: "plot-throughput"
13920 #
13921 ## Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
13922 #-
13923 #  type: "plot"
13924 #  title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
13925 #  algorithm: "plot_performance_box"
13926 #  output-file-type: ".html"
13927 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
13928 #  data: "plot-vpp-throughput-latency-3n-hsw"
13929 #  filter: "'NIC_Intel-X520-DA2' and
13930 #           '64B' and
13931 #           'NDRPDR' and
13932 #           ('ETH' or 'DOT1Q') and
13933 #           '1T1C' and
13934 #           ('L2BDMACLRN' or 'L2XCFWD') and
13935 #           'VHOST_1024' and
13936 #           not 'CFS_OPT' and
13937 #           not 'DOT1Q' and
13938 #           not 'VXLAN' and
13939 #           not 'IP4FWD' and
13940 #           not 'LBOND'"
13941 #  parameters:
13942 #  - "throughput"
13943 #  - "parent"
13944 #  - "tags"
13945 ##  sort:
13946 ##  - "1VM"
13947 ##  - "L2XCFWD"
13948 ##  - "1VM"
13949 ##  - "L2BDMACLRN"
13950 #  traces:
13951 #    hoverinfo: "x+y"
13952 #    boxpoints: "outliers"
13953 #    whiskerwidth: 0
13954 #  layout:
13955 #    title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
13956 #    layout: "plot-throughput"
13957 #
13958 #-
13959 #  type: "plot"
13960 #  title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
13961 #  algorithm: "plot_performance_box"
13962 #  output-file-type: ".html"
13963 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
13964 #  data: "plot-vpp-throughput-latency-3n-hsw"
13965 #  filter: "'NIC_Intel-X520-DA2' and
13966 #           '64B' and
13967 #           'NDRPDR' and
13968 #           ('ETH' or 'DOT1Q') and
13969 #           '1T1C' and
13970 #           ('L2BDMACLRN' or 'L2XCFWD') and
13971 #           'VHOST_1024' and
13972 #           not 'CFS_OPT' and
13973 #           not 'DOT1Q' and
13974 #           not 'VXLAN' and
13975 #           not 'IP4FWD' and
13976 #           not 'LBOND'"
13977 #  parameters:
13978 #  - "throughput"
13979 #  - "parent"
13980 #  - "tags"
13981 ##  sort:
13982 ##  - "1VM"
13983 ##  - "L2XCFWD"
13984 ##  - "1VM"
13985 ##  - "L2BDMACLRN"
13986 #  traces:
13987 #    hoverinfo: "x+y"
13988 #    boxpoints: "outliers"
13989 #    whiskerwidth: 0
13990 #  layout:
13991 #    title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
13992 #    layout: "plot-throughput"
13993 #
13994 #-
13995 #  type: "plot"
13996 #  title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
13997 #  algorithm: "plot_performance_box"
13998 #  output-file-type: ".html"
13999 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14000 #  data: "plot-vpp-throughput-latency-3n-hsw"
14001 #  filter: "'NIC_Intel-X520-DA2' and
14002 #           '64B' and
14003 #           'NDRPDR' and
14004 #           ('ETH' or 'DOT1Q') and
14005 #           '2T2C' and
14006 #           ('L2BDMACLRN' or 'L2XCFWD') and
14007 #           'VHOST_1024' and
14008 #           not 'CFS_OPT' and
14009 #           not 'DOT1Q' and
14010 #           not 'VXLAN' and
14011 #           not 'IP4FWD' and
14012 #           not 'LBOND'"
14013 #  parameters:
14014 #  - "throughput"
14015 #  - "parent"
14016 #  - "tags"
14017 ##  sort:
14018 ##  - "1VM"
14019 ##  - "L2XCFWD"
14020 ##  - "1VM"
14021 ##  - "L2BDMACLRN"
14022 #  traces:
14023 #    hoverinfo: "x+y"
14024 #    boxpoints: "outliers"
14025 #    whiskerwidth: 0
14026 #  layout:
14027 #    title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14028 #    layout: "plot-throughput"
14029 #
14030 #-
14031 #  type: "plot"
14032 #  title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14033 #  algorithm: "plot_performance_box"
14034 #  output-file-type: ".html"
14035 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14036 #  data: "plot-vpp-throughput-latency-3n-hsw"
14037 #  filter: "'NIC_Intel-X520-DA2' and
14038 #           '64B' and
14039 #           'NDRPDR' and
14040 #           ('ETH' or 'DOT1Q') and
14041 #           '2T2C' and
14042 #           ('L2BDMACLRN' or 'L2XCFWD') and
14043 #           'VHOST_1024' and
14044 #           not 'CFS_OPT' and
14045 #           not 'DOT1Q' and
14046 #           not 'VXLAN' and
14047 #           not 'IP4FWD' and
14048 #           not 'LBOND'"
14049 #  parameters:
14050 #  - "throughput"
14051 #  - "parent"
14052 #  - "tags"
14053 ##  sort:
14054 ##  - "1VM"
14055 ##  - "L2XCFWD"
14056 ##  - "1VM"
14057 ##  - "L2BDMACLRN"
14058 #  traces:
14059 #    hoverinfo: "x+y"
14060 #    boxpoints: "outliers"
14061 #    whiskerwidth: 0
14062 #  layout:
14063 #    title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14064 #    layout: "plot-throughput"
14065 #
14066 ## Packet Throughput - VPP vhost ip4 3n-hsw-x710
14067 #-
14068 #  type: "plot"
14069 #  title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14070 #  algorithm: "plot_performance_box"
14071 #  output-file-type: ".html"
14072 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14073 #  data: "plot-vpp-throughput-latency-3n-hsw"
14074 #  filter: "'NIC_Intel-X710' and
14075 #           '64B' and
14076 #           'NDRPDR' and
14077 #           'ETH' and
14078 #           'IP4FWD' and
14079 #           '1T1C' and
14080 #           'VHOST_1024' and
14081 #           not 'VXLAN' and
14082 #           not 'CFS_OPT' and
14083 #           not 'DOT1Q'"
14084 #  parameters:
14085 #  - "throughput"
14086 #  - "parent"
14087 #  - "tags"
14088 #  sort:
14089 #  - "1VM"
14090 #  - "2VM"
14091 #  traces:
14092 #    hoverinfo: "x+y"
14093 #    boxpoints: "outliers"
14094 #    whiskerwidth: 0
14095 #  layout:
14096 #    title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14097 #    layout: "plot-throughput"
14098 #
14099 #-
14100 #  type: "plot"
14101 #  title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14102 #  algorithm: "plot_performance_box"
14103 #  output-file-type: ".html"
14104 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14105 #  data: "plot-vpp-throughput-latency-3n-hsw"
14106 #  filter: "'NIC_Intel-X710' and
14107 #           '64B' and
14108 #           'NDRPDR' and
14109 #           'ETH' and
14110 #           'IP4FWD' and
14111 #           '2T2C' and
14112 #           'VHOST_1024' and
14113 #           not 'VXLAN' and
14114 #           not 'CFS_OPT' and
14115 #           not 'DOT1Q'"
14116 #  parameters:
14117 #  - "throughput"
14118 #  - "parent"
14119 #  - "tags"
14120 #  sort:
14121 #  - "1VM"
14122 #  - "2VM"
14123 #  traces:
14124 #    hoverinfo: "x+y"
14125 #    boxpoints: "outliers"
14126 #    whiskerwidth: 0
14127 #  layout:
14128 #    title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14129 #    layout: "plot-throughput"
14130 #
14131 #-
14132 #  type: "plot"
14133 #  title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14134 #  algorithm: "plot_performance_box"
14135 #  output-file-type: ".html"
14136 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14137 #  data: "plot-vpp-throughput-latency-3n-hsw"
14138 #  filter: "'NIC_Intel-X710' and
14139 #           '64B' and
14140 #           'NDRPDR' and
14141 #           'ETH' and
14142 #           'IP4FWD' and
14143 #           '1T1C' and
14144 #           'VHOST_1024' and
14145 #           not 'VXLAN' and
14146 #           not 'CFS_OPT' and
14147 #           not 'DOT1Q'"
14148 #  parameters:
14149 #  - "throughput"
14150 #  - "parent"
14151 #  - "tags"
14152 #  sort:
14153 #  - "1VM"
14154 #  - "2VM"
14155 #  traces:
14156 #    hoverinfo: "x+y"
14157 #    boxpoints: "outliers"
14158 #    whiskerwidth: 0
14159 #  layout:
14160 #    title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14161 #    layout: "plot-throughput"
14162 #
14163 #-
14164 #  type: "plot"
14165 #  title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14166 #  algorithm: "plot_performance_box"
14167 #  output-file-type: ".html"
14168 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14169 #  data: "plot-vpp-throughput-latency-3n-hsw"
14170 #  filter: "'NIC_Intel-X710' and
14171 #           '64B' and
14172 #           'NDRPDR' and
14173 #           'ETH' and
14174 #           'IP4FWD' and
14175 #           '2T2C' and
14176 #           'VHOST_1024' and
14177 #           not 'VXLAN' and
14178 #           not 'CFS_OPT' and
14179 #           not 'DOT1Q'"
14180 #  parameters:
14181 #  - "throughput"
14182 #  - "parent"
14183 #  - "tags"
14184 #  sort:
14185 #  - "1VM"
14186 #  - "2VM"
14187 #  traces:
14188 #    hoverinfo: "x+y"
14189 #    boxpoints: "outliers"
14190 #    whiskerwidth: 0
14191 #  layout:
14192 #    title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14193 #    layout: "plot-throughput"
14194 #
14195 ## Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
14196 #-
14197 #  type: "plot"
14198 #  title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
14199 #  algorithm: "plot_performance_box"
14200 #  output-file-type: ".html"
14201 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
14202 #  data: "plot-vpp-throughput-latency-3n-hsw"
14203 #  filter: "'NIC_Intel-X710' and
14204 #           '64B' and
14205 #           'NDRPDR' and
14206 #           ('ETH' or 'DOT1Q') and
14207 #           'BASE' and
14208 #           '1T1C' and
14209 #           ('L2BDMACLRN' or 'L2XCFWD') and
14210 #           'VHOST_1024' and
14211 #           not 'VXLAN' and
14212 #           not 'IP4FWD' and
14213 #           not '2VM'"
14214 #  parameters:
14215 #  - "throughput"
14216 #  - "parent"
14217 #  - "tags"
14218 #  sort:
14219 #  - "L2BDMACLRN"
14220 #  - "L2BDMACLRN"
14221 #  - "L2BDMACLRN"
14222 #  - "L2XCFWD"
14223 #  - "L2XCFWD"
14224 #  - "L2XCFWD"
14225 #  traces:
14226 #    hoverinfo: "x+y"
14227 #    boxpoints: "outliers"
14228 #    whiskerwidth: 0
14229 #  layout:
14230 #    title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
14231 #    layout: "plot-throughput"
14232 #
14233 #-
14234 #  type: "plot"
14235 #  title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
14236 #  algorithm: "plot_performance_box"
14237 #  output-file-type: ".html"
14238 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
14239 #  data: "plot-vpp-throughput-latency-3n-hsw"
14240 #  filter: "'NIC_Intel-X710' and
14241 #           '64B' and
14242 #           'NDRPDR' and
14243 #           ('ETH' or 'DOT1Q') and
14244 #           'BASE' and
14245 #           '1T1C' and
14246 #           ('L2BDMACLRN' or 'L2XCFWD') and
14247 #           'VHOST_1024' and
14248 #           not 'VXLAN' and
14249 #           not 'IP4FWD' and
14250 #           not '2VM'"
14251 #  parameters:
14252 #  - "throughput"
14253 #  - "parent"
14254 #  - "tags"
14255 #  sort:
14256 #  - "L2BDMACLRN"
14257 #  - "L2BDMACLRN"
14258 #  - "L2BDMACLRN"
14259 #  - "L2XCFWD"
14260 #  - "L2XCFWD"
14261 #  - "L2XCFWD"
14262 #  traces:
14263 #    hoverinfo: "x+y"
14264 #    boxpoints: "outliers"
14265 #    whiskerwidth: 0
14266 #  layout:
14267 #    title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
14268 #    layout: "plot-throughput"
14269 #
14270 #-
14271 #  type: "plot"
14272 #  title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
14273 #  algorithm: "plot_performance_box"
14274 #  output-file-type: ".html"
14275 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
14276 #  data: "plot-vpp-throughput-latency-3n-hsw"
14277 #  filter: "'NIC_Intel-X710' and
14278 #           '64B' and
14279 #           'NDRPDR' and
14280 #           ('ETH' or 'DOT1Q') and
14281 #           'BASE' and
14282 #           '2T2C' and
14283 #           ('L2BDMACLRN' or 'L2XCFWD') and
14284 #           'VHOST_1024' and
14285 #           not 'VXLAN' and
14286 #           not 'IP4FWD' and
14287 #           not '2VM'"
14288 #  parameters:
14289 #  - "throughput"
14290 #  - "parent"
14291 #  - "tags"
14292 #  sort:
14293 #  - "L2BDMACLRN"
14294 #  - "L2BDMACLRN"
14295 #  - "L2BDMACLRN"
14296 #  - "L2XCFWD"
14297 #  - "L2XCFWD"
14298 #  - "L2XCFWD"
14299 #  traces:
14300 #    hoverinfo: "x+y"
14301 #    boxpoints: "outliers"
14302 #    whiskerwidth: 0
14303 #  layout:
14304 #    title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
14305 #    layout: "plot-throughput"
14306 #
14307 #-
14308 #  type: "plot"
14309 #  title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
14310 #  algorithm: "plot_performance_box"
14311 #  output-file-type: ".html"
14312 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
14313 #  data: "plot-vpp-throughput-latency-3n-hsw"
14314 #  filter: "'NIC_Intel-X710' and
14315 #           '64B' and
14316 #           'NDRPDR' and
14317 #           ('ETH' or 'DOT1Q') and
14318 #           'BASE' and
14319 #           '2T2C' and
14320 #           ('L2BDMACLRN' or 'L2XCFWD') and
14321 #           'VHOST_1024' and
14322 #           not 'VXLAN' and
14323 #           not 'IP4FWD' and
14324 #           not '2VM'"
14325 #  parameters:
14326 #  - "throughput"
14327 #  - "parent"
14328 #  - "tags"
14329 #  sort:
14330 #  - "L2BDMACLRN"
14331 #  - "L2BDMACLRN"
14332 #  - "L2BDMACLRN"
14333 #  - "L2XCFWD"
14334 #  - "L2XCFWD"
14335 #  - "L2XCFWD"
14336 #  traces:
14337 #    hoverinfo: "x+y"
14338 #    boxpoints: "outliers"
14339 #    whiskerwidth: 0
14340 #  layout:
14341 #    title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
14342 #    layout: "plot-throughput"
14343 #
14344 ## Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
14345 #-
14346 #  type: "plot"
14347 #  title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
14348 #  algorithm: "plot_performance_box"
14349 #  output-file-type: ".html"
14350 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
14351 #  data: "plot-vpp-throughput-latency-3n-hsw"
14352 #  filter: "'NIC_Intel-X710' and
14353 #           '64B' and
14354 #           'NDRPDR' and
14355 #           ('ETH' or 'DOT1Q') and
14356 #           '1T1C' and
14357 #           ('L2BDMACLRN' or 'L2XCFWD') and
14358 #           'VHOST_1024' and
14359 #           not 'CFS_OPT' and
14360 #           not 'VXLAN' and
14361 #           not 'IP4FWD' and
14362 #           not 'LBOND'"
14363 #  parameters:
14364 #  - "throughput"
14365 #  - "parent"
14366 #  - "tags"
14367 #  sort:
14368 #  - "L2BDMACLRN"
14369 #  - "L2BDMACLRN"
14370 #  - "L2BDMACLRN"
14371 #  - "L2XCFWD"
14372 #  - "L2XCFWD"
14373 #  - "L2XCFWD"
14374 #  traces:
14375 #    hoverinfo: "x+y"
14376 #    boxpoints: "outliers"
14377 #    whiskerwidth: 0
14378 #  layout:
14379 #    title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
14380 #    layout: "plot-throughput"
14381 #
14382 #-
14383 #  type: "plot"
14384 #  title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
14385 #  algorithm: "plot_performance_box"
14386 #  output-file-type: ".html"
14387 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
14388 #  data: "plot-vpp-throughput-latency-3n-hsw"
14389 #  filter: "'NIC_Intel-X710' and
14390 #           '64B' and
14391 #           'NDRPDR' and
14392 #           ('ETH' or 'DOT1Q') and
14393 #           '1T1C' and
14394 #           ('L2BDMACLRN' or 'L2XCFWD') and
14395 #           'VHOST_1024' and
14396 #           not 'CFS_OPT' and
14397 #           not 'VXLAN' and
14398 #           not 'IP4FWD' and
14399 #           not 'LBOND'"
14400 #  parameters:
14401 #  - "throughput"
14402 #  - "parent"
14403 #  - "tags"
14404 #  sort:
14405 #  - "L2BDMACLRN"
14406 #  - "L2BDMACLRN"
14407 #  - "L2BDMACLRN"
14408 #  - "L2XCFWD"
14409 #  - "L2XCFWD"
14410 #  - "L2XCFWD"
14411 #  traces:
14412 #    hoverinfo: "x+y"
14413 #    boxpoints: "outliers"
14414 #    whiskerwidth: 0
14415 #  layout:
14416 #    title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
14417 #    layout: "plot-throughput"
14418 #
14419 #-
14420 #  type: "plot"
14421 #  title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
14422 #  algorithm: "plot_performance_box"
14423 #  output-file-type: ".html"
14424 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
14425 #  data: "plot-vpp-throughput-latency-3n-hsw"
14426 #  filter: "'NIC_Intel-X710' and
14427 #           '64B' and
14428 #           'NDRPDR' and
14429 #           ('ETH' or 'DOT1Q') and
14430 #           '2T2C' and
14431 #           ('L2BDMACLRN' or 'L2XCFWD') and
14432 #           'VHOST_1024' and
14433 #           not 'CFS_OPT' and
14434 #           not 'VXLAN' and
14435 #           not 'IP4FWD' and
14436 #           not 'LBOND'"
14437 #  parameters:
14438 #  - "throughput"
14439 #  - "parent"
14440 #  - "tags"
14441 #  sort:
14442 #  - "L2BDMACLRN"
14443 #  - "L2BDMACLRN"
14444 #  - "L2BDMACLRN"
14445 #  - "L2XCFWD"
14446 #  - "L2XCFWD"
14447 #  - "L2XCFWD"
14448 #  traces:
14449 #    hoverinfo: "x+y"
14450 #    boxpoints: "outliers"
14451 #    whiskerwidth: 0
14452 #  layout:
14453 #    title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
14454 #    layout: "plot-throughput"
14455 #
14456 #-
14457 #  type: "plot"
14458 #  title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
14459 #  algorithm: "plot_performance_box"
14460 #  output-file-type: ".html"
14461 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
14462 #  data: "plot-vpp-throughput-latency-3n-hsw"
14463 #  filter: "'NIC_Intel-X710' and
14464 #           '64B' and
14465 #           'NDRPDR' and
14466 #           ('ETH' or 'DOT1Q') and
14467 #           '2T2C' and
14468 #           ('L2BDMACLRN' or 'L2XCFWD') and
14469 #           'VHOST_1024' and
14470 #           not 'CFS_OPT' and
14471 #           not 'VXLAN' and
14472 #           not 'IP4FWD' and
14473 #           not 'LBOND'"
14474 #  parameters:
14475 #  - "throughput"
14476 #  - "parent"
14477 #  - "tags"
14478 #  sort:
14479 #  - "L2BDMACLRN"
14480 #  - "L2BDMACLRN"
14481 #  - "L2BDMACLRN"
14482 #  - "L2XCFWD"
14483 #  - "L2XCFWD"
14484 #  - "L2XCFWD"
14485 #  traces:
14486 #    hoverinfo: "x+y"
14487 #    boxpoints: "outliers"
14488 #    whiskerwidth: 0
14489 #  layout:
14490 #    title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
14491 #    layout: "plot-throughput"
14492
14493 # Packet Throughput - VPP vhost ip4 3n-skx-x710
14494 -
14495   type: "plot"
14496   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
14497   algorithm: "plot_performance_box"
14498   output-file-type: ".html"
14499   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
14500   data: "plot-vpp-throughput-latency-3n-skx"
14501   filter: "'NIC_Intel-X710' and
14502            '64B' and
14503            'NDRPDR' and
14504            'ETH' and
14505            'IP4FWD' and
14506            '2T1C' and
14507            'VHOST_1024' and
14508            not 'VXLAN' and
14509            not 'DOT1Q'"
14510   parameters:
14511   - "throughput"
14512   - "parent"
14513   - "tags"
14514   sort:
14515   - "1VM"
14516   - "2VM"
14517   traces:
14518     hoverinfo: "x+y"
14519     boxpoints: "outliers"
14520     whiskerwidth: 0
14521   layout:
14522     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
14523     layout: "plot-throughput"
14524
14525 -
14526   type: "plot"
14527   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
14528   algorithm: "plot_performance_box"
14529   output-file-type: ".html"
14530   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
14531   data: "plot-vpp-throughput-latency-3n-skx"
14532   filter: "'NIC_Intel-X710' and
14533            '64B' and
14534            'NDRPDR' and
14535            'ETH' and
14536            'IP4FWD' and
14537            '4T2C' and
14538            'VHOST_1024' and
14539            not 'VXLAN' and
14540            not 'DOT1Q'"
14541   parameters:
14542   - "throughput"
14543   - "parent"
14544   - "tags"
14545   sort:
14546   - "1VM"
14547   - "2VM"
14548   traces:
14549     hoverinfo: "x+y"
14550     boxpoints: "outliers"
14551     whiskerwidth: 0
14552   layout:
14553     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
14554     layout: "plot-throughput"
14555
14556 -
14557   type: "plot"
14558   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
14559   algorithm: "plot_performance_box"
14560   output-file-type: ".html"
14561   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
14562   data: "plot-vpp-throughput-latency-3n-skx"
14563   filter: "'NIC_Intel-X710' and
14564            '64B' and
14565            'NDRPDR' and
14566            'ETH' and
14567            'IP4FWD' and
14568            '2T1C' and
14569            'VHOST_1024' and
14570            not 'VXLAN' and
14571            not 'DOT1Q'"
14572   parameters:
14573   - "throughput"
14574   - "parent"
14575   - "tags"
14576   sort:
14577   - "1VM"
14578   - "2VM"
14579   traces:
14580     hoverinfo: "x+y"
14581     boxpoints: "outliers"
14582     whiskerwidth: 0
14583   layout:
14584     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
14585     layout: "plot-throughput"
14586
14587 -
14588   type: "plot"
14589   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
14590   algorithm: "plot_performance_box"
14591   output-file-type: ".html"
14592   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
14593   data: "plot-vpp-throughput-latency-3n-skx"
14594   filter: "'NIC_Intel-X710' and
14595            '64B' and
14596            'NDRPDR' and
14597            'ETH' and
14598            'IP4FWD' and
14599            '4T2C' and
14600            'VHOST_1024' and
14601            not 'VXLAN' and
14602            not 'DOT1Q'"
14603   parameters:
14604   - "throughput"
14605   - "parent"
14606   - "tags"
14607   sort:
14608   - "1VM"
14609   - "2VM"
14610   traces:
14611     hoverinfo: "x+y"
14612     boxpoints: "outliers"
14613     whiskerwidth: 0
14614   layout:
14615     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
14616     layout: "plot-throughput"
14617
14618 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
14619 -
14620   type: "plot"
14621   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
14622   algorithm: "plot_performance_box"
14623   output-file-type: ".html"
14624   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
14625   data: "plot-vpp-throughput-latency-3n-skx"
14626   filter: "'NIC_Intel-X710' and
14627            '64B' and
14628            'NDRPDR' and
14629            ('ETH' or 'DOT1Q') and
14630            'BASE' and
14631            '2T1C' and
14632            ('L2BDMACLRN' or 'L2XCFWD') and
14633            'VHOST_1024' and
14634            not 'VXLAN' and
14635            not 'IP4FWD' and
14636            not '2VM'"
14637   parameters:
14638   - "throughput"
14639   - "parent"
14640   - "tags"
14641   sort:
14642   - "L2BDMACLRN"
14643   - "L2BDMACLRN"
14644   - "L2BDMACLRN"
14645   - "L2XCFWD"
14646   - "L2XCFWD"
14647   - "L2XCFWD"
14648   traces:
14649     hoverinfo: "x+y"
14650     boxpoints: "outliers"
14651     whiskerwidth: 0
14652   layout:
14653     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
14654     layout: "plot-throughput"
14655
14656 -
14657   type: "plot"
14658   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
14659   algorithm: "plot_performance_box"
14660   output-file-type: ".html"
14661   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
14662   data: "plot-vpp-throughput-latency-3n-skx"
14663   filter: "'NIC_Intel-X710' and
14664            '64B' and
14665            'NDRPDR' and
14666            ('ETH' or 'DOT1Q') and
14667            'BASE' and
14668            '2T1C' and
14669            ('L2BDMACLRN' or 'L2XCFWD') and
14670            'VHOST_1024' and
14671            not 'VXLAN' and
14672            not 'IP4FWD' and
14673            not '2VM'"
14674   parameters:
14675   - "throughput"
14676   - "parent"
14677   - "tags"
14678   sort:
14679   - "L2BDMACLRN"
14680   - "L2BDMACLRN"
14681   - "L2BDMACLRN"
14682   - "L2XCFWD"
14683   - "L2XCFWD"
14684   - "L2XCFWD"
14685   traces:
14686     hoverinfo: "x+y"
14687     boxpoints: "outliers"
14688     whiskerwidth: 0
14689   layout:
14690     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
14691     layout: "plot-throughput"
14692
14693 -
14694   type: "plot"
14695   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
14696   algorithm: "plot_performance_box"
14697   output-file-type: ".html"
14698   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
14699   data: "plot-vpp-throughput-latency-3n-skx"
14700   filter: "'NIC_Intel-X710' and
14701            '64B' and
14702            'NDRPDR' and
14703            ('ETH' or 'DOT1Q') and
14704            'BASE' and
14705            '4T2C' and
14706            ('L2BDMACLRN' or 'L2XCFWD') and
14707            'VHOST_1024' and
14708            not 'VXLAN' and
14709            not 'IP4FWD' and
14710            not '2VM'"
14711   parameters:
14712   - "throughput"
14713   - "parent"
14714   - "tags"
14715   sort:
14716   - "L2BDMACLRN"
14717   - "L2BDMACLRN"
14718   - "L2BDMACLRN"
14719   - "L2XCFWD"
14720   - "L2XCFWD"
14721   - "L2XCFWD"
14722   traces:
14723     hoverinfo: "x+y"
14724     boxpoints: "outliers"
14725     whiskerwidth: 0
14726   layout:
14727     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
14728     layout: "plot-throughput"
14729
14730 -
14731   type: "plot"
14732   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
14733   algorithm: "plot_performance_box"
14734   output-file-type: ".html"
14735   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
14736   data: "plot-vpp-throughput-latency-3n-skx"
14737   filter: "'NIC_Intel-X710' and
14738            '64B' and
14739            'NDRPDR' and
14740            ('ETH' or 'DOT1Q') and
14741            'BASE' and
14742            '4T2C' and
14743            ('L2BDMACLRN' or 'L2XCFWD') and
14744            'VHOST_1024' and
14745            not 'VXLAN' and
14746            not 'IP4FWD' and
14747            not '2VM'"
14748   parameters:
14749   - "throughput"
14750   - "parent"
14751   - "tags"
14752   sort:
14753   - "L2BDMACLRN"
14754   - "L2BDMACLRN"
14755   - "L2BDMACLRN"
14756   - "L2XCFWD"
14757   - "L2XCFWD"
14758   - "L2XCFWD"
14759   traces:
14760     hoverinfo: "x+y"
14761     boxpoints: "outliers"
14762     whiskerwidth: 0
14763   layout:
14764     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
14765     layout: "plot-throughput"
14766
14767 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
14768 -
14769   type: "plot"
14770   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
14771   algorithm: "plot_performance_box"
14772   output-file-type: ".html"
14773   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
14774   data: "plot-vpp-throughput-latency-3n-skx"
14775   filter: "'NIC_Intel-X710' and
14776            '64B' and
14777            'NDRPDR' and
14778            ('ETH' or 'DOT1Q') and
14779            '2T1C' and
14780            ('L2BDMACLRN' or 'L2XCFWD') and
14781            'VHOST_1024' and
14782            not 'CFS_OPT' and
14783            not 'VXLAN' and
14784            not 'IP4FWD' and
14785            not 'LBOND'"
14786   parameters:
14787   - "throughput"
14788   - "parent"
14789   - "tags"
14790   sort:
14791   - "L2BDMACLRN"
14792   - "L2BDMACLRN"
14793   - "L2BDMACLRN"
14794   - "L2XCFWD"
14795   - "L2XCFWD"
14796   - "L2XCFWD"
14797   traces:
14798     hoverinfo: "x+y"
14799     boxpoints: "outliers"
14800     whiskerwidth: 0
14801   layout:
14802     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
14803     layout: "plot-throughput"
14804
14805 -
14806   type: "plot"
14807   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
14808   algorithm: "plot_performance_box"
14809   output-file-type: ".html"
14810   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
14811   data: "plot-vpp-throughput-latency-3n-skx"
14812   filter: "'NIC_Intel-X710' and
14813            '64B' and
14814            'NDRPDR' and
14815            ('ETH' or 'DOT1Q') and
14816            '2T1C' and
14817            ('L2BDMACLRN' or 'L2XCFWD') and
14818            'VHOST_1024' and
14819            not 'CFS_OPT' and
14820            not 'VXLAN' and
14821            not 'IP4FWD' and
14822            not 'LBOND'"
14823   parameters:
14824   - "throughput"
14825   - "parent"
14826   - "tags"
14827   sort:
14828   - "L2BDMACLRN"
14829   - "L2BDMACLRN"
14830   - "L2BDMACLRN"
14831   - "L2XCFWD"
14832   - "L2XCFWD"
14833   - "L2XCFWD"
14834   traces:
14835     hoverinfo: "x+y"
14836     boxpoints: "outliers"
14837     whiskerwidth: 0
14838   layout:
14839     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
14840     layout: "plot-throughput"
14841
14842 -
14843   type: "plot"
14844   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
14845   algorithm: "plot_performance_box"
14846   output-file-type: ".html"
14847   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
14848   data: "plot-vpp-throughput-latency-3n-skx"
14849   filter: "'NIC_Intel-X710' and
14850            '64B' and
14851            'NDRPDR' and
14852            ('ETH' or 'DOT1Q') and
14853            '4T2C' and
14854            ('L2BDMACLRN' or 'L2XCFWD') and
14855            'VHOST_1024' and
14856            not 'CFS_OPT' and
14857            not 'VXLAN' and
14858            not 'IP4FWD' and
14859            not 'LBOND'"
14860   parameters:
14861   - "throughput"
14862   - "parent"
14863   - "tags"
14864   sort:
14865   - "L2BDMACLRN"
14866   - "L2BDMACLRN"
14867   - "L2BDMACLRN"
14868   - "L2XCFWD"
14869   - "L2XCFWD"
14870   - "L2XCFWD"
14871   traces:
14872     hoverinfo: "x+y"
14873     boxpoints: "outliers"
14874     whiskerwidth: 0
14875   layout:
14876     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
14877     layout: "plot-throughput"
14878
14879 -
14880   type: "plot"
14881   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
14882   algorithm: "plot_performance_box"
14883   output-file-type: ".html"
14884   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
14885   data: "plot-vpp-throughput-latency-3n-skx"
14886   filter: "'NIC_Intel-X710' and
14887            '64B' and
14888            'NDRPDR' and
14889            ('ETH' or 'DOT1Q') and
14890            '4T2C' and
14891            ('L2BDMACLRN' or 'L2XCFWD') and
14892            'VHOST_1024' and
14893            not 'CFS_OPT' and
14894            not 'VXLAN' and
14895            not 'IP4FWD' and
14896            not 'LBOND'"
14897   parameters:
14898   - "throughput"
14899   - "parent"
14900   - "tags"
14901   sort:
14902   - "L2BDMACLRN"
14903   - "L2BDMACLRN"
14904   - "L2BDMACLRN"
14905   - "L2XCFWD"
14906   - "L2XCFWD"
14907   - "L2XCFWD"
14908   traces:
14909     hoverinfo: "x+y"
14910     boxpoints: "outliers"
14911     whiskerwidth: 0
14912   layout:
14913     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
14914     layout: "plot-throughput"
14915
14916 ## Packet Throughput - VPP vhost ip4 2n-skx-x710
14917 #-
14918 #  type: "plot"
14919 #  title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
14920 #  algorithm: "plot_performance_box"
14921 #  output-file-type: ".html"
14922 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
14923 #  data: "plot-vpp-throughput-latency-2n-skx"
14924 #  filter: "'NIC_Intel-X710' and
14925 #           '64B' and
14926 #           'NDRPDR' and
14927 #           'ETH' and
14928 #           'IP4FWD' and
14929 #           '2T1C' and
14930 #           'VHOST_1024' and
14931 #           not 'VXLAN' and
14932 #           not 'NF_DENSITY' and
14933 #           not 'CFS_OPT' and
14934 #           not 'DOT1Q'"
14935 #  parameters:
14936 #  - "throughput"
14937 #  - "parent"
14938 #  - "tags"
14939 #  sort:
14940 #  - "1VM"
14941 #  - "2VM"
14942 #  traces:
14943 #    hoverinfo: "x+y"
14944 #    boxpoints: "outliers"
14945 #    whiskerwidth: 0
14946 #  layout:
14947 #    title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
14948 #    layout: "plot-throughput"
14949 #
14950 #-
14951 #  type: "plot"
14952 #  title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
14953 #  algorithm: "plot_performance_box"
14954 #  output-file-type: ".html"
14955 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
14956 #  data: "plot-vpp-throughput-latency-2n-skx"
14957 #  filter: "'NIC_Intel-X710' and
14958 #           '64B' and
14959 #           'NDRPDR' and
14960 #           'ETH' and
14961 #           'IP4FWD' and
14962 #           '4T2C' and
14963 #           'VHOST_1024' and
14964 #           not 'VXLAN' and
14965 #           not 'NF_DENSITY' and
14966 #           not 'CFS_OPT' and
14967 #           not 'DOT1Q'"
14968 #  parameters:
14969 #  - "throughput"
14970 #  - "parent"
14971 #  - "tags"
14972 #  sort:
14973 #  - "1VM"
14974 #  - "2VM"
14975 #  traces:
14976 #    hoverinfo: "x+y"
14977 #    boxpoints: "outliers"
14978 #    whiskerwidth: 0
14979 #  layout:
14980 #    title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
14981 #    layout: "plot-throughput"
14982 #
14983 #-
14984 #  type: "plot"
14985 #  title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
14986 #  algorithm: "plot_performance_box"
14987 #  output-file-type: ".html"
14988 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
14989 #  data: "plot-vpp-throughput-latency-2n-skx"
14990 #  filter: "'NIC_Intel-X710' and
14991 #           '64B' and
14992 #           'NDRPDR' and
14993 #           'ETH' and
14994 #           'IP4FWD' and
14995 #           '2T1C' and
14996 #           'VHOST_1024' and
14997 #           not 'VXLAN' and
14998 #           not 'NF_DENSITY' and
14999 #           not 'CFS_OPT' and
15000 #           not 'DOT1Q'"
15001 #  parameters:
15002 #  - "throughput"
15003 #  - "parent"
15004 #  - "tags"
15005 #  sort:
15006 #  - "1VM"
15007 #  - "2VM"
15008 #  traces:
15009 #    hoverinfo: "x+y"
15010 #    boxpoints: "outliers"
15011 #    whiskerwidth: 0
15012 #  layout:
15013 #    title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15014 #    layout: "plot-throughput"
15015 #
15016 #-
15017 #  type: "plot"
15018 #  title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
15019 #  algorithm: "plot_performance_box"
15020 #  output-file-type: ".html"
15021 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
15022 #  data: "plot-vpp-throughput-latency-2n-skx"
15023 #  filter: "'NIC_Intel-X710' and
15024 #           '64B' and
15025 #           'NDRPDR' and
15026 #           'ETH' and
15027 #           'IP4FWD' and
15028 #           '4T2C' and
15029 #           'VHOST_1024' and
15030 #           not 'VXLAN' and
15031 #           not 'NF_DENSITY' and
15032 #           not 'CFS_OPT' and
15033 #           not 'DOT1Q'"
15034 #  parameters:
15035 #  - "throughput"
15036 #  - "parent"
15037 #  - "tags"
15038 #  sort:
15039 #  - "1VM"
15040 #  - "2VM"
15041 #  traces:
15042 #    hoverinfo: "x+y"
15043 #    boxpoints: "outliers"
15044 #    whiskerwidth: 0
15045 #  layout:
15046 #    title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
15047 #    layout: "plot-throughput"
15048 #
15049 ## Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
15050 #-
15051 #  type: "plot"
15052 #  title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
15053 #  algorithm: "plot_performance_box"
15054 #  output-file-type: ".html"
15055 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
15056 #  data: "plot-vpp-throughput-latency-2n-skx"
15057 #  filter: "'NIC_Intel-X710' and
15058 #           '64B' and
15059 #           'NDRPDR' and
15060 #           ('ETH' or 'DOT1Q') and
15061 #           'BASE' and
15062 #           '2T1C' and
15063 #           ('L2BDMACLRN' or 'L2XCFWD') and
15064 #           'VHOST_1024' and
15065 #           not 'VXLAN' and
15066 #           not 'NF_DENSITY' and
15067 #           not 'IP4FWD' and
15068 #           not '2VM'"
15069 #  parameters:
15070 #  - "throughput"
15071 #  - "parent"
15072 #  - "tags"
15073 ##  sort:
15074 ##  - "not CFS_OPT"
15075 ##  - "L2XCFWD"
15076 ##  - "not CFS_OPT"
15077 ##  - "CFS_OPT"
15078 #  traces:
15079 #    hoverinfo: "x+y"
15080 #    boxpoints: "outliers"
15081 #    whiskerwidth: 0
15082 #  layout:
15083 #    title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
15084 #    layout: "plot-throughput"
15085 #
15086 #-
15087 #  type: "plot"
15088 #  title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
15089 #  algorithm: "plot_performance_box"
15090 #  output-file-type: ".html"
15091 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
15092 #  data: "plot-vpp-throughput-latency-2n-skx"
15093 #  filter: "'NIC_Intel-X710' and
15094 #           '64B' and
15095 #           'NDRPDR' and
15096 #           ('ETH' or 'DOT1Q') and
15097 #           'BASE' and
15098 #           '2T1C' and
15099 #           ('L2BDMACLRN' or 'L2XCFWD') and
15100 #           'VHOST_1024' and
15101 #           not 'VXLAN' and
15102 #           not 'NF_DENSITY' and
15103 #           not 'IP4FWD' and
15104 #           not '2VM'"
15105 #  parameters:
15106 #  - "throughput"
15107 #  - "parent"
15108 #  - "tags"
15109 ##  sort:
15110 ##  - "not CFS_OPT"
15111 ##  - "L2XCFWD"
15112 ##  - "not CFS_OPT"
15113 ##  - "CFS_OPT"
15114 #  traces:
15115 #    hoverinfo: "x+y"
15116 #    boxpoints: "outliers"
15117 #    whiskerwidth: 0
15118 #  layout:
15119 #    title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
15120 #    layout: "plot-throughput"
15121 #
15122 #-
15123 #  type: "plot"
15124 #  title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
15125 #  algorithm: "plot_performance_box"
15126 #  output-file-type: ".html"
15127 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
15128 #  data: "plot-vpp-throughput-latency-2n-skx"
15129 #  filter: "'NIC_Intel-X710' and
15130 #           '64B' and
15131 #           'NDRPDR' and
15132 #           ('ETH' or 'DOT1Q') and
15133 #           'BASE' and
15134 #           '4T2C' and
15135 #           ('L2BDMACLRN' or 'L2XCFWD') and
15136 #           'VHOST_1024' and
15137 #           not 'VXLAN' and
15138 #           not 'NF_DENSITY' and
15139 #           not 'IP4FWD' and
15140 #           not '2VM'"
15141 #  parameters:
15142 #  - "throughput"
15143 #  - "parent"
15144 #  - "tags"
15145 ##  sort:
15146 ##  - "not CFS_OPT"
15147 ##  - "L2XCFWD"
15148 ##  - "not CFS_OPT"
15149 ##  - "CFS_OPT"
15150 #  traces:
15151 #    hoverinfo: "x+y"
15152 #    boxpoints: "outliers"
15153 #    whiskerwidth: 0
15154 #  layout:
15155 #    title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
15156 #    layout: "plot-throughput"
15157 #
15158 #-
15159 #  type: "plot"
15160 #  title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
15161 #  algorithm: "plot_performance_box"
15162 #  output-file-type: ".html"
15163 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
15164 #  data: "plot-vpp-throughput-latency-2n-skx"
15165 #  filter: "'NIC_Intel-X710' and
15166 #           '64B' and
15167 #           'NDRPDR' and
15168 #           ('ETH' or 'DOT1Q') and
15169 #           'BASE' and
15170 #           '4T2C' and
15171 #           ('L2BDMACLRN' or 'L2XCFWD') and
15172 #           'VHOST_1024' and
15173 #           not 'VXLAN' and
15174 #           not 'NF_DENSITY' and
15175 #           not 'IP4FWD' and
15176 #           not '2VM'"
15177 #  parameters:
15178 #  - "throughput"
15179 #  - "parent"
15180 #  - "tags"
15181 ##  sort:
15182 ##  - "not CFS_OPT"
15183 ##  - "L2XCFWD"
15184 ##  - "not CFS_OPT"
15185 ##  - "CFS_OPT"
15186 #  traces:
15187 #    hoverinfo: "x+y"
15188 #    boxpoints: "outliers"
15189 #    whiskerwidth: 0
15190 #  layout:
15191 #    title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
15192 #    layout: "plot-throughput"
15193 #
15194 ## Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
15195 #-
15196 #  type: "plot"
15197 #  title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
15198 #  algorithm: "plot_performance_box"
15199 #  output-file-type: ".html"
15200 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
15201 #  data: "plot-vpp-throughput-latency-2n-skx"
15202 #  filter: "'NIC_Intel-X710' and
15203 #           '64B' and
15204 #           'NDRPDR' and
15205 #           ('ETH' or 'DOT1Q') and
15206 #           '2T1C' and
15207 #           ('L2BDMACLRN' or 'L2XCFWD') and
15208 #           'VHOST_1024' and
15209 #           not 'CFS_OPT' and
15210 #           not 'VXLAN' and
15211 #           not 'NF_DENSITY' and
15212 #           not 'DOT1Q' and
15213 #           not 'IP4FWD'"
15214 #  parameters:
15215 #  - "throughput"
15216 #  - "parent"
15217 #  - "tags"
15218 ##  sort:
15219 ##  - "1VM"
15220 ##  - "L2XCFWD"
15221 ##  - "1VM"
15222 ##  - "L2BDMACLRN"
15223 #  traces:
15224 #    hoverinfo: "x+y"
15225 #    boxpoints: "outliers"
15226 #    whiskerwidth: 0
15227 #  layout:
15228 #    title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
15229 #    layout: "plot-throughput"
15230 #
15231 #-
15232 #  type: "plot"
15233 #  title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
15234 #  algorithm: "plot_performance_box"
15235 #  output-file-type: ".html"
15236 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
15237 #  data: "plot-vpp-throughput-latency-2n-skx"
15238 #  filter: "'NIC_Intel-X710' and
15239 #           '64B' and
15240 #           'NDRPDR' and
15241 #           ('ETH' or 'DOT1Q') and
15242 #           '2T1C' and
15243 #           ('L2BDMACLRN' or 'L2XCFWD') and
15244 #           'VHOST_1024' and
15245 #           not 'CFS_OPT' and
15246 #           not 'VXLAN' and
15247 #           not 'NF_DENSITY' and
15248 #           not 'DOT1Q' and
15249 #           not 'IP4FWD'"
15250 #  parameters:
15251 #  - "throughput"
15252 #  - "parent"
15253 #  - "tags"
15254 ##  sort:
15255 ##  - "1VM"
15256 ##  - "L2XCFWD"
15257 ##  - "1VM"
15258 ##  - "L2BDMACLRN"
15259 #  traces:
15260 #    hoverinfo: "x+y"
15261 #    boxpoints: "outliers"
15262 #    whiskerwidth: 0
15263 #  layout:
15264 #    title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
15265 #    layout: "plot-throughput"
15266 #
15267 #-
15268 #  type: "plot"
15269 #  title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
15270 #  algorithm: "plot_performance_box"
15271 #  output-file-type: ".html"
15272 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
15273 #  data: "plot-vpp-throughput-latency-2n-skx"
15274 #  filter: "'NIC_Intel-X710' and
15275 #           '64B' and
15276 #           'NDRPDR' and
15277 #           ('ETH' or 'DOT1Q') and
15278 #           '4T2C' and
15279 #           ('L2BDMACLRN' or 'L2XCFWD') and
15280 #           'VHOST_1024' and
15281 #           not 'CFS_OPT' and
15282 #           not 'VXLAN' and
15283 #           not 'NF_DENSITY' and
15284 #           not 'DOT1Q' and
15285 #           not 'IP4FWD'"
15286 #  parameters:
15287 #  - "throughput"
15288 #  - "parent"
15289 #  - "tags"
15290 ##  sort:
15291 ##  - "1VM"
15292 ##  - "L2XCFWD"
15293 ##  - "1VM"
15294 ##  - "L2BDMACLRN"
15295 #  traces:
15296 #    hoverinfo: "x+y"
15297 #    boxpoints: "outliers"
15298 #    whiskerwidth: 0
15299 #  layout:
15300 #    title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
15301 #    layout: "plot-throughput"
15302 #
15303 #-
15304 #  type: "plot"
15305 #  title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
15306 #  algorithm: "plot_performance_box"
15307 #  output-file-type: ".html"
15308 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
15309 #  data: "plot-vpp-throughput-latency-2n-skx"
15310 #  filter: "'NIC_Intel-X710' and
15311 #           '64B' and
15312 #           'NDRPDR' and
15313 #           ('ETH' or 'DOT1Q') and
15314 #           '4T2C' and
15315 #           ('L2BDMACLRN' or 'L2XCFWD') and
15316 #           'VHOST_1024' and
15317 #           not 'CFS_OPT' and
15318 #           not 'VXLAN' and
15319 #           not 'NF_DENSITY' and
15320 #           not 'DOT1Q' and
15321 #           not 'IP4FWD'"
15322 #  parameters:
15323 #  - "throughput"
15324 #  - "parent"
15325 #  - "tags"
15326 ##  sort:
15327 ##  - "1VM"
15328 ##  - "L2XCFWD"
15329 ##  - "1VM"
15330 ##  - "L2BDMACLRN"
15331 #  traces:
15332 #    hoverinfo: "x+y"
15333 #    boxpoints: "outliers"
15334 #    whiskerwidth: 0
15335 #  layout:
15336 #    title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
15337 #    layout: "plot-throughput"
15338 #
15339 ## Packet Throughput - VPP vhost ip4 2n-skx-xxv710
15340 #-
15341 #  type: "plot"
15342 #  title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
15343 #  algorithm: "plot_performance_box"
15344 #  output-file-type: ".html"
15345 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
15346 #  data: "plot-vpp-throughput-latency-2n-skx"
15347 #  filter: "'NIC_Intel-XXV710' and
15348 #           '64B' and
15349 #           'NDRPDR' and
15350 #           'ETH' and
15351 #           'IP4FWD' and
15352 #           '2T1C' and
15353 #           'VHOST_1024' and
15354 #           not 'VXLAN' and
15355 #           not 'CFS_OPT' and
15356 #           not 'DOT1Q'"
15357 #  parameters:
15358 #  - "throughput"
15359 #  - "parent"
15360 #  - "tags"
15361 #  sort:
15362 #  - "1VM"
15363 #  - "2VM"
15364 #  traces:
15365 #    hoverinfo: "x+y"
15366 #    boxpoints: "outliers"
15367 #    whiskerwidth: 0
15368 #  layout:
15369 #    title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
15370 #    layout: "plot-throughput"
15371 #
15372 #-
15373 #  type: "plot"
15374 #  title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
15375 #  algorithm: "plot_performance_box"
15376 #  output-file-type: ".html"
15377 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
15378 #  data: "plot-vpp-throughput-latency-2n-skx"
15379 #  filter: "'NIC_Intel-XXV710' and
15380 #           '64B' and
15381 #           'NDRPDR' and
15382 #           'ETH' and
15383 #           'IP4FWD' and
15384 #           '4T2C' and
15385 #           'VHOST_1024' and
15386 #           not 'VXLAN' and
15387 #           not 'CFS_OPT' and
15388 #           not 'DOT1Q'"
15389 #  parameters:
15390 #  - "throughput"
15391 #  - "parent"
15392 #  - "tags"
15393 #  sort:
15394 #  - "1VM"
15395 #  - "2VM"
15396 #  traces:
15397 #    hoverinfo: "x+y"
15398 #    boxpoints: "outliers"
15399 #    whiskerwidth: 0
15400 #  layout:
15401 #    title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
15402 #    layout: "plot-throughput"
15403 #
15404 #-
15405 #  type: "plot"
15406 #  title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15407 #  algorithm: "plot_performance_box"
15408 #  output-file-type: ".html"
15409 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15410 #  data: "plot-vpp-throughput-latency-2n-skx"
15411 #  filter: "'NIC_Intel-XXV710' and
15412 #           '64B' and
15413 #           'NDRPDR' and
15414 #           'ETH' and
15415 #           'IP4FWD' and
15416 #           '2T1C' and
15417 #           'VHOST_1024' and
15418 #           not 'VXLAN' and
15419 #           not 'CFS_OPT' and
15420 #           not 'DOT1Q'"
15421 #  parameters:
15422 #  - "throughput"
15423 #  - "parent"
15424 #  - "tags"
15425 #  sort:
15426 #  - "1VM"
15427 #  - "2VM"
15428 #  traces:
15429 #    hoverinfo: "x+y"
15430 #    boxpoints: "outliers"
15431 #    whiskerwidth: 0
15432 #  layout:
15433 #    title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15434 #    layout: "plot-throughput"
15435 #
15436 #-
15437 #  type: "plot"
15438 #  title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15439 #  algorithm: "plot_performance_box"
15440 #  output-file-type: ".html"
15441 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15442 #  data: "plot-vpp-throughput-latency-2n-skx"
15443 #  filter: "'NIC_Intel-XXV710' and
15444 #           '64B' and
15445 #           'NDRPDR' and
15446 #           'ETH' and
15447 #           'IP4FWD' and
15448 #           '4T2C' and
15449 #           'VHOST_1024' and
15450 #           not 'VXLAN' and
15451 #           not 'CFS_OPT' and
15452 #           not 'DOT1Q'"
15453 #  parameters:
15454 #  - "throughput"
15455 #  - "parent"
15456 #  - "tags"
15457 #  sort:
15458 #  - "1VM"
15459 #  - "2VM"
15460 #  traces:
15461 #    hoverinfo: "x+y"
15462 #    boxpoints: "outliers"
15463 #    whiskerwidth: 0
15464 #  layout:
15465 #    title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15466 #    layout: "plot-throughput"
15467 #
15468 ## Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
15469 #-
15470 #  type: "plot"
15471 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
15472 #  algorithm: "plot_performance_box"
15473 #  output-file-type: ".html"
15474 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
15475 #  data: "plot-vpp-throughput-latency-2n-skx"
15476 #  filter: "'NIC_Intel-XXV710' and
15477 #           '64B' and
15478 #           'NDRPDR' and
15479 #           ('ETH' or 'DOT1Q') and
15480 #           'BASE' and
15481 #           '2T1C' and
15482 #           ('L2BDMACLRN' or 'L2XCFWD') and
15483 #           'VHOST_1024' and
15484 #           not 'VXLAN' and
15485 #           not 'IP4FWD' and
15486 #           not '2VM'"
15487 #  parameters:
15488 #  - "throughput"
15489 #  - "parent"
15490 #  - "tags"
15491 ##  sort:
15492 ##  - "not CFS_OPT"
15493 ##  - "L2XCFWD"
15494 ##  - "not CFS_OPT"
15495 ##  - "CFS_OPT"
15496 #  traces:
15497 #    hoverinfo: "x+y"
15498 #    boxpoints: "outliers"
15499 #    whiskerwidth: 0
15500 #  layout:
15501 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
15502 #    layout: "plot-throughput"
15503 #
15504 #-
15505 #  type: "plot"
15506 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
15507 #  algorithm: "plot_performance_box"
15508 #  output-file-type: ".html"
15509 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
15510 #  data: "plot-vpp-throughput-latency-2n-skx"
15511 #  filter: "'NIC_Intel-XXV710' and
15512 #           '64B' and
15513 #           'NDRPDR' and
15514 #           ('ETH' or 'DOT1Q') and
15515 #           'BASE' and
15516 #           '2T1C' and
15517 #           ('L2BDMACLRN' or 'L2XCFWD') and
15518 #           'VHOST_1024' and
15519 #           not 'VXLAN' and
15520 #           not 'IP4FWD' and
15521 #           not '2VM'"
15522 #  parameters:
15523 #  - "throughput"
15524 #  - "parent"
15525 #  - "tags"
15526 ##  sort:
15527 ##  - "not CFS_OPT"
15528 ##  - "L2XCFWD"
15529 ##  - "not CFS_OPT"
15530 ##  - "CFS_OPT"
15531 #  traces:
15532 #    hoverinfo: "x+y"
15533 #    boxpoints: "outliers"
15534 #    whiskerwidth: 0
15535 #  layout:
15536 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
15537 #    layout: "plot-throughput"
15538 #
15539 #-
15540 #  type: "plot"
15541 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
15542 #  algorithm: "plot_performance_box"
15543 #  output-file-type: ".html"
15544 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
15545 #  data: "plot-vpp-throughput-latency-2n-skx"
15546 #  filter: "'NIC_Intel-XXV710' and
15547 #           '64B' and
15548 #           'NDRPDR' and
15549 #           ('ETH' or 'DOT1Q') and
15550 #           'BASE' and
15551 #           '4T2C' and
15552 #           ('L2BDMACLRN' or 'L2XCFWD') and
15553 #           'VHOST_1024' and
15554 #           not 'VXLAN' and
15555 #           not 'IP4FWD' and
15556 #           not '2VM'"
15557 #  parameters:
15558 #  - "throughput"
15559 #  - "parent"
15560 #  - "tags"
15561 ##  sort:
15562 ##  - "not CFS_OPT"
15563 ##  - "L2XCFWD"
15564 ##  - "not CFS_OPT"
15565 ##  - "CFS_OPT"
15566 #  traces:
15567 #    hoverinfo: "x+y"
15568 #    boxpoints: "outliers"
15569 #    whiskerwidth: 0
15570 #  layout:
15571 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
15572 #    layout: "plot-throughput"
15573 #
15574 #-
15575 #  type: "plot"
15576 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
15577 #  algorithm: "plot_performance_box"
15578 #  output-file-type: ".html"
15579 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
15580 #  data: "plot-vpp-throughput-latency-2n-skx"
15581 #  filter: "'NIC_Intel-XXV710' and
15582 #           '64B' and
15583 #           'NDRPDR' and
15584 #           ('ETH' or 'DOT1Q') and
15585 #           'BASE' and
15586 #           '4T2C' and
15587 #           ('L2BDMACLRN' or 'L2XCFWD') and
15588 #           'VHOST_1024' and
15589 #           not 'VXLAN' and
15590 #           not 'IP4FWD' and
15591 #           not '2VM'"
15592 #  parameters:
15593 #  - "throughput"
15594 #  - "parent"
15595 #  - "tags"
15596 ##  sort:
15597 ##  - "not CFS_OPT"
15598 ##  - "L2XCFWD"
15599 ##  - "not CFS_OPT"
15600 ##  - "CFS_OPT"
15601 #  traces:
15602 #    hoverinfo: "x+y"
15603 #    boxpoints: "outliers"
15604 #    whiskerwidth: 0
15605 #  layout:
15606 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
15607 #    layout: "plot-throughput"
15608 #
15609 ## Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
15610 #-
15611 #  type: "plot"
15612 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
15613 #  algorithm: "plot_performance_box"
15614 #  output-file-type: ".html"
15615 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
15616 #  data: "plot-vpp-throughput-latency-2n-skx"
15617 #  filter: "'NIC_Intel-XXV710' and
15618 #           '64B' and
15619 #           'NDRPDR' and
15620 #           ('ETH' or 'DOT1Q') and
15621 #           '2T1C' and
15622 #           ('L2BDMACLRN' or 'L2XCFWD') and
15623 #           'VHOST_1024' and
15624 #           not 'CFS_OPT' and
15625 #           not 'VXLAN' and
15626 #           not 'DOT1Q' and
15627 #           not 'IP4FWD'"
15628 #  parameters:
15629 #  - "throughput"
15630 #  - "parent"
15631 #  - "tags"
15632 ##  sort:
15633 ##  - "1VM"
15634 ##  - "L2XCFWD"
15635 ##  - "1VM"
15636 ##  - "L2BDMACLRN"
15637 #  traces:
15638 #    hoverinfo: "x+y"
15639 #    boxpoints: "outliers"
15640 #    whiskerwidth: 0
15641 #  layout:
15642 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
15643 #    layout: "plot-throughput"
15644 #
15645 #-
15646 #  type: "plot"
15647 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
15648 #  algorithm: "plot_performance_box"
15649 #  output-file-type: ".html"
15650 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
15651 #  data: "plot-vpp-throughput-latency-2n-skx"
15652 #  filter: "'NIC_Intel-XXV710' and
15653 #           '64B' and
15654 #           'NDRPDR' and
15655 #           ('ETH' or 'DOT1Q') and
15656 #           '2T1C' and
15657 #           ('L2BDMACLRN' or 'L2XCFWD') and
15658 #           'VHOST_1024' and
15659 #           not 'CFS_OPT' and
15660 #           not 'VXLAN' and
15661 #           not 'DOT1Q' and
15662 #           not 'IP4FWD'"
15663 #  parameters:
15664 #  - "throughput"
15665 #  - "parent"
15666 #  - "tags"
15667 ##  sort:
15668 ##  - "1VM"
15669 ##  - "L2XCFWD"
15670 ##  - "1VM"
15671 ##  - "L2BDMACLRN"
15672 #  traces:
15673 #    hoverinfo: "x+y"
15674 #    boxpoints: "outliers"
15675 #    whiskerwidth: 0
15676 #  layout:
15677 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
15678 #    layout: "plot-throughput"
15679 #
15680 #-
15681 #  type: "plot"
15682 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
15683 #  algorithm: "plot_performance_box"
15684 #  output-file-type: ".html"
15685 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
15686 #  data: "plot-vpp-throughput-latency-2n-skx"
15687 #  filter: "'NIC_Intel-XXV710' and
15688 #           '64B' and
15689 #           'NDRPDR' and
15690 #           ('ETH' or 'DOT1Q') and
15691 #           '4T2C' and
15692 #           ('L2BDMACLRN' or 'L2XCFWD') and
15693 #           'VHOST_1024' and
15694 #           not 'CFS_OPT' and
15695 #           not 'VXLAN' and
15696 #           not 'DOT1Q' and
15697 #           not 'IP4FWD'"
15698 #  parameters:
15699 #  - "throughput"
15700 #  - "parent"
15701 #  - "tags"
15702 ##  sort:
15703 ##  - "1VM"
15704 ##  - "L2XCFWD"
15705 ##  - "1VM"
15706 ##  - "L2BDMACLRN"
15707 #  traces:
15708 #    hoverinfo: "x+y"
15709 #    boxpoints: "outliers"
15710 #    whiskerwidth: 0
15711 #  layout:
15712 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
15713 #    layout: "plot-throughput"
15714 #
15715 #-
15716 #  type: "plot"
15717 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
15718 #  algorithm: "plot_performance_box"
15719 #  output-file-type: ".html"
15720 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
15721 #  data: "plot-vpp-throughput-latency-2n-skx"
15722 #  filter: "'NIC_Intel-XXV710' and
15723 #           '64B' and
15724 #           'NDRPDR' and
15725 #           ('ETH' or 'DOT1Q') and
15726 #           '4T2C' and
15727 #           ('L2BDMACLRN' or 'L2XCFWD') and
15728 #           'VHOST_1024' and
15729 #           not 'CFS_OPT' and
15730 #           not 'VXLAN' and
15731 #           not 'DOT1Q' and
15732 #           not 'IP4FWD'"
15733 #  parameters:
15734 #  - "throughput"
15735 #  - "parent"
15736 #  - "tags"
15737 ##  sort:
15738 ##  - "1VM"
15739 ##  - "L2XCFWD"
15740 ##  - "1VM"
15741 ##  - "L2BDMACLRN"
15742 #  traces:
15743 #    hoverinfo: "x+y"
15744 #    boxpoints: "outliers"
15745 #    whiskerwidth: 0
15746 #  layout:
15747 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
15748 #    layout: "plot-throughput"
15749
15750 ################################################################################
15751
15752 ## Packet Throughput - VPP VTS 3n-hsw-x520
15753 #-
15754 #  type: "plot"
15755 #  title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
15756 #  algorithm: "plot_performance_box"
15757 #  output-file-type: ".html"
15758 #  output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
15759 #  data: "plot-vpp-throughput-latency-3n-hsw"
15760 #  filter: "'NIC_Intel-X520-DA2' and
15761 #           '114B' and
15762 #           'NDRPDR' and
15763 #           '1T1C' and
15764 #           'VTS'"
15765 #  parameters:
15766 #  - "throughput"
15767 #  - "parent"
15768 #  - "tags"
15769 #  traces:
15770 #    hoverinfo: "x+y"
15771 #    boxpoints: "outliers"
15772 #    whiskerwidth: 0
15773 #  layout:
15774 #    title: "vts-3n-hsw-x520-114b-1t1c-ndr"
15775 #    layout: "plot-throughput"
15776 #
15777 #-
15778 #  type: "plot"
15779 #  title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
15780 #  algorithm: "plot_performance_box"
15781 #  output-file-type: ".html"
15782 #  output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
15783 #  data: "plot-vpp-throughput-latency-3n-hsw"
15784 #  filter: "'NIC_Intel-X520-DA2' and
15785 #           '114B' and
15786 #           'NDRPDR' and
15787 #           '2T2C' and
15788 #           'VTS'"
15789 #  parameters:
15790 #  - "throughput"
15791 #  - "parent"
15792 #  - "tags"
15793 #  traces:
15794 #    hoverinfo: "x+y"
15795 #    boxpoints: "outliers"
15796 #    whiskerwidth: 0
15797 #  layout:
15798 #    title: "vts-3n-hsw-x520-114b-2t2c-ndr"
15799 #    layout: "plot-throughput"
15800 #
15801 #-
15802 #  type: "plot"
15803 #  title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
15804 #  algorithm: "plot_performance_box"
15805 #  output-file-type: ".html"
15806 #  output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
15807 #  data: "plot-vpp-throughput-latency-3n-hsw"
15808 #  filter: "'NIC_Intel-X520-DA2' and
15809 #           '114B' and
15810 #           'NDRPDR' and
15811 #           '1T1C' and
15812 #           'VTS'"
15813 #  parameters:
15814 #  - "throughput"
15815 #  - "parent"
15816 #  - "tags"
15817 #  traces:
15818 #    hoverinfo: "x+y"
15819 #    boxpoints: "outliers"
15820 #    whiskerwidth: 0
15821 #  layout:
15822 #    title: "vts-3n-hsw-x520-114b-1t1c-pdr"
15823 #    layout: "plot-throughput"
15824 #
15825 #-
15826 #  type: "plot"
15827 #  title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
15828 #  algorithm: "plot_performance_box"
15829 #  output-file-type: ".html"
15830 #  output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
15831 #  data: "plot-vpp-throughput-latency-3n-hsw"
15832 #  filter: "'NIC_Intel-X520-DA2' and
15833 #           '114B' and
15834 #           'NDRPDR' and
15835 #           '2T2C' and
15836 #           'VTS'"
15837 #  parameters:
15838 #  - "throughput"
15839 #  - "parent"
15840 #  - "tags"
15841 #  traces:
15842 #    hoverinfo: "x+y"
15843 #    boxpoints: "outliers"
15844 #    whiskerwidth: 0
15845 #  layout:
15846 #    title: "vts-3n-hsw-x520-114b-2t2c-pdr"
15847 #    layout: "plot-throughput"
15848
15849 ################################################################################
15850
15851 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
15852 -
15853   type: "plot"
15854   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
15855   algorithm: "plot_performance_box"
15856   output-file-type: ".html"
15857   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
15858   data: "plot-dpdk-throughput-latency-3n-hsw"
15859   filter: "'NIC_Intel-X520-DA2' and
15860            '64B' and
15861            'BASE' and
15862            'NDRPDR' and
15863            '1T1C' and
15864            'IP4FWD'"
15865   parameters:
15866   - "throughput"
15867   - "parent"
15868   - "tags"
15869   traces:
15870     hoverinfo: "x+y"
15871     boxpoints: "outliers"
15872     whiskerwidth: 0
15873   layout:
15874     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
15875     layout: "plot-throughput"
15876
15877 -
15878   type: "plot"
15879   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
15880   algorithm: "plot_performance_box"
15881   output-file-type: ".html"
15882   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
15883   data: "plot-dpdk-throughput-latency-3n-hsw"
15884   filter: "'NIC_Intel-X520-DA2' and
15885            '64B' and
15886            'BASE' and
15887            'NDRPDR' and
15888            '2T2C' and
15889            'IP4FWD'"
15890   parameters:
15891   - "throughput"
15892   - "parent"
15893   - "tags"
15894   traces:
15895     hoverinfo: "x+y"
15896     boxpoints: "outliers"
15897     whiskerwidth: 0
15898   layout:
15899     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
15900     layout: "plot-throughput"
15901
15902 -
15903   type: "plot"
15904   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
15905   algorithm: "plot_performance_box"
15906   output-file-type: ".html"
15907   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
15908   data: "plot-dpdk-throughput-latency-3n-hsw"
15909   filter: "'NIC_Intel-X520-DA2' and
15910            '64B' and
15911            'BASE' and
15912            'NDRPDR' and
15913            '1T1C' and
15914            'IP4FWD'"
15915   parameters:
15916   - "throughput"
15917   - "parent"
15918   - "tags"
15919   traces:
15920     hoverinfo: "x+y"
15921     boxpoints: "outliers"
15922     whiskerwidth: 0
15923   layout:
15924     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
15925     layout: "plot-throughput"
15926
15927 -
15928   type: "plot"
15929   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
15930   algorithm: "plot_performance_box"
15931   output-file-type: ".html"
15932   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
15933   data: "plot-dpdk-throughput-latency-3n-hsw"
15934   filter: "'NIC_Intel-X520-DA2' and
15935            '64B' and
15936            'BASE' and
15937            'NDRPDR' and
15938            '2T2C' and
15939            'IP4FWD'"
15940   parameters:
15941   - "throughput"
15942   - "parent"
15943   - "tags"
15944   traces:
15945     hoverinfo: "x+y"
15946     boxpoints: "outliers"
15947     whiskerwidth: 0
15948   layout:
15949     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
15950     layout: "plot-throughput"
15951
15952 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
15953 -
15954   type: "plot"
15955   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
15956   algorithm: "plot_performance_box"
15957   output-file-type: ".html"
15958   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
15959   data: "plot-dpdk-throughput-latency-3n-hsw"
15960   filter: "'NIC_Intel-X710' and
15961            '64B' and
15962            'BASE' and
15963            'NDRPDR' and
15964            '1T1C' and
15965            'IP4FWD'"
15966   parameters:
15967   - "throughput"
15968   - "parent"
15969   - "tags"
15970   traces:
15971     hoverinfo: "x+y"
15972     boxpoints: "outliers"
15973     whiskerwidth: 0
15974   layout:
15975     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
15976     layout: "plot-throughput"
15977
15978 -
15979   type: "plot"
15980   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
15981   algorithm: "plot_performance_box"
15982   output-file-type: ".html"
15983   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
15984   data: "plot-dpdk-throughput-latency-3n-hsw"
15985   filter: "'NIC_Intel-X710' and
15986            '64B' and
15987            'BASE' and
15988            'NDRPDR' and
15989            '2T2C' and
15990            'IP4FWD'"
15991   parameters:
15992   - "throughput"
15993   - "parent"
15994   - "tags"
15995   traces:
15996     hoverinfo: "x+y"
15997     boxpoints: "outliers"
15998     whiskerwidth: 0
15999   layout:
16000     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
16001     layout: "plot-throughput"
16002
16003 -
16004   type: "plot"
16005   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
16006   algorithm: "plot_performance_box"
16007   output-file-type: ".html"
16008   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
16009   data: "plot-dpdk-throughput-latency-3n-hsw"
16010   filter: "'NIC_Intel-X710' and
16011            '64B' and
16012            'BASE' and
16013            'NDRPDR' and
16014            '1T1C' and
16015            'IP4FWD'"
16016   parameters:
16017   - "throughput"
16018   - "parent"
16019   - "tags"
16020   traces:
16021     hoverinfo: "x+y"
16022     boxpoints: "outliers"
16023     whiskerwidth: 0
16024   layout:
16025     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
16026     layout: "plot-throughput"
16027
16028 -
16029   type: "plot"
16030   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
16031   algorithm: "plot_performance_box"
16032   output-file-type: ".html"
16033   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
16034   data: "plot-dpdk-throughput-latency-3n-hsw"
16035   filter: "'NIC_Intel-X710' and
16036            '64B' and
16037            'BASE' and
16038            'NDRPDR' and
16039            '2T2C' and
16040            'IP4FWD'"
16041   parameters:
16042   - "throughput"
16043   - "parent"
16044   - "tags"
16045   traces:
16046     hoverinfo: "x+y"
16047     boxpoints: "outliers"
16048     whiskerwidth: 0
16049   layout:
16050     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
16051     layout: "plot-throughput"
16052
16053 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
16054 -
16055   type: "plot"
16056   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
16057   algorithm: "plot_performance_box"
16058   output-file-type: ".html"
16059   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
16060   data: "plot-dpdk-throughput-latency-3n-hsw"
16061   filter: "'NIC_Intel-XL710' and
16062            '64B' and
16063            'BASE' and
16064            'NDRPDR' and
16065            '1T1C' and
16066            'IP4FWD'"
16067   parameters:
16068   - "throughput"
16069   - "parent"
16070   - "tags"
16071   traces:
16072     hoverinfo: "x+y"
16073     boxpoints: "outliers"
16074     whiskerwidth: 0
16075   layout:
16076     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
16077     layout: "plot-throughput"
16078
16079 -
16080   type: "plot"
16081   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
16082   algorithm: "plot_performance_box"
16083   output-file-type: ".html"
16084   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
16085   data: "plot-dpdk-throughput-latency-3n-hsw"
16086   filter: "'NIC_Intel-XL710' and
16087            '64B' and
16088            'BASE' and
16089            'NDRPDR' and
16090            '2T2C' and
16091            'IP4FWD'"
16092   parameters:
16093   - "throughput"
16094   - "parent"
16095   - "tags"
16096   traces:
16097     hoverinfo: "x+y"
16098     boxpoints: "outliers"
16099     whiskerwidth: 0
16100   layout:
16101     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
16102     layout: "plot-throughput"
16103
16104 -
16105   type: "plot"
16106   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
16107   algorithm: "plot_performance_box"
16108   output-file-type: ".html"
16109   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
16110   data: "plot-dpdk-throughput-latency-3n-hsw"
16111   filter: "'NIC_Intel-XL710' and
16112            '64B' and
16113            'BASE' and
16114            'NDRPDR' and
16115            '1T1C' and
16116            'IP4FWD'"
16117   parameters:
16118   - "throughput"
16119   - "parent"
16120   - "tags"
16121   traces:
16122     hoverinfo: "x+y"
16123     boxpoints: "outliers"
16124     whiskerwidth: 0
16125   layout:
16126     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
16127     layout: "plot-throughput"
16128
16129 -
16130   type: "plot"
16131   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
16132   algorithm: "plot_performance_box"
16133   output-file-type: ".html"
16134   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
16135   data: "plot-dpdk-throughput-latency-3n-hsw"
16136   filter: "'NIC_Intel-XL710' and
16137            '64B' and
16138            'BASE' and
16139            'NDRPDR' and
16140            '2T2C' and
16141            'IP4FWD'"
16142   parameters:
16143   - "throughput"
16144   - "parent"
16145   - "tags"
16146   traces:
16147     hoverinfo: "x+y"
16148     boxpoints: "outliers"
16149     whiskerwidth: 0
16150   layout:
16151     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
16152     layout: "plot-throughput"
16153
16154 # Packet Throughput - DPDK l3fwd 3n-skx-x710
16155 -
16156   type: "plot"
16157   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
16158   algorithm: "plot_performance_box"
16159   output-file-type: ".html"
16160   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
16161   data: "plot-dpdk-throughput-latency-3n-skx"
16162   filter: "'NIC_Intel-X710' and
16163            '64B' and
16164            'BASE' and
16165            'NDRPDR' and
16166            '2T1C' and
16167            'IP4FWD'"
16168   parameters:
16169   - "throughput"
16170   - "parent"
16171   - "tags"
16172   traces:
16173     hoverinfo: "x+y"
16174     boxpoints: "outliers"
16175     whiskerwidth: 0
16176   layout:
16177     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
16178     layout: "plot-throughput"
16179
16180 -
16181   type: "plot"
16182   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
16183   algorithm: "plot_performance_box"
16184   output-file-type: ".html"
16185   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
16186   data: "plot-dpdk-throughput-latency-3n-skx"
16187   filter: "'NIC_Intel-X710' and
16188            '64B' and
16189            'BASE' and
16190            'NDRPDR' and
16191            '4T2C' and
16192            'IP4FWD'"
16193   parameters:
16194   - "throughput"
16195   - "parent"
16196   - "tags"
16197   traces:
16198     hoverinfo: "x+y"
16199     boxpoints: "outliers"
16200     whiskerwidth: 0
16201   layout:
16202     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
16203     layout: "plot-throughput"
16204
16205 -
16206   type: "plot"
16207   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
16208   algorithm: "plot_performance_box"
16209   output-file-type: ".html"
16210   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
16211   data: "plot-dpdk-throughput-latency-3n-skx"
16212   filter: "'NIC_Intel-X710' and
16213            '64B' and
16214            'BASE' and
16215            'NDRPDR' and
16216            '2T1C' and
16217            'IP4FWD'"
16218   parameters:
16219   - "throughput"
16220   - "parent"
16221   - "tags"
16222   traces:
16223     hoverinfo: "x+y"
16224     boxpoints: "outliers"
16225     whiskerwidth: 0
16226   layout:
16227     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
16228     layout: "plot-throughput"
16229
16230 -
16231   type: "plot"
16232   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
16233   algorithm: "plot_performance_box"
16234   output-file-type: ".html"
16235   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
16236   data: "plot-dpdk-throughput-latency-3n-skx"
16237   filter: "'NIC_Intel-X710' and
16238            '64B' and
16239            'BASE' and
16240            'NDRPDR' and
16241            '4T2C' and
16242            'IP4FWD'"
16243   parameters:
16244   - "throughput"
16245   - "parent"
16246   - "tags"
16247   traces:
16248     hoverinfo: "x+y"
16249     boxpoints: "outliers"
16250     whiskerwidth: 0
16251   layout:
16252     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
16253     layout: "plot-throughput"
16254
16255 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
16256 -
16257   type: "plot"
16258   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
16259   algorithm: "plot_performance_box"
16260   output-file-type: ".html"
16261   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
16262   data: "plot-dpdk-throughput-latency-3n-skx"
16263   filter: "'NIC_Intel-XXV710' and
16264            '64B' and
16265            'BASE' and
16266            'NDRPDR' and
16267            '2T1C' and
16268            'IP4FWD'"
16269   parameters:
16270   - "throughput"
16271   - "parent"
16272   - "tags"
16273   traces:
16274     hoverinfo: "x+y"
16275     boxpoints: "outliers"
16276     whiskerwidth: 0
16277   layout:
16278     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
16279     layout: "plot-throughput"
16280
16281 -
16282   type: "plot"
16283   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
16284   algorithm: "plot_performance_box"
16285   output-file-type: ".html"
16286   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
16287   data: "plot-dpdk-throughput-latency-3n-skx"
16288   filter: "'NIC_Intel-XXV710' and
16289            '64B' and
16290            'BASE' and
16291            'NDRPDR' and
16292            '4T2C' and
16293            'IP4FWD'"
16294   parameters:
16295   - "throughput"
16296   - "parent"
16297   - "tags"
16298   traces:
16299     hoverinfo: "x+y"
16300     boxpoints: "outliers"
16301     whiskerwidth: 0
16302   layout:
16303     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
16304     layout: "plot-throughput"
16305
16306 -
16307   type: "plot"
16308   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
16309   algorithm: "plot_performance_box"
16310   output-file-type: ".html"
16311   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
16312   data: "plot-dpdk-throughput-latency-3n-skx"
16313   filter: "'NIC_Intel-XXV710' and
16314            '64B' and
16315            'BASE' and
16316            'NDRPDR' and
16317            '2T1C' and
16318            'IP4FWD'"
16319   parameters:
16320   - "throughput"
16321   - "parent"
16322   - "tags"
16323   traces:
16324     hoverinfo: "x+y"
16325     boxpoints: "outliers"
16326     whiskerwidth: 0
16327   layout:
16328     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
16329     layout: "plot-throughput"
16330
16331 -
16332   type: "plot"
16333   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
16334   algorithm: "plot_performance_box"
16335   output-file-type: ".html"
16336   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
16337   data: "plot-dpdk-throughput-latency-3n-skx"
16338   filter: "'NIC_Intel-XXV710' and
16339            '64B' and
16340            'BASE' and
16341            'NDRPDR' and
16342            '4T2C' and
16343            'IP4FWD'"
16344   parameters:
16345   - "throughput"
16346   - "parent"
16347   - "tags"
16348   traces:
16349     hoverinfo: "x+y"
16350     boxpoints: "outliers"
16351     whiskerwidth: 0
16352   layout:
16353     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
16354     layout: "plot-throughput"
16355
16356 # Packet Throughput - DPDK l3fwd 2n-skx-x710
16357 -
16358   type: "plot"
16359   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
16360   algorithm: "plot_performance_box"
16361   output-file-type: ".html"
16362   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
16363   data: "plot-dpdk-throughput-latency-2n-skx"
16364   filter: "'NIC_Intel-X710' and
16365            '64B' and
16366            'BASE' and
16367            'NDRPDR' and
16368            '2T1C' and
16369            'IP4FWD'"
16370   parameters:
16371   - "throughput"
16372   - "parent"
16373   - "tags"
16374   traces:
16375     hoverinfo: "x+y"
16376     boxpoints: "outliers"
16377     whiskerwidth: 0
16378   layout:
16379     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
16380     layout: "plot-throughput"
16381
16382 -
16383   type: "plot"
16384   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
16385   algorithm: "plot_performance_box"
16386   output-file-type: ".html"
16387   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
16388   data: "plot-dpdk-throughput-latency-2n-skx"
16389   filter: "'NIC_Intel-X710' and
16390            '64B' and
16391            'BASE' and
16392            'NDRPDR' and
16393            '4T2C' and
16394            'IP4FWD'"
16395   parameters:
16396   - "throughput"
16397   - "parent"
16398   - "tags"
16399   traces:
16400     hoverinfo: "x+y"
16401     boxpoints: "outliers"
16402     whiskerwidth: 0
16403   layout:
16404     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
16405     layout: "plot-throughput"
16406
16407 -
16408   type: "plot"
16409   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
16410   algorithm: "plot_performance_box"
16411   output-file-type: ".html"
16412   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
16413   data: "plot-dpdk-throughput-latency-2n-skx"
16414   filter: "'NIC_Intel-X710' and
16415            '64B' and
16416            'BASE' and
16417            'NDRPDR' and
16418            '2T1C' and
16419            'IP4FWD'"
16420   parameters:
16421   - "throughput"
16422   - "parent"
16423   - "tags"
16424   traces:
16425     hoverinfo: "x+y"
16426     boxpoints: "outliers"
16427     whiskerwidth: 0
16428   layout:
16429     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
16430     layout: "plot-throughput"
16431
16432 -
16433   type: "plot"
16434   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
16435   algorithm: "plot_performance_box"
16436   output-file-type: ".html"
16437   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
16438   data: "plot-dpdk-throughput-latency-2n-skx"
16439   filter: "'NIC_Intel-X710' and
16440            '64B' and
16441            'BASE' and
16442            'NDRPDR' and
16443            '4T2C' and
16444            'IP4FWD'"
16445   parameters:
16446   - "throughput"
16447   - "parent"
16448   - "tags"
16449   traces:
16450     hoverinfo: "x+y"
16451     boxpoints: "outliers"
16452     whiskerwidth: 0
16453   layout:
16454     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
16455     layout: "plot-throughput"
16456
16457 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
16458 -
16459   type: "plot"
16460   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
16461   algorithm: "plot_performance_box"
16462   output-file-type: ".html"
16463   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
16464   data: "plot-dpdk-throughput-latency-2n-skx"
16465   filter: "'NIC_Intel-XXV710' and
16466            '64B' and
16467            'BASE' and
16468            'NDRPDR' and
16469            '2T1C' and
16470            'IP4FWD'"
16471   parameters:
16472   - "throughput"
16473   - "parent"
16474   - "tags"
16475   traces:
16476     hoverinfo: "x+y"
16477     boxpoints: "outliers"
16478     whiskerwidth: 0
16479   layout:
16480     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
16481     layout: "plot-throughput"
16482
16483 -
16484   type: "plot"
16485   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
16486   algorithm: "plot_performance_box"
16487   output-file-type: ".html"
16488   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
16489   data: "plot-dpdk-throughput-latency-2n-skx"
16490   filter: "'NIC_Intel-XXV710' and
16491            '64B' and
16492            'BASE' and
16493            'NDRPDR' and
16494            '4T2C' and
16495            'IP4FWD'"
16496   parameters:
16497   - "throughput"
16498   - "parent"
16499   - "tags"
16500   traces:
16501     hoverinfo: "x+y"
16502     boxpoints: "outliers"
16503     whiskerwidth: 0
16504   layout:
16505     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
16506     layout: "plot-throughput"
16507
16508 -
16509   type: "plot"
16510   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
16511   algorithm: "plot_performance_box"
16512   output-file-type: ".html"
16513   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
16514   data: "plot-dpdk-throughput-latency-2n-skx"
16515   filter: "'NIC_Intel-XXV710' and
16516            '64B' and
16517            'BASE' and
16518            'NDRPDR' and
16519            '2T1C' and
16520            'IP4FWD'"
16521   parameters:
16522   - "throughput"
16523   - "parent"
16524   - "tags"
16525   traces:
16526     hoverinfo: "x+y"
16527     boxpoints: "outliers"
16528     whiskerwidth: 0
16529   layout:
16530     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
16531     layout: "plot-throughput"
16532
16533 -
16534   type: "plot"
16535   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
16536   algorithm: "plot_performance_box"
16537   output-file-type: ".html"
16538   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
16539   data: "plot-dpdk-throughput-latency-2n-skx"
16540   filter: "'NIC_Intel-XXV710' and
16541            '64B' and
16542            'BASE' and
16543            'NDRPDR' and
16544            '4T2C' and
16545            'IP4FWD'"
16546   parameters:
16547   - "throughput"
16548   - "parent"
16549   - "tags"
16550   traces:
16551     hoverinfo: "x+y"
16552     boxpoints: "outliers"
16553     whiskerwidth: 0
16554   layout:
16555     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
16556     layout: "plot-throughput"
16557
16558 ################################################################################
16559
16560 # Packet Throughput - DPDK testpmd 3n-hsw-x520
16561 -
16562   type: "plot"
16563   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
16564   algorithm: "plot_performance_box"
16565   output-file-type: ".html"
16566   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
16567   data: "plot-dpdk-throughput-latency-3n-hsw"
16568   filter: "'NIC_Intel-X520-DA2' and
16569            '64B' and
16570            'BASE' and
16571            'NDRPDR' and
16572            '1T1C' and
16573            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16574   parameters:
16575   - "throughput"
16576   - "parent"
16577   - "tags"
16578   traces:
16579     hoverinfo: "x+y"
16580     boxpoints: "outliers"
16581     whiskerwidth: 0
16582   layout:
16583     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
16584     layout: "plot-throughput"
16585
16586 -
16587   type: "plot"
16588   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
16589   algorithm: "plot_performance_box"
16590   output-file-type: ".html"
16591   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
16592   data: "plot-dpdk-throughput-latency-3n-hsw"
16593   filter: "'NIC_Intel-X520-DA2' and
16594            '64B' and
16595            'BASE' and
16596            'NDRPDR' and
16597            '2T2C' and
16598            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16599   parameters:
16600   - "throughput"
16601   - "parent"
16602   - "tags"
16603   traces:
16604     hoverinfo: "x+y"
16605     boxpoints: "outliers"
16606     whiskerwidth: 0
16607   layout:
16608     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
16609     layout: "plot-throughput"
16610
16611 -
16612   type: "plot"
16613   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
16614   algorithm: "plot_performance_box"
16615   output-file-type: ".html"
16616   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
16617   data: "plot-dpdk-throughput-latency-3n-hsw"
16618   filter: "'NIC_Intel-X520-DA2' and
16619            '64B' and
16620            'BASE' and
16621            'NDRPDR' and
16622            '1T1C' and
16623            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16624   parameters:
16625   - "throughput"
16626   - "parent"
16627   - "tags"
16628   traces:
16629     hoverinfo: "x+y"
16630     boxpoints: "outliers"
16631     whiskerwidth: 0
16632   layout:
16633     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
16634     layout: "plot-throughput"
16635
16636 -
16637   type: "plot"
16638   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
16639   algorithm: "plot_performance_box"
16640   output-file-type: ".html"
16641   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
16642   data: "plot-dpdk-throughput-latency-3n-hsw"
16643   filter: "'NIC_Intel-X520-DA2' and
16644            '64B' and
16645            'BASE' and
16646            'NDRPDR' and
16647            '2T2C' and
16648            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16649   parameters:
16650   - "throughput"
16651   - "parent"
16652   - "tags"
16653   traces:
16654     hoverinfo: "x+y"
16655     boxpoints: "outliers"
16656     whiskerwidth: 0
16657   layout:
16658     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
16659     layout: "plot-throughput"
16660
16661 # Packet Throughput - DPDK testpmd 3n-hsw-x710
16662 -
16663   type: "plot"
16664   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
16665   algorithm: "plot_performance_box"
16666   output-file-type: ".html"
16667   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
16668   data: "plot-dpdk-throughput-latency-3n-hsw"
16669   filter: "'NIC_Intel-X710' and
16670            '64B' and
16671            'BASE' and
16672            'NDRPDR' and
16673            '1T1C' and
16674            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16675   parameters:
16676   - "throughput"
16677   - "parent"
16678   - "tags"
16679   traces:
16680     hoverinfo: "x+y"
16681     boxpoints: "outliers"
16682     whiskerwidth: 0
16683   layout:
16684     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
16685     layout: "plot-throughput"
16686
16687 -
16688   type: "plot"
16689   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
16690   algorithm: "plot_performance_box"
16691   output-file-type: ".html"
16692   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
16693   data: "plot-dpdk-throughput-latency-3n-hsw"
16694   filter: "'NIC_Intel-X710' and
16695            '64B' and
16696            'BASE' and
16697            'NDRPDR' and
16698            '2T2C' and
16699            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16700   parameters:
16701   - "throughput"
16702   - "parent"
16703   - "tags"
16704   traces:
16705     hoverinfo: "x+y"
16706     boxpoints: "outliers"
16707     whiskerwidth: 0
16708   layout:
16709     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
16710     layout: "plot-throughput"
16711
16712 -
16713   type: "plot"
16714   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
16715   algorithm: "plot_performance_box"
16716   output-file-type: ".html"
16717   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
16718   data: "plot-dpdk-throughput-latency-3n-hsw"
16719   filter: "'NIC_Intel-X710' and
16720            '64B' and
16721            'BASE' and
16722            'NDRPDR' and
16723            '1T1C' and
16724            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16725   parameters:
16726   - "throughput"
16727   - "parent"
16728   - "tags"
16729   traces:
16730     hoverinfo: "x+y"
16731     boxpoints: "outliers"
16732     whiskerwidth: 0
16733   layout:
16734     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
16735     layout: "plot-throughput"
16736
16737 -
16738   type: "plot"
16739   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
16740   algorithm: "plot_performance_box"
16741   output-file-type: ".html"
16742   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
16743   data: "plot-dpdk-throughput-latency-3n-hsw"
16744   filter: "'NIC_Intel-X710' and
16745            '64B' and
16746            'BASE' and
16747            'NDRPDR' and
16748            '2T2C' and
16749            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16750   parameters:
16751   - "throughput"
16752   - "parent"
16753   - "tags"
16754   traces:
16755     hoverinfo: "x+y"
16756     boxpoints: "outliers"
16757     whiskerwidth: 0
16758   layout:
16759     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
16760     layout: "plot-throughput"
16761
16762 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
16763 -
16764   type: "plot"
16765   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
16766   algorithm: "plot_performance_box"
16767   output-file-type: ".html"
16768   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
16769   data: "plot-dpdk-throughput-latency-3n-hsw"
16770   filter: "'NIC_Intel-XL710' and
16771            '64B' and
16772            'BASE' and
16773            'NDRPDR' and
16774            '1T1C' and
16775            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16776   parameters:
16777   - "throughput"
16778   - "parent"
16779   - "tags"
16780   traces:
16781     hoverinfo: "x+y"
16782     boxpoints: "outliers"
16783     whiskerwidth: 0
16784   layout:
16785     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
16786     layout: "plot-throughput"
16787
16788 -
16789   type: "plot"
16790   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
16791   algorithm: "plot_performance_box"
16792   output-file-type: ".html"
16793   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
16794   data: "plot-dpdk-throughput-latency-3n-hsw"
16795   filter: "'NIC_Intel-XL710' and
16796            '64B' and
16797            'BASE' and
16798            'NDRPDR' and
16799            '2T2C' and
16800            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16801   parameters:
16802   - "throughput"
16803   - "parent"
16804   - "tags"
16805   traces:
16806     hoverinfo: "x+y"
16807     boxpoints: "outliers"
16808     whiskerwidth: 0
16809   layout:
16810     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
16811     layout: "plot-throughput"
16812
16813 -
16814   type: "plot"
16815   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
16816   algorithm: "plot_performance_box"
16817   output-file-type: ".html"
16818   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
16819   data: "plot-dpdk-throughput-latency-3n-hsw"
16820   filter: "'NIC_Intel-XL710' and
16821            '64B' and
16822            'BASE' and
16823            'NDRPDR' and
16824            '1T1C' and
16825            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16826   parameters:
16827   - "throughput"
16828   - "parent"
16829   - "tags"
16830   traces:
16831     hoverinfo: "x+y"
16832     boxpoints: "outliers"
16833     whiskerwidth: 0
16834   layout:
16835     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
16836     layout: "plot-throughput"
16837
16838 -
16839   type: "plot"
16840   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
16841   algorithm: "plot_performance_box"
16842   output-file-type: ".html"
16843   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
16844   data: "plot-dpdk-throughput-latency-3n-hsw"
16845   filter: "'NIC_Intel-XL710' and
16846            '64B' and
16847            'BASE' and
16848            'NDRPDR' and
16849            '2T2C' and
16850            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16851   parameters:
16852   - "throughput"
16853   - "parent"
16854   - "tags"
16855   traces:
16856     hoverinfo: "x+y"
16857     boxpoints: "outliers"
16858     whiskerwidth: 0
16859   layout:
16860     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
16861     layout: "plot-throughput"
16862
16863 # Packet Throughput - DPDK testpmd 3n-skx-x710
16864 -
16865   type: "plot"
16866   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
16867   algorithm: "plot_performance_box"
16868   output-file-type: ".html"
16869   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
16870   data: "plot-dpdk-throughput-latency-3n-skx"
16871   filter: "'NIC_Intel-X710' and
16872            '64B' and
16873            'BASE' and
16874            'NDRPDR' and
16875            '2T1C' and
16876            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16877   parameters:
16878   - "throughput"
16879   - "parent"
16880   - "tags"
16881   traces:
16882     hoverinfo: "x+y"
16883     boxpoints: "outliers"
16884     whiskerwidth: 0
16885   layout:
16886     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
16887     layout: "plot-throughput"
16888
16889 -
16890   type: "plot"
16891   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
16892   algorithm: "plot_performance_box"
16893   output-file-type: ".html"
16894   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
16895   data: "plot-dpdk-throughput-latency-3n-skx"
16896   filter: "'NIC_Intel-X710' and
16897            '64B' and
16898            'BASE' and
16899            'NDRPDR' and
16900            '4T2C' and
16901            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16902   parameters:
16903   - "throughput"
16904   - "parent"
16905   - "tags"
16906   traces:
16907     hoverinfo: "x+y"
16908     boxpoints: "outliers"
16909     whiskerwidth: 0
16910   layout:
16911     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
16912     layout: "plot-throughput"
16913
16914 -
16915   type: "plot"
16916   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
16917   algorithm: "plot_performance_box"
16918   output-file-type: ".html"
16919   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
16920   data: "plot-dpdk-throughput-latency-3n-skx"
16921   filter: "'NIC_Intel-X710' and
16922            '64B' and
16923            'BASE' and
16924            'NDRPDR' and
16925            '2T1C' and
16926            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16927   parameters:
16928   - "throughput"
16929   - "parent"
16930   - "tags"
16931   traces:
16932     hoverinfo: "x+y"
16933     boxpoints: "outliers"
16934     whiskerwidth: 0
16935   layout:
16936     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
16937     layout: "plot-throughput"
16938
16939 -
16940   type: "plot"
16941   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
16942   algorithm: "plot_performance_box"
16943   output-file-type: ".html"
16944   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
16945   data: "plot-dpdk-throughput-latency-3n-skx"
16946   filter: "'NIC_Intel-X710' and
16947            '64B' and
16948            'BASE' and
16949            'NDRPDR' and
16950            '4T2C' and
16951            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16952   parameters:
16953   - "throughput"
16954   - "parent"
16955   - "tags"
16956   traces:
16957     hoverinfo: "x+y"
16958     boxpoints: "outliers"
16959     whiskerwidth: 0
16960   layout:
16961     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
16962     layout: "plot-throughput"
16963
16964 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
16965 -
16966   type: "plot"
16967   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
16968   algorithm: "plot_performance_box"
16969   output-file-type: ".html"
16970   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
16971   data: "plot-dpdk-throughput-latency-3n-skx"
16972   filter: "'NIC_Intel-XXV710' and
16973            '64B' and
16974            'BASE' and
16975            'NDRPDR' and
16976            '2T1C' and
16977            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16978   parameters:
16979   - "throughput"
16980   - "parent"
16981   - "tags"
16982   traces:
16983     hoverinfo: "x+y"
16984     boxpoints: "outliers"
16985     whiskerwidth: 0
16986   layout:
16987     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
16988     layout: "plot-throughput"
16989
16990 -
16991   type: "plot"
16992   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
16993   algorithm: "plot_performance_box"
16994   output-file-type: ".html"
16995   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
16996   data: "plot-dpdk-throughput-latency-3n-skx"
16997   filter: "'NIC_Intel-XXV710' and
16998            '64B' and
16999            'BASE' and
17000            'NDRPDR' and
17001            '4T2C' and
17002            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17003   parameters:
17004   - "throughput"
17005   - "parent"
17006   - "tags"
17007   traces:
17008     hoverinfo: "x+y"
17009     boxpoints: "outliers"
17010     whiskerwidth: 0
17011   layout:
17012     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17013     layout: "plot-throughput"
17014
17015 -
17016   type: "plot"
17017   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
17018   algorithm: "plot_performance_box"
17019   output-file-type: ".html"
17020   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
17021   data: "plot-dpdk-throughput-latency-3n-skx"
17022   filter: "'NIC_Intel-XXV710' and
17023            '64B' and
17024            'BASE' and
17025            'NDRPDR' and
17026            '2T1C' and
17027            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17028   parameters:
17029   - "throughput"
17030   - "parent"
17031   - "tags"
17032   traces:
17033     hoverinfo: "x+y"
17034     boxpoints: "outliers"
17035     whiskerwidth: 0
17036   layout:
17037     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
17038     layout: "plot-throughput"
17039
17040 -
17041   type: "plot"
17042   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
17043   algorithm: "plot_performance_box"
17044   output-file-type: ".html"
17045   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
17046   data: "plot-dpdk-throughput-latency-3n-skx"
17047   filter: "'NIC_Intel-XXV710' and
17048            '64B' and
17049            'BASE' and
17050            'NDRPDR' and
17051            '4T2C' and
17052            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17053   parameters:
17054   - "throughput"
17055   - "parent"
17056   - "tags"
17057   traces:
17058     hoverinfo: "x+y"
17059     boxpoints: "outliers"
17060     whiskerwidth: 0
17061   layout:
17062     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
17063     layout: "plot-throughput"
17064
17065 # Packet Throughput - DPDK testpmd 2n-skx-x710
17066 -
17067   type: "plot"
17068   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
17069   algorithm: "plot_performance_box"
17070   output-file-type: ".html"
17071   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
17072   data: "plot-dpdk-throughput-latency-2n-skx"
17073   filter: "'NIC_Intel-X710' and
17074            '64B' and
17075            'BASE' and
17076            'NDRPDR' and
17077            '2T1C' and
17078            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17079   parameters:
17080   - "throughput"
17081   - "parent"
17082   - "tags"
17083   traces:
17084     hoverinfo: "x+y"
17085     boxpoints: "outliers"
17086     whiskerwidth: 0
17087   layout:
17088     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
17089     layout: "plot-throughput"
17090
17091 -
17092   type: "plot"
17093   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
17094   algorithm: "plot_performance_box"
17095   output-file-type: ".html"
17096   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
17097   data: "plot-dpdk-throughput-latency-2n-skx"
17098   filter: "'NIC_Intel-X710' and
17099            '64B' and
17100            'BASE' and
17101            'NDRPDR' and
17102            '4T2C' and
17103            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17104   parameters:
17105   - "throughput"
17106   - "parent"
17107   - "tags"
17108   traces:
17109     hoverinfo: "x+y"
17110     boxpoints: "outliers"
17111     whiskerwidth: 0
17112   layout:
17113     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
17114     layout: "plot-throughput"
17115
17116 -
17117   type: "plot"
17118   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
17119   algorithm: "plot_performance_box"
17120   output-file-type: ".html"
17121   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
17122   data: "plot-dpdk-throughput-latency-2n-skx"
17123   filter: "'NIC_Intel-X710' and
17124            '64B' and
17125            'BASE' and
17126            'NDRPDR' and
17127            '2T1C' and
17128            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17129   parameters:
17130   - "throughput"
17131   - "parent"
17132   - "tags"
17133   traces:
17134     hoverinfo: "x+y"
17135     boxpoints: "outliers"
17136     whiskerwidth: 0
17137   layout:
17138     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
17139     layout: "plot-throughput"
17140
17141 -
17142   type: "plot"
17143   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
17144   algorithm: "plot_performance_box"
17145   output-file-type: ".html"
17146   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
17147   data: "plot-dpdk-throughput-latency-2n-skx"
17148   filter: "'NIC_Intel-X710' and
17149            '64B' and
17150            'BASE' and
17151            'NDRPDR' and
17152            '4T2C' and
17153            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17154   parameters:
17155   - "throughput"
17156   - "parent"
17157   - "tags"
17158   traces:
17159     hoverinfo: "x+y"
17160     boxpoints: "outliers"
17161     whiskerwidth: 0
17162   layout:
17163     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
17164     layout: "plot-throughput"
17165
17166 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
17167 -
17168   type: "plot"
17169   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
17170   algorithm: "plot_performance_box"
17171   output-file-type: ".html"
17172   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
17173   data: "plot-dpdk-throughput-latency-2n-skx"
17174   filter: "'NIC_Intel-XXV710' and
17175            '64B' and
17176            'BASE' and
17177            'NDRPDR' and
17178            '2T1C' and
17179            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17180   parameters:
17181   - "throughput"
17182   - "parent"
17183   - "tags"
17184   traces:
17185     hoverinfo: "x+y"
17186     boxpoints: "outliers"
17187     whiskerwidth: 0
17188   layout:
17189     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
17190     layout: "plot-throughput"
17191
17192 -
17193   type: "plot"
17194   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
17195   algorithm: "plot_performance_box"
17196   output-file-type: ".html"
17197   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
17198   data: "plot-dpdk-throughput-latency-2n-skx"
17199   filter: "'NIC_Intel-XXV710' and
17200            '64B' and
17201            'BASE' and
17202            'NDRPDR' and
17203            '4T2C' and
17204            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17205   parameters:
17206   - "throughput"
17207   - "parent"
17208   - "tags"
17209   traces:
17210     hoverinfo: "x+y"
17211     boxpoints: "outliers"
17212     whiskerwidth: 0
17213   layout:
17214     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
17215     layout: "plot-throughput"
17216
17217 -
17218   type: "plot"
17219   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
17220   algorithm: "plot_performance_box"
17221   output-file-type: ".html"
17222   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
17223   data: "plot-dpdk-throughput-latency-2n-skx"
17224   filter: "'NIC_Intel-XXV710' and
17225            '64B' and
17226            'BASE' and
17227            'NDRPDR' and
17228            '2T1C' and
17229            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17230   parameters:
17231   - "throughput"
17232   - "parent"
17233   - "tags"
17234   traces:
17235     hoverinfo: "x+y"
17236     boxpoints: "outliers"
17237     whiskerwidth: 0
17238   layout:
17239     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
17240     layout: "plot-throughput"
17241
17242 -
17243   type: "plot"
17244   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
17245   algorithm: "plot_performance_box"
17246   output-file-type: ".html"
17247   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
17248   data: "plot-dpdk-throughput-latency-2n-skx"
17249   filter: "'NIC_Intel-XXV710' and
17250            '64B' and
17251            'BASE' and
17252            'NDRPDR' and
17253            '4T2C' and
17254            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17255   parameters:
17256   - "throughput"
17257   - "parent"
17258   - "tags"
17259   traces:
17260     hoverinfo: "x+y"
17261     boxpoints: "outliers"
17262     whiskerwidth: 0
17263   layout:
17264     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
17265     layout: "plot-throughput"
17266
17267 ################################################################################
17268
17269 ## Packet Latency - VPP L2 3n-hsw-x520 base and scale
17270 #-
17271 #  type: "plot"
17272 #  title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
17273 #  algorithm: "plot_latency_error_bars"
17274 #  output-file-type: ".html"
17275 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
17276 #  data: "plot-vpp-throughput-latency-3n-hsw"
17277 #  filter: "'NIC_Intel-X520-DA2' and
17278 #           '64B' and
17279 #           ('BASE' or 'SCALE') and
17280 #           'NDRPDR' and
17281 #           'ETH' and
17282 #           '1T1C' and
17283 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17284 #           not 'VHOST' and
17285 #           not 'MEMIF'"
17286 #  parameters:
17287 #  - "latency"
17288 #  - "parent"
17289 #  - "tags"
17290 #  sort:
17291 #  - "L2XCFWD"
17292 #  - "L2PATCH"
17293 #  - "L2BDMACLRN"
17294 #  - "FIB_10K"
17295 #  - "FIB_100K"
17296 #  - "FIB_1M"
17297 #  layout:
17298 #    title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
17299 #    layout: "plot-latency"
17300 #
17301 #-
17302 #  type: "plot"
17303 #  title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
17304 #  algorithm: "plot_latency_error_bars"
17305 #  output-file-type: ".html"
17306 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
17307 #  data: "plot-vpp-throughput-latency-3n-hsw"
17308 #  filter: "'NIC_Intel-X520-DA2' and
17309 #           '64B' and
17310 #           ('BASE' or 'SCALE') and
17311 #           'NDRPDR' and
17312 #           'ETH' and
17313 #           '2T2C' and
17314 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17315 #           not 'VHOST' and
17316 #           not 'MEMIF'"
17317 #  parameters:
17318 #  - "latency"
17319 #  - "parent"
17320 #  - "tags"
17321 #  sort:
17322 #  - "L2XCFWD"
17323 #  - "L2PATCH"
17324 #  - "L2BDMACLRN"
17325 #  - "FIB_10K"
17326 #  - "FIB_100K"
17327 #  - "FIB_1M"
17328 #  layout:
17329 #    title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
17330 #    layout: "plot-latency"
17331 #
17332 ## Packet Latency - VPP L2 3n-hsw-x520 features
17333 #-
17334 #  type: "plot"
17335 #  title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
17336 #  algorithm: "plot_latency_error_bars"
17337 #  output-file-type: ".html"
17338 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
17339 #  data: "plot-vpp-throughput-latency-3n-hsw"
17340 #  filter: "'NIC_Intel-X520-DA2' and
17341 #           '64B' and
17342 #           'NDRPDR' and
17343 #           '1T1C' and
17344 #           (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17345 #           not 'ACL' and
17346 #           not 'VHOST' and
17347 #           not 'MEMIF'"
17348 #  parameters:
17349 #  - "latency"
17350 #  - "parent"
17351 #  - "tags"
17352 #  sort:
17353 #  - "L2XCBASE"    # l2xcbase
17354 #  - "L2BDBASE"    # l2bdbase
17355 #  - "L2XCFWD"     # dot1q-l2xcbase
17356 #  - "L2BDMACLRN"  # dot1q-l2bdbase
17357 #  layout:
17358 #    title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
17359 #    layout: "plot-latency"
17360 #
17361 #-
17362 #  type: "plot"
17363 #  title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
17364 #  algorithm: "plot_latency_error_bars"
17365 #  output-file-type: ".html"
17366 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
17367 #  data: "plot-vpp-throughput-latency-3n-hsw"
17368 #  filter: "'NIC_Intel-X520-DA2' and
17369 #           '64B' and
17370 #           'NDRPDR' and
17371 #           '2T2C' and
17372 #           (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17373 #           not 'ACL' and
17374 #           not 'VHOST' and
17375 #           not 'MEMIF'"
17376 #  parameters:
17377 #  - "latency"
17378 #  - "parent"
17379 #  - "tags"
17380 #  sort:
17381 #  - "L2XCBASE"    # l2xcbase
17382 #  - "L2BDBASE"    # l2bdbase
17383 #  - "L2XCFWD"     # dot1q-l2xcbase
17384 #  - "L2BDMACLRN"  # dot1q-l2bdbase
17385 #  layout:
17386 #    title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
17387 #    layout: "plot-latency"
17388 #
17389 ## Packet Latency - VPP L2 3n-hsw-x710 base and scale
17390 #-
17391 #  type: "plot"
17392 #  title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
17393 #  algorithm: "plot_latency_error_bars"
17394 #  output-file-type: ".html"
17395 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
17396 #  data: "plot-vpp-throughput-latency-3n-hsw"
17397 #  filter: "'NIC_Intel-X710' and
17398 #           '64B' and
17399 #           ('BASE' or 'SCALE') and
17400 #           'NDRPDR' and
17401 #           'ETH' and
17402 #           '1T1C' and
17403 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17404 #           not 'VHOST' and
17405 #           not 'MEMIF'"
17406 #  parameters:
17407 #  - "latency"
17408 #  - "parent"
17409 #  - "tags"
17410 #  sort:
17411 #  - "L2PATCH"
17412 #  - "L2XCFWD"
17413 #  - "L2BDMACLRN"
17414 #  - "FIB_10K"
17415 #  - "FIB_100K"
17416 #  - "FIB_1M"
17417 #  layout:
17418 #    title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
17419 #    layout: "plot-latency"
17420 #
17421 #-
17422 #  type: "plot"
17423 #  title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17424 #  algorithm: "plot_latency_error_bars"
17425 #  output-file-type: ".html"
17426 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17427 #  data: "plot-vpp-throughput-latency-3n-hsw"
17428 #  filter: "'NIC_Intel-X710' and
17429 #           '64B' and
17430 #           ('BASE' or 'SCALE') and
17431 #           'NDRPDR' and
17432 #           'ETH' and
17433 #           '2T2C' and
17434 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17435 #           not 'VHOST' and
17436 #           not 'MEMIF'"
17437 #  parameters:
17438 #  - "latency"
17439 #  - "parent"
17440 #  - "tags"
17441 #  sort:
17442 #  - "L2PATCH"
17443 #  - "L2XCFWD"
17444 #  - "L2BDMACLRN"
17445 #  - "FIB_10K"
17446 #  - "FIB_100K"
17447 #  - "FIB_1M"
17448 #  layout:
17449 #    title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
17450 #    layout: "plot-latency"
17451 #
17452 ## Packet Latency - VPP L2 3n-hsw-x710 features
17453 #-
17454 #  type: "plot"
17455 #  title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
17456 #  algorithm: "plot_latency_error_bars"
17457 #  output-file-type: ".html"
17458 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
17459 #  data: "plot-vpp-throughput-latency-3n-hsw"
17460 #  filter: "'NIC_Intel-X710' and
17461 #           '64B' and
17462 #           'NDRPDR' and
17463 #           '1T1C' and
17464 #           (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17465 #           not 'ACL' and
17466 #           not 'VHOST' and
17467 #           not 'L2OVRLAY' and
17468 #           not 'MEMIF'"
17469 #  parameters:
17470 #  - "latency"
17471 #  - "parent"
17472 #  - "tags"
17473 #  sort:
17474 #  - "L2XCBASE"    # l2xcbase
17475 #  - "L2BDBASE"    # l2bdbase
17476 #  - "L2XCFWD"     # dot1q-l2xcbase
17477 #  - "L2BDMACLRN"  # dot1q-l2bdbase
17478 #  layout:
17479 #    title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
17480 #    layout: "plot-latency"
17481 #
17482 #-
17483 #  type: "plot"
17484 #  title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
17485 #  algorithm: "plot_latency_error_bars"
17486 #  output-file-type: ".html"
17487 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
17488 #  data: "plot-vpp-throughput-latency-3n-hsw"
17489 #  filter: "'NIC_Intel-X710' and
17490 #           '64B' and
17491 #           'NDRPDR' and
17492 #           '2T2C' and
17493 #           (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17494 #           not 'ACL' and
17495 #           not 'VHOST' and
17496 #           not 'L2OVRLAY' and
17497 #           not 'MEMIF'"
17498 #  parameters:
17499 #  - "latency"
17500 #  - "parent"
17501 #  - "tags"
17502 #  sort:
17503 #  - "L2XCBASE"    # l2xcbase
17504 #  - "L2BDBASE"    # l2bdbase
17505 #  - "L2XCFWD"     # dot1q-l2xcbase
17506 #  - "L2BDMACLRN"  # dot1q-l2bdbase
17507 #  layout:
17508 #    title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
17509 #    layout: "plot-latency"
17510 #
17511 ## Packet Latency - VPP L2 3n-hsw-xl710 base and scale
17512 #-
17513 #  type: "plot"
17514 #  title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
17515 #  algorithm: "plot_latency_error_bars"
17516 #  output-file-type: ".html"
17517 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
17518 #  data: "plot-vpp-throughput-latency-3n-hsw"
17519 #  filter: "'NIC_Intel-XL710' and
17520 #           '64B' and
17521 #           'BASE' and
17522 #           'NDRPDR' and
17523 #           'ETH' and
17524 #           '1T1C' and
17525 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17526 #           not 'VHOST' and
17527 #           not 'MEMIF'"
17528 #  parameters:
17529 #  - "latency"
17530 #  - "parent"
17531 #  - "tags"
17532 #  sort:
17533 #  - "L2PATCH"
17534 #  - "L2XCFWD"
17535 #  - "L2BDMACLRN"
17536 #  layout:
17537 #    title: "l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
17538 #    layout: "plot-latency"
17539 #
17540 #-
17541 #  type: "plot"
17542 #  title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
17543 #  algorithm: "plot_latency_error_bars"
17544 #  output-file-type: ".html"
17545 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
17546 #  data: "plot-vpp-throughput-latency-3n-hsw"
17547 #  filter: "'NIC_Intel-XL710' and
17548 #           '64B' and
17549 #           'BASE' and
17550 #           'NDRPDR' and
17551 #           'ETH' and
17552 #           '2T2C' and
17553 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17554 #           not 'VHOST' and
17555 #           not 'MEMIF'"
17556 #  parameters:
17557 #  - "latency"
17558 #  - "parent"
17559 #  - "tags"
17560 #  sort:
17561 #  - "L2PATCH"
17562 #  - "L2XCFWD"
17563 #  - "L2BDMACLRN"
17564 #  layout:
17565 #    title: "l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
17566 #    layout: "plot-latency"
17567
17568 # Packet Latency - VPP L2 3n-skx-x710 base and scale
17569 -
17570   type: "plot"
17571   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17572   algorithm: "plot_latency_error_bars"
17573   output-file-type: ".html"
17574   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17575   data: "plot-vpp-throughput-latency-3n-skx"
17576   filter: "'NIC_Intel-X710' and
17577            '64B' and
17578            ('BASE' or 'SCALE') and
17579            'NDRPDR' and
17580            'ETH' and
17581            '2T1C' and
17582            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17583            not 'VHOST' and
17584            not 'MEMIF' and
17585            not 'DRV_AVF'"
17586   parameters:
17587   - "latency"
17588   - "parent"
17589   - "tags"
17590   sort:
17591   - "L2PATCH"
17592   - "L2XCBASE"
17593   - "BASE"
17594   - "FIB_10K"
17595   - "FIB_100K"
17596   - "FIB_1M"
17597   layout:
17598     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
17599     layout: "plot-latency"
17600
17601 -
17602   type: "plot"
17603   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17604   algorithm: "plot_latency_error_bars"
17605   output-file-type: ".html"
17606   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17607   data: "plot-vpp-throughput-latency-3n-skx"
17608   filter: "'NIC_Intel-X710' and
17609            '64B' and
17610            ('BASE' or 'SCALE') and
17611            'NDRPDR' and
17612            'ETH' and
17613            '4T2C' and
17614            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17615            not 'VHOST' and
17616            not 'MEMIF' and
17617            not 'DRV_AVF'"
17618   parameters:
17619   - "latency"
17620   - "parent"
17621   - "tags"
17622   sort:
17623   - "L2PATCH"
17624   - "L2XCBASE"
17625   - "BASE"
17626   - "FIB_10K"
17627   - "FIB_100K"
17628   - "FIB_1M"
17629   layout:
17630     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
17631     layout: "plot-latency"
17632
17633 # Packet Latency - VPP L2 3n-skx-x710 features
17634 -
17635   type: "plot"
17636   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
17637   algorithm: "plot_latency_error_bars"
17638   output-file-type: ".html"
17639   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
17640   data: "plot-vpp-throughput-latency-3n-skx"
17641   filter: "'NIC_Intel-X710' and
17642            '64B' and
17643            'NDRPDR' and
17644            '2T1C' and
17645            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17646            not 'ACL' and
17647            not 'VHOST' and
17648            not 'DRV_AVF' and
17649            not 'L2OVRLAY' and
17650            not 'MEMIF'"
17651   parameters:
17652   - "latency"
17653   - "parent"
17654   - "tags"
17655   sort:
17656   - "L2XCBASE"    # l2xcbase
17657   - "L2BDBASE"    # l2bdbase
17658   - "L2XCFWD"     # dot1q-l2xcbase
17659   - "L2BDMACLRN"  # dot1q-l2bdbase
17660   layout:
17661     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
17662     layout: "plot-latency"
17663
17664 -
17665   type: "plot"
17666   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
17667   algorithm: "plot_latency_error_bars"
17668   output-file-type: ".html"
17669   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
17670   data: "plot-vpp-throughput-latency-3n-skx"
17671   filter: "'NIC_Intel-X710' and
17672            '64B' and
17673            'NDRPDR' and
17674            '4T2C' and
17675            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17676            not 'ACL' and
17677            not 'VHOST' and
17678            not 'DRV_AVF' and
17679            not 'L2OVRLAY' and
17680            not 'MEMIF'"
17681   parameters:
17682   - "latency"
17683   - "parent"
17684   - "tags"
17685   sort:
17686   - "L2XCBASE"    # l2xcbase
17687   - "L2BDBASE"    # l2bdbase
17688   - "L2XCFWD"     # dot1q-l2xcbase
17689   - "L2BDMACLRN"  # dot1q-l2bdbase
17690   layout:
17691     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
17692     layout: "plot-latency"
17693
17694 # Packet Latency - VPP L2 3n-skx-xxv710 base and scale
17695 -
17696   type: "plot"
17697   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
17698   algorithm: "plot_latency_error_bars"
17699   output-file-type: ".html"
17700   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
17701   data: "plot-vpp-throughput-latency-3n-skx"
17702   filter: "'NIC_Intel-XXV710' and
17703            '64B' and
17704            ('BASE' or 'SCALE') and
17705            'NDRPDR' and
17706            'ETH' and
17707            '2T1C' and
17708            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17709            not 'VHOST' and
17710            not 'MEMIF'"
17711   parameters:
17712   - "latency"
17713   - "parent"
17714   - "tags"
17715   sort:
17716   - "L2PATCH"
17717   - "L2PATCH"
17718   - "L2XCBASE"
17719   - "L2BDMACLRN"
17720   layout:
17721     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
17722     layout: "plot-latency"
17723
17724 -
17725   type: "plot"
17726   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
17727   algorithm: "plot_latency_error_bars"
17728   output-file-type: ".html"
17729   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
17730   data: "plot-vpp-throughput-latency-3n-skx"
17731   filter: "'NIC_Intel-XXV710' and
17732            '64B' and
17733            ('BASE' or 'SCALE') and
17734            'NDRPDR' and
17735            'ETH' and
17736            '4T2C' and
17737            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17738            not 'VHOST' and
17739            not 'MEMIF'"
17740   parameters:
17741   - "latency"
17742   - "parent"
17743   - "tags"
17744   sort:
17745   - "L2PATCH"
17746   - "L2PATCH"
17747   - "L2XCBASE"
17748   - "L2BDMACLRN"
17749   layout:
17750     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
17751     layout: "plot-latency"
17752
17753 ## Packet Latency - VPP L2 2n-skx-x710 base and scale
17754 #-
17755 #  type: "plot"
17756 #  title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17757 #  algorithm: "plot_latency_error_bars"
17758 #  output-file-type: ".html"
17759 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17760 #  data: "plot-vpp-throughput-latency-2n-skx"
17761 #  filter: "'NIC_Intel-X710' and
17762 #           '64B' and
17763 #           'ETH' and
17764 #           ('BASE' or 'SCALE') and
17765 #           'NDRPDR' and
17766 #           '2T1C' and
17767 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17768 #           not 'VHOST' and
17769 #           not 'MEMIF'"
17770 #  parameters:
17771 #  - "latency"
17772 #  - "parent"
17773 #  - "tags"
17774 #  sort:
17775 #  - "L2PATCH"
17776 #  - "L2XCBASE"
17777 #  - "BASE"
17778 #  - "FIB_10K"
17779 #  - "FIB_100K"
17780 #  - "FIB_1M"
17781 #  layout:
17782 #    title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
17783 #    layout: "plot-latency"
17784 #
17785 #-
17786 #  type: "plot"
17787 #  title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17788 #  algorithm: "plot_latency_error_bars"
17789 #  output-file-type: ".html"
17790 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17791 #  data: "plot-vpp-throughput-latency-2n-skx"
17792 #  filter: "'NIC_Intel-X710' and
17793 #           '64B' and
17794 #           ('BASE' or 'SCALE') and
17795 #           'NDRPDR' and
17796 #           'ETH' and
17797 #           '4T2C' and
17798 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17799 #           not 'VHOST' and
17800 #           not 'MEMIF'"
17801 #  parameters:
17802 #  - "latency"
17803 #  - "parent"
17804 #  - "tags"
17805 #  sort:
17806 #  - "L2PATCH"
17807 #  - "L2XCBASE"
17808 #  - "BASE"
17809 #  - "FIB_10K"
17810 #  - "FIB_100K"
17811 #  - "FIB_1M"
17812 #  layout:
17813 #    title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
17814 #    layout: "plot-latency"
17815 #
17816 ## Packet Latency - VPP L2 2n-skx-xxv710 base and scale
17817 #-
17818 #  type: "plot"
17819 #  title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
17820 #  algorithm: "plot_latency_error_bars"
17821 #  output-file-type: ".html"
17822 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
17823 #  data: "plot-vpp-throughput-latency-2n-skx"
17824 #  filter: "'NIC_Intel-XXV710' and
17825 #           '64B' and
17826 #           ('BASE' or 'SCALE') and
17827 #           'NDRPDR' and
17828 #           'ETH' and
17829 #           '2T1C' and
17830 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17831 #           not 'VHOST' and
17832 #           not 'MEMIF'"
17833 #  parameters:
17834 #  - "latency"
17835 #  - "parent"
17836 #  - "tags"
17837 #  sort:
17838 #  - "L2PATCH"
17839 #  - "L2XCBASE"
17840 #  - "BASE"
17841 #  - "FIB_10K"
17842 #  - "FIB_100K"
17843 #  - "FIB_1M"
17844 #  layout:
17845 #    title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17846 #    layout: "plot-latency"
17847 #
17848 #-
17849 #  type: "plot"
17850 #  title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
17851 #  algorithm: "plot_latency_error_bars"
17852 #  output-file-type: ".html"
17853 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
17854 #  data: "plot-vpp-throughput-latency-2n-skx"
17855 #  filter: "'NIC_Intel-XXV710' and
17856 #           '64B' and
17857 #           ('BASE' or 'SCALE') and
17858 #           'NDRPDR' and
17859 #           'ETH' and
17860 #           '4T2C' and
17861 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17862 #           not 'VHOST' and
17863 #           not 'MEMIF'"
17864 #  parameters:
17865 #  - "latency"
17866 #  - "parent"
17867 #  - "tags"
17868 #  sort:
17869 #  - "L2PATCH"
17870 #  - "L2XCBASE"
17871 #  - "BASE"
17872 #  - "FIB_10K"
17873 #  - "FIB_100K"
17874 #  - "FIB_1M"
17875 #  layout:
17876 #    title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17877 #    layout: "plot-latency"
17878
17879 ################################################################################
17880
17881 ## Packet Latency - VPP Container Memif 3n-hsw-x520
17882 #-
17883 #  type: "plot"
17884 #  title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
17885 #  algorithm: "plot_latency_error_bars"
17886 #  output-file-type: ".html"
17887 #  output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
17888 #  data: "plot-vpp-throughput-latency-3n-hsw"
17889 #  filter: "'NIC_Intel-X520-DA2' and
17890 #           '64B' and
17891 #           ('BASE' or 'SCALE') and
17892 #           'NDRPDR' and
17893 #           '1T1C' and
17894 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
17895 #           not 'VHOST' and
17896 #           'MEMIF'"
17897 #  parameters:
17898 #  - "latency"
17899 #  - "parent"
17900 #  - "tags"
17901 #  sort:
17902 #  - "L2XCFWD"
17903 #  - "L2XCFWD"
17904 #  - "L2XCFWD"
17905 #  - "L2BDMACLRN"
17906 #  - "L2BDMACLRN"
17907 #  - "L2BDMACLRN"
17908 #  - "IP4FWD"
17909 #  layout:
17910 #    title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
17911 #    layout: "plot-latency"
17912 #
17913 #-
17914 #  type: "plot"
17915 #  title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
17916 #  algorithm: "plot_latency_error_bars"
17917 #  output-file-type: ".html"
17918 #  output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
17919 #  data: "plot-vpp-throughput-latency-3n-hsw"
17920 #  filter: "'NIC_Intel-X520-DA2' and
17921 #           '64B' and
17922 #           ('BASE' or 'SCALE') and
17923 #           'NDRPDR' and
17924 #           '2T2C' and
17925 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
17926 #           not 'VHOST' and
17927 #           'MEMIF'"
17928 #  parameters:
17929 #  - "latency"
17930 #  - "parent"
17931 #  - "tags"
17932 #  sort:
17933 #  - "L2XCFWD"
17934 #  - "L2XCFWD"
17935 #  - "L2XCFWD"
17936 #  - "L2BDMACLRN"
17937 #  - "L2BDMACLRN"
17938 #  - "L2BDMACLRN"
17939 #  - "IP4FWD"
17940 #  layout:
17941 #    title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
17942 #    layout: "plot-latency"
17943 #
17944 ## Packet Latency - VPP Container Memif 3n-hsw-x710
17945 #-
17946 #  type: "plot"
17947 #  title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
17948 #  algorithm: "plot_latency_error_bars"
17949 #  output-file-type: ".html"
17950 #  output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
17951 #  data: "plot-vpp-throughput-latency-3n-hsw"
17952 #  filter: "'NIC_Intel-X710' and
17953 #           '64B' and
17954 #           ('BASE' or 'SCALE') and
17955 #           'NDRPDR' and
17956 #           '1T1C' and
17957 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
17958 #           not 'VHOST' and
17959 #           'MEMIF'"
17960 #  parameters:
17961 #  - "latency"
17962 #  - "parent"
17963 #  - "tags"
17964 #  sort:
17965 #  - "L2XCFWD"
17966 #  - "L2XCFWD"
17967 #  - "L2XCFWD"
17968 #  - "L2BDMACLRN"
17969 #  - "L2BDMACLRN"
17970 #  - "L2BDMACLRN"
17971 #  - "IP4FWD"
17972 #  layout:
17973 #    title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
17974 #    layout: "plot-latency"
17975 #
17976 #-
17977 #  type: "plot"
17978 #  title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
17979 #  algorithm: "plot_latency_error_bars"
17980 #  output-file-type: ".html"
17981 #  output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
17982 #  data: "plot-vpp-throughput-latency-3n-hsw"
17983 #  filter: "'NIC_Intel-X710' and
17984 #           '64B' and
17985 #           ('BASE' or 'SCALE') and
17986 #           'NDRPDR' and
17987 #           '2T2C' and
17988 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
17989 #           not 'VHOST' and
17990 #           'MEMIF'"
17991 #  parameters:
17992 #  - "latency"
17993 #  - "parent"
17994 #  - "tags"
17995 #  sort:
17996 #  - "L2XCFWD"
17997 #  - "L2XCFWD"
17998 #  - "L2XCFWD"
17999 #  - "L2BDMACLRN"
18000 #  - "L2BDMACLRN"
18001 #  - "L2BDMACLRN"
18002 #  - "IP4FWD"
18003 #  layout:
18004 #    title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
18005 #    layout: "plot-latency"
18006 #
18007 ## Packet Latency - VPP Container Memif 3n-hsw-xl710
18008 #-
18009 #  type: "plot"
18010 #  title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr-lat"
18011 #  algorithm: "plot_latency_error_bars"
18012 #  output-file-type: ".html"
18013 #  output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr-lat"
18014 #  data: "plot-vpp-throughput-latency-3n-hsw"
18015 #  filter: "'NIC_Intel-XL710' and
18016 #           '64B' and
18017 #           ('BASE' or 'SCALE') and
18018 #           'NDRPDR' and
18019 #           '1T1C' and
18020 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18021 #           not 'VHOST' and
18022 #           'MEMIF'"
18023 #  parameters:
18024 #  - "latency"
18025 #  - "parent"
18026 #  - "tags"
18027 #  sort:
18028 #  - "L2XCFWD"
18029 #  - "L2XCFWD"
18030 #  - "L2XCFWD"
18031 #  - "L2BDMACLRN"
18032 #  - "L2BDMACLRN"
18033 #  - "L2BDMACLRN"
18034 #  - "IP4FWD"
18035 #  layout:
18036 #    title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
18037 #    layout: "plot-latency"
18038 #
18039 #-
18040 #  type: "plot"
18041 #  title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr-lat"
18042 #  algorithm: "plot_latency_error_bars"
18043 #  output-file-type: ".html"
18044 #  output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr-lat"
18045 #  data: "plot-vpp-throughput-latency-3n-hsw"
18046 #  filter: "'NIC_Intel-XL710' and
18047 #           '64B' and
18048 #           ('BASE' or 'SCALE') and
18049 #           'NDRPDR' and
18050 #           '2T2C' and
18051 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18052 #           not 'VHOST' and
18053 #           'MEMIF'"
18054 #  parameters:
18055 #  - "latency"
18056 #  - "parent"
18057 #  - "tags"
18058 #  sort:
18059 #  - "L2XCFWD"
18060 #  - "L2XCFWD"
18061 #  - "L2XCFWD"
18062 #  - "L2BDMACLRN"
18063 #  - "L2BDMACLRN"
18064 #  - "L2BDMACLRN"
18065 #  - "IP4FWD"
18066 #  layout:
18067 #    title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
18068 #    layout: "plot-latency"
18069
18070 # Packet Latency - VPP Container Memif 3n-skx-x710
18071 -
18072   type: "plot"
18073   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
18074   algorithm: "plot_latency_error_bars"
18075   output-file-type: ".html"
18076   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
18077   data: "plot-vpp-throughput-latency-3n-skx"
18078   filter: "'NIC_Intel-X710' and
18079            '64B' and
18080            ('BASE' or 'SCALE') and
18081            'NDRPDR' and
18082            '2T1C' and
18083            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18084            not 'VHOST' and
18085            'MEMIF'"
18086   parameters:
18087   - "latency"
18088   - "parent"
18089   - "tags"
18090   sort:
18091   - "L2XCFWD"
18092   - "L2XCFWD"
18093   - "L2XCFWD"
18094   - "L2BDMACLRN"
18095   - "L2BDMACLRN"
18096   - "L2BDMACLRN"
18097   - "IP4FWD"
18098   layout:
18099     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
18100     layout: "plot-latency"
18101
18102 -
18103   type: "plot"
18104   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
18105   algorithm: "plot_latency_error_bars"
18106   output-file-type: ".html"
18107   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
18108   data: "plot-vpp-throughput-latency-3n-skx"
18109   filter: "'NIC_Intel-X710' and
18110            '64B' and
18111            ('BASE' or 'SCALE') and
18112            'NDRPDR' and
18113            '4T2C' and
18114            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18115            not 'VHOST' and
18116            'MEMIF'"
18117   parameters:
18118   - "latency"
18119   - "parent"
18120   - "tags"
18121   sort:
18122   - "L2XCFWD"
18123   - "L2XCFWD"
18124   - "L2XCFWD"
18125   - "L2BDMACLRN"
18126   - "L2BDMACLRN"
18127   - "L2BDMACLRN"
18128   - "IP4FWD"
18129   layout:
18130     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
18131     layout: "plot-latency"
18132
18133 ## Packet Latency - VPP Container Memif 2n-skx-x710
18134 #-
18135 #  type: "plot"
18136 #  title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
18137 #  algorithm: "plot_latency_error_bars"
18138 #  output-file-type: ".html"
18139 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
18140 #  data: "plot-vpp-throughput-latency-2n-skx"
18141 #  filter: "'NIC_Intel-X710' and
18142 #           '64B' and
18143 #           ('BASE' or 'SCALE') and
18144 #           'NDRPDR' and
18145 #           '2T1C' and
18146 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18147 #           not 'VHOST' and
18148 #           not 'NF_DENSITY' and
18149 #           'MEMIF'"
18150 #  parameters:
18151 #  - "latency"
18152 #  - "parent"
18153 #  - "tags"
18154 #  sort:
18155 #  - "L2XCFWD"
18156 #  - "L2XCFWD"
18157 #  - "L2XCFWD"
18158 #  - "L2BDMACLRN"
18159 #  - "L2BDMACLRN"
18160 #  - "L2BDMACLRN"
18161 #  - "IP4FWD"
18162 #  layout:
18163 #    title: "memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
18164 #    layout: "plot-latency"
18165 #
18166 #-
18167 #  type: "plot"
18168 #  title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
18169 #  algorithm: "plot_latency_error_bars"
18170 #  output-file-type: ".html"
18171 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
18172 #  data: "plot-vpp-throughput-latency-2n-skx"
18173 #  filter: "'NIC_Intel-X710' and
18174 #           '64B' and
18175 #           ('BASE' or 'SCALE') and
18176 #           'NDRPDR' and
18177 #           '4T2C' and
18178 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18179 #           not 'VHOST' and
18180 #           not 'NF_DENSITY' and
18181 #           'MEMIF'"
18182 #  parameters:
18183 #  - "latency"
18184 #  - "parent"
18185 #  - "tags"
18186 #  sort:
18187 #  - "L2XCFWD"
18188 #  - "L2XCFWD"
18189 #  - "L2XCFWD"
18190 #  - "L2BDMACLRN"
18191 #  - "L2BDMACLRN"
18192 #  - "L2BDMACLRN"
18193 #  - "IP4FWD"
18194 #  layout:
18195 #    title: "memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
18196 #    layout: "plot-latency"
18197 #
18198 ## Packet Latency - VPP Container Memif 2n-skx-xxv710
18199 #-
18200 #  type: "plot"
18201 #  title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
18202 #  algorithm: "plot_latency_error_bars"
18203 #  output-file-type: ".html"
18204 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
18205 #  data: "plot-vpp-throughput-latency-2n-skx"
18206 #  filter: "'NIC_Intel-XXV710' and
18207 #           '64B' and
18208 #           ('BASE' or 'SCALE') and
18209 #           'NDRPDR' and
18210 #           '2T1C' and
18211 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18212 #           not 'VHOST' and
18213 #           'MEMIF'"
18214 #  parameters:
18215 #  - "latency"
18216 #  - "parent"
18217 #  - "tags"
18218 #  sort:
18219 #  - "L2XCFWD"
18220 #  - "L2XCFWD"
18221 #  - "L2XCFWD"
18222 #  - "L2BDMACLRN"
18223 #  - "L2BDMACLRN"
18224 #  - "L2BDMACLRN"
18225 #  - "IP4FWD"
18226 #  layout:
18227 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
18228 #    layout: "plot-latency"
18229 #
18230 #-
18231 #  type: "plot"
18232 #  title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
18233 #  algorithm: "plot_latency_error_bars"
18234 #  output-file-type: ".html"
18235 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
18236 #  data: "plot-vpp-throughput-latency-2n-skx"
18237 #  filter: "'NIC_Intel-XXV710' and
18238 #           '64B' and
18239 #           ('BASE' or 'SCALE') and
18240 #           'NDRPDR' and
18241 #           '4T2C' and
18242 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18243 #           not 'VHOST' and
18244 #           'MEMIF'"
18245 #  parameters:
18246 #  - "latency"
18247 #  - "parent"
18248 #  - "tags"
18249 #  sort:
18250 #  - "L2XCFWD"
18251 #  - "L2XCFWD"
18252 #  - "L2XCFWD"
18253 #  - "L2BDMACLRN"
18254 #  - "L2BDMACLRN"
18255 #  - "L2BDMACLRN"
18256 #  - "IP4FWD"
18257 #  layout:
18258 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
18259 #    layout: "plot-latency"
18260
18261 ################################################################################
18262
18263 ## Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
18264 #-
18265 #  type: "plot"
18266 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
18267 #  algorithm: "plot_latency_error_bars"
18268 #  output-file-type: ".html"
18269 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
18270 #  data: "plot-ligato-throughput-latency-3n-hsw"
18271 #  filter: "'NIC_Intel-X520-DA2' and
18272 #           '64B' and
18273 #           ('BASE' or 'SCALE') and
18274 #           'NDRPDR' and
18275 #           '1T1C' and
18276 #           'L2XCFWD' and
18277 #           not 'VHOST' and
18278 #           not 'NF_DENSITY' and
18279 #           'MEMIF'"
18280 #  parameters:
18281 #  - "latency"
18282 #  - "parent"
18283 #  - "tags"
18284 #  sort:
18285 #  - "1VNF"
18286 #  - "2VNF"
18287 #  - "4VNF"
18288 #  - "2VNF"
18289 #  - "4VNF"
18290 #  layout:
18291 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
18292 #    layout: "plot-latency"
18293 #
18294 #-
18295 #  type: "plot"
18296 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
18297 #  algorithm: "plot_latency_error_bars"
18298 #  output-file-type: ".html"
18299 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
18300 #  data: "plot-ligato-throughput-latency-3n-hsw"
18301 #  filter: "'NIC_Intel-X520-DA2' and
18302 #           '64B' and
18303 #           ('BASE' or 'SCALE') and
18304 #           'NDRPDR' and
18305 #           '2T2C' and
18306 #           'L2XCFWD' and
18307 #           not 'VHOST' and
18308 #           not 'NF_DENSITY' and
18309 #           'MEMIF'"
18310 #  parameters:
18311 #  - "latency"
18312 #  - "parent"
18313 #  - "tags"
18314 #  sort:
18315 #  - "1VNF"
18316 #  - "2VNF"
18317 #  - "4VNF"
18318 #  - "2VNF"
18319 #  - "4VNF"
18320 #  layout:
18321 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
18322 #    layout: "plot-latency"
18323 #
18324 ## Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
18325 #-
18326 #  type: "plot"
18327 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
18328 #  algorithm: "plot_latency_error_bars"
18329 #  output-file-type: ".html"
18330 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
18331 #  data: "plot-ligato-throughput-latency-3n-hsw"
18332 #  filter: "'NIC_Intel-X520-DA2' and
18333 #           '64B' and
18334 #           ('BASE' or 'SCALE') and
18335 #           'NDRPDR' and
18336 #           '1T1C' and
18337 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
18338 #           not 'VHOST' and
18339 #           not 'NF_DENSITY' and
18340 #           'MEMIF'"
18341 #  parameters:
18342 #  - "latency"
18343 #  - "parent"
18344 #  - "tags"
18345 #  sort:
18346 #  - "1VNF"
18347 #  - "2VNF"
18348 #  - "4VNF"
18349 #  - "2VNF"
18350 #  - "4VNF"
18351 #  layout:
18352 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
18353 #    layout: "plot-latency"
18354 #
18355 #-
18356 #  type: "plot"
18357 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18358 #  algorithm: "plot_latency_error_bars"
18359 #  output-file-type: ".html"
18360 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18361 #  data: "plot-ligato-throughput-latency-3n-hsw"
18362 #  filter: "'NIC_Intel-X520-DA2' and
18363 #           '64B' and
18364 #           ('BASE' or 'SCALE') and
18365 #           'NDRPDR' and
18366 #           '2T2C' and
18367 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
18368 #           not 'VHOST' and
18369 #           not 'NF_DENSITY' and
18370 #           'MEMIF'"
18371 #  parameters:
18372 #  - "latency"
18373 #  - "parent"
18374 #  - "tags"
18375 #  sort:
18376 #  - "1VNF"
18377 #  - "2VNF"
18378 #  - "4VNF"
18379 #  - "2VNF"
18380 #  - "4VNF"
18381 #  layout:
18382 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
18383 #    layout: "plot-latency"
18384 #
18385 ## Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
18386 #-
18387 #  type: "plot"
18388 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
18389 #  algorithm: "plot_latency_error_bars"
18390 #  output-file-type: ".html"
18391 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
18392 #  data: "plot-ligato-throughput-latency-3n-hsw"
18393 #  filter: "'NIC_Intel-X710' and
18394 #           '64B' and
18395 #           ('BASE' or 'SCALE') and
18396 #           'NDRPDR' and
18397 #           '1T1C' and
18398 #           'L2XCFWD' and
18399 #           not 'VHOST' and
18400 #           not 'NF_DENSITY' and
18401 #           'MEMIF'"
18402 #  parameters:
18403 #  - "latency"
18404 #  - "parent"
18405 #  - "tags"
18406 #  sort:
18407 #  - "1VNF"
18408 #  - "2VNF"
18409 #  - "4VNF"
18410 #  - "2VNF"
18411 #  - "4VNF"
18412 #  layout:
18413 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
18414 #    layout: "plot-latency"
18415 #
18416 #-
18417 #  type: "plot"
18418 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
18419 #  algorithm: "plot_latency_error_bars"
18420 #  output-file-type: ".html"
18421 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
18422 #  data: "plot-ligato-throughput-latency-3n-hsw"
18423 #  filter: "'NIC_Intel-X710' and
18424 #           '64B' and
18425 #           ('BASE' or 'SCALE') and
18426 #           'NDRPDR' and
18427 #           '2T2C' and
18428 #           'L2XCFWD' and
18429 #           not 'VHOST' and
18430 #           not 'NF_DENSITY' and
18431 #           'MEMIF'"
18432 #  parameters:
18433 #  - "latency"
18434 #  - "parent"
18435 #  - "tags"
18436 #  sort:
18437 #  - "1VNF"
18438 #  - "2VNF"
18439 #  - "4VNF"
18440 #  - "2VNF"
18441 #  - "4VNF"
18442 #  layout:
18443 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
18444 #    layout: "plot-latency"
18445 #
18446 ## Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
18447 #-
18448 #  type: "plot"
18449 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
18450 #  algorithm: "plot_latency_error_bars"
18451 #  output-file-type: ".html"
18452 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
18453 #  data: "plot-ligato-throughput-latency-3n-hsw"
18454 #  filter: "'NIC_Intel-X710' and
18455 #           '64B' and
18456 #           ('BASE' or 'SCALE') and
18457 #           'NDRPDR' and
18458 #           '1T1C' and
18459 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
18460 #           not 'VHOST' and
18461 #           not 'NF_DENSITY' and
18462 #           'MEMIF'"
18463 #  parameters:
18464 #  - "latency"
18465 #  - "parent"
18466 #  - "tags"
18467 #  sort:
18468 #  - "1VNF"
18469 #  - "2VNF"
18470 #  - "4VNF"
18471 #  - "2VNF"
18472 #  - "4VNF"
18473 #  layout:
18474 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
18475 #    layout: "plot-latency"
18476 #
18477 #-
18478 #  type: "plot"
18479 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18480 #  algorithm: "plot_latency_error_bars"
18481 #  output-file-type: ".html"
18482 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18483 #  data: "plot-ligato-throughput-latency-3n-hsw"
18484 #  filter: "'NIC_Intel-X710' and
18485 #           '64B' and
18486 #           ('BASE' or 'SCALE') and
18487 #           'NDRPDR' and
18488 #           '2T2C' and
18489 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
18490 #           not 'VHOST' and
18491 #           not 'NF_DENSITY' and
18492 #           'MEMIF'"
18493 #  parameters:
18494 #  - "latency"
18495 #  - "parent"
18496 #  - "tags"
18497 #  sort:
18498 #  - "1VNF"
18499 #  - "2VNF"
18500 #  - "4VNF"
18501 #  - "2VNF"
18502 #  - "4VNF"
18503 #  layout:
18504 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
18505 #    layout: "plot-latency"
18506
18507 ################################################################################
18508
18509 ## Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
18510 #-
18511 #  type: "plot"
18512 #  title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18513 #  algorithm: "plot_latency_error_bars"
18514 #  output-file-type: ".html"
18515 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18516 #  data: "plot-vpp-throughput-latency-3n-hsw"
18517 #  filter: "'NIC_Intel-X520-DA2' and
18518 #           '64B' and
18519 #           ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
18520 #           'NDRPDR' and
18521 #           '1T1C' and
18522 #           'IP4FWD' and
18523 #           not 'IPSEC' and
18524 #           not 'DOT1Q' and
18525 #           not 'VHOST'"
18526 #  parameters:
18527 #  - "latency"
18528 #  - "parent"
18529 #  - "tags"
18530 #  sort:
18531 #  - "DOT1Q"
18532 #  - "IP4BASE"
18533 #  - "FIB_20k"
18534 #  - "FIB_200k"
18535 #  - "FIB_2M"
18536 #  layout:
18537 #    title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18538 #    layout: "plot-latency"
18539 #
18540 #-
18541 #  type: "plot"
18542 #  title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18543 #  algorithm: "plot_latency_error_bars"
18544 #  output-file-type: ".html"
18545 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18546 #  data: "plot-vpp-throughput-latency-3n-hsw"
18547 #  filter: "'NIC_Intel-X520-DA2' and
18548 #           '64B' and
18549 #           ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
18550 #           'NDRPDR' and
18551 #           '2T2C' and
18552 #           'IP4FWD' and
18553 #           not 'IPSEC' and
18554 #           not 'DOT1Q' and
18555 #           not 'VHOST'"
18556 #  parameters:
18557 #  - "latency"
18558 #  - "parent"
18559 #  - "tags"
18560 #  sort:
18561 #  - "DOT1Q"
18562 #  - "IP4BASE"
18563 #  - "FIB_20k"
18564 #  - "FIB_200k"
18565 #  - "FIB_2M"
18566 #  layout:
18567 #    title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18568 #    layout: "plot-latency"
18569 #
18570 ## Packet Latency - VPP IPv4 3n-hsw-x520 features
18571 #-
18572 #  type: "plot"
18573 #  title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18574 #  algorithm: "plot_latency_error_bars"
18575 #  output-file-type: ".html"
18576 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18577 #  data: "plot-vpp-throughput-latency-3n-hsw"
18578 #  filter: "'NIC_Intel-X520-DA2' and
18579 #           '64B' and
18580 #           ('IP4BASE' or
18581 #            'POLICE_MARK' or
18582 #            'COPWHLIST' or
18583 #            ('NAT44' and 'BASE') or
18584 #            ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
18585 #           'NDRPDR' and
18586 #           '1T1C' and
18587 #           'IP4FWD' and
18588 #           not 'IPSEC' and
18589 #           not 'VHOST'"
18590 #  parameters:
18591 #  - "latency"
18592 #  - "parent"
18593 #  - "tags"
18594 #  sort:
18595 #  - "DOT1Q"
18596 #  - "IP4BASE"
18597 #  - "NAT44"
18598 #  - "POLICE_MARK"
18599 #  - "COPWHLIST"
18600 #  - "IACL"
18601 #  - "OACL"
18602 #  layout:
18603 #    title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
18604 #    layout: "plot-latency"
18605 #
18606 #-
18607 #  type: "plot"
18608 #  title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18609 #  algorithm: "plot_latency_error_bars"
18610 #  output-file-type: ".html"
18611 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18612 #  data: "plot-vpp-throughput-latency-3n-hsw"
18613 #  filter: "'NIC_Intel-X520-DA2' and
18614 #           '64B' and
18615 #           ('IP4BASE' or
18616 #            'POLICE_MARK' or
18617 #            'COPWHLIST' or
18618 #            ('NAT44' and 'BASE') or
18619 #            ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
18620 #           'NDRPDR' and
18621 #           '2T2C' and
18622 #           'IP4FWD' and
18623 #           not 'IPSEC' and
18624 #           not 'VHOST'"
18625 #  parameters:
18626 #  - "latency"
18627 #  - "parent"
18628 #  - "tags"
18629 #  sort:
18630 #  - "DOT1Q"
18631 #  - "IP4BASE"
18632 #  - "NAT44"
18633 #  - "POLICE_MARK"
18634 #  - "COPWHLIST"
18635 #  - "IACL"
18636 #  - "OACL"
18637 #  layout:
18638 #    title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
18639 #    layout: "plot-latency"
18640 #
18641 ## Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
18642 #-
18643 #  type: "plot"
18644 #  title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
18645 #  algorithm: "plot_latency_error_bars"
18646 #  output-file-type: ".html"
18647 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
18648 #  data: "plot-vpp-throughput-latency-3n-hsw"
18649 #  filter: "'NIC_Intel-X520-DA2' and
18650 #           '64B' and
18651 #           'NDRPDR' and
18652 #           '1T1C' and
18653 #           'IP4FWD' and
18654 #           ('NAT44' or 'IP4BASE') and
18655 #           not 'DOT1Q' and
18656 #           not 'IPSEC' and
18657 #           not 'VHOST'"
18658 #  parameters:
18659 #  - "latency"
18660 #  - "parent"
18661 #  - "tags"
18662 #  sort:
18663 #  - "IP4BASE"
18664 #  - "BASE"
18665 #  - "SRC_USER_10"
18666 #  - "SRC_USER_100"
18667 #  - "SRC_USER_1000"
18668 #  - "SRC_USER_2000"
18669 #  layout:
18670 #    title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
18671 #    layout: "plot-latency"
18672 #
18673 #-
18674 #  type: "plot"
18675 #  title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
18676 #  algorithm: "plot_latency_error_bars"
18677 #  output-file-type: ".html"
18678 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
18679 #  data: "plot-vpp-throughput-latency-3n-hsw"
18680 #  filter: "'NIC_Intel-X520-DA2' and
18681 #           '64B' and
18682 #           'NDRPDR' and
18683 #           '2T2C' and
18684 #           'IP4FWD' and
18685 #           ('NAT44' or 'IP4BASE') and
18686 #           not 'DOT1Q' and
18687 #           not 'IPSEC' and
18688 #           not 'VHOST'"
18689 #  parameters:
18690 #  - "latency"
18691 #  - "parent"
18692 #  - "tags"
18693 #  sort:
18694 #  - "IP4BASE"
18695 #  - "BASE"
18696 #  - "SRC_USER_10"
18697 #  - "SRC_USER_100"
18698 #  - "SRC_USER_1000"
18699 #  - "SRC_USER_2000"
18700 #  layout:
18701 #    title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
18702 #    layout: "plot-latency"
18703 #
18704 ## Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
18705 #-
18706 #  type: "plot"
18707 #  title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18708 #  algorithm: "plot_latency_error_bars"
18709 #  output-file-type: ".html"
18710 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18711 #  data: "plot-vpp-throughput-latency-3n-hsw"
18712 #  filter: "'NIC_Intel-X520-DA2' and
18713 #           '64B' and
18714 #           'NDRPDR' and
18715 #           '1T1C' and
18716 #           'IP4FWD' and
18717 #           ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
18718 #           not 'IPSEC' and
18719 #           not 'DOT1Q' and
18720 #           not 'VHOST'"
18721 #  parameters:
18722 #  - "latency"
18723 #  - "parent"
18724 #  - "tags"
18725 #  sort:
18726 #  - "IP4BASE"
18727 #  - "ACL_STATELESS"
18728 #  - "ACL_STATEFUL"
18729 #  - "ACL_STATELESS"
18730 #  - "ACL_STATEFUL"
18731 #  layout:
18732 #    title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
18733 #    layout: "plot-latency"
18734 #
18735 #-
18736 #  type: "plot"
18737 #  title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18738 #  algorithm: "plot_latency_error_bars"
18739 #  output-file-type: ".html"
18740 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18741 #  data: "plot-vpp-throughput-latency-3n-hsw"
18742 #  filter: "'NIC_Intel-X520-DA2' and
18743 #           '64B' and
18744 #           'NDRPDR' and
18745 #           '2T2C' and
18746 #           'IP4FWD' and
18747 #           ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
18748 #           not 'IPSEC' and
18749 #           not 'DOT1Q' and
18750 #           not 'VHOST'"
18751 #  parameters:
18752 #  - "latency"
18753 #  - "parent"
18754 #  - "tags"
18755 #  sort:
18756 #  - "IP4BASE"
18757 #  - "ACL_STATELESS"
18758 #  - "ACL_STATEFUL"
18759 #  - "ACL_STATELESS"
18760 #  - "ACL_STATEFUL"
18761 #  layout:
18762 #    title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
18763 #    layout: "plot-latency"
18764 #
18765 ## Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
18766 #-
18767 #  type: "plot"
18768 #  title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18769 #  algorithm: "plot_latency_error_bars"
18770 #  output-file-type: ".html"
18771 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18772 #  data: "plot-vpp-throughput-latency-3n-hsw"
18773 #  filter: "'NIC_Intel-X520-DA2' and
18774 #           '64B' and
18775 #           'NDRPDR' and
18776 #           '1T1C' and
18777 #           'IP4FWD' and
18778 #           ('OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
18779 #           not 'IPSEC' and
18780 #           not 'DOT1Q' and
18781 #           not 'VHOST'"
18782 #  parameters:
18783 #  - "latency"
18784 #  - "parent"
18785 #  - "tags"
18786 #  sort:
18787 #  - "IP4BASE"
18788 #  - "ACL_STATELESS"
18789 #  - "ACL_STATEFUL"
18790 #  - "ACL_STATELESS"
18791 #  - "ACL_STATEFUL"
18792 #  layout:
18793 #    title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
18794 #    layout: "plot-latency"
18795 #
18796 #-
18797 #  type: "plot"
18798 #  title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18799 #  algorithm: "plot_latency_error_bars"
18800 #  output-file-type: ".html"
18801 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18802 #  data: "plot-vpp-throughput-latency-3n-hsw"
18803 #  filter: "'NIC_Intel-X520-DA2' and
18804 #           '64B' and
18805 #           'NDRPDR' and
18806 #           '2T2C' and
18807 #           'IP4FWD' and
18808 #           ('OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
18809 #           not 'IPSEC' and
18810 #           not 'DOT1Q' and
18811 #           not 'VHOST'"
18812 #  parameters:
18813 #  - "latency"
18814 #  - "parent"
18815 #  - "tags"
18816 #  sort:
18817 #  - "IP4BASE"
18818 #  - "ACL_STATELESS"
18819 #  - "ACL_STATEFUL"
18820 #  - "ACL_STATELESS"
18821 #  - "ACL_STATEFUL"
18822 #  layout:
18823 #    title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
18824 #    layout: "plot-latency"
18825 #
18826 ## Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
18827 #-
18828 #  type: "plot"
18829 #  title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18830 #  algorithm: "plot_latency_error_bars"
18831 #  output-file-type: ".html"
18832 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18833 #  data: "plot-vpp-throughput-latency-3n-hsw"
18834 #  filter: "'NIC_Intel-X710' and
18835 #           '64B' and
18836 #           ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18837 #           'NDRPDR' and
18838 #           '1T1C' and
18839 #           'IP4FWD' and
18840 #           not 'IPSEC' and
18841 #           not 'DOT1Q' and
18842 #           not 'VHOST'"
18843 #  parameters:
18844 #  - "latency"
18845 #  - "parent"
18846 #  - "tags"
18847 #  sort:
18848 #  - "IP4BASE"
18849 #  - "FIB_20K"
18850 #  - "FIB_200K"
18851 #  - "FIB_2M"
18852 #  layout:
18853 #    title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
18854 #    layout: "plot-latency"
18855 #
18856 #-
18857 #  type: "plot"
18858 #  title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18859 #  algorithm: "plot_latency_error_bars"
18860 #  output-file-type: ".html"
18861 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18862 #  data: "plot-vpp-throughput-latency-3n-hsw"
18863 #  filter: "'NIC_Intel-X710' and
18864 #           '64B' and
18865 #           ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18866 #           'NDRPDR' and
18867 #           '2T2C' and
18868 #           'IP4FWD' and
18869 #           not 'IPSEC' and
18870 #           not 'DOT1Q' and
18871 #           not 'VHOST'"
18872 #  parameters:
18873 #  - "latency"
18874 #  - "parent"
18875 #  - "tags"
18876 #  sort:
18877 #  - "IP4BASE"
18878 #  - "FIB_20K"
18879 #  - "FIB_200K"
18880 #  - "FIB_2M"
18881 #  layout:
18882 #    title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
18883 #    layout: "plot-latency"
18884 #
18885 ## Packet Latency - VPP IPv4 3n-hsw-x710 features
18886 #-
18887 #  type: "plot"
18888 #  title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18889 #  algorithm: "plot_latency_error_bars"
18890 #  output-file-type: ".html"
18891 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18892 #  data: "plot-vpp-throughput-latency-3n-hsw"
18893 #  filter: "'NIC_Intel-X710' and
18894 #           '64B' and
18895 #           ('IP4BASE' or
18896 #            'POLICE_MARK' or
18897 #            'COPWHLIST' or
18898 #            ('NAT44' and 'BASE') or
18899 #            ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
18900 #           'NDRPDR' and
18901 #           '1T1C' and
18902 #           'IP4FWD' and
18903 #           not 'IPSEC' and
18904 #           not 'VHOST'"
18905 #  parameters:
18906 #  - "latency"
18907 #  - "parent"
18908 #  - "tags"
18909 #  sort:
18910 #  - "DOT1Q"
18911 #  - "IP4BASE"
18912 #  - "NAT44"
18913 #  - "POLICE_MARK"
18914 #  - "COPWHLIST"
18915 #  - "IACL"
18916 #  - "OACL"
18917 #  layout:
18918 #    title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
18919 #    layout: "plot-latency"
18920 #
18921 #-
18922 #  type: "plot"
18923 #  title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18924 #  algorithm: "plot_latency_error_bars"
18925 #  output-file-type: ".html"
18926 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18927 #  data: "plot-vpp-throughput-latency-3n-hsw"
18928 #  filter: "'NIC_Intel-X710' and
18929 #           '64B' and
18930 #           ('IP4BASE' or
18931 #            'POLICE_MARK' or
18932 #            'COPWHLIST' or
18933 #            ('NAT44' and 'BASE') or
18934 #            ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
18935 #           'NDRPDR' and
18936 #           '2T2C' and
18937 #           'IP4FWD' and
18938 #           not 'IPSEC' and
18939 #           not 'VHOST'"
18940 #  parameters:
18941 #  - "latency"
18942 #  - "parent"
18943 #  - "tags"
18944 #  sort:
18945 #  - "DOT1Q"
18946 #  - "IP4BASE"
18947 #  - "NAT44"
18948 #  - "POLICE_MARK"
18949 #  - "COPWHLIST"
18950 #  - "IACL"
18951 #  - "OACL"
18952 #  layout:
18953 #    title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
18954 #    layout: "plot-latency"
18955 #
18956 ## Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
18957 #-
18958 #  type: "plot"
18959 #  title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
18960 #  algorithm: "plot_latency_error_bars"
18961 #  output-file-type: ".html"
18962 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
18963 #  data: "plot-vpp-throughput-latency-3n-hsw"
18964 #  filter: "'NIC_Intel-X710' and
18965 #           '64B' and
18966 #           'NDRPDR' and
18967 #           '1T1C' and
18968 #           'IP4FWD' and
18969 #           ('NAT44' or 'IP4BASE') and
18970 #           not 'IPSEC' and
18971 #           not 'VHOST'"
18972 #  parameters:
18973 #  - "latency"
18974 #  - "parent"
18975 #  - "tags"
18976 #  sort:
18977 #  - "IP4BASE"
18978 #  - "BASE"
18979 #  - "SRC_USER_10"
18980 #  - "SRC_USER_100"
18981 #  - "SRC_USER_1000"
18982 #  - "SRC_USER_2000"
18983 #  layout:
18984 #    title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
18985 #    layout: "plot-latency"
18986 #
18987 #-
18988 #  type: "plot"
18989 #  title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
18990 #  algorithm: "plot_latency_error_bars"
18991 #  output-file-type: ".html"
18992 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
18993 #  data: "plot-vpp-throughput-latency-3n-hsw"
18994 #  filter: "'NIC_Intel-X710' and
18995 #           '64B' and
18996 #           'NDRPDR' and
18997 #           '2T2C' and
18998 #           'IP4FWD' and
18999 #           ('NAT44' or 'IP4BASE') and
19000 #           not 'IPSEC' and
19001 #           not 'VHOST'"
19002 #  parameters:
19003 #  - "latency"
19004 #  - "parent"
19005 #  - "tags"
19006 #  sort:
19007 #  - "IP4BASE"
19008 #  - "BASE"
19009 #  - "SRC_USER_10"
19010 #  - "SRC_USER_100"
19011 #  - "SRC_USER_1000"
19012 #  - "SRC_USER_2000"
19013 #  layout:
19014 #    title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
19015 #    layout: "plot-latency"
19016 #
19017 ## Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
19018 #-
19019 #  type: "plot"
19020 #  title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
19021 #  algorithm: "plot_latency_error_bars"
19022 #  output-file-type: ".html"
19023 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
19024 #  data: "plot-vpp-throughput-latency-3n-hsw"
19025 #  filter: "'NIC_Intel-X710' and
19026 #           '64B' and
19027 #           'NDRPDR' and
19028 #           '1T1C' and
19029 #           'IP4FWD' and
19030 #           ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
19031 #           not 'IPSEC' and
19032 #           not 'VHOST'"
19033 #  parameters:
19034 #  - "latency"
19035 #  - "parent"
19036 #  - "tags"
19037 #  sort:
19038 #  - "IP4BASE"
19039 #  - "ACL_STATELESS"
19040 #  - "ACL_STATEFUL"
19041 #  - "ACL_STATELESS"
19042 #  - "ACL_STATEFUL"
19043 #  layout:
19044 #    title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
19045 #    layout: "plot-latency"
19046 #
19047 #-
19048 #  type: "plot"
19049 #  title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
19050 #  algorithm: "plot_latency_error_bars"
19051 #  output-file-type: ".html"
19052 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
19053 #  data: "plot-vpp-throughput-latency-3n-hsw"
19054 #  filter: "'NIC_Intel-X710' and
19055 #           '64B' and
19056 #           'NDRPDR' and
19057 #           '2T2C' and
19058 #           'IP4FWD' and
19059 #           ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
19060 #           not 'IPSEC' and
19061 #           not 'VHOST'"
19062 #  parameters:
19063 #  - "latency"
19064 #  - "parent"
19065 #  - "tags"
19066 #  sort:
19067 #  - "IP4BASE"
19068 #  - "ACL_STATELESS"
19069 #  - "ACL_STATEFUL"
19070 #  - "ACL_STATELESS"
19071 #  - "ACL_STATEFUL"
19072 #  layout:
19073 #    title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
19074 #    layout: "plot-latency"
19075 #
19076 ## Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
19077 #-
19078 #  type: "plot"
19079 #  title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
19080 #  algorithm: "plot_latency_error_bars"
19081 #  output-file-type: ".html"
19082 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
19083 #  data: "plot-vpp-throughput-latency-3n-hsw"
19084 #  filter: "'NIC_Intel-XL710' and
19085 #           '64B' and
19086 #           ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19087 #           'NDRPDR' and
19088 #           '1T1C' and
19089 #           'IP4FWD' and
19090 #           not 'IPSEC' and
19091 #           not 'VHOST'"
19092 #  parameters:
19093 #  - "latency"
19094 #  - "parent"
19095 #  - "tags"
19096 #  sort:
19097 #  - "IP4BASE"
19098 #  - "FIB_20K"
19099 #  - "FIB_200K"
19100 #  - "FIB_2M"
19101 #  layout:
19102 #    title: "ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
19103 #    layout: "plot-latency"
19104 #
19105 #-
19106 #  type: "plot"
19107 #  title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
19108 #  algorithm: "plot_latency_error_bars"
19109 #  output-file-type: ".html"
19110 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
19111 #  data: "plot-vpp-throughput-latency-3n-hsw"
19112 #  filter: "'NIC_Intel-XL710' and
19113 #           '64B' and
19114 #           ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19115 #           'NDRPDR' and
19116 #           '2T2C' and
19117 #           'IP4FWD' and
19118 #           not 'IPSEC' and
19119 #           not 'VHOST'"
19120 #  parameters:
19121 #  - "latency"
19122 #  - "parent"
19123 #  - "tags"
19124 #  sort:
19125 #  - "IP4BASE"
19126 #  - "FIB_20K"
19127 #  - "FIB_200K"
19128 #  - "FIB_2M"
19129 #  layout:
19130 #    title: "ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
19131 #    layout: "plot-latency"
19132
19133 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
19134 -
19135   type: "plot"
19136   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19137   algorithm: "plot_latency_error_bars"
19138   output-file-type: ".html"
19139   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19140   data: "plot-vpp-throughput-latency-3n-skx"
19141   filter: "'NIC_Intel-X710' and
19142            '64B' and
19143            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19144            'NDRPDR' and
19145            '2T1C' and
19146            'IP4FWD' and
19147            not 'IPSEC' and
19148            not 'DOT1Q' and
19149            not 'VHOST'"
19150   parameters:
19151   - "latency"
19152   - "parent"
19153   - "tags"
19154   sort:
19155   - "IP4BASE"
19156   - "FIB_20K"
19157   - "FIB_200K"
19158   - "FIB_2M"
19159   layout:
19160     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19161     layout: "plot-latency"
19162
19163 -
19164   type: "plot"
19165   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19166   algorithm: "plot_latency_error_bars"
19167   output-file-type: ".html"
19168   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19169   data: "plot-vpp-throughput-latency-3n-skx"
19170   filter: "'NIC_Intel-X710' and
19171            '64B' and
19172            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19173            'NDRPDR' and
19174            '4T2C' and
19175            'IP4FWD' and
19176            not 'IPSEC' and
19177            not 'DOT1Q' and
19178            not 'VHOST'"
19179   parameters:
19180   - "latency"
19181   - "parent"
19182   - "tags"
19183   sort:
19184   - "IP4BASE"
19185   - "FIB_20K"
19186   - "FIB_200K"
19187   - "FIB_2M"
19188   layout:
19189     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19190     layout: "plot-latency"
19191
19192 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
19193 -
19194   type: "plot"
19195   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
19196   algorithm: "plot_latency_error_bars"
19197   output-file-type: ".html"
19198   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
19199   data: "plot-vpp-throughput-latency-3n-skx"
19200   filter: "'NIC_Intel-X710' and
19201            '64B' and
19202            ('IP4BASE' or
19203             'POLICE_MARK' or
19204             'COPWHLIST' or
19205             ('NAT44' and 'BASE') or
19206             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19207            'NDRPDR' and
19208            '2T1C' and
19209            'IP4FWD' and
19210            not 'IPSEC' and
19211            not 'VHOST'"
19212   parameters:
19213   - "latency"
19214   - "parent"
19215   - "tags"
19216   sort:
19217   - "DOT1Q"
19218   - "IP4BASE"
19219   - "NAT44"
19220   - "POLICE_MARK"
19221   - "COPWHLIST"
19222   - "IACL"
19223   - "OACL"
19224   layout:
19225     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
19226     layout: "plot-latency"
19227
19228 -
19229   type: "plot"
19230   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
19231   algorithm: "plot_latency_error_bars"
19232   output-file-type: ".html"
19233   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
19234   data: "plot-vpp-throughput-latency-3n-skx"
19235   filter: "'NIC_Intel-X710' and
19236            '64B' and
19237            ('IP4BASE' or
19238             'POLICE_MARK' or
19239             'COPWHLIST' or
19240             ('NAT44' and 'BASE') or
19241             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19242            'NDRPDR' and
19243            '4T2C' and
19244            'IP4FWD' and
19245            not 'IPSEC' and
19246            not 'VHOST'"
19247   parameters:
19248   - "latency"
19249   - "parent"
19250   - "tags"
19251   sort:
19252   - "DOT1Q"
19253   - "IP4BASE"
19254   - "NAT44"
19255   - "POLICE_MARK"
19256   - "COPWHLIST"
19257   - "IACL"
19258   - "OACL"
19259   layout:
19260     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
19261     layout: "plot-latency"
19262
19263 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
19264 -
19265   type: "plot"
19266   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
19267   algorithm: "plot_latency_error_bars"
19268   output-file-type: ".html"
19269   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
19270   data: "plot-vpp-throughput-latency-3n-skx"
19271   filter: "'NIC_Intel-X710' and
19272            '64B' and
19273            'NDRPDR' and
19274            '2T1C' and
19275            'IP4FWD' and
19276            ('NAT44' or 'IP4BASE') and
19277            not 'IPSEC' and
19278            not 'VHOST'"
19279   parameters:
19280   - "latency"
19281   - "parent"
19282   - "tags"
19283   sort:
19284   - "IP4BASE"
19285   - "BASE"
19286   - "SRC_USER_10"
19287   - "SRC_USER_100"
19288   - "SRC_USER_1000"
19289   - "SRC_USER_2000"
19290   layout:
19291     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
19292     layout: "plot-latency"
19293
19294 -
19295   type: "plot"
19296   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
19297   algorithm: "plot_latency_error_bars"
19298   output-file-type: ".html"
19299   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
19300   data: "plot-vpp-throughput-latency-3n-skx"
19301   filter: "'NIC_Intel-X710' and
19302            '64B' and
19303            'NDRPDR' and
19304            '4T2C' and
19305            'IP4FWD' and
19306            ('NAT44' or 'IP4BASE') and
19307            not 'IPSEC' and
19308            not 'VHOST'"
19309   parameters:
19310   - "latency"
19311   - "parent"
19312   - "tags"
19313   sort:
19314   - "IP4BASE"
19315   - "BASE"
19316   - "SRC_USER_10"
19317   - "SRC_USER_100"
19318   - "SRC_USER_1000"
19319   - "SRC_USER_2000"
19320   layout:
19321     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
19322     layout: "plot-latency"
19323
19324 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
19325 -
19326   type: "plot"
19327   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
19328   algorithm: "plot_latency_error_bars"
19329   output-file-type: ".html"
19330   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
19331   data: "plot-vpp-throughput-latency-3n-skx"
19332   filter: "'NIC_Intel-X710' and
19333            '64B' and
19334            'NDRPDR' and
19335            '2T1C' and
19336            'IP4FWD' and
19337            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
19338            not 'IPSEC' and
19339            not 'VHOST'"
19340   parameters:
19341   - "latency"
19342   - "parent"
19343   - "tags"
19344   sort:
19345   - "IP4BASE"
19346   - "ACL_STATELESS"
19347   - "ACL_STATEFUL"
19348   - "ACL_STATELESS"
19349   - "ACL_STATEFUL"
19350   layout:
19351     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
19352     layout: "plot-latency"
19353
19354 -
19355   type: "plot"
19356   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
19357   algorithm: "plot_latency_error_bars"
19358   output-file-type: ".html"
19359   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
19360   data: "plot-vpp-throughput-latency-3n-skx"
19361   filter: "'NIC_Intel-X710' and
19362            '64B' and
19363            'NDRPDR' and
19364            '4T2C' and
19365            'IP4FWD' and
19366            'IACL' and
19367            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
19368            not 'IPSEC' and
19369            not 'VHOST'"
19370   parameters:
19371   - "latency"
19372   - "parent"
19373   - "tags"
19374   sort:
19375   - "IP4BASE"
19376   - "ACL_STATELESS"
19377   - "ACL_STATEFUL"
19378   - "ACL_STATELESS"
19379   - "ACL_STATEFUL"
19380   layout:
19381     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
19382     layout: "plot-latency"
19383
19384 ## Packet Latency - VPP IPv4 2n-skx-x710 base and scale
19385 #-
19386 #  type: "plot"
19387 #  title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19388 #  algorithm: "plot_latency_error_bars"
19389 #  output-file-type: ".html"
19390 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19391 #  data: "plot-vpp-throughput-latency-2n-skx"
19392 #  filter: "'NIC_Intel-X710' and
19393 #           '64B' and
19394 #           ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
19395 #           'NDRPDR' and
19396 #           '2T1C' and
19397 #           'IP4FWD' and
19398 #           not 'IPSEC' and
19399 #           not 'DOT1Q' and
19400 #           not 'VHOST'"
19401 #  parameters:
19402 #  - "latency"
19403 #  - "parent"
19404 #  - "tags"
19405 #  sort:
19406 #  - "IP4BASE"
19407 #  - "FIB_20k"
19408 #  - "FIB_200k"
19409 #  - "FIB_2M"
19410 #  layout:
19411 #    title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
19412 #    layout: "plot-latency"
19413 #
19414 #-
19415 #  type: "plot"
19416 #  title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19417 #  algorithm: "plot_latency_error_bars"
19418 #  output-file-type: ".html"
19419 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19420 #  data: "plot-vpp-throughput-latency-2n-skx"
19421 #  filter: "'NIC_Intel-X710' and
19422 #           '64B' and
19423 #           ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
19424 #           'NDRPDR' and
19425 #           '4T2C' and
19426 #           'IP4FWD' and
19427 #           not 'IPSEC' and
19428 #           not 'DOT1Q' and
19429 #           not 'VHOST'"
19430 #  parameters:
19431 #  - "latency"
19432 #  - "parent"
19433 #  - "tags"
19434 #  sort:
19435 #  - "IP4BASE"
19436 #  - "FIB_20k"
19437 #  - "FIB_200k"
19438 #  - "FIB_2M"
19439 #  layout:
19440 #    title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19441 #    layout: "plot-latency"
19442 #
19443 ## Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
19444 #-
19445 #  type: "plot"
19446 #  title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19447 #  algorithm: "plot_latency_error_bars"
19448 #  output-file-type: ".html"
19449 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19450 #  data: "plot-vpp-throughput-latency-2n-skx"
19451 #  filter: "'NIC_Intel-XXV710' and
19452 #           '64B' and
19453 #           ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
19454 #           'NDRPDR' and
19455 #           '2T1C' and
19456 #           'IP4FWD' and
19457 #           not 'IPSEC' and
19458 #           not 'DOT1Q' and
19459 #           not 'VHOST'"
19460 #  parameters:
19461 #  - "latency"
19462 #  - "parent"
19463 #  - "tags"
19464 #  sort:
19465 #  - "IP4BASE"
19466 #  - "FIB_20k"
19467 #  - "FIB_200k"
19468 #  - "FIB_2M"
19469 #  layout:
19470 #    title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19471 #    layout: "plot-latency"
19472 #
19473 #-
19474 #  type: "plot"
19475 #  title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19476 #  algorithm: "plot_latency_error_bars"
19477 #  output-file-type: ".html"
19478 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19479 #  data: "plot-vpp-throughput-latency-2n-skx"
19480 #  filter: "'NIC_Intel-XXV710' and
19481 #           '64B' and
19482 #           ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
19483 #           'NDRPDR' and
19484 #           '4T2C' and
19485 #           'IP4FWD' and
19486 #           not 'IPSEC' and
19487 #           not 'DOT1Q' and
19488 #           not 'VHOST'"
19489 #  parameters:
19490 #  - "latency"
19491 #  - "parent"
19492 #  - "tags"
19493 #  sort:
19494 #  - "IP4BASE"
19495 #  - "FIB_20k"
19496 #  - "FIB_200k"
19497 #  - "FIB_2M"
19498 #  layout:
19499 #    title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19500 #    layout: "plot-latency"
19501
19502 ################################################################################
19503
19504 ## Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
19505 #-
19506 #  type: "plot"
19507 #  title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19508 #  algorithm: "plot_latency_error_bars"
19509 #  output-file-type: ".html"
19510 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19511 #  data: "plot-vpp-throughput-latency-3n-hsw"
19512 #  filter: "'NIC_Intel-X520-DA2' and
19513 #           '64B' and
19514 #           'ENCAP' and
19515 #           'NDRPDR' and
19516 #           '1T1C' and
19517 #           (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
19518 #           not 'DOT1Q' and
19519 #           not 'VHOST' and
19520 #           not 'IPSECHW'"
19521 #  parameters:
19522 #  - "latency"
19523 #  - "parent"
19524 #  - "tags"
19525 #  sort:
19526 #  - "IP4BASE"
19527 #  - "L2BDMACLRN"
19528 #  - "L2XCFWD"
19529 #  - "LISP"
19530 #  layout:
19531 #    title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
19532 #    layout: "plot-latency"
19533 #
19534 #-
19535 #  type: "plot"
19536 #  title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19537 #  algorithm: "plot_latency_error_bars"
19538 #  output-file-type: ".html"
19539 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19540 #  data: "plot-vpp-throughput-latency-3n-hsw"
19541 #  filter: "'NIC_Intel-X520-DA2' and
19542 #           '64B' and
19543 #           'ENCAP' and
19544 #           'NDRPDR' and
19545 #           '2T2C' and
19546 #           (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
19547 #           not 'DOT1Q' and
19548 #           not 'VHOST' and
19549 #           not 'IPSECHW'"
19550 #  parameters:
19551 #  - "latency"
19552 #  - "parent"
19553 #  - "tags"
19554 #  sort:
19555 #  - "IP4BASE"
19556 #  - "L2BDMACLRN"
19557 #  - "L2XCFWD"
19558 #  - "LISP"
19559 #  layout:
19560 #    title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
19561 #    layout: "plot-latency"
19562 #
19563 ## Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
19564 #-
19565 #  type: "plot"
19566 #  title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19567 #  algorithm: "plot_latency_error_bars"
19568 #  output-file-type: ".html"
19569 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19570 #  data: "plot-vpp-throughput-latency-3n-hsw"
19571 #  filter: "'NIC_Intel-X710' and
19572 #           '64B' and
19573 #           'ENCAP' and
19574 #           'NDRPDR' and
19575 #           '1T1C' and
19576 #           ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
19577 #           not 'VHOST' and
19578 #           not 'IPSECHW'"
19579 #  parameters:
19580 #  - "latency"
19581 #  - "parent"
19582 #  - "tags"
19583 #  sort:
19584 #  - "IP4BASE"
19585 #  - "LISP"
19586 #  - "VXLAN_1"
19587 #  - "VXLAN_10"
19588 #  - "VXLAN_100"
19589 #  - "VXLAN_1000"
19590 #  layout:
19591 #    title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19592 #    layout: "plot-latency"
19593 #
19594 #-
19595 #  type: "plot"
19596 #  title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19597 #  algorithm: "plot_latency_error_bars"
19598 #  output-file-type: ".html"
19599 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19600 #  data: "plot-vpp-throughput-latency-3n-hsw"
19601 #  filter: "'NIC_Intel-X710' and
19602 #           '64B' and
19603 #           'ENCAP' and
19604 #           'NDRPDR' and
19605 #           '2T2C' and
19606 #           ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
19607 #           not 'VHOST' and
19608 #           not 'IPSECHW'"
19609 #  parameters:
19610 #  - "latency"
19611 #  - "parent"
19612 #  - "tags"
19613 #  sort:
19614 #  - "IP4BASE"
19615 #  - "LISP"
19616 #  - "VXLAN_1"
19617 #  - "VXLAN_10"
19618 #  - "VXLAN_100"
19619 #  - "VXLAN_1000"
19620 #  layout:
19621 #    title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19622 #    layout: "plot-latency"
19623 #
19624 ## Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
19625 #-
19626 #  type: "plot"
19627 #  title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19628 #  algorithm: "plot_latency_error_bars"
19629 #  output-file-type: ".html"
19630 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19631 #  data: "plot-vpp-throughput-latency-3n-hsw"
19632 #  filter: "'NIC_Intel-X710' and
19633 #           '64B' and
19634 #           'ENCAP' and
19635 #           'NDRPDR' and
19636 #           '1T1C' and
19637 #           ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
19638 #           not 'DOT1Q' and
19639 #           not 'VHOST' and
19640 #           not 'IPSECHW'"
19641 #  parameters:
19642 #  - "latency"
19643 #  - "parent"
19644 #  - "tags"
19645 #  sort:
19646 #  - "IP4BASE"
19647 #  - "L2BDMACLRN"
19648 #  - "L2XCFWD"
19649 #  - "LISP"
19650 #  layout:
19651 #    title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
19652 #    layout: "plot-latency"
19653 #
19654 #-
19655 #  type: "plot"
19656 #  title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19657 #  algorithm: "plot_latency_error_bars"
19658 #  output-file-type: ".html"
19659 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19660 #  data: "plot-vpp-throughput-latency-3n-hsw"
19661 #  filter: "'NIC_Intel-X710' and
19662 #           '64B' and
19663 #           'ENCAP' and
19664 #           'NDRPDR' and
19665 #           '2T2C' and
19666 #           ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
19667 #           not 'DOT1Q' and
19668 #           not 'VHOST' and
19669 #           not 'IPSECHW'"
19670 #  parameters:
19671 #  - "latency"
19672 #  - "parent"
19673 #  - "tags"
19674 #  sort:
19675 #  - "IP4BASE"
19676 #  - "L2BDMACLRN"
19677 #  - "L2XCFWD"
19678 #  - "LISP"
19679 #  layout:
19680 #    title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
19681 #    layout: "plot-latency"
19682
19683 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
19684 -
19685   type: "plot"
19686   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19687   algorithm: "plot_latency_error_bars"
19688   output-file-type: ".html"
19689   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19690   data: "plot-vpp-throughput-latency-3n-skx"
19691   filter: "'NIC_Intel-X710' and
19692            '64B' and
19693            'ENCAP' and
19694            'NDRPDR' and
19695            '2T1C' and
19696            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
19697            not 'VHOST' and
19698            not 'IPSECHW'"
19699   parameters:
19700   - "latency"
19701   - "parent"
19702   - "tags"
19703   sort:
19704   - "IP4BASE"
19705   - "LISP"
19706   - "VXLAN_1"
19707   - "VXLAN_10"
19708   - "VXLAN_100"
19709   - "VXLAN_1000"
19710   layout:
19711     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19712     layout: "plot-latency"
19713
19714 -
19715   type: "plot"
19716   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19717   algorithm: "plot_latency_error_bars"
19718   output-file-type: ".html"
19719   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19720   data: "plot-vpp-throughput-latency-3n-skx"
19721   filter: "'NIC_Intel-X710' and
19722            '64B' and
19723            'ENCAP' and
19724            'NDRPDR' and
19725            '4T2C' and
19726            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
19727            not 'VHOST' and
19728            not 'IPSECHW'"
19729   parameters:
19730   - "latency"
19731   - "parent"
19732   - "tags"
19733   sort:
19734   - "IP4BASE"
19735   - "LISP"
19736   - "VXLAN_1"
19737   - "VXLAN_10"
19738   - "VXLAN_100"
19739   - "VXLAN_1000"
19740   layout:
19741     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19742     layout: "plot-latency"
19743
19744 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
19745 -
19746   type: "plot"
19747   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19748   algorithm: "plot_latency_error_bars"
19749   output-file-type: ".html"
19750   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19751   data: "plot-vpp-throughput-latency-3n-skx"
19752   filter: "'NIC_Intel-X710' and
19753            '64B' and
19754            'ENCAP' and
19755            'NDRPDR' and
19756            '2T1C' and
19757            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
19758            not 'DOT1Q' and
19759            not 'VHOST' and
19760            not 'IPSECHW'"
19761   parameters:
19762   - "latency"
19763   - "parent"
19764   - "tags"
19765   sort:
19766   - "IP4BASE"
19767   - "L2BDMACLRN"
19768   - "L2XCFWD"
19769   - "LISP"
19770   layout:
19771     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
19772     layout: "plot-latency"
19773
19774 -
19775   type: "plot"
19776   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19777   algorithm: "plot_latency_error_bars"
19778   output-file-type: ".html"
19779   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19780   data: "plot-vpp-throughput-latency-3n-skx"
19781   filter: "'NIC_Intel-X710' and
19782            '64B' and
19783            'ENCAP' and
19784            'NDRPDR' and
19785            '4T2C' and
19786            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
19787            not 'DOT1Q' and
19788            not 'VHOST' and
19789            not 'IPSECHW'"
19790   parameters:
19791   - "latency"
19792   - "parent"
19793   - "tags"
19794   sort:
19795   - "IP4BASE"
19796   - "L2BDMACLRN"
19797   - "L2XCFWD"
19798   - "LISP"
19799   layout:
19800     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
19801     layout: "plot-latency"
19802
19803 ################################################################################
19804
19805 ## Packet Latency - VPP IPv6 3n-hsw-x520
19806 #-
19807 #  type: "plot"
19808 #  title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base-ndr-lat"
19809 #  algorithm: "plot_latency_error_bars"
19810 #  output-file-type: ".html"
19811 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-ndr-lat"
19812 #  data: "plot-vpp-throughput-latency-3n-hsw"
19813 #  filter: "'NIC_Intel-X520-DA2' and
19814 #           '78B' and
19815 #           ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19816 #           'NDRPDR' and
19817 #           '1T1C' and
19818 #           'IP6FWD' and
19819 #           not 'SRv6' and
19820 #           not 'IPSEC' and
19821 #           not 'VHOST'"
19822 #  parameters:
19823 #  - "latency"
19824 #  - "parent"
19825 #  - "tags"
19826 #  sort:
19827 #  - "IP6BASE"
19828 #  - "FIB_20K"
19829 #  - "FIB_200K"
19830 #  - "FIB_2M"
19831 #  layout:
19832 #    title: "ip6-3n-hsw-x520-78b-1t1c-base-ndr"
19833 #    layout: "plot-latency"
19834 #
19835 #-
19836 #  type: "plot"
19837 #  title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base-ndr-lat"
19838 #  algorithm: "plot_latency_error_bars"
19839 #  output-file-type: ".html"
19840 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-ndr-lat"
19841 #  data: "plot-vpp-throughput-latency-3n-hsw"
19842 #  filter: "'NIC_Intel-X520-DA2' and
19843 #           '78B' and
19844 #           ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19845 #           'NDRPDR' and
19846 #           '2T2C' and
19847 #           'IP6FWD' and
19848 #           not 'SRv6' and
19849 #           not 'IPSEC' and
19850 #           not 'VHOST'"
19851 #  parameters:
19852 #  - "latency"
19853 #  - "parent"
19854 #  - "tags"
19855 #  sort:
19856 #  - "IP6BASE"
19857 #  - "FIB_20K"
19858 #  - "FIB_200K"
19859 #  - "FIB_2M"
19860 #  layout:
19861 #    title: "ip6-3n-hsw-x520-78b-2t2c-base-ndr"
19862 #    layout: "plot-latency"
19863 #
19864 ## Packet Latency - VPP IPv6 3n-hsw-x710
19865 #-
19866 #  type: "plot"
19867 #  title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
19868 #  algorithm: "plot_latency_error_bars"
19869 #  output-file-type: ".html"
19870 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
19871 #  data: "plot-vpp-throughput-latency-3n-hsw"
19872 #  filter: "'NIC_Intel-X710' and
19873 #           '78B' and
19874 #           ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19875 #           'NDRPDR' and
19876 #           '1T1C' and
19877 #           'IP6FWD' and
19878 #           not 'SRv6' and
19879 #           not 'IPSEC' and
19880 #           not 'VHOST'"
19881 #  parameters:
19882 #  - "latency"
19883 #  - "parent"
19884 #  - "tags"
19885 #  sort:
19886 #  - "IP6BASE"
19887 #  - "FIB_20K"
19888 #  - "FIB_200K"
19889 #  - "FIB_2M"
19890 #  layout:
19891 #    title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
19892 #    layout: "plot-latency"
19893 #
19894 #-
19895 #  type: "plot"
19896 #  title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
19897 #  algorithm: "plot_latency_error_bars"
19898 #  output-file-type: ".html"
19899 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
19900 #  data: "plot-vpp-throughput-latency-3n-hsw"
19901 #  filter: "'NIC_Intel-X710' and
19902 #           '78B' and
19903 #           ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19904 #           'NDRPDR' and
19905 #           '2T2C' and
19906 #           'IP6FWD' and
19907 #           not 'SRv6' and
19908 #           not 'IPSEC' and
19909 #           not 'VHOST'"
19910 #  parameters:
19911 #  - "latency"
19912 #  - "parent"
19913 #  - "tags"
19914 #  sort:
19915 #  - "IP6BASE"
19916 #  - "FIB_20K"
19917 #  - "FIB_200K"
19918 #  - "FIB_2M"
19919 #  layout:
19920 #    title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
19921 #    layout: "plot-latency"
19922 #
19923 ## Packet Latency - VPP IPv6 3n-hsw-xl710
19924 #-
19925 #  type: "plot"
19926 #  title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base-ndr-lat"
19927 #  algorithm: "plot_latency_error_bars"
19928 #  output-file-type: ".html"
19929 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-ndr-lat"
19930 #  data: "plot-vpp-throughput-latency-3n-hsw"
19931 #  filter: "'NIC_Intel-XL710' and
19932 #           '78B' and
19933 #           ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19934 #           'NDRPDR' and
19935 #           '1T1C' and
19936 #           'IP6FWD' and
19937 #           not 'SRv6' and
19938 #           not 'IPSEC' and
19939 #           not 'VHOST'"
19940 #  parameters:
19941 #  - "latency"
19942 #  - "parent"
19943 #  - "tags"
19944 #  sort:
19945 #  - "IP6BASE"
19946 #  - "FIB_20K"
19947 #  - "FIB_200K"
19948 #  - "FIB_2M"
19949 #  layout:
19950 #    title: "ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
19951 #    layout: "plot-latency"
19952 #
19953 #-
19954 #  type: "plot"
19955 #  title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base-ndr-lat"
19956 #  algorithm: "plot_latency_error_bars"
19957 #  output-file-type: ".html"
19958 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-ndr-lat"
19959 #  data: "plot-vpp-throughput-latency-3n-hsw"
19960 #  filter: "'NIC_Intel-XL710' and
19961 #           '78B' and
19962 #           ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19963 #           'NDRPDR' and
19964 #           '2T2C' and
19965 #           'IP6FWD' and
19966 #           not 'SRv6' and
19967 #           not 'IPSEC' and
19968 #           not 'VHOST'"
19969 #  parameters:
19970 #  - "latency"
19971 #  - "parent"
19972 #  - "tags"
19973 #  sort:
19974 #  - "IP6BASE"
19975 #  - "FIB_20K"
19976 #  - "FIB_200K"
19977 #  - "FIB_2M"
19978 #  layout:
19979 #    title: "ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
19980 #    layout: "plot-latency"
19981
19982 # Packet Latency - VPP IPv6 3n-skx-x710
19983 -
19984   type: "plot"
19985   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
19986   algorithm: "plot_latency_error_bars"
19987   output-file-type: ".html"
19988   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
19989   data: "plot-vpp-throughput-latency-3n-skx"
19990   filter: "'NIC_Intel-X710' and
19991            '78B' and
19992            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19993            'NDRPDR' and
19994            '2T1C' and
19995            'IP6FWD' and
19996            not 'SRv6' and
19997            not 'IPSEC' and
19998            not 'VHOST'"
19999   parameters:
20000   - "latency"
20001   - "parent"
20002   - "tags"
20003   sort:
20004   - "IP6BASE"
20005   - "FIB_20K"
20006   - "FIB_200K"
20007   - "FIB_2M"
20008   layout:
20009     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
20010     layout: "plot-latency"
20011
20012 -
20013   type: "plot"
20014   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
20015   algorithm: "plot_latency_error_bars"
20016   output-file-type: ".html"
20017   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
20018   data: "plot-vpp-throughput-latency-3n-skx"
20019   filter: "'NIC_Intel-X710' and
20020            '78B' and
20021            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20022            'NDRPDR' and
20023            '4T2C' and
20024            'IP6FWD' and
20025            not 'SRv6' and
20026            not 'IPSEC' and
20027            not 'VHOST'"
20028   parameters:
20029   - "latency"
20030   - "parent"
20031   - "tags"
20032   sort:
20033   - "IP6BASE"
20034   - "FIB_20K"
20035   - "FIB_200K"
20036   - "FIB_2M"
20037   layout:
20038     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
20039     layout: "plot-latency"
20040
20041 ## Packet Latency - VPP IPv6 2n-skx-x710
20042 #-
20043 #  type: "plot"
20044 #  title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
20045 #  algorithm: "plot_latency_error_bars"
20046 #  output-file-type: ".html"
20047 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
20048 #  data: "plot-vpp-throughput-latency-2n-skx"
20049 #  filter: "'NIC_Intel-X710' and
20050 #           '78B' and
20051 #           ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20052 #           'NDRPDR' and
20053 #           '2T1C' and
20054 #           'IP6FWD' and
20055 #           not 'SRv6' and
20056 #           not 'IPSEC' and
20057 #           not 'VHOST'"
20058 #  parameters:
20059 #  - "latency"
20060 #  - "parent"
20061 #  - "tags"
20062 #  sort:
20063 #  - "IP6BASE"
20064 #  - "FIB_20k"
20065 #  - "FIB_200k"
20066 #  - "FIB_2M"
20067 #  layout:
20068 #    title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
20069 #    layout: "plot-latency"
20070 #
20071 #-
20072 #  type: "plot"
20073 #  title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
20074 #  algorithm: "plot_latency_error_bars"
20075 #  output-file-type: ".html"
20076 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
20077 #  data: "plot-vpp-throughput-latency-2n-skx"
20078 #  filter: "'NIC_Intel-X710' and
20079 #           '78B' and
20080 #           ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20081 #           'NDRPDR' and
20082 #           '4T2C' and
20083 #           'IP6FWD' and
20084 #           not 'SRv6' and
20085 #           not 'IPSEC' and
20086 #           not 'VHOST'"
20087 #  parameters:
20088 #  - "latency"
20089 #  - "parent"
20090 #  - "tags"
20091 #  sort:
20092 #  - "IP6BASE"
20093 #  - "FIB_20k"
20094 #  - "FIB_200k"
20095 #  - "FIB_2M"
20096 #  layout:
20097 #    title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
20098 #    layout: "plot-latency"
20099 #
20100 ## Packet Latency - VPP IPv6 2n-skx-xxv710
20101 #-
20102 #  type: "plot"
20103 #  title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
20104 #  algorithm: "plot_latency_error_bars"
20105 #  output-file-type: ".html"
20106 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
20107 #  data: "plot-vpp-throughput-latency-2n-skx"
20108 #  filter: "'NIC_Intel-XXV710' and
20109 #           '78B' and
20110 #           ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20111 #           'NDRPDR' and
20112 #           '2T1C' and
20113 #           'IP6FWD' and
20114 #           not 'SRv6' and
20115 #           not 'IPSEC' and
20116 #           not 'VHOST'"
20117 #  parameters:
20118 #  - "latency"
20119 #  - "parent"
20120 #  - "tags"
20121 #  sort:
20122 #  - "IP6BASE"
20123 #  - "FIB_20k"
20124 #  - "FIB_200k"
20125 #  - "FIB_2M"
20126 #  layout:
20127 #    title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
20128 #    layout: "plot-latency"
20129 #
20130 #-
20131 #  type: "plot"
20132 #  title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
20133 #  algorithm: "plot_latency_error_bars"
20134 #  output-file-type: ".html"
20135 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
20136 #  data: "plot-vpp-throughput-latency-2n-skx"
20137 #  filter: "'NIC_Intel-XXV710' and
20138 #           '78B' and
20139 #           ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20140 #           'NDRPDR' and
20141 #           '4T2C' and
20142 #           'IP6FWD' and
20143 #           not 'SRv6' and
20144 #           not 'IPSEC' and
20145 #           not 'VHOST'"
20146 #  parameters:
20147 #  - "latency"
20148 #  - "parent"
20149 #  - "tags"
20150 #  sort:
20151 #  - "IP6BASE"
20152 #  - "FIB_20k"
20153 #  - "FIB_200k"
20154 #  - "FIB_2M"
20155 #  layout:
20156 #    title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
20157 #    layout: "plot-latency"
20158
20159 ################################################################################
20160
20161 ## Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
20162 #-
20163 #  type: "plot"
20164 #  title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base-ndr-lat"
20165 #  algorithm: "plot_latency_error_bars"
20166 #  output-file-type: ".html"
20167 #  output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-ndr-lat"
20168 #  data: "plot-vpp-throughput-latency-3n-hsw"
20169 #  filter: "'NIC_Intel-X520-DA2' and
20170 #           '78B' and
20171 #           'ENCAP' and
20172 #           'NDRPDR' and
20173 #           '1T1C' and
20174 #           'LISP' and
20175 #           not 'VHOST'"
20176 #  parameters:
20177 #  - "latency"
20178 #  - "parent"
20179 #  - "tags"
20180 #  sort:
20181 #  - "IP4UNRLAY"
20182 #  - "IP6UNRLAY"
20183 #  layout:
20184 #    title: "ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
20185 #    layout: "plot-latency"
20186 #
20187 #-
20188 #  type: "plot"
20189 #  title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base-ndr-lat"
20190 #  algorithm: "plot_latency_error_bars"
20191 #  output-file-type: ".html"
20192 #  output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-ndr-lat"
20193 #  data: "plot-vpp-throughput-latency-3n-hsw"
20194 #  filter: "'NIC_Intel-X520-DA2' and
20195 #           '78B' and
20196 #           'ENCAP' and
20197 #           'NDRPDR' and
20198 #           '2T2C' and
20199 #           'LISP' and
20200 #           not 'VHOST'"
20201 #  parameters:
20202 #  - "latency"
20203 #  - "parent"
20204 #  - "tags"
20205 #  sort:
20206 #  - "IP4UNRLAY"
20207 #  - "IP6UNRLAY"
20208 #  layout:
20209 #    title: "ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
20210 #    layout: "plot-latency"
20211 #
20212 #################################################################################
20213 #
20214 ## Packet Latency - VPP IPSec 3n-hsw-xl710 base
20215 #-
20216 #  type: "plot"
20217 #  title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20218 #  algorithm: "plot_latency_error_bars"
20219 #  output-file-type: ".html"
20220 #  output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20221 #  data: "plot-vpp-throughput-latency-3n-hsw"
20222 #  filter: "'NIC_Intel-XL710' and
20223 #           '64B' and
20224 #           'IP4FWD' and
20225 #           'NDRPDR' and
20226 #           'BASE' and
20227 #           '1T1C' and
20228 #           'IPSECHW' and
20229 #           ('IPSECTRAN' or 'IPSECTUN') and
20230 #           not 'VHOST'"
20231 #  parameters:
20232 #  - "latency"
20233 #  - "parent"
20234 #  - "tags"
20235 #  layout:
20236 #    title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
20237 #    layout: "plot-latency"
20238 #
20239 #-
20240 #  type: "plot"
20241 #  title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20242 #  algorithm: "plot_latency_error_bars"
20243 #  output-file-type: ".html"
20244 #  output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20245 #  data: "plot-vpp-throughput-latency-3n-hsw"
20246 #  filter: "'NIC_Intel-XL710' and
20247 #           '64B' and
20248 #           'IP4FWD' and
20249 #           'NDRPDR' and
20250 #           'BASE' and
20251 #           '2T2C' and
20252 #           'IPSECHW' and
20253 #           ('IPSECTRAN' or 'IPSECTUN') and
20254 #           not 'VHOST'"
20255 #  parameters:
20256 #  - "latency"
20257 #  - "parent"
20258 #  - "tags"
20259 #  layout:
20260 #    title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
20261 #    layout: "plot-latency"
20262 #
20263 ## Packet Latency - VPP IPSec 3n-hsw-xl710 scale
20264 #-
20265 #  type: "plot"
20266 #  title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
20267 #  algorithm: "plot_latency_error_bars"
20268 #  output-file-type: ".html"
20269 #  output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
20270 #  data: "plot-vpp-throughput-latency-3n-hsw"
20271 #  filter: "'NIC_Intel-XL710' and
20272 #           '64B' and
20273 #           'IP4FWD' and
20274 #           'NDRPDR' and
20275 #           'SCALE' and
20276 #           '1T1C' and
20277 #           'IPSECHW' and
20278 #           ('IPSECTRAN' or 'IPSECTUN') and
20279 #           not 'VHOST'"
20280 #  parameters:
20281 #  - "latency"
20282 #  - "parent"
20283 #  - "tags"
20284 #  layout:
20285 #    title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
20286 #    layout: "plot-latency"
20287 #
20288 #-
20289 #  type: "plot"
20290 #  title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
20291 #  algorithm: "plot_latency_error_bars"
20292 #  output-file-type: ".html"
20293 #  output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
20294 #  data: "plot-vpp-throughput-latency-3n-hsw"
20295 #  filter: "'NIC_Intel-XL710' and
20296 #           '64B' and
20297 #           'IP4FWD' and
20298 #           'NDRPDR' and
20299 #           'SCALE' and
20300 #           '2T2C' and
20301 #           'IPSECHW' and
20302 #           ('IPSECTRAN' or 'IPSECTUN') and
20303 #           not 'VHOST'"
20304 #  parameters:
20305 #  - "latency"
20306 #  - "parent"
20307 #  - "tags"
20308 #  layout:
20309 #    title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
20310 #    layout: "plot-latency"
20311 #
20312 ## Packet Latency - VPP IPSec 3n-hsw-xl710 sw
20313 #-
20314 #  type: "plot"
20315 #  title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
20316 #  algorithm: "plot_latency_error_bars"
20317 #  output-file-type: ".html"
20318 #  output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
20319 #  data: "plot-vpp-throughput-latency-3n-hsw"
20320 #  filter: "'NIC_Intel-XL710' and
20321 #           '64B' and
20322 #           'IP4FWD' and
20323 #           'NDRPDR' and
20324 #           '1T1C' and
20325 #           'IPSECSW' and
20326 #           ('IPSECTRAN' or 'IPSECTUN') and
20327 #           not 'VHOST'"
20328 #  parameters:
20329 #  - "latency"
20330 #  - "parent"
20331 #  - "tags"
20332 #  layout:
20333 #    title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
20334 #    layout: "plot-latency"
20335 #
20336 #-
20337 #  type: "plot"
20338 #  title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
20339 #  algorithm: "plot_latency_error_bars"
20340 #  output-file-type: ".html"
20341 #  output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
20342 #  data: "plot-vpp-throughput-latency-3n-hsw"
20343 #  filter: "'NIC_Intel-XL710' and
20344 #           '64B' and
20345 #           'IP4FWD' and
20346 #           'NDRPDR' and
20347 #           '2T2C' and
20348 #           'IPSECSW' and
20349 #           ('IPSECTRAN' or 'IPSECTUN') and
20350 #           not 'VHOST'"
20351 #  parameters:
20352 #  - "latency"
20353 #  - "parent"
20354 #  - "tags"
20355 #  layout:
20356 #    title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
20357 #    layout: "plot-latency"
20358 #
20359 #################################################################################
20360 #
20361 ## Packet Latency - VPP SRv6 3n-hsw-x520
20362 #-
20363 #  type: "plot"
20364 #  title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
20365 #  algorithm: "plot_latency_error_bars"
20366 #  output-file-type: ".html"
20367 #  output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
20368 #  data: "plot-vpp-throughput-latency-3n-hsw"
20369 #  filter: "'NIC_Intel-X520-DA2' and
20370 #           '78B' and
20371 #           'FEATURE' and
20372 #           'NDRPDR' and
20373 #           '1T1C' and
20374 #           'IP6FWD' and
20375 #           'SRv6'"
20376 #  parameters:
20377 #  - "latency"
20378 #  - "parent"
20379 #  - "tags"
20380 #  layout:
20381 #    title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
20382 #    layout: "plot-latency"
20383 #
20384 #-
20385 #  type: "plot"
20386 #  title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
20387 #  algorithm: "plot_latency_error_bars"
20388 #  output-file-type: ".html"
20389 #  output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
20390 #  data: "plot-vpp-throughput-latency-3n-hsw"
20391 #  filter: "'NIC_Intel-X520-DA2' and
20392 #           '78B' and
20393 #           'FEATURE' and
20394 #           'NDRPDR' and
20395 #           '2T2C' and
20396 #           'IP6FWD' and
20397 #           'SRv6'"
20398 #  parameters:
20399 #  - "latency"
20400 #  - "parent"
20401 #  - "tags"
20402 #  layout:
20403 #    title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
20404 #    layout: "plot-latency"
20405 #
20406 #################################################################################
20407 #
20408 ## Packet Latency - VPP vhost ip4 3n-hsw-x520
20409 #-
20410 #  type: "plot"
20411 #  title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20412 #  algorithm: "plot_latency_error_bars"
20413 #  output-file-type: ".html"
20414 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20415 #  data: "plot-vpp-throughput-latency-3n-hsw"
20416 #  filter: "'NIC_Intel-X520-DA2' and
20417 #           '64B' and
20418 #           'NDRPDR' and
20419 #           'ETH' and
20420 #           'IP4FWD' and
20421 #           '1T1C' and
20422 #           'VHOST_1024' and
20423 #           not 'VXLAN' and
20424 #           not 'DOT1Q'"
20425 #  parameters:
20426 #  - "latency"
20427 #  - "parent"
20428 #  - "tags"
20429 #  sort:
20430 #  - "not CFS_OPT"
20431 #  - "1VM"
20432 #  - "2VM"
20433 #  layout:
20434 #    title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
20435 #    layout: "plot-latency"
20436 #
20437 #-
20438 #  type: "plot"
20439 #  title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20440 #  algorithm: "plot_latency_error_bars"
20441 #  output-file-type: ".html"
20442 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20443 #  data: "plot-vpp-throughput-latency-3n-hsw"
20444 #  filter: "'NIC_Intel-X520-DA2' and
20445 #           '64B' and
20446 #           'NDRPDR' and
20447 #           'ETH' and
20448 #           'IP4FWD' and
20449 #           '2T2C' and
20450 #           'VHOST_1024' and
20451 #           not 'VXLAN' and
20452 #           not 'DOT1Q'"
20453 #  parameters:
20454 #  - "latency"
20455 #  - "parent"
20456 #  - "tags"
20457 #  sort:
20458 #  - "not CFS_OPT"
20459 #  - "1VM"
20460 #  - "2VM"
20461 #  layout:
20462 #    title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
20463 #    layout: "plot-latency"
20464 #
20465 ## Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
20466 #-
20467 #  type: "plot"
20468 #  title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20469 #  algorithm: "plot_latency_error_bars"
20470 #  output-file-type: ".html"
20471 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20472 #  data: "plot-vpp-throughput-latency-3n-hsw"
20473 #  filter: "'NIC_Intel-X520-DA2' and
20474 #           '64B' and
20475 #           'NDRPDR' and
20476 #           ('ETH' or 'DOT1Q') and
20477 #           'BASE' and
20478 #           '1T1C' and
20479 #           ('L2BDMACLRN' or 'L2XCFWD') and
20480 #           'VHOST_1024' and
20481 #           not 'VXLAN' and
20482 #           not 'IP4FWD' and
20483 #           not '2VM'"
20484 #  parameters:
20485 #  - "latency"
20486 #  - "parent"
20487 #  - "tags"
20488 #  sort:
20489 #  - "L2BDMACLRN"
20490 #  - "L2BDMACLRN"
20491 #  - "L2BDMACLRN"
20492 #  - "L2XCFWD"
20493 #  - "L2XCFWD"
20494 #  - "L2XCFWD"
20495 #  layout:
20496 #    title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
20497 #    layout: "plot-latency"
20498 #
20499 #-
20500 #  type: "plot"
20501 #  title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20502 #  algorithm: "plot_latency_error_bars"
20503 #  output-file-type: ".html"
20504 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20505 #  data: "plot-vpp-throughput-latency-3n-hsw"
20506 #  filter: "'NIC_Intel-X520-DA2' and
20507 #           '64B' and
20508 #           'NDRPDR' and
20509 #           ('ETH' or 'DOT1Q') and
20510 #           'BASE' and
20511 #           '2T2C' and
20512 #           ('L2BDMACLRN' or 'L2XCFWD') and
20513 #           'VHOST_1024' and
20514 #           not 'VXLAN' and
20515 #           not 'IP4FWD' and
20516 #           not '2VM'"
20517 #  parameters:
20518 #  - "latency"
20519 #  - "parent"
20520 #  - "tags"
20521 #  sort:
20522 #  - "L2BDMACLRN"
20523 #  - "L2BDMACLRN"
20524 #  - "L2BDMACLRN"
20525 #  - "L2XCFWD"
20526 #  - "L2XCFWD"
20527 #  - "L2XCFWD"
20528 #  layout:
20529 #    title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
20530 #    layout: "plot-latency"
20531 #
20532 ## Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
20533 #-
20534 #  type: "plot"
20535 #  title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
20536 #  algorithm: "plot_latency_error_bars"
20537 #  output-file-type: ".html"
20538 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
20539 #  data: "plot-vpp-throughput-latency-3n-hsw"
20540 #  filter: "'NIC_Intel-X520-DA2' and
20541 #           '64B' and
20542 #           'NDRPDR' and
20543 #           ('ETH' or 'DOT1Q') and
20544 #           '1T1C' and
20545 #           ('L2BDMACLRN' or 'L2XCFWD') and
20546 #           'VHOST_1024' and
20547 #           not 'CFS_OPT' and
20548 #           not 'DOT1Q' and
20549 #           not 'VXLAN' and
20550 #           not 'IP4FWD' and
20551 #           not 'LBOND'"
20552 #  parameters:
20553 #  - "latency"
20554 #  - "parent"
20555 #  - "tags"
20556 ##  sort:
20557 ##  - "1VM"
20558 ##  - "L2XCFWD"
20559 ##  - "1VM"
20560 ##  - "L2BDMACLRN"
20561 #  layout:
20562 #    title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
20563 #    layout: "plot-latency"
20564 #
20565 #-
20566 #  type: "plot"
20567 #  title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
20568 #  algorithm: "plot_latency_error_bars"
20569 #  output-file-type: ".html"
20570 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
20571 #  data: "plot-vpp-throughput-latency-3n-hsw"
20572 #  filter: "'NIC_Intel-X520-DA2' and
20573 #           '64B' and
20574 #           'NDRPDR' and
20575 #           ('ETH' or 'DOT1Q') and
20576 #           '2T2C' and
20577 #           ('L2BDMACLRN' or 'L2XCFWD') and
20578 #           'VHOST_1024' and
20579 #           not 'CFS_OPT' and
20580 #           not 'DOT1Q' and
20581 #           not 'VXLAN' and
20582 #           not 'IP4FWD' and
20583 #           not 'LBOND'"
20584 #  parameters:
20585 #  - "latency"
20586 #  - "parent"
20587 #  - "tags"
20588 ##  sort:
20589 ##  - "1VM"
20590 ##  - "L2XCFWD"
20591 ##  - "1VM"
20592 ##  - "L2BDMACLRN"
20593 #  layout:
20594 #    title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
20595 #    layout: "plot-latency"
20596 #
20597 ## Packet Latency - VPP vhost ip4 3n-hsw-x710
20598 #-
20599 #  type: "plot"
20600 #  title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20601 #  algorithm: "plot_latency_error_bars"
20602 #  output-file-type: ".html"
20603 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20604 #  data: "plot-vpp-throughput-latency-3n-hsw"
20605 #  filter: "'NIC_Intel-X710' and
20606 #           '64B' and
20607 #           'NDRPDR' and
20608 #           'ETH' and
20609 #           'IP4FWD' and
20610 #           '1T1C' and
20611 #           'VHOST_1024' and
20612 #           not 'VXLAN' and
20613 #           not 'CFS_OPT' and
20614 #           not 'DOT1Q'"
20615 #  parameters:
20616 #  - "latency"
20617 #  - "parent"
20618 #  - "tags"
20619 #  sort:
20620 #  - "1VM"
20621 #  - "2VM"
20622 #  layout:
20623 #    title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20624 #    layout: "plot-latency"
20625 #
20626 #-
20627 #  type: "plot"
20628 #  title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20629 #  algorithm: "plot_latency_error_bars"
20630 #  output-file-type: ".html"
20631 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20632 #  data: "plot-vpp-throughput-latency-3n-hsw"
20633 #  filter: "'NIC_Intel-X710' and
20634 #           '64B' and
20635 #           'NDRPDR' and
20636 #           'ETH' and
20637 #           'IP4FWD' and
20638 #           '2T2C' and
20639 #           'VHOST_1024' and
20640 #           not 'VXLAN' and
20641 #           not 'CFS_OPT' and
20642 #           not 'DOT1Q'"
20643 #  parameters:
20644 #  - "latency"
20645 #  - "parent"
20646 #  - "tags"
20647 #  sort:
20648 #  - "1VM"
20649 #  - "2VM"
20650 #  layout:
20651 #    title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20652 #    layout: "plot-latency"
20653 #
20654 ## Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
20655 #-
20656 #  type: "plot"
20657 #  title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20658 #  algorithm: "plot_latency_error_bars"
20659 #  output-file-type: ".html"
20660 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20661 #  data: "plot-vpp-throughput-latency-3n-hsw"
20662 #  filter: "'NIC_Intel-X710' and
20663 #           '64B' and
20664 #           'NDRPDR' and
20665 #           ('ETH' or 'DOT1Q') and
20666 #           'BASE' and
20667 #           '1T1C' and
20668 #           ('L2BDMACLRN' or 'L2XCFWD') and
20669 #           'VHOST_1024' and
20670 #           not 'VXLAN' and
20671 #           not 'IP4FWD' and
20672 #           not '2VM'"
20673 #  parameters:
20674 #  - "latency"
20675 #  - "parent"
20676 #  - "tags"
20677 #  sort:
20678 #  - "L2BDMACLRN"
20679 #  - "L2BDMACLRN"
20680 #  - "L2BDMACLRN"
20681 #  - "L2XCFWD"
20682 #  - "L2XCFWD"
20683 #  - "L2XCFWD"
20684 #  layout:
20685 #    title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
20686 #    layout: "plot-latency"
20687 #
20688 #-
20689 #  type: "plot"
20690 #  title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20691 #  algorithm: "plot_latency_error_bars"
20692 #  output-file-type: ".html"
20693 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20694 #  data: "plot-vpp-throughput-latency-3n-hsw"
20695 #  filter: "'NIC_Intel-X710' and
20696 #           '64B' and
20697 #           'NDRPDR' and
20698 #           ('ETH' or 'DOT1Q') and
20699 #           'BASE' and
20700 #           '2T2C' and
20701 #           ('L2BDMACLRN' or 'L2XCFWD') and
20702 #           'VHOST_1024' and
20703 #           not 'VXLAN' and
20704 #           not 'IP4FWD' and
20705 #           not '2VM'"
20706 #  parameters:
20707 #  - "latency"
20708 #  - "parent"
20709 #  - "tags"
20710 #  sort:
20711 #  - "L2BDMACLRN"
20712 #  - "L2BDMACLRN"
20713 #  - "L2BDMACLRN"
20714 #  - "L2XCFWD"
20715 #  - "L2XCFWD"
20716 #  - "L2XCFWD"
20717 #  layout:
20718 #    title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
20719 #    layout: "plot-latency"
20720 #
20721 ## Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
20722 #-
20723 #  type: "plot"
20724 #  title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr-lat"
20725 #  algorithm: "plot_latency_error_bars"
20726 #  output-file-type: ".html"
20727 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr-lat"
20728 #  data: "plot-vpp-throughput-latency-3n-hsw"
20729 #  filter: "'NIC_Intel-X710' and
20730 #           '64B' and
20731 #           'NDRPDR' and
20732 #           ('ETH' or 'DOT1Q') and
20733 #           '1T1C' and
20734 #           ('L2BDMACLRN' or 'L2XCFWD') and
20735 #           'VHOST_1024' and
20736 #           not 'CFS_OPT' and
20737 #           not 'VXLAN' and
20738 #           not 'IP4FWD' and
20739 #           not 'LBOND'"
20740 #  parameters:
20741 #  - "latency"
20742 #  - "parent"
20743 #  - "tags"
20744 #  sort:
20745 #  - "L2BDMACLRN"
20746 #  - "L2BDMACLRN"
20747 #  - "L2BDMACLRN"
20748 #  - "L2XCFWD"
20749 #  - "L2XCFWD"
20750 #  - "L2XCFWD"
20751 #  layout:
20752 #    title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
20753 #    layout: "plot-latency"
20754 #
20755 #-
20756 #  type: "plot"
20757 #  title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr-lat"
20758 #  algorithm: "plot_latency_error_bars"
20759 #  output-file-type: ".html"
20760 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr-lat"
20761 #  data: "plot-vpp-throughput-latency-3n-hsw"
20762 #  filter: "'NIC_Intel-X710' and
20763 #           '64B' and
20764 #           'NDRPDR' and
20765 #           ('ETH' or 'DOT1Q') and
20766 #           '2T2C' and
20767 #           ('L2BDMACLRN' or 'L2XCFWD') and
20768 #           'VHOST_1024' and
20769 #           not 'CFS_OPT' and
20770 #           not 'VXLAN' and
20771 #           not 'IP4FWD' and
20772 #           not 'LBOND'"
20773 #  parameters:
20774 #  - "latency"
20775 #  - "parent"
20776 #  - "tags"
20777 #  sort:
20778 #  - "L2BDMACLRN"
20779 #  - "L2BDMACLRN"
20780 #  - "L2BDMACLRN"
20781 #  - "L2XCFWD"
20782 #  - "L2XCFWD"
20783 #  - "L2XCFWD"
20784 #  layout:
20785 #    title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
20786 #    layout: "plot-latency"
20787
20788 # Packet Latency - VPP vhost ip4 3n-skx-x710
20789 -
20790   type: "plot"
20791   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20792   algorithm: "plot_latency_error_bars"
20793   output-file-type: ".html"
20794   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20795   data: "plot-vpp-throughput-latency-3n-skx"
20796   filter: "'NIC_Intel-X710' and
20797            '64B' and
20798            'NDRPDR' and
20799            'ETH' and
20800            'IP4FWD' and
20801            '2T1C' and
20802            'VHOST_1024' and
20803            not 'VXLAN' and
20804            not 'DOT1Q'"
20805   parameters:
20806   - "latency"
20807   - "parent"
20808   - "tags"
20809   sort:
20810   - "1VM"
20811   - "2VM"
20812   layout:
20813     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20814     layout: "plot-latency"
20815
20816 -
20817   type: "plot"
20818   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20819   algorithm: "plot_latency_error_bars"
20820   output-file-type: ".html"
20821   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20822   data: "plot-vpp-throughput-latency-3n-skx"
20823   filter: "'NIC_Intel-X710' and
20824            '64B' and
20825            'NDRPDR' and
20826            'ETH' and
20827            'IP4FWD' and
20828            '4T2C' and
20829            'VHOST_1024' and
20830            not 'VXLAN' and
20831            not 'DOT1Q'"
20832   parameters:
20833   - "latency"
20834   - "parent"
20835   - "tags"
20836   sort:
20837   - "1VM"
20838   - "2VM"
20839   layout:
20840     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20841     layout: "plot-latency"
20842
20843 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
20844 -
20845   type: "plot"
20846   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20847   algorithm: "plot_latency_error_bars"
20848   output-file-type: ".html"
20849   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20850   data: "plot-vpp-throughput-latency-3n-skx"
20851   filter: "'NIC_Intel-X710' and
20852            '64B' and
20853            'NDRPDR' and
20854            ('ETH' or 'DOT1Q') and
20855            'BASE' and
20856            '2T1C' and
20857            ('L2BDMACLRN' or 'L2XCFWD') and
20858            'VHOST_1024' and
20859            not 'VXLAN' and
20860            not 'IP4FWD' and
20861            not '2VM'"
20862   parameters:
20863   - "latency"
20864   - "parent"
20865   - "tags"
20866   sort:
20867   - "L2BDMACLRN"
20868   - "L2BDMACLRN"
20869   - "L2BDMACLRN"
20870   - "L2XCFWD"
20871   - "L2XCFWD"
20872   - "L2XCFWD"
20873   layout:
20874     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
20875     layout: "plot-latency"
20876
20877 -
20878   type: "plot"
20879   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
20880   algorithm: "plot_latency_error_bars"
20881   output-file-type: ".html"
20882   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
20883   data: "plot-vpp-throughput-latency-3n-skx"
20884   filter: "'NIC_Intel-X710' and
20885            '64B' and
20886            'NDRPDR' and
20887            ('ETH' or 'DOT1Q') and
20888            'BASE' and
20889            '4T2C' and
20890            ('L2BDMACLRN' or 'L2XCFWD') and
20891            'VHOST_1024' and
20892            not 'VXLAN' and
20893            not 'IP4FWD' and
20894            not '2VM'"
20895   parameters:
20896   - "latency"
20897   - "parent"
20898   - "tags"
20899   sort:
20900   - "L2BDMACLRN"
20901   - "L2BDMACLRN"
20902   - "L2BDMACLRN"
20903   - "L2XCFWD"
20904   - "L2XCFWD"
20905   - "L2XCFWD"
20906   layout:
20907     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
20908     layout: "plot-latency"
20909
20910 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
20911 -
20912   type: "plot"
20913   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr-lat"
20914   algorithm: "plot_latency_error_bars"
20915   output-file-type: ".html"
20916   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr-lat"
20917   data: "plot-vpp-throughput-latency-3n-skx"
20918   filter: "'NIC_Intel-X710' and
20919            '64B' and
20920            'NDRPDR' and
20921            ('ETH' or 'DOT1Q') and
20922            '2T1C' and
20923            ('L2BDMACLRN' or 'L2XCFWD') and
20924            'VHOST_1024' and
20925            not 'CFS_OPT' and
20926            not 'VXLAN' and
20927            not 'IP4FWD' and
20928            not 'LBOND'"
20929   parameters:
20930   - "latency"
20931   - "parent"
20932   - "tags"
20933   sort:
20934   - "L2BDMACLRN"
20935   - "L2BDMACLRN"
20936   - "L2BDMACLRN"
20937   - "L2XCFWD"
20938   - "L2XCFWD"
20939   - "L2XCFWD"
20940   layout:
20941     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
20942     layout: "plot-latency"
20943
20944 -
20945   type: "plot"
20946   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr-lat"
20947   algorithm: "plot_latency_error_bars"
20948   output-file-type: ".html"
20949   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr-lat"
20950   data: "plot-vpp-throughput-latency-3n-skx"
20951   filter: "'NIC_Intel-X710' and
20952            '64B' and
20953            'NDRPDR' and
20954            ('ETH' or 'DOT1Q') and
20955            '4T2C' and
20956            ('L2BDMACLRN' or 'L2XCFWD') and
20957            'VHOST_1024' and
20958            not 'CFS_OPT' and
20959            not 'VXLAN' and
20960            not 'IP4FWD' and
20961            not 'LBOND'"
20962   parameters:
20963   - "latency"
20964   - "parent"
20965   - "tags"
20966   sort:
20967   - "L2BDMACLRN"
20968   - "L2BDMACLRN"
20969   - "L2BDMACLRN"
20970   - "L2XCFWD"
20971   - "L2XCFWD"
20972   - "L2XCFWD"
20973   layout:
20974     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
20975     layout: "plot-latency"
20976
20977 ## Packet Latency - VPP vhost ip4 2n-skx-x710
20978 #-
20979 #  type: "plot"
20980 #  title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20981 #  algorithm: "plot_latency_error_bars"
20982 #  output-file-type: ".html"
20983 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20984 #  data: "plot-vpp-throughput-latency-2n-skx"
20985 #  filter: "'NIC_Intel-X710' and
20986 #           '64B' and
20987 #           'NDRPDR' and
20988 #           'ETH' and
20989 #           'IP4FWD' and
20990 #           '2T1C' and
20991 #           'VHOST_1024' and
20992 #           not 'VXLAN' and
20993 #           not 'NF_DENSITY' and
20994 #           not 'CFS_OPT' and
20995 #           not 'DOT1Q'"
20996 #  parameters:
20997 #  - "latency"
20998 #  - "parent"
20999 #  - "tags"
21000 #  sort:
21001 #  - "1VM"
21002 #  - "2VM"
21003 #  layout:
21004 #    title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
21005 #    layout: "plot-latency"
21006 #
21007 #-
21008 #  type: "plot"
21009 #  title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21010 #  algorithm: "plot_latency_error_bars"
21011 #  output-file-type: ".html"
21012 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21013 #  data: "plot-vpp-throughput-latency-2n-skx"
21014 #  filter: "'NIC_Intel-X710' and
21015 #           '64B' and
21016 #           'NDRPDR' and
21017 #           'ETH' and
21018 #           'IP4FWD' and
21019 #           '4T2C' and
21020 #           'VHOST_1024' and
21021 #           not 'VXLAN' and
21022 #           not 'NF_DENSITY' and
21023 #           not 'CFS_OPT' and
21024 #           not 'DOT1Q'"
21025 #  parameters:
21026 #  - "latency"
21027 #  - "parent"
21028 #  - "tags"
21029 #  sort:
21030 #  - "1VM"
21031 #  - "2VM"
21032 #  layout:
21033 #    title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
21034 #    layout: "plot-latency"
21035 #
21036 ## Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
21037 #-
21038 #  type: "plot"
21039 #  title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
21040 #  algorithm: "plot_latency_error_bars"
21041 #  output-file-type: ".html"
21042 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
21043 #  data: "plot-vpp-throughput-latency-2n-skx"
21044 #  filter: "'NIC_Intel-X710' and
21045 #           '64B' and
21046 #           'NDRPDR' and
21047 #           ('ETH' or 'DOT1Q') and
21048 #           'BASE' and
21049 #           '2T1C' and
21050 #           ('L2BDMACLRN' or 'L2XCFWD') and
21051 #           'VHOST_1024' and
21052 #           not 'VXLAN' and
21053 #           not 'NF_DENSITY' and
21054 #           not 'IP4FWD' and
21055 #           not '2VM'"
21056 #  parameters:
21057 #  - "latency"
21058 #  - "parent"
21059 #  - "tags"
21060 ##  sort:
21061 ##  - "not CFS_OPT"
21062 ##  - "L2XCFWD"
21063 ##  - "not CFS_OPT"
21064 ##  - "CFS_OPT"
21065 #  layout:
21066 #    title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
21067 #    layout: "plot-latency"
21068 #
21069 #-
21070 #  type: "plot"
21071 #  title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21072 #  algorithm: "plot_latency_error_bars"
21073 #  output-file-type: ".html"
21074 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21075 #  data: "plot-vpp-throughput-latency-2n-skx"
21076 #  filter: "'NIC_Intel-X710' and
21077 #           '64B' and
21078 #           'NDRPDR' and
21079 #           ('ETH' or 'DOT1Q') and
21080 #           'BASE' and
21081 #           '4T2C' and
21082 #           ('L2BDMACLRN' or 'L2XCFWD') and
21083 #           'VHOST_1024' and
21084 #           not 'VXLAN' and
21085 #           not 'NF_DENSITY' and
21086 #           not 'IP4FWD' and
21087 #           not '2VM'"
21088 #  parameters:
21089 #  - "latency"
21090 #  - "parent"
21091 #  - "tags"
21092 ##  sort:
21093 ##  - "not CFS_OPT"
21094 ##  - "L2XCFWD"
21095 ##  - "not CFS_OPT"
21096 ##  - "CFS_OPT"
21097 #  layout:
21098 #    title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
21099 #    layout: "plot-latency"
21100 #
21101 ## Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
21102 #-
21103 #  type: "plot"
21104 #  title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
21105 #  algorithm: "plot_latency_error_bars"
21106 #  output-file-type: ".html"
21107 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
21108 #  data: "plot-vpp-throughput-latency-2n-skx"
21109 #  filter: "'NIC_Intel-X710' and
21110 #           '64B' and
21111 #           'NDRPDR' and
21112 #           ('ETH' or 'DOT1Q') and
21113 #           '2T1C' and
21114 #           ('L2BDMACLRN' or 'L2XCFWD') and
21115 #           'VHOST_1024' and
21116 #           not 'CFS_OPT' and
21117 #           not 'VXLAN' and
21118 #           not 'NF_DENSITY' and
21119 #           not 'DOT1Q' and
21120 #           not 'IP4FWD'"
21121 #  parameters:
21122 #  - "latency"
21123 #  - "parent"
21124 #  - "tags"
21125 ##  sort:
21126 ##  - "1VM"
21127 ##  - "L2XCFWD"
21128 ##  - "1VM"
21129 ##  - "L2BDMACLRN"
21130 #  layout:
21131 #    title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
21132 #    layout: "plot-latency"
21133 #
21134 #-
21135 #  type: "plot"
21136 #  title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
21137 #  algorithm: "plot_latency_error_bars"
21138 #  output-file-type: ".html"
21139 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
21140 #  data: "plot-vpp-throughput-latency-2n-skx"
21141 #  filter: "'NIC_Intel-X710' and
21142 #           '64B' and
21143 #           'NDRPDR' and
21144 #           ('ETH' or 'DOT1Q') and
21145 #           '4T2C' and
21146 #           ('L2BDMACLRN' or 'L2XCFWD') and
21147 #           'VHOST_1024' and
21148 #           not 'CFS_OPT' and
21149 #           not 'VXLAN' and
21150 #           not 'NF_DENSITY' and
21151 #           not 'DOT1Q' and
21152 #           not 'IP4FWD'"
21153 #  parameters:
21154 #  - "latency"
21155 #  - "parent"
21156 #  - "tags"
21157 ##  sort:
21158 ##  - "1VM"
21159 ##  - "L2XCFWD"
21160 ##  - "1VM"
21161 ##  - "L2BDMACLRN"
21162 #  layout:
21163 #    title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
21164 #    layout: "plot-latency"
21165 #
21166 ## Packet Latency - VPP vhost ip4 2n-skx-xxv710
21167 #-
21168 #  type: "plot"
21169 #  title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21170 #  algorithm: "plot_latency_error_bars"
21171 #  output-file-type: ".html"
21172 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21173 #  data: "plot-vpp-throughput-latency-2n-skx"
21174 #  filter: "'NIC_Intel-XXV710' and
21175 #           '64B' and
21176 #           'NDRPDR' and
21177 #           'ETH' and
21178 #           'IP4FWD' and
21179 #           '2T1C' and
21180 #           'VHOST_1024' and
21181 #           not 'VXLAN' and
21182 #           not 'CFS_OPT' and
21183 #           not 'DOT1Q'"
21184 #  parameters:
21185 #  - "latency"
21186 #  - "parent"
21187 #  - "tags"
21188 #  sort:
21189 #  - "not CFS_OPT"
21190 #  - "1VM"
21191 #  - "2VM"
21192 #  layout:
21193 #    title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
21194 #    layout: "plot-latency"
21195 #
21196 #-
21197 #  type: "plot"
21198 #  title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
21199 #  algorithm: "plot_latency_error_bars"
21200 #  output-file-type: ".html"
21201 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
21202 #  data: "plot-vpp-throughput-latency-2n-skx"
21203 #  filter: "'NIC_Intel-XXV710' and
21204 #           '64B' and
21205 #           'NDRPDR' and
21206 #           'ETH' and
21207 #           'IP4FWD' and
21208 #           '4T2C' and
21209 #           'VHOST_1024' and
21210 #           not 'VXLAN' and
21211 #           not 'CFS_OPT' and
21212 #           not 'DOT1Q'"
21213 #  parameters:
21214 #  - "latency"
21215 #  - "parent"
21216 #  - "tags"
21217 #  sort:
21218 #  - "not CFS_OPT"
21219 #  - "1VM"
21220 #  - "2VM"
21221 #  layout:
21222 #    title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
21223 #    layout: "plot-latency"
21224 #
21225 ## Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
21226 #-
21227 #  type: "plot"
21228 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
21229 #  algorithm: "plot_latency_error_bars"
21230 #  output-file-type: ".html"
21231 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
21232 #  data: "plot-vpp-throughput-latency-2n-skx"
21233 #  filter: "'NIC_Intel-XXV710' and
21234 #           '64B' and
21235 #           'NDRPDR' and
21236 #           ('ETH' or 'DOT1Q') and
21237 #           'BASE' and
21238 #           '2T1C' and
21239 #           ('L2BDMACLRN' or 'L2XCFWD') and
21240 #           'VHOST_1024' and
21241 #           not 'VXLAN' and
21242 #           not 'IP4FWD' and
21243 #           not '2VM'"
21244 #  parameters:
21245 #  - "latency"
21246 #  - "parent"
21247 #  - "tags"
21248 ##  sort:
21249 ##  - "not CFS_OPT"
21250 ##  - "L2XCFWD"
21251 ##  - "not CFS_OPT"
21252 ##  - "CFS_OPT"
21253 #  layout:
21254 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
21255 #    layout: "plot-latency"
21256 #
21257 #-
21258 #  type: "plot"
21259 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
21260 #  algorithm: "plot_latency_error_bars"
21261 #  output-file-type: ".html"
21262 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
21263 #  data: "plot-vpp-throughput-latency-2n-skx"
21264 #  filter: "'NIC_Intel-XXV710' and
21265 #           '64B' and
21266 #           'NDRPDR' and
21267 #           ('ETH' or 'DOT1Q') and
21268 #           'BASE' and
21269 #           '4T2C' and
21270 #           ('L2BDMACLRN' or 'L2XCFWD') and
21271 #           'VHOST_1024' and
21272 #           not 'VXLAN' and
21273 #           not 'IP4FWD' and
21274 #           not '2VM'"
21275 #  parameters:
21276 #  - "latency"
21277 #  - "parent"
21278 #  - "tags"
21279 ##  sort:
21280 ##  - "not CFS_OPT"
21281 ##  - "L2XCFWD"
21282 ##  - "not CFS_OPT"
21283 ##  - "CFS_OPT"
21284 #  layout:
21285 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
21286 #    layout: "plot-latency"
21287 #
21288 ## Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
21289 #-
21290 #  type: "plot"
21291 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
21292 #  algorithm: "plot_latency_error_bars"
21293 #  output-file-type: ".html"
21294 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
21295 #  data: "plot-vpp-throughput-latency-2n-skx"
21296 #  filter: "'NIC_Intel-XXV710' and
21297 #           '64B' and
21298 #           'NDRPDR' and
21299 #           ('ETH' or 'DOT1Q') and
21300 #           '2T1C' and
21301 #           ('L2BDMACLRN' or 'L2XCFWD') and
21302 #           'VHOST_1024' and
21303 #           not 'CFS_OPT' and
21304 #           not 'VXLAN' and
21305 #           not 'DOT1Q' and
21306 #           not 'IP4FWD'"
21307 #  parameters:
21308 #  - "latency"
21309 #  - "parent"
21310 #  - "tags"
21311 ##  sort:
21312 ##  - "1VM"
21313 ##  - "L2XCFWD"
21314 ##  - "1VM"
21315 ##  - "L2BDMACLRN"
21316 #  layout:
21317 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
21318 #    layout: "plot-latency"
21319 #
21320 #-
21321 #  type: "plot"
21322 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
21323 #  algorithm: "plot_latency_error_bars"
21324 #  output-file-type: ".html"
21325 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
21326 #  data: "plot-vpp-throughput-latency-2n-skx"
21327 #  filter: "'NIC_Intel-XXV710' and
21328 #           '64B' and
21329 #           'NDRPDR' and
21330 #           ('ETH' or 'DOT1Q') and
21331 #           '4T2C' and
21332 #           ('L2BDMACLRN' or 'L2XCFWD') and
21333 #           'VHOST_1024' and
21334 #           not 'CFS_OPT' and
21335 #           not 'VXLAN' and
21336 #           not 'DOT1Q' and
21337 #           not 'IP4FWD'"
21338 #  parameters:
21339 #  - "latency"
21340 #  - "parent"
21341 #  - "tags"
21342 ##  sort:
21343 ##  - "1VM"
21344 ##  - "L2XCFWD"
21345 ##  - "1VM"
21346 ##  - "L2BDMACLRN"
21347 #  layout:
21348 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
21349 #    layout: "plot-latency"
21350
21351 ################################################################################
21352
21353 ## Packet Latency - VPP VTS 3n-hsw-x520
21354 #-
21355 #  type: "plot"
21356 #  title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
21357 #  algorithm: "plot_latency_error_bars"
21358 #  output-file-type: ".html"
21359 #  output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
21360 #  data: "plot-vpp-throughput-latency-3n-hsw"
21361 #  filter: "'NIC_Intel-X520-DA2' and
21362 #           '114B' and
21363 #           'NDRPDR' and
21364 #           '1T1C' and
21365 #           'VTS'"
21366 #  parameters:
21367 #  - "latency"
21368 #  - "parent"
21369 #  - "tags"
21370 #  layout:
21371 #    title: "vts-3n-hsw-x520-114b-1t1c-ndr"
21372 #    layout: "plot-latency"
21373 #
21374 #-
21375 #  type: "plot"
21376 #  title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
21377 #  algorithm: "plot_latency_error_bars"
21378 #  output-file-type: ".html"
21379 #  output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
21380 #  data: "plot-vpp-throughput-latency-3n-hsw"
21381 #  filter: "'NIC_Intel-X520-DA2' and
21382 #           '114B' and
21383 #           'NDRPDR' and
21384 #           '2T2C' and
21385 #           'VTS'"
21386 #  parameters:
21387 #  - "latency"
21388 #  - "parent"
21389 #  - "tags"
21390 #  layout:
21391 #    title: "vts-3n-hsw-x520-114b-2t2c-ndr"
21392 #    layout: "plot-latency"
21393
21394 ################################################################################
21395
21396 # Packet Latency - DPDK l3fwd 3n-hsw-x520
21397 -
21398   type: "plot"
21399   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21400   algorithm: "plot_latency_error_bars"
21401   output-file-type: ".html"
21402   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21403   data: "plot-dpdk-throughput-latency-3n-hsw"
21404   filter: "'NIC_Intel-X520-DA2' and
21405            '64B' and
21406            'BASE' and
21407            'NDRPDR' and
21408            '1T1C' and
21409            'IP4FWD'"
21410   parameters:
21411   - "latency"
21412   - "parent"
21413   - "tags"
21414   layout:
21415     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
21416     layout: "plot-latency"
21417
21418 -
21419   type: "plot"
21420   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21421   algorithm: "plot_latency_error_bars"
21422   output-file-type: ".html"
21423   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21424   data: "plot-dpdk-throughput-latency-3n-hsw"
21425   filter: "'NIC_Intel-X520-DA2' and
21426            '64B' and
21427            'BASE' and
21428            'NDRPDR' and
21429            '2T2C' and
21430            'IP4FWD'"
21431   parameters:
21432   - "latency"
21433   - "parent"
21434   - "tags"
21435   layout:
21436     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
21437     layout: "plot-latency"
21438
21439 # Packet Latency - DPDK l3fwd 3n-hsw-x710
21440 -
21441   type: "plot"
21442   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
21443   algorithm: "plot_latency_error_bars"
21444   output-file-type: ".html"
21445   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
21446   data: "plot-dpdk-throughput-latency-3n-hsw"
21447   filter: "'NIC_Intel-X710' and
21448            '64B' and
21449            'BASE' and
21450            'NDRPDR' and
21451            '1T1C' and
21452            'IP4FWD'"
21453   parameters:
21454   - "latency"
21455   - "parent"
21456   - "tags"
21457   layout:
21458     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
21459     layout: "plot-latency"
21460
21461 -
21462   type: "plot"
21463   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
21464   algorithm: "plot_latency_error_bars"
21465   output-file-type: ".html"
21466   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
21467   data: "plot-dpdk-throughput-latency-3n-hsw"
21468   filter: "'NIC_Intel-X710' and
21469            '64B' and
21470            'BASE' and
21471            'NDRPDR' and
21472            '2T2C' and
21473            'IP4FWD'"
21474   parameters:
21475   - "latency"
21476   - "parent"
21477   - "tags"
21478   layout:
21479     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
21480     layout: "plot-latency"
21481
21482 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
21483 -
21484   type: "plot"
21485   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21486   algorithm: "plot_latency_error_bars"
21487   output-file-type: ".html"
21488   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21489   data: "plot-dpdk-throughput-latency-3n-hsw"
21490   filter: "'NIC_Intel-XL710' and
21491            '64B' and
21492            'BASE' and
21493            'NDRPDR' and
21494            '1T1C' and
21495            'IP4FWD'"
21496   parameters:
21497   - "latency"
21498   - "parent"
21499   - "tags"
21500   layout:
21501     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
21502     layout: "plot-latency"
21503
21504 -
21505   type: "plot"
21506   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21507   algorithm: "plot_latency_error_bars"
21508   output-file-type: ".html"
21509   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21510   data: "plot-dpdk-throughput-latency-3n-hsw"
21511   filter: "'NIC_Intel-XL710' and
21512            '64B' and
21513            'BASE' and
21514            'NDRPDR' and
21515            '2T2C' and
21516            'IP4FWD'"
21517   parameters:
21518   - "latency"
21519   - "parent"
21520   - "tags"
21521   layout:
21522     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
21523     layout: "plot-latency"
21524
21525 # Packet Latency - DPDK l3fwd 3n-skx-x710
21526 -
21527   type: "plot"
21528   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
21529   algorithm: "plot_latency_error_bars"
21530   output-file-type: ".html"
21531   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
21532   data: "plot-dpdk-throughput-latency-3n-skx"
21533   filter: "'NIC_Intel-X710' and
21534            '64B' and
21535            'BASE' and
21536            'NDRPDR' and
21537            '2T1C' and
21538            'IP4FWD'"
21539   parameters:
21540   - "latency"
21541   - "parent"
21542   - "tags"
21543   layout:
21544     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
21545     layout: "plot-latency"
21546
21547 -
21548   type: "plot"
21549   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
21550   algorithm: "plot_latency_error_bars"
21551   output-file-type: ".html"
21552   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
21553   data: "plot-dpdk-throughput-latency-3n-skx"
21554   filter: "'NIC_Intel-X710' and
21555            '64B' and
21556            'BASE' and
21557            'NDRPDR' and
21558            '4T2C' and
21559            'IP4FWD'"
21560   parameters:
21561   - "latency"
21562   - "parent"
21563   - "tags"
21564   layout:
21565     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
21566     layout: "plot-latency"
21567
21568 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
21569 -
21570   type: "plot"
21571   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
21572   algorithm: "plot_latency_error_bars"
21573   output-file-type: ".html"
21574   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
21575   data: "plot-dpdk-throughput-latency-3n-skx"
21576   filter: "'NIC_Intel-XXV710' and
21577            '64B' and
21578            'BASE' and
21579            'NDRPDR' and
21580            '2T1C' and
21581            'IP4FWD'"
21582   parameters:
21583   - "latency"
21584   - "parent"
21585   - "tags"
21586   layout:
21587     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
21588     layout: "plot-latency"
21589
21590 -
21591   type: "plot"
21592   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
21593   algorithm: "plot_latency_error_bars"
21594   output-file-type: ".html"
21595   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
21596   data: "plot-dpdk-throughput-latency-3n-skx"
21597   filter: "'NIC_Intel-XXV710' and
21598            '64B' and
21599            'BASE' and
21600            'NDRPDR' and
21601            '4T2C' and
21602            'IP4FWD'"
21603   parameters:
21604   - "latency"
21605   - "parent"
21606   - "tags"
21607   layout:
21608     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
21609     layout: "plot-latency"
21610
21611 # Packet Latency - DPDK l3fwd 2n-skx-x710
21612 -
21613   type: "plot"
21614   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
21615   algorithm: "plot_latency_error_bars"
21616   output-file-type: ".html"
21617   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
21618   data: "plot-dpdk-throughput-latency-2n-skx"
21619   filter: "'NIC_Intel-X710' and
21620            '64B' and
21621            'BASE' and
21622            'NDRPDR' and
21623            '2T1C' and
21624            'IP4FWD'"
21625   parameters:
21626   - "latency"
21627   - "parent"
21628   - "tags"
21629   layout:
21630     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
21631     layout: "plot-latency"
21632
21633 -
21634   type: "plot"
21635   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
21636   algorithm: "plot_latency_error_bars"
21637   output-file-type: ".html"
21638   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
21639   data: "plot-dpdk-throughput-latency-2n-skx"
21640   filter: "'NIC_Intel-X710' and
21641            '64B' and
21642            'BASE' and
21643            'NDRPDR' and
21644            '4T2C' and
21645            'IP4FWD'"
21646   parameters:
21647   - "latency"
21648   - "parent"
21649   - "tags"
21650   layout:
21651     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
21652     layout: "plot-latency"
21653
21654 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
21655 -
21656   type: "plot"
21657   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21658   algorithm: "plot_latency_error_bars"
21659   output-file-type: ".html"
21660   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21661   data: "plot-dpdk-throughput-latency-2n-skx"
21662   filter: "'NIC_Intel-XXV710' and
21663            '64B' and
21664            'BASE' and
21665            'NDRPDR' and
21666            '2T1C' and
21667            'IP4FWD'"
21668   parameters:
21669   - "latency"
21670   - "parent"
21671   - "tags"
21672   layout:
21673     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
21674     layout: "plot-latency"
21675
21676 -
21677   type: "plot"
21678   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21679   algorithm: "plot_latency_error_bars"
21680   output-file-type: ".html"
21681   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21682   data: "plot-dpdk-throughput-latency-2n-skx"
21683   filter: "'NIC_Intel-XXV710' and
21684            '64B' and
21685            'BASE' and
21686            'NDRPDR' and
21687            '4T2C' and
21688            'IP4FWD'"
21689   parameters:
21690   - "latency"
21691   - "parent"
21692   - "tags"
21693   layout:
21694     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
21695     layout: "plot-latency"
21696
21697 ################################################################################
21698
21699 # Packet Latency - DPDK testpmd 3n-hsw-x520
21700 -
21701   type: "plot"
21702   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21703   algorithm: "plot_latency_error_bars"
21704   output-file-type: ".html"
21705   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21706   data: "plot-dpdk-throughput-latency-3n-hsw"
21707   filter: "'NIC_Intel-X520-DA2' and
21708            '64B' and
21709            'BASE' and
21710            'NDRPDR' and
21711            '1T1C' and
21712            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21713   parameters:
21714   - "latency"
21715   - "parent"
21716   - "tags"
21717   layout:
21718     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
21719     layout: "plot-latency"
21720
21721 -
21722   type: "plot"
21723   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21724   algorithm: "plot_latency_error_bars"
21725   output-file-type: ".html"
21726   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21727   data: "plot-dpdk-throughput-latency-3n-hsw"
21728   filter: "'NIC_Intel-X520-DA2' and
21729            '64B' and
21730            'BASE' and
21731            'NDRPDR' and
21732            '2T2C' and
21733            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21734   parameters:
21735   - "latency"
21736   - "parent"
21737   - "tags"
21738   layout:
21739     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
21740     layout: "plot-latency"
21741
21742 # Packet Latency - DPDK testpmd 3n-hsw-x710
21743 -
21744   type: "plot"
21745   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
21746   algorithm: "plot_latency_error_bars"
21747   output-file-type: ".html"
21748   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
21749   data: "plot-dpdk-throughput-latency-3n-hsw"
21750   filter: "'NIC_Intel-X710' and
21751            '64B' and
21752            'BASE' and
21753            'NDRPDR' and
21754            '1T1C' and
21755            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21756   parameters:
21757   - "latency"
21758   - "parent"
21759   - "tags"
21760   layout:
21761     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
21762     layout: "plot-latency"
21763
21764 -
21765   type: "plot"
21766   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
21767   algorithm: "plot_latency_error_bars"
21768   output-file-type: ".html"
21769   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
21770   data: "plot-dpdk-throughput-latency-3n-hsw"
21771   filter: "'NIC_Intel-X710' and
21772            '64B' and
21773            'BASE' and
21774            'NDRPDR' and
21775            '2T2C' and
21776            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21777   parameters:
21778   - "latency"
21779   - "parent"
21780   - "tags"
21781   layout:
21782     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
21783     layout: "plot-latency"
21784
21785 # Packet Latency - DPDK testpmd 3n-hsw-xl710
21786 -
21787   type: "plot"
21788   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21789   algorithm: "plot_latency_error_bars"
21790   output-file-type: ".html"
21791   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21792   data: "plot-dpdk-throughput-latency-3n-hsw"
21793   filter: "'NIC_Intel-XL710' and
21794            '64B' and
21795            'BASE' and
21796            'NDRPDR' and
21797            '1T1C' and
21798            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21799   parameters:
21800   - "latency"
21801   - "parent"
21802   - "tags"
21803   layout:
21804     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
21805     layout: "plot-latency"
21806
21807 -
21808   type: "plot"
21809   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21810   algorithm: "plot_latency_error_bars"
21811   output-file-type: ".html"
21812   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21813   data: "plot-dpdk-throughput-latency-3n-hsw"
21814   filter: "'NIC_Intel-XL710' and
21815            '64B' and
21816            'BASE' and
21817            'NDRPDR' and
21818            '2T2C' and
21819            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21820   parameters:
21821   - "latency"
21822   - "parent"
21823   - "tags"
21824   layout:
21825     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
21826     layout: "plot-latency"
21827
21828 # Packet Latency - DPDK testpmd 3n-skx-x710
21829 -
21830   type: "plot"
21831   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
21832   algorithm: "plot_latency_error_bars"
21833   output-file-type: ".html"
21834   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
21835   data: "plot-dpdk-throughput-latency-3n-skx"
21836   filter: "'NIC_Intel-X710' and
21837            '64B' and
21838            'BASE' and
21839            'NDRPDR' and
21840            '2T1C' and
21841            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21842   parameters:
21843   - "latency"
21844   - "parent"
21845   - "tags"
21846   layout:
21847     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
21848     layout: "plot-latency"
21849
21850 -
21851   type: "plot"
21852   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
21853   algorithm: "plot_latency_error_bars"
21854   output-file-type: ".html"
21855   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
21856   data: "plot-dpdk-throughput-latency-3n-skx"
21857   filter: "'NIC_Intel-X710' and
21858            '64B' and
21859            'BASE' and
21860            'NDRPDR' and
21861            '4T2C' and
21862            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21863   parameters:
21864   - "latency"
21865   - "parent"
21866   - "tags"
21867   layout:
21868     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
21869     layout: "plot-latency"
21870
21871 # Packet Latency - DPDK testpmd 3n-skx-xxv710
21872 -
21873   type: "plot"
21874   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
21875   algorithm: "plot_latency_error_bars"
21876   output-file-type: ".html"
21877   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
21878   data: "plot-dpdk-throughput-latency-3n-skx"
21879   filter: "'NIC_Intel-XXV710' and
21880            '64B' and
21881            'BASE' and
21882            'NDRPDR' and
21883            '2T1C' and
21884            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21885   parameters:
21886   - "latency"
21887   - "parent"
21888   - "tags"
21889   layout:
21890     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
21891     layout: "plot-latency"
21892
21893 -
21894   type: "plot"
21895   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
21896   algorithm: "plot_latency_error_bars"
21897   output-file-type: ".html"
21898   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
21899   data: "plot-dpdk-throughput-latency-3n-skx"
21900   filter: "'NIC_Intel-XXV710' and
21901            '64B' and
21902            'BASE' and
21903            'NDRPDR' and
21904            '4T2C' and
21905            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21906   parameters:
21907   - "latency"
21908   - "parent"
21909   - "tags"
21910   layout:
21911     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
21912     layout: "plot-latency"
21913
21914 # Packet Latency - DPDK testpmd 2n-skx-x710
21915 -
21916   type: "plot"
21917   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
21918   algorithm: "plot_latency_error_bars"
21919   output-file-type: ".html"
21920   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
21921   data: "plot-dpdk-throughput-latency-2n-skx"
21922   filter: "'NIC_Intel-X710' and
21923            '64B' and
21924            'BASE' and
21925            'NDRPDR' and
21926            '2T1C' and
21927            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21928   parameters:
21929   - "latency"
21930   - "parent"
21931   - "tags"
21932   layout:
21933     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
21934     layout: "plot-latency"
21935
21936 -
21937   type: "plot"
21938   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
21939   algorithm: "plot_latency_error_bars"
21940   output-file-type: ".html"
21941   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
21942   data: "plot-dpdk-throughput-latency-2n-skx"
21943   filter: "'NIC_Intel-X710' and
21944            '64B' and
21945            'BASE' and
21946            'NDRPDR' and
21947            '4T2C' and
21948            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21949   parameters:
21950   - "latency"
21951   - "parent"
21952   - "tags"
21953   layout:
21954     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
21955     layout: "plot-latency"
21956
21957 # Packet Latency - DPDK testpmd 2n-skx-xxv710
21958 -
21959   type: "plot"
21960   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21961   algorithm: "plot_latency_error_bars"
21962   output-file-type: ".html"
21963   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21964   data: "plot-dpdk-throughput-latency-2n-skx"
21965   filter: "'NIC_Intel-XXV710' and
21966            '64B' and
21967            'BASE' and
21968            'NDRPDR' and
21969            '2T1C' and
21970            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21971   parameters:
21972   - "latency"
21973   - "parent"
21974   - "tags"
21975   layout:
21976     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
21977     layout: "plot-latency"
21978
21979 -
21980   type: "plot"
21981   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21982   algorithm: "plot_latency_error_bars"
21983   output-file-type: ".html"
21984   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21985   data: "plot-dpdk-throughput-latency-2n-skx"
21986   filter: "'NIC_Intel-XXV710' and
21987            '64B' and
21988            'BASE' and
21989            'NDRPDR' and
21990            '4T2C' and
21991            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21992   parameters:
21993   - "latency"
21994   - "parent"
21995   - "tags"
21996   layout:
21997     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
21998     layout: "plot-latency"
21999
22000 ################################################################################
22001
22002 ## Speedup - VPP Container Memif 3n-hsw-x520
22003 #-
22004 #  type: "plot"
22005 #  title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-ndr-tsa"
22006 #  algorithm: "plot_throughput_speedup_analysis"
22007 #  output-file-type: ".html"
22008 #  output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-ndr-tsa"
22009 #  data: "plot-throughput-speedup-analysis-3n-hsw"
22010 #  filter: "'NIC_Intel-X520-DA2' and
22011 #           '64B' and
22012 #           ('BASE' or 'SCALE') and
22013 #           'NDRPDR' and
22014 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22015 #           not 'VHOST' and
22016 #           'MEMIF'"
22017 #  parameters:
22018 #  - "throughput"
22019 #  - "parent"
22020 #  - "tags"
22021 #  sort:
22022 #  - "L2XCFWD"
22023 #  - "L2XCFWD"
22024 #  - "L2XCFWD"
22025 #  - "L2BDMACLRN"
22026 #  - "L2BDMACLRN"
22027 #  - "L2BDMACLRN"
22028 #  - "IP4FWD"
22029 #  layout:
22030 #    title: "memif-3n-hsw-x520-64b-base_and_features-ndr"
22031 #    layout: "plot-throughput-speedup-analysis"
22032 #
22033 #-
22034 #  type: "plot"
22035 #  title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-pdr-tsa"
22036 #  algorithm: "plot_throughput_speedup_analysis"
22037 #  output-file-type: ".html"
22038 #  output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-pdr-tsa"
22039 #  data: "plot-throughput-speedup-analysis-3n-hsw"
22040 #  filter: "'NIC_Intel-X520-DA2' and
22041 #           '64B' and
22042 #           ('BASE' or 'SCALE') and
22043 #           'NDRPDR' and
22044 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22045 #           not 'VHOST' and
22046 #           'MEMIF'"
22047 #  parameters:
22048 #  - "throughput"
22049 #  - "parent"
22050 #  - "tags"
22051 #  sort:
22052 #  - "L2XCFWD"
22053 #  - "L2XCFWD"
22054 #  - "L2XCFWD"
22055 #  - "L2BDMACLRN"
22056 #  - "L2BDMACLRN"
22057 #  - "L2BDMACLRN"
22058 #  - "IP4FWD"
22059 #  layout:
22060 #    title: "memif-3n-hsw-x520-64b-base_and_features-pdr"
22061 #    layout: "plot-throughput-speedup-analysis"
22062 #
22063 ## Speedup - VPP Container Memif 3n-hsw-x710
22064 #-
22065 #  type: "plot"
22066 #  title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-ndr-tsa"
22067 #  algorithm: "plot_throughput_speedup_analysis"
22068 #  output-file-type: ".html"
22069 #  output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-ndr-tsa"
22070 #  data: "plot-throughput-speedup-analysis-3n-hsw"
22071 #  filter: "'NIC_Intel-X710' and
22072 #           '64B' and
22073 #           ('BASE' or 'SCALE') and
22074 #           'NDRPDR' and
22075 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22076 #           not 'VHOST' and
22077 #           'MEMIF'"
22078 #  parameters:
22079 #  - "throughput"
22080 #  - "parent"
22081 #  - "tags"
22082 #  sort:
22083 #  - "L2XCFWD"
22084 #  - "L2XCFWD"
22085 #  - "L2XCFWD"
22086 #  - "L2BDMACLRN"
22087 #  - "L2BDMACLRN"
22088 #  - "L2BDMACLRN"
22089 #  - "IP4FWD"
22090 #  layout:
22091 #    title: "memif-3n-hsw-x710-64b-base_and_features-ndr"
22092 #    layout: "plot-throughput-speedup-analysis"
22093 #
22094 #-
22095 #  type: "plot"
22096 #  title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-pdr-tsa"
22097 #  algorithm: "plot_throughput_speedup_analysis"
22098 #  output-file-type: ".html"
22099 #  output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-pdr-tsa"
22100 #  data: "plot-throughput-speedup-analysis-3n-hsw"
22101 #  filter: "'NIC_Intel-X710' and
22102 #           '64B' and
22103 #           ('BASE' or 'SCALE') and
22104 #           'NDRPDR' and
22105 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22106 #           not 'VHOST' and
22107 #           'MEMIF'"
22108 #  parameters:
22109 #  - "throughput"
22110 #  - "parent"
22111 #  - "tags"
22112 #  sort:
22113 #  - "L2XCFWD"
22114 #  - "L2XCFWD"
22115 #  - "L2XCFWD"
22116 #  - "L2BDMACLRN"
22117 #  - "L2BDMACLRN"
22118 #  - "L2BDMACLRN"
22119 #  - "IP4FWD"
22120 #  layout:
22121 #    title: "memif-3n-hsw-x710-64b-base_and_features-pdr"
22122 #    layout: "plot-throughput-speedup-analysis"
22123 #
22124 ## Speedup - VPP Container Memif 3n-hsw-xl710
22125 #-
22126 #  type: "plot"
22127 #  title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa"
22128 #  algorithm: "plot_throughput_speedup_analysis"
22129 #  output-file-type: ".html"
22130 #  output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa"
22131 #  data: "plot-throughput-speedup-analysis-3n-hsw"
22132 #  filter: "'NIC_Intel-XL710' and
22133 #           '64B' and
22134 #           ('BASE' or 'SCALE') and
22135 #           'NDRPDR' and
22136 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22137 #           not 'VHOST' and
22138 #           'MEMIF'"
22139 #  parameters:
22140 #  - "throughput"
22141 #  - "parent"
22142 #  - "tags"
22143 #  sort:
22144 #  - "L2XCFWD"
22145 #  - "L2XCFWD"
22146 #  - "L2XCFWD"
22147 #  - "L2BDMACLRN"
22148 #  - "L2BDMACLRN"
22149 #  - "L2BDMACLRN"
22150 #  - "IP4FWD"
22151 #  layout:
22152 #    title: "memif-3n-hsw-xl710-64b-base_and_features-ndr"
22153 #    layout: "plot-throughput-speedup-analysis"
22154 #
22155 #-
22156 #  type: "plot"
22157 #  title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa"
22158 #  algorithm: "plot_throughput_speedup_analysis"
22159 #  output-file-type: ".html"
22160 #  output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa"
22161 #  data: "plot-throughput-speedup-analysis-3n-hsw"
22162 #  filter: "'NIC_Intel-XL710' and
22163 #           '64B' and
22164 #           ('BASE' or 'SCALE') and
22165 #           'NDRPDR' and
22166 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22167 #           not 'VHOST' and
22168 #           'MEMIF'"
22169 #  parameters:
22170 #  - "throughput"
22171 #  - "parent"
22172 #  - "tags"
22173 #  sort:
22174 #  - "L2XCFWD"
22175 #  - "L2XCFWD"
22176 #  - "L2XCFWD"
22177 #  - "L2BDMACLRN"
22178 #  - "L2BDMACLRN"
22179 #  - "L2BDMACLRN"
22180 #  - "IP4FWD"
22181 #  layout:
22182 #    title: "memif-3n-hsw-xl710-64b-base_and_features-pdr"
22183 #    layout: "plot-throughput-speedup-analysis"
22184
22185 # Speedup - VPP Container Memif 3n-skx-x710
22186 -
22187   type: "plot"
22188   title: "Speedup: memif-3n-skx-x710-64b-base_and_features-ndr-tsa"
22189   algorithm: "plot_throughput_speedup_analysis"
22190   output-file-type: ".html"
22191   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-ndr-tsa"
22192   data: "plot-throughput-speedup-analysis-3n-skx"
22193   filter: "'NIC_Intel-X710' and
22194            '64B' and
22195            ('BASE' or 'SCALE') and
22196            'NDRPDR' and
22197            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22198            not 'VHOST' and
22199            'MEMIF'"
22200   parameters:
22201   - "throughput"
22202   - "parent"
22203   - "tags"
22204   sort:
22205   - "L2XCFWD"
22206   - "L2XCFWD"
22207   - "L2XCFWD"
22208   - "L2BDMACLRN"
22209   - "L2BDMACLRN"
22210   - "L2BDMACLRN"
22211   - "IP4FWD"
22212   layout:
22213     title: "memif-3n-skx-x710-64b-base_and_features-ndr"
22214     layout: "plot-throughput-speedup-analysis"
22215
22216 -
22217   type: "plot"
22218   title: "Speedup: memif-3n-skx-x710-64b-base_and_features-pdr-tsa"
22219   algorithm: "plot_throughput_speedup_analysis"
22220   output-file-type: ".html"
22221   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-pdr-tsa"
22222   data: "plot-throughput-speedup-analysis-3n-skx"
22223   filter: "'NIC_Intel-X710' and
22224            '64B' and
22225            ('BASE' or 'SCALE') and
22226            'NDRPDR' and
22227            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22228            not 'VHOST' and
22229            'MEMIF'"
22230   parameters:
22231   - "throughput"
22232   - "parent"
22233   - "tags"
22234   sort:
22235   - "L2XCFWD"
22236   - "L2XCFWD"
22237   - "L2XCFWD"
22238   - "L2BDMACLRN"
22239   - "L2BDMACLRN"
22240   - "L2BDMACLRN"
22241   - "IP4FWD"
22242   layout:
22243     title: "memif-3n-skx-x710-64b-base_and_features-pdr"
22244     layout: "plot-throughput-speedup-analysis"
22245
22246 ## Speedup - VPP Container Memif 2n-skx-x710
22247 #-
22248 #  type: "plot"
22249 #  title: "Speedup: memif-2n-skx-x710-64b-base_and_features-ndr-tsa"
22250 #  algorithm: "plot_throughput_speedup_analysis"
22251 #  output-file-type: ".html"
22252 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-ndr-tsa"
22253 #  data: "plot-throughput-speedup-analysis-2n-skx"
22254 #  filter: "'NIC_Intel-X710' and
22255 #           '64B' and
22256 #           ('BASE' or 'SCALE') and
22257 #           'NDRPDR' and
22258 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22259 #           not 'VHOST' and
22260 #           not 'NF_DENSITY' and
22261 #           'MEMIF'"
22262 #  parameters:
22263 #  - "throughput"
22264 #  - "parent"
22265 #  - "tags"
22266 #  sort:
22267 #  - "L2XCFWD"
22268 #  - "L2XCFWD"
22269 #  - "L2XCFWD"
22270 #  - "L2BDMACLRN"
22271 #  - "L2BDMACLRN"
22272 #  - "L2BDMACLRN"
22273 #  - "IP4FWD"
22274 #  layout:
22275 #    title: "memif-2n-skx-x710-64b-base_and_features-ndr"
22276 #    layout: "plot-throughput-speedup-analysis"
22277 #
22278 #-
22279 #  type: "plot"
22280 #  title: "Speedup: memif-2n-skx-x710-64b-base_and_features-pdr-tsa"
22281 #  algorithm: "plot_throughput_speedup_analysis"
22282 #  output-file-type: ".html"
22283 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-pdr-tsa"
22284 #  data: "plot-throughput-speedup-analysis-2n-skx"
22285 #  filter: "'NIC_Intel-X710' and
22286 #           '64B' and
22287 #           ('BASE' or 'SCALE') and
22288 #           'NDRPDR' and
22289 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22290 #           not 'VHOST' and
22291 #           not 'NF_DENSITY' and
22292 #           'MEMIF'"
22293 #  parameters:
22294 #  - "throughput"
22295 #  - "parent"
22296 #  - "tags"
22297 #  sort:
22298 #  - "L2XCFWD"
22299 #  - "L2XCFWD"
22300 #  - "L2XCFWD"
22301 #  - "L2BDMACLRN"
22302 #  - "L2BDMACLRN"
22303 #  - "L2BDMACLRN"
22304 #  - "IP4FWD"
22305 #  layout:
22306 #    title: "memif-2n-skx-x710-64b-base_and_features-pdr"
22307 #    layout: "plot-throughput-speedup-analysis"
22308 #
22309 ## Speedup - VPP Container Memif 2n-skx-xxv710
22310 #-
22311 #  type: "plot"
22312 #  title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
22313 #  algorithm: "plot_throughput_speedup_analysis"
22314 #  output-file-type: ".html"
22315 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
22316 #  data: "plot-throughput-speedup-analysis-2n-skx"
22317 #  filter: "'NIC_Intel-XXV710' and
22318 #           '64B' and
22319 #           ('BASE' or 'SCALE') and
22320 #           'NDRPDR' and
22321 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22322 #           not 'VHOST' and
22323 #           'MEMIF'"
22324 #  parameters:
22325 #  - "throughput"
22326 #  - "parent"
22327 #  - "tags"
22328 #  sort:
22329 #  - "L2XCFWD"
22330 #  - "L2XCFWD"
22331 #  - "L2XCFWD"
22332 #  - "L2BDMACLRN"
22333 #  - "L2BDMACLRN"
22334 #  - "L2BDMACLRN"
22335 #  - "IP4FWD"
22336 #  layout:
22337 #    title: "memif-2n-skx-xxv710-64b-base_and_features-ndr"
22338 #    layout: "plot-throughput-speedup-analysis"
22339 #
22340 #-
22341 #  type: "plot"
22342 #  title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
22343 #  algorithm: "plot_throughput_speedup_analysis"
22344 #  output-file-type: ".html"
22345 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
22346 #  data: "plot-throughput-speedup-analysis-2n-skx"
22347 #  filter: "'NIC_Intel-XXV710' and
22348 #           '64B' and
22349 #           ('BASE' or 'SCALE') and
22350 #           'NDRPDR' and
22351 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22352 #           not 'VHOST' and
22353 #           'MEMIF'"
22354 #  parameters:
22355 #  - "throughput"
22356 #  - "parent"
22357 #  - "tags"
22358 #  sort:
22359 #  - "L2XCFWD"
22360 #  - "L2XCFWD"
22361 #  - "L2XCFWD"
22362 #  - "L2BDMACLRN"
22363 #  - "L2BDMACLRN"
22364 #  - "L2BDMACLRN"
22365 #  - "IP4FWD"
22366 #  layout:
22367 #    title: "memif-2n-skx-xxv710-64b-base_and_features-pdr"
22368 #    layout: "plot-throughput-speedup-analysis"
22369
22370 ################################################################################
22371
22372 ## Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
22373 #-
22374 #  type: "plot"
22375 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
22376 #  algorithm: "plot_throughput_speedup_analysis"
22377 #  output-file-type: ".html"
22378 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
22379 #  data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22380 #  filter: "'NIC_Intel-X520-DA2' and
22381 #           '64B' and
22382 #           ('BASE' or 'SCALE') and
22383 #           'NDRPDR' and
22384 #           'L2XCFWD' and
22385 #           not 'VHOST' and
22386 #           not 'NF_DENSITY' and
22387 #           'MEMIF'"
22388 #  parameters:
22389 #  - "throughput"
22390 #  - "parent"
22391 #  - "tags"
22392 #  sort:
22393 #  - "1VNF"
22394 #  - "2VNF"
22395 #  - "4VNF"
22396 #  - "2VNF"
22397 #  - "4VNF"
22398 #  layout:
22399 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
22400 #    layout: "plot-throughput-speedup-analysis"
22401 #
22402 #-
22403 #  type: "plot"
22404 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
22405 #  algorithm: "plot_throughput_speedup_analysis"
22406 #  output-file-type: ".html"
22407 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
22408 #  data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22409 #  filter: "'NIC_Intel-X520-DA2' and
22410 #           '64B' and
22411 #           ('BASE' or 'SCALE') and
22412 #           'NDRPDR' and
22413 #           'L2XCFWD' and
22414 #           not 'VHOST' and
22415 #           not 'NF_DENSITY' and
22416 #           'MEMIF'"
22417 #  parameters:
22418 #  - "throughput"
22419 #  - "parent"
22420 #  - "tags"
22421 #  sort:
22422 #  - "1VNF"
22423 #  - "2VNF"
22424 #  - "4VNF"
22425 #  - "2VNF"
22426 #  - "4VNF"
22427 #  layout:
22428 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
22429 #    layout: "plot-throughput-speedup-analysis"
22430 #
22431 ## Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
22432 #-
22433 #  type: "plot"
22434 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
22435 #  algorithm: "plot_throughput_speedup_analysis"
22436 #  output-file-type: ".html"
22437 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
22438 #  data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22439 #  filter: "'NIC_Intel-X520-DA2' and
22440 #           '64B' and
22441 #           ('BASE' or 'SCALE') and
22442 #           'NDRPDR' and
22443 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
22444 #           not 'VHOST' and
22445 #           not 'NF_DENSITY' and
22446 #           'MEMIF'"
22447 #  parameters:
22448 #  - "throughput"
22449 #  - "parent"
22450 #  - "tags"
22451 #  sort:
22452 #  - "1VNF"
22453 #  - "2VNF"
22454 #  - "4VNF"
22455 #  - "2VNF"
22456 #  - "4VNF"
22457 #  layout:
22458 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
22459 #    layout: "plot-throughput-speedup-analysis"
22460 #
22461 #-
22462 #  type: "plot"
22463 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
22464 #  algorithm: "plot_throughput_speedup_analysis"
22465 #  output-file-type: ".html"
22466 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
22467 #  data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22468 #  filter: "'NIC_Intel-X520-DA2' and
22469 #           '64B' and
22470 #           ('BASE' or 'SCALE') and
22471 #           'NDRPDR' and
22472 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
22473 #           not 'VHOST' and
22474 #           not 'NF_DENSITY' and
22475 #           'MEMIF'"
22476 #  parameters:
22477 #  - "throughput"
22478 #  - "parent"
22479 #  - "tags"
22480 #  sort:
22481 #  - "1VNF"
22482 #  - "2VNF"
22483 #  - "4VNF"
22484 #  - "2VNF"
22485 #  - "4VNF"
22486 #  layout:
22487 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
22488 #    layout: "plot-throughput-speedup-analysis"
22489 #
22490 ## Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
22491 #-
22492 #  type: "plot"
22493 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
22494 #  algorithm: "plot_throughput_speedup_analysis"
22495 #  output-file-type: ".html"
22496 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
22497 #  data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22498 #  filter: "'NIC_Intel-X710' and
22499 #           '64B' and
22500 #           ('BASE' or 'SCALE') and
22501 #           'NDRPDR' and
22502 #           'L2XCFWD' and
22503 #           not 'VHOST' and
22504 #           not 'NF_DENSITY' and
22505 #           'MEMIF'"
22506 #  parameters:
22507 #  - "throughput"
22508 #  - "parent"
22509 #  - "tags"
22510 #  sort:
22511 #  - "1VNF"
22512 #  - "2VNF"
22513 #  - "4VNF"
22514 #  - "2VNF"
22515 #  - "4VNF"
22516 #  layout:
22517 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
22518 #    layout: "plot-throughput-speedup-analysis"
22519 #
22520 #-
22521 #  type: "plot"
22522 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
22523 #  algorithm: "plot_throughput_speedup_analysis"
22524 #  output-file-type: ".html"
22525 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
22526 #  data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22527 #  filter: "'NIC_Intel-X710' and
22528 #           '64B' and
22529 #           ('BASE' or 'SCALE') and
22530 #           'NDRPDR' and
22531 #           'L2XCFWD' and
22532 #           not 'VHOST' and
22533 #           not 'NF_DENSITY' and
22534 #           'MEMIF'"
22535 #  parameters:
22536 #  - "throughput"
22537 #  - "parent"
22538 #  - "tags"
22539 #  sort:
22540 #  - "1VNF"
22541 #  - "2VNF"
22542 #  - "4VNF"
22543 #  - "2VNF"
22544 #  - "4VNF"
22545 #  layout:
22546 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
22547 #    layout: "plot-throughput-speedup-analysis"
22548 #
22549 ## Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
22550 #-
22551 #  type: "plot"
22552 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
22553 #  algorithm: "plot_throughput_speedup_analysis"
22554 #  output-file-type: ".html"
22555 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
22556 #  data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22557 #  filter: "'NIC_Intel-X710' and
22558 #           '64B' and
22559 #           ('BASE' or 'SCALE') and
22560 #           'NDRPDR' and
22561 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
22562 #           not 'VHOST' and
22563 #           not 'NF_DENSITY' and
22564 #           'MEMIF'"
22565 #  parameters:
22566 #  - "throughput"
22567 #  - "parent"
22568 #  - "tags"
22569 #  sort:
22570 #  - "1VNF"
22571 #  - "2VNF"
22572 #  - "4VNF"
22573 #  - "2VNF"
22574 #  - "4VNF"
22575 #  layout:
22576 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
22577 #    layout: "plot-throughput-speedup-analysis"
22578 #
22579 #-
22580 #  type: "plot"
22581 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
22582 #  algorithm: "plot_throughput_speedup_analysis"
22583 #  output-file-type: ".html"
22584 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
22585 #  data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22586 #  filter: "'NIC_Intel-X710' and
22587 #           '64B' and
22588 #           ('BASE' or 'SCALE') and
22589 #           'NDRPDR' and
22590 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
22591 #           not 'VHOST' and
22592 #           not 'NF_DENSITY' and
22593 #           'MEMIF'"
22594 #  parameters:
22595 #  - "throughput"
22596 #  - "parent"
22597 #  - "tags"
22598 #  sort:
22599 #  - "1VNF"
22600 #  - "2VNF"
22601 #  - "4VNF"
22602 #  - "2VNF"
22603 #  - "4VNF"
22604 #  layout:
22605 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
22606 #    layout: "plot-throughput-speedup-analysis"
22607
22608 ################################################################################
22609
22610 ## Speedup - VPP IPv4 3n-hsw-x520 base and scale
22611 #-
22612 #  type: "plot"
22613 #  title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
22614 #  algorithm: "plot_throughput_speedup_analysis"
22615 #  output-file-type: ".html"
22616 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
22617 #  data: "plot-throughput-speedup-analysis-3n-hsw"
22618 #  filter: "'NIC_Intel-X520-DA2' and
22619 #           '64B' and
22620 #           ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
22621 #           'NDRPDR' and
22622 #           'IP4FWD' and
22623 #           not 'IPSEC' and
22624 #           not 'DOT1Q' and
22625 #           not 'VHOST'"
22626 #  parameters:
22627 #  - "throughput"
22628 #  - "parent"
22629 #  - "tags"
22630 #  sort:
22631 #  - "DOT1Q"
22632 #  - "IP4BASE"
22633 #  - "FIB_20k"
22634 #  - "FIB_200k"
22635 #  - "FIB_2M"
22636 #  layout:
22637 #    title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
22638 #    layout: "plot-throughput-speedup-analysis"
22639 #
22640 #-
22641 #  type: "plot"
22642 #  title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
22643 #  algorithm: "plot_throughput_speedup_analysis"
22644 #  output-file-type: ".html"
22645 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
22646 #  data: "plot-throughput-speedup-analysis-3n-hsw"
22647 #  filter: "'NIC_Intel-X520-DA2' and
22648 #           '64B' and
22649 #           ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
22650 #           'NDRPDR' and
22651 #           'IP4FWD' and
22652 #           not 'IPSEC' and
22653 #           not 'DOT1Q' and
22654 #           not 'VHOST'"
22655 #  parameters:
22656 #  - "throughput"
22657 #  - "parent"
22658 #  - "tags"
22659 #  sort:
22660 #  - "DOT1Q"
22661 #  - "IP4BASE"
22662 #  - "FIB_20k"
22663 #  - "FIB_200k"
22664 #  - "FIB_2M"
22665 #  layout:
22666 #    title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
22667 #    layout: "plot-throughput-speedup-analysis"
22668 #
22669 ## Speedup - VPP IPv4 3n-hsw-x520 features
22670 #-
22671 #  type: "plot"
22672 #  title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
22673 #  algorithm: "plot_throughput_speedup_analysis"
22674 #  output-file-type: ".html"
22675 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
22676 #  data: "plot-throughput-speedup-analysis-3n-hsw"
22677 #  filter: "'NIC_Intel-X520-DA2' and
22678 #           '64B' and
22679 #           ('IP4BASE' or
22680 #            'POLICE_MARK' or
22681 #            'COPWHLIST' or
22682 #            ('NAT44' and 'BASE') or
22683 #            ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22684 #           'NDRPDR' and
22685 #           'IP4FWD' and
22686 #           not 'IPSEC' and
22687 #           not 'VHOST'"
22688 #  parameters:
22689 #  - "throughput"
22690 #  - "parent"
22691 #  - "tags"
22692 #  sort:
22693 #  - "DOT1Q"
22694 #  - "IP4BASE"
22695 #  - "NAT44"
22696 #  - "POLICE_MARK"
22697 #  - "COPWHLIST"
22698 #  - "IACL"
22699 #  - "OACL"
22700 #  layout:
22701 #    title: "ip4-3n-hsw-x520-64b-features-ndr"
22702 #    layout: "plot-throughput-speedup-analysis"
22703 #
22704 #-
22705 #  type: "plot"
22706 #  title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
22707 #  algorithm: "plot_throughput_speedup_analysis"
22708 #  output-file-type: ".html"
22709 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
22710 #  data: "plot-throughput-speedup-analysis-3n-hsw"
22711 #  filter: "'NIC_Intel-X520-DA2' and
22712 #           '64B' and
22713 #           ('IP4BASE' or
22714 #            'POLICE_MARK' or
22715 #            'COPWHLIST' or
22716 #            ('NAT44' and 'BASE') or
22717 #            ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22718 #           'NDRPDR' and
22719 #           'IP4FWD' and
22720 #           not 'IPSEC' and
22721 #           not 'VHOST'"
22722 #  parameters:
22723 #  - "throughput"
22724 #  - "parent"
22725 #  - "tags"
22726 #  sort:
22727 #  - "DOT1Q"
22728 #  - "IP4BASE"
22729 #  - "NAT44"
22730 #  - "POLICE_MARK"
22731 #  - "COPWHLIST"
22732 #  - "IACL"
22733 #  - "OACL"
22734 #  layout:
22735 #    title: "ip4-3n-hsw-x520-64b-features-pdr"
22736 #    layout: "plot-throughput-speedup-analysis"
22737 #
22738 ## Speedup - VPP IPv4 3n-hsw-x520 features nat44
22739 #-
22740 #  type: "plot"
22741 #  title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
22742 #  algorithm: "plot_throughput_speedup_analysis"
22743 #  output-file-type: ".html"
22744 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
22745 #  data: "plot-throughput-speedup-analysis-3n-hsw"
22746 #  filter: "'NIC_Intel-X520-DA2' and
22747 #           '64B' and
22748 #           'NDRPDR' and
22749 #           'IP4FWD' and
22750 #           ('NAT44' or 'IP4BASE') and
22751 #           not 'DOT1Q' and
22752 #           not 'IPSEC' and
22753 #           not 'VHOST'"
22754 #  parameters:
22755 #  - "throughput"
22756 #  - "parent"
22757 #  - "tags"
22758 #  sort:
22759 #  - "IP4BASE"
22760 #  - "BASE"
22761 #  - "SRC_USER_10"
22762 #  - "SRC_USER_100"
22763 #  - "SRC_USER_1000"
22764 #  - "SRC_USER_2000"
22765 #  layout:
22766 #    title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
22767 #    layout: "plot-throughput-speedup-analysis"
22768 #
22769 #-
22770 #  type: "plot"
22771 #  title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
22772 #  algorithm: "plot_throughput_speedup_analysis"
22773 #  output-file-type: ".html"
22774 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
22775 #  data: "plot-throughput-speedup-analysis-3n-hsw"
22776 #  filter: "'NIC_Intel-X520-DA2' and
22777 #           '64B' and
22778 #           'NDRPDR' and
22779 #           'IP4FWD' and
22780 #           ('NAT44' or 'IP4BASE') and
22781 #           not 'DOT1Q' and
22782 #           not 'IPSEC' and
22783 #           not 'VHOST'"
22784 #  parameters:
22785 #  - "throughput"
22786 #  - "parent"
22787 #  - "tags"
22788 #  sort:
22789 #  - "IP4BASE"
22790 #  - "BASE"
22791 #  - "SRC_USER_10"
22792 #  - "SRC_USER_100"
22793 #  - "SRC_USER_1000"
22794 #  - "SRC_USER_2000"
22795 #  layout:
22796 #    title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
22797 #    layout: "plot-throughput-speedup-analysis"
22798 #
22799 ## Speedup - VPP IPv4 3n-hsw-x520 features iacl
22800 #-
22801 #  type: "plot"
22802 #  title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
22803 #  algorithm: "plot_throughput_speedup_analysis"
22804 #  output-file-type: ".html"
22805 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
22806 #  data: "plot-throughput-speedup-analysis-3n-hsw"
22807 #  filter: "'NIC_Intel-X520-DA2' and
22808 #           '64B' and
22809 #           'NDRPDR' and
22810 #           'IP4FWD' and
22811 #           ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
22812 #           not 'IPSEC' and
22813 #           not 'DOT1Q' and
22814 #           not 'VHOST'"
22815 #  parameters:
22816 #  - "throughput"
22817 #  - "parent"
22818 #  - "tags"
22819 #  sort:
22820 #  - "IP4BASE"
22821 #  - "ACL_STATELESS"
22822 #  - "ACL_STATEFUL"
22823 #  - "ACL_STATELESS"
22824 #  - "ACL_STATEFUL"
22825 #  layout:
22826 #    title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
22827 #    layout: "plot-throughput-speedup-analysis"
22828 #
22829 #-
22830 #  type: "plot"
22831 #  title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
22832 #  algorithm: "plot_throughput_speedup_analysis"
22833 #  output-file-type: ".html"
22834 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
22835 #  data: "plot-throughput-speedup-analysis-3n-hsw"
22836 #  filter: "'NIC_Intel-X520-DA2' and
22837 #           '64B' and
22838 #           'NDRPDR' and
22839 #           'IP4FWD' and
22840 #           ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
22841 #           not 'IPSEC' and
22842 #           not 'DOT1Q' and
22843 #           not 'VHOST'"
22844 #  parameters:
22845 #  - "throughput"
22846 #  - "parent"
22847 #  - "tags"
22848 #  sort:
22849 #  - "IP4BASE"
22850 #  - "ACL_STATELESS"
22851 #  - "ACL_STATEFUL"
22852 #  - "ACL_STATELESS"
22853 #  - "ACL_STATEFUL"
22854 #  layout:
22855 #    title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
22856 #    layout: "plot-throughput-speedup-analysis"
22857 #
22858 ## Speedup - VPP IPv4 3n-hsw-x520 features oacl
22859 #-
22860 #  type: "plot"
22861 #  title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
22862 #  algorithm: "plot_throughput_speedup_analysis"
22863 #  output-file-type: ".html"
22864 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
22865 #  data: "plot-throughput-speedup-analysis-3n-hsw"
22866 #  filter: "'NIC_Intel-X520-DA2' and
22867 #           '64B' and
22868 #           'NDRPDR' and
22869 #           'IP4FWD' and
22870 #           ('OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
22871 #           not 'IPSEC' and
22872 #           not 'DOT1Q' and
22873 #           not 'VHOST'"
22874 #  parameters:
22875 #  - "throughput"
22876 #  - "parent"
22877 #  - "tags"
22878 #  sort:
22879 #  - "IP4BASE"
22880 #  - "ACL_STATELESS"
22881 #  - "ACL_STATEFUL"
22882 #  - "ACL_STATELESS"
22883 #  - "ACL_STATEFUL"
22884 #  layout:
22885 #    title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
22886 #    layout: "plot-throughput-speedup-analysis"
22887 #
22888 #-
22889 #  type: "plot"
22890 #  title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
22891 #  algorithm: "plot_throughput_speedup_analysis"
22892 #  output-file-type: ".html"
22893 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
22894 #  data: "plot-throughput-speedup-analysis-3n-hsw"
22895 #  filter: "'NIC_Intel-X520-DA2' and
22896 #           '64B' and
22897 #           'NDRPDR' and
22898 #           'IP4FWD' and
22899 #           ('OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
22900 #           not 'IPSEC' and
22901 #           not 'DOT1Q' and
22902 #           not 'VHOST'"
22903 #  parameters:
22904 #  - "throughput"
22905 #  - "parent"
22906 #  - "tags"
22907 #  sort:
22908 #  - "IP4BASE"
22909 #  - "ACL_STATELESS"
22910 #  - "ACL_STATEFUL"
22911 #  - "ACL_STATELESS"
22912 #  - "ACL_STATEFUL"
22913 #  layout:
22914 #    title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
22915 #    layout: "plot-throughput-speedup-analysis"
22916 #
22917 ## Speedup - VPP IPv4 3n-hsw-x710 base and scale
22918 #-
22919 #  type: "plot"
22920 #  title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
22921 #  algorithm: "plot_throughput_speedup_analysis"
22922 #  output-file-type: ".html"
22923 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
22924 #  data: "plot-throughput-speedup-analysis-3n-hsw"
22925 #  filter: "'NIC_Intel-X710' and
22926 #           '64B' and
22927 #           ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22928 #           'NDRPDR' and
22929 #           'IP4FWD' and
22930 #           not 'IPSEC' and
22931 #           not 'DOT1Q' and
22932 #           not 'VHOST'"
22933 #  parameters:
22934 #  - "throughput"
22935 #  - "parent"
22936 #  - "tags"
22937 #  sort:
22938 #  - "IP4BASE"
22939 #  - "FIB_20K"
22940 #  - "FIB_200K"
22941 #  - "FIB_2M"
22942 #  layout:
22943 #    title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
22944 #    layout: "plot-throughput-speedup-analysis"
22945 #
22946 #-
22947 #  type: "plot"
22948 #  title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
22949 #  algorithm: "plot_throughput_speedup_analysis"
22950 #  output-file-type: ".html"
22951 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
22952 #  data: "plot-throughput-speedup-analysis-3n-hsw"
22953 #  filter: "'NIC_Intel-X710' and
22954 #           '64B' and
22955 #           ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22956 #           'NDRPDR' and
22957 #           'IP4FWD' and
22958 #           not 'IPSEC' and
22959 #           not 'DOT1Q' and
22960 #           not 'VHOST'"
22961 #  parameters:
22962 #  - "throughput"
22963 #  - "parent"
22964 #  - "tags"
22965 #  sort:
22966 #  - "IP4BASE"
22967 #  - "FIB_20K"
22968 #  - "FIB_200K"
22969 #  - "FIB_2M"
22970 #  layout:
22971 #    title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
22972 #    layout: "plot-throughput-speedup-analysis"
22973 #
22974 ## Speedup - VPP IPv4 3n-hsw-x710 features
22975 #-
22976 #  type: "plot"
22977 #  title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
22978 #  algorithm: "plot_throughput_speedup_analysis"
22979 #  output-file-type: ".html"
22980 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
22981 #  data: "plot-throughput-speedup-analysis-3n-hsw"
22982 #  filter: "'NIC_Intel-X710' and
22983 #           '64B' and
22984 #           ('IP4BASE' or
22985 #            'POLICE_MARK' or
22986 #            'COPWHLIST' or
22987 #            ('NAT44' and 'BASE') or
22988 #            ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22989 #           'NDRPDR' and
22990 #           'IP4FWD' and
22991 #           not 'IPSEC' and
22992 #           not 'VHOST'"
22993 #  parameters:
22994 #  - "throughput"
22995 #  - "parent"
22996 #  - "tags"
22997 #  sort:
22998 #  - "DOT1Q"
22999 #  - "IP4BASE"
23000 #  - "NAT44"
23001 #  - "POLICE_MARK"
23002 #  - "COPWHLIST"
23003 #  - "IACL"
23004 #  - "OACL"
23005 #  layout:
23006 #    title: "ip4-3n-hsw-x710-64b-features-ndr"
23007 #    layout: "plot-throughput-speedup-analysis"
23008 #
23009 #-
23010 #  type: "plot"
23011 #  title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
23012 #  algorithm: "plot_throughput_speedup_analysis"
23013 #  output-file-type: ".html"
23014 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
23015 #  data: "plot-throughput-speedup-analysis-3n-hsw"
23016 #  filter: "'NIC_Intel-X710' and
23017 #           '64B' and
23018 #           ('IP4BASE' or
23019 #            'POLICE_MARK' or
23020 #            'COPWHLIST' or
23021 #            ('NAT44' and 'BASE') or
23022 #            ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
23023 #           'NDRPDR' and
23024 #           'IP4FWD' and
23025 #           not 'IPSEC' and
23026 #           not 'VHOST'"
23027 #  parameters:
23028 #  - "throughput"
23029 #  - "parent"
23030 #  - "tags"
23031 #  sort:
23032 #  - "DOT1Q"
23033 #  - "IP4BASE"
23034 #  - "NAT44"
23035 #  - "POLICE_MARK"
23036 #  - "COPWHLIST"
23037 #  - "IACL"
23038 #  - "OACL"
23039 #  layout:
23040 #    title: "ip4-3n-hsw-x710-64b-features-pdr"
23041 #    layout: "plot-throughput-speedup-analysis"
23042 #
23043 ## Speedup - VPP IPv4 3n-hsw-x710 features nat44
23044 #-
23045 #  type: "plot"
23046 #  title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
23047 #  algorithm: "plot_throughput_speedup_analysis"
23048 #  output-file-type: ".html"
23049 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
23050 #  data: "plot-throughput-speedup-analysis-3n-hsw"
23051 #  filter: "'NIC_Intel-X710' and
23052 #           '64B' and
23053 #           'NDRPDR' and
23054 #           'IP4FWD' and
23055 #           ('NAT44' or 'IP4BASE') and
23056 #           not 'IPSEC' and
23057 #           not 'VHOST'"
23058 #  parameters:
23059 #  - "throughput"
23060 #  - "parent"
23061 #  - "tags"
23062 #  sort:
23063 #  - "IP4BASE"
23064 #  - "BASE"
23065 #  - "SRC_USER_10"
23066 #  - "SRC_USER_100"
23067 #  - "SRC_USER_1000"
23068 #  - "SRC_USER_2000"
23069 #  layout:
23070 #    title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
23071 #    layout: "plot-throughput-speedup-analysis"
23072 #
23073 #-
23074 #  type: "plot"
23075 #  title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
23076 #  algorithm: "plot_throughput_speedup_analysis"
23077 #  output-file-type: ".html"
23078 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
23079 #  data: "plot-throughput-speedup-analysis-3n-hsw"
23080 #  filter: "'NIC_Intel-X710' and
23081 #           '64B' and
23082 #           'NDRPDR' and
23083 #           'IP4FWD' and
23084 #           ('NAT44' or 'IP4BASE') and
23085 #           not 'IPSEC' and
23086 #           not 'VHOST'"
23087 #  parameters:
23088 #  - "throughput"
23089 #  - "parent"
23090 #  - "tags"
23091 #  sort:
23092 #  - "IP4BASE"
23093 #  - "BASE"
23094 #  - "SRC_USER_10"
23095 #  - "SRC_USER_100"
23096 #  - "SRC_USER_1000"
23097 #  - "SRC_USER_2000"
23098 #  layout:
23099 #    title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
23100 #    layout: "plot-throughput-speedup-analysis"
23101 #
23102 ## Speedup - VPP IPv4 3n-hsw-x710 features iacl
23103 #-
23104 #  type: "plot"
23105 #  title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
23106 #  algorithm: "plot_throughput_speedup_analysis"
23107 #  output-file-type: ".html"
23108 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
23109 #  data: "plot-throughput-speedup-analysis-3n-hsw"
23110 #  filter: "'NIC_Intel-X710' and
23111 #           '64B' and
23112 #           'NDRPDR' and
23113 #           'IP4FWD' and
23114 #           ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
23115 #           not 'IPSEC' and
23116 #           not 'VHOST'"
23117 #  parameters:
23118 #  - "throughput"
23119 #  - "parent"
23120 #  - "tags"
23121 #  sort:
23122 #  - "IP4BASE"
23123 #  - "ACL_STATELESS"
23124 #  - "ACL_STATEFUL"
23125 #  - "ACL_STATELESS"
23126 #  - "ACL_STATEFUL"
23127 #  layout:
23128 #    title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
23129 #    layout: "plot-throughput-speedup-analysis"
23130 #
23131 #-
23132 #  type: "plot"
23133 #  title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
23134 #  algorithm: "plot_throughput_speedup_analysis"
23135 #  output-file-type: ".html"
23136 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
23137 #  data: "plot-throughput-speedup-analysis-3n-hsw"
23138 #  filter: "'NIC_Intel-X710' and
23139 #           '64B' and
23140 #           'NDRPDR' and
23141 #           'IP4FWD' and
23142 #           ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
23143 #           not 'IPSEC' and
23144 #           not 'VHOST'"
23145 #  parameters:
23146 #  - "throughput"
23147 #  - "parent"
23148 #  - "tags"
23149 #  sort:
23150 #  - "IP4BASE"
23151 #  - "ACL_STATELESS"
23152 #  - "ACL_STATEFUL"
23153 #  - "ACL_STATELESS"
23154 #  - "ACL_STATEFUL"
23155 #  layout:
23156 #    title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
23157 #    layout: "plot-throughput-speedup-analysis"
23158 #
23159 ## Speedup - VPP IPv4 3n-hsw-xl710 base and scale
23160 #-
23161 #  type: "plot"
23162 #  title: "Speedup: ip4-3n-hsw-xl710-64b-base-ndr-tsa"
23163 #  algorithm: "plot_throughput_speedup_analysis"
23164 #  output-file-type: ".html"
23165 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base-ndr-tsa"
23166 #  data: "plot-throughput-speedup-analysis-3n-hsw"
23167 #  filter: "'NIC_Intel-XL710' and
23168 #           '64B' and
23169 #           ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23170 #           'NDRPDR' and
23171 #           'IP4FWD' and
23172 #           not 'IPSEC' and
23173 #           not 'VHOST'"
23174 #  parameters:
23175 #  - "throughput"
23176 #  - "parent"
23177 #  - "tags"
23178 #  sort:
23179 #  - "IP4BASE"
23180 #  - "FIB_20K"
23181 #  - "FIB_200K"
23182 #  - "FIB_2M"
23183 #  layout:
23184 #    title: "ip4-3n-hsw-xl710-64b-base-ndr"
23185 #    layout: "plot-throughput-speedup-analysis"
23186 #
23187 #-
23188 #  type: "plot"
23189 #  title: "Speedup: ip4-3n-hsw-xl710-64b-base-pdr-tsa"
23190 #  algorithm: "plot_throughput_speedup_analysis"
23191 #  output-file-type: ".html"
23192 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base-pdr-tsa"
23193 #  data: "plot-throughput-speedup-analysis-3n-hsw"
23194 #  filter: "'NIC_Intel-XL710' and
23195 #           '64B' and
23196 #           ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23197 #           'NDRPDR' and
23198 #           'IP4FWD' and
23199 #           not 'IPSEC' and
23200 #           not 'VHOST'"
23201 #  parameters:
23202 #  - "throughput"
23203 #  - "parent"
23204 #  - "tags"
23205 #  sort:
23206 #  - "IP4BASE"
23207 #  - "FIB_20K"
23208 #  - "FIB_200K"
23209 #  - "FIB_2M"
23210 #  layout:
23211 #    title: "ip4-3n-hsw-xl710-64b-base-pdr"
23212 #    layout: "plot-throughput-speedup-analysis"
23213
23214 # Speedup - VPP IPv4 3n-skx-x710 base and scale
23215 -
23216   type: "plot"
23217   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23218   algorithm: "plot_throughput_speedup_analysis"
23219   output-file-type: ".html"
23220   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23221   data: "plot-throughput-speedup-analysis-3n-skx"
23222   filter: "'NIC_Intel-X710' and
23223            '64B' and
23224            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23225            'NDRPDR' and
23226            'IP4FWD' and
23227            not 'IPSEC' and
23228            not 'DOT1Q' and
23229            not 'VHOST'"
23230   parameters:
23231   - "throughput"
23232   - "parent"
23233   - "tags"
23234   sort:
23235   - "IP4BASE"
23236   - "FIB_20K"
23237   - "FIB_200K"
23238   - "FIB_2M"
23239   layout:
23240     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
23241     layout: "plot-throughput-speedup-analysis"
23242
23243 -
23244   type: "plot"
23245   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23246   algorithm: "plot_throughput_speedup_analysis"
23247   output-file-type: ".html"
23248   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23249   data: "plot-throughput-speedup-analysis-3n-skx"
23250   filter: "'NIC_Intel-X710' and
23251            '64B' and
23252            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23253            'NDRPDR' and
23254            'IP4FWD' and
23255            not 'IPSEC' and
23256            not 'DOT1Q' and
23257            not 'VHOST'"
23258   parameters:
23259   - "throughput"
23260   - "parent"
23261   - "tags"
23262   sort:
23263   - "IP4BASE"
23264   - "FIB_20K"
23265   - "FIB_200K"
23266   - "FIB_2M"
23267   layout:
23268     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
23269     layout: "plot-throughput-speedup-analysis"
23270
23271 # Speedup - VPP IPv4 3n-skx-x710 features
23272 -
23273   type: "plot"
23274   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
23275   algorithm: "plot_throughput_speedup_analysis"
23276   output-file-type: ".html"
23277   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
23278   data: "plot-throughput-speedup-analysis-3n-skx"
23279   filter: "'NIC_Intel-X710' and
23280            '64B' and
23281            ('IP4BASE' or
23282             'POLICE_MARK' or
23283             'COPWHLIST' or
23284             ('NAT44' and 'BASE') or
23285             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
23286            'NDRPDR' and
23287            'IP4FWD' and
23288            not 'IPSEC' and
23289            not 'VHOST'"
23290   parameters:
23291   - "throughput"
23292   - "parent"
23293   - "tags"
23294   sort:
23295   - "DOT1Q"
23296   - "IP4BASE"
23297   - "NAT44"
23298   - "POLICE_MARK"
23299   - "COPWHLIST"
23300   - "IACL"
23301   - "OACL"
23302   layout:
23303     title: "ip4-3n-skx-x710-64b-features-ndr"
23304     layout: "plot-throughput-speedup-analysis"
23305
23306 -
23307   type: "plot"
23308   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
23309   algorithm: "plot_throughput_speedup_analysis"
23310   output-file-type: ".html"
23311   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
23312   data: "plot-throughput-speedup-analysis-3n-skx"
23313   filter: "'NIC_Intel-X710' and
23314            '64B' and
23315            ('IP4BASE' or
23316             'POLICE_MARK' or
23317             'COPWHLIST' or
23318             ('NAT44' and 'BASE') or
23319             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
23320            'NDRPDR' and
23321            'IP4FWD' and
23322            not 'IPSEC' and
23323            not 'VHOST'"
23324   parameters:
23325   - "throughput"
23326   - "parent"
23327   - "tags"
23328   sort:
23329   - "DOT1Q"
23330   - "IP4BASE"
23331   - "NAT44"
23332   - "POLICE_MARK"
23333   - "COPWHLIST"
23334   - "IACL"
23335   - "OACL"
23336   layout:
23337     title: "ip4-3n-skx-x710-64b-features-pdr"
23338     layout: "plot-throughput-speedup-analysis"
23339
23340 # Speedup - VPP IPv4 3n-skx-x710 features nat44
23341 -
23342   type: "plot"
23343   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
23344   algorithm: "plot_throughput_speedup_analysis"
23345   output-file-type: ".html"
23346   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
23347   data: "plot-throughput-speedup-analysis-3n-skx"
23348   filter: "'NIC_Intel-X710' and
23349            '64B' and
23350            'NDRPDR' and
23351            'IP4FWD' and
23352            ('NAT44' or 'IP4BASE') and
23353            not 'IPSEC' and
23354            not 'VHOST'"
23355   parameters:
23356   - "throughput"
23357   - "parent"
23358   - "tags"
23359   sort:
23360   - "IP4BASE"
23361   - "BASE"
23362   - "SRC_USER_10"
23363   - "SRC_USER_100"
23364   - "SRC_USER_1000"
23365   - "SRC_USER_2000"
23366   layout:
23367     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
23368     layout: "plot-throughput-speedup-analysis"
23369
23370 -
23371   type: "plot"
23372   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
23373   algorithm: "plot_throughput_speedup_analysis"
23374   output-file-type: ".html"
23375   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
23376   data: "plot-throughput-speedup-analysis-3n-skx"
23377   filter: "'NIC_Intel-X710' and
23378            '64B' and
23379            'NDRPDR' and
23380            'IP4FWD' and
23381            ('NAT44' or 'IP4BASE') and
23382            not 'IPSEC' and
23383            not 'VHOST'"
23384   parameters:
23385   - "throughput"
23386   - "parent"
23387   - "tags"
23388   sort:
23389   - "IP4BASE"
23390   - "BASE"
23391   - "SRC_USER_10"
23392   - "SRC_USER_100"
23393   - "SRC_USER_1000"
23394   - "SRC_USER_2000"
23395   layout:
23396     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
23397     layout: "plot-throughput-speedup-analysis"
23398
23399 # Speedup - VPP IPv4 3n-skx-x710 features iacl
23400 -
23401   type: "plot"
23402   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
23403   algorithm: "plot_throughput_speedup_analysis"
23404   output-file-type: ".html"
23405   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
23406   data: "plot-throughput-speedup-analysis-3n-skx"
23407   filter: "'NIC_Intel-X710' and
23408            '64B' and
23409            'NDRPDR' and
23410            'IP4FWD' and
23411            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
23412            not 'IPSEC' and
23413            not 'VHOST'"
23414   parameters:
23415   - "throughput"
23416   - "parent"
23417   - "tags"
23418   sort:
23419   - "IP4BASE"
23420   - "ACL_STATELESS"
23421   - "ACL_STATEFUL"
23422   - "ACL_STATELESS"
23423   - "ACL_STATEFUL"
23424   layout:
23425     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
23426     layout: "plot-throughput-speedup-analysis"
23427
23428 -
23429   type: "plot"
23430   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
23431   algorithm: "plot_throughput_speedup_analysis"
23432   output-file-type: ".html"
23433   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
23434   data: "plot-throughput-speedup-analysis-3n-skx"
23435   filter: "'NIC_Intel-X710' and
23436            '64B' and
23437            'NDRPDR' and
23438            'IP4FWD' and
23439            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
23440            not 'IPSEC' and
23441            not 'VHOST'"
23442   parameters:
23443   - "throughput"
23444   - "parent"
23445   - "tags"
23446   sort:
23447   - "IP4BASE"
23448   - "ACL_STATELESS"
23449   - "ACL_STATEFUL"
23450   - "ACL_STATELESS"
23451   - "ACL_STATEFUL"
23452   layout:
23453     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
23454     layout: "plot-throughput-speedup-analysis"
23455
23456 # Speedup - VPP IPv4 3n-skx-x710 features oacl
23457 -
23458   type: "plot"
23459   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
23460   algorithm: "plot_throughput_speedup_analysis"
23461   output-file-type: ".html"
23462   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
23463   data: "plot-throughput-speedup-analysis-3n-skx"
23464   filter: "'NIC_Intel-X710' and
23465            '64B' and
23466            'NDRPDR' and
23467            'IP4FWD' and
23468            'OACL' and
23469            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23470            not 'IPSEC' and
23471            not 'VHOST'"
23472   parameters:
23473   - "throughput"
23474   - "parent"
23475   - "tags"
23476   sort:
23477   - "ACL_STATELESS"
23478   - "ACL_STATEFUL"
23479   - "ACL_STATELESS"
23480   - "ACL_STATEFUL"
23481   layout:
23482     title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
23483     layout: "plot-throughput-speedup-analysis"
23484
23485 -
23486   type: "plot"
23487   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
23488   algorithm: "plot_throughput_speedup_analysis"
23489   output-file-type: ".html"
23490   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
23491   data: "plot-throughput-speedup-analysis-3n-skx"
23492   filter: "'NIC_Intel-X710' and
23493            '64B' and
23494            'NDRPDR' and
23495            'IP4FWD' and
23496            'OACL' and
23497            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23498            not 'IPSEC' and
23499            not 'VHOST'"
23500   parameters:
23501   - "throughput"
23502   - "parent"
23503   - "tags"
23504   sort:
23505   - "ACL_STATELESS"
23506   - "ACL_STATEFUL"
23507   - "ACL_STATELESS"
23508   - "ACL_STATEFUL"
23509   layout:
23510     title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
23511     layout: "plot-throughput-speedup-analysis"
23512
23513 ## Speedup - VPP IPv4 2n-skx-x710 base and scale
23514 #-
23515 #  type: "plot"
23516 #  title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
23517 #  algorithm: "plot_throughput_speedup_analysis"
23518 #  output-file-type: ".html"
23519 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
23520 #  data: "plot-throughput-speedup-analysis-2n-skx"
23521 #  filter: "'NIC_Intel-X710' and
23522 #           '64B' and
23523 #           ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
23524 #           'NDRPDR' and
23525 #           'IP4FWD' and
23526 #           not 'IPSEC' and
23527 #           not 'DOT1Q' and
23528 #           not 'VHOST'"
23529 #  parameters:
23530 #  - "throughput"
23531 #  - "parent"
23532 #  - "tags"
23533 #  sort:
23534 #  - "IP4BASE"
23535 #  - "FIB_20k"
23536 #  - "FIB_200k"
23537 #  - "FIB_2M"
23538 #  layout:
23539 #    title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
23540 #    layout: "plot-throughput-speedup-analysis"
23541 #
23542 #-
23543 #  type: "plot"
23544 #  title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
23545 #  algorithm: "plot_throughput_speedup_analysis"
23546 #  output-file-type: ".html"
23547 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
23548 #  data: "plot-throughput-speedup-analysis-2n-skx"
23549 #  filter: "'NIC_Intel-X710' and
23550 #           '64B' and
23551 #           ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
23552 #           'NDRPDR' and
23553 #           'IP4FWD' and
23554 #           not 'IPSEC' and
23555 #           not 'DOT1Q' and
23556 #           not 'VHOST'"
23557 #  parameters:
23558 #  - "throughput"
23559 #  - "parent"
23560 #  - "tags"
23561 #  sort:
23562 #  - "IP4BASE"
23563 #  - "FIB_20k"
23564 #  - "FIB_200k"
23565 #  - "FIB_2M"
23566 #  layout:
23567 #    title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
23568 #    layout: "plot-throughput-speedup-analysis"
23569 #
23570 ## Speedup - VPP IPv4 2n-skx-xxv710 base and scale
23571 #-
23572 #  type: "plot"
23573 #  title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
23574 #  algorithm: "plot_throughput_speedup_analysis"
23575 #  output-file-type: ".html"
23576 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
23577 #  data: "plot-throughput-speedup-analysis-2n-skx"
23578 #  filter: "'NIC_Intel-XXV710' and
23579 #           '64B' and
23580 #           ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
23581 #           'NDRPDR' and
23582 #           'IP4FWD' and
23583 #           not 'IPSEC' and
23584 #           not 'DOT1Q' and
23585 #           not 'VHOST'"
23586 #  parameters:
23587 #  - "throughput"
23588 #  - "parent"
23589 #  - "tags"
23590 #  sort:
23591 #  - "IP4BASE"
23592 #  - "FIB_20k"
23593 #  - "FIB_200k"
23594 #  - "FIB_2M"
23595 #  layout:
23596 #    title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
23597 #    layout: "plot-throughput-speedup-analysis"
23598 #
23599 #-
23600 #  type: "plot"
23601 #  title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
23602 #  algorithm: "plot_throughput_speedup_analysis"
23603 #  output-file-type: ".html"
23604 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
23605 #  data: "plot-throughput-speedup-analysis-2n-skx"
23606 #  filter: "'NIC_Intel-XXV710' and
23607 #           '64B' and
23608 #           ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
23609 #           'NDRPDR' and
23610 #           'IP4FWD' and
23611 #           not 'IPSEC' and
23612 #           not 'DOT1Q' and
23613 #           not 'VHOST'"
23614 #  parameters:
23615 #  - "throughput"
23616 #  - "parent"
23617 #  - "tags"
23618 #  sort:
23619 #  - "IP4BASE"
23620 #  - "FIB_20k"
23621 #  - "FIB_200k"
23622 #  - "FIB_2M"
23623 #  layout:
23624 #    title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
23625 #    layout: "plot-throughput-speedup-analysis"
23626
23627 ## Speedup - VPP IPv4 2n-dnv-x553 base
23628 #-
23629 #  type: "plot"
23630 #  title: "Speedup: ip4-2n-dnv-x553-64b-base-ndr-tsa"
23631 #  algorithm: "plot_throughput_speedup_analysis"
23632 #  output-file-type: ".html"
23633 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-ndr-tsa"
23634 #  data: "intel-dnv-vpp"
23635 #  filter: "'NIC_Intel-X553' and
23636 #           '64B' and
23637 #           'IP4BASE' and
23638 #           'NDRPDR' and
23639 #           'IP4FWD' and
23640 #           not 'IPSEC' and
23641 #           not 'VHOST'"
23642 #  parameters:
23643 #  - "throughput"
23644 #  - "parent"
23645 #  - "tags"
23646 #  sort:
23647 #  - "IP4BASE"
23648 #  layout:
23649 #    title: "ip4-2n-dnv-x553-64b-base-ndr"
23650 #    layout: "plot-throughput-speedup-analysis"
23651 #
23652 #-
23653 #  type: "plot"
23654 #  title: "Speedup: ip4-2n-dnv-x553-64b-base-pdr-tsa"
23655 #  algorithm: "plot_throughput_speedup_analysis"
23656 #  output-file-type: ".html"
23657 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-pdr-tsa"
23658 #  data: "intel-dnv-vpp"
23659 #  filter: "'NIC_Intel-X553' and
23660 #           '64B' and
23661 #           'IP4BASE' and
23662 #           'NDRPDR' and
23663 #           'IP4FWD' and
23664 #           not 'IPSEC' and
23665 #           not 'VHOST'"
23666 #  parameters:
23667 #  - "throughput"
23668 #  - "parent"
23669 #  - "tags"
23670 #  sort:
23671 #  - "IP4BASE"
23672 #  layout:
23673 #    title: "ip4-2n-dnv-x553-64b-base-pdr"
23674 #    layout: "plot-throughput-speedup-analysis"
23675
23676 ################################################################################
23677
23678 ## Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
23679 #-
23680 #  type: "plot"
23681 #  title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
23682 #  algorithm: "plot_throughput_speedup_analysis"
23683 #  output-file-type: ".html"
23684 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
23685 #  data: "plot-throughput-speedup-analysis-3n-hsw"
23686 #  filter: "'NIC_Intel-X520-DA2' and
23687 #           '64B' and
23688 #           'ENCAP' and
23689 #           'NDRPDR' and
23690 #           (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
23691 #           not 'DOT1Q' and
23692 #           not 'VHOST' and
23693 #           not 'IPSECHW'"
23694 #  parameters:
23695 #  - "throughput"
23696 #  - "parent"
23697 #  - "tags"
23698 #  sort:
23699 #  - "IP4BASE"
23700 #  - "L2BDMACLRN"
23701 #  - "L2XCFWD"
23702 #  - "LISP"
23703 #  layout:
23704 #    title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
23705 #    layout: "plot-throughput-speedup-analysis"
23706 #
23707 #-
23708 #  type: "plot"
23709 #  title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
23710 #  algorithm: "plot_throughput_speedup_analysis"
23711 #  output-file-type: ".html"
23712 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
23713 #  data: "plot-throughput-speedup-analysis-3n-hsw"
23714 #  filter: "'NIC_Intel-X520-DA2' and
23715 #           '64B' and
23716 #           'ENCAP' and
23717 #           'NDRPDR' and
23718 #           (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
23719 #           not 'DOT1Q' and
23720 #           not 'VHOST' and
23721 #           not 'IPSECHW'"
23722 #  parameters:
23723 #  - "throughput"
23724 #  - "parent"
23725 #  - "tags"
23726 #  sort:
23727 #  - "IP4BASE"
23728 #  - "L2BDMACLRN"
23729 #  - "L2XCFWD"
23730 #  - "LISP"
23731 #  layout:
23732 #    title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
23733 #    layout: "plot-throughput-speedup-analysis"
23734 #
23735 ## Speedup - VPP IPv4 Tunnels 3n-hsw-x710
23736 #-
23737 #  type: "plot"
23738 #  title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23739 #  algorithm: "plot_throughput_speedup_analysis"
23740 #  output-file-type: ".html"
23741 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23742 #  data: "plot-throughput-speedup-analysis-3n-hsw"
23743 #  filter: "'NIC_Intel-X710' and
23744 #           '64B' and
23745 #           'ENCAP' and
23746 #           'NDRPDR' and
23747 #           ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
23748 #           not 'VHOST' and
23749 #           not 'IPSECHW'"
23750 #  parameters:
23751 #  - "throughput"
23752 #  - "parent"
23753 #  - "tags"
23754 #  sort:
23755 #  - "IP4BASE"
23756 #  - "LISP"
23757 #  - "VXLAN_1"
23758 #  - "VXLAN_10"
23759 #  - "VXLAN_100"
23760 #  - "VXLAN_1000"
23761 #  layout:
23762 #    title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
23763 #    layout: "plot-throughput-speedup-analysis"
23764 #
23765 #-
23766 #  type: "plot"
23767 #  title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23768 #  algorithm: "plot_throughput_speedup_analysis"
23769 #  output-file-type: ".html"
23770 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23771 #  data: "plot-throughput-speedup-analysis-3n-hsw"
23772 #  filter: "'NIC_Intel-X710' and
23773 #           '64B' and
23774 #           'ENCAP' and
23775 #           'NDRPDR' and
23776 #           ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
23777 #           not 'VHOST' and
23778 #           not 'IPSECHW'"
23779 #  parameters:
23780 #  - "throughput"
23781 #  - "parent"
23782 #  - "tags"
23783 #  sort:
23784 #  - "IP4BASE"
23785 #  - "LISP"
23786 #  - "VXLAN_1"
23787 #  - "VXLAN_10"
23788 #  - "VXLAN_100"
23789 #  - "VXLAN_1000"
23790 #  layout:
23791 #    title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
23792 #    layout: "plot-throughput-speedup-analysis"
23793 #
23794 ## Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
23795 #-
23796 #  type: "plot"
23797 #  title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
23798 #  algorithm: "plot_throughput_speedup_analysis"
23799 #  output-file-type: ".html"
23800 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
23801 #  data: "plot-throughput-speedup-analysis-3n-hsw"
23802 #  filter: "'NIC_Intel-X710' and
23803 #           '64B' and
23804 #           'ENCAP' and
23805 #           'NDRPDR' and
23806 #           ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
23807 #           not 'DOT1Q' and
23808 #           not 'VHOST' and
23809 #           not 'IPSECHW'"
23810 #  parameters:
23811 #  - "throughput"
23812 #  - "parent"
23813 #  - "tags"
23814 #  sort:
23815 #  - "IP4BASE"
23816 #  - "L2BDMACLRN"
23817 #  - "L2XCFWD"
23818 #  - "LISP"
23819 #  layout:
23820 #    title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
23821 #    layout: "plot-throughput-speedup-analysis"
23822 #
23823 #-
23824 #  type: "plot"
23825 #  title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23826 #  algorithm: "plot_throughput_speedup_analysis"
23827 #  output-file-type: ".html"
23828 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23829 #  data: "plot-throughput-speedup-analysis-3n-hsw"
23830 #  filter: "'NIC_Intel-X710' and
23831 #           '64B' and
23832 #           'ENCAP' and
23833 #           'NDRPDR' and
23834 #           ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
23835 #           not 'DOT1Q' and
23836 #           not 'VHOST' and
23837 #           not 'IPSECHW'"
23838 #  parameters:
23839 #  - "throughput"
23840 #  - "parent"
23841 #  - "tags"
23842 #  sort:
23843 #  - "IP4BASE"
23844 #  - "L2BDMACLRN"
23845 #  - "L2XCFWD"
23846 #  - "LISP"
23847 #  layout:
23848 #    title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
23849 #    layout: "plot-throughput-speedup-analysis"
23850
23851 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
23852 -
23853   type: "plot"
23854   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23855   algorithm: "plot_throughput_speedup_analysis"
23856   output-file-type: ".html"
23857   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23858   data: "plot-throughput-speedup-analysis-3n-skx"
23859   filter: "'NIC_Intel-X710' and
23860            '64B' and
23861            'ENCAP' and
23862            'NDRPDR' and
23863            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
23864            not 'VHOST' and
23865            not 'IPSECHW'"
23866   parameters:
23867   - "throughput"
23868   - "parent"
23869   - "tags"
23870   sort:
23871   - "IP4BASE"
23872   - "LISP"
23873   - "VXLAN_1"
23874   - "VXLAN_10"
23875   - "VXLAN_100"
23876   - "VXLAN_1000"
23877   layout:
23878     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
23879     layout: "plot-throughput-speedup-analysis"
23880
23881 -
23882   type: "plot"
23883   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23884   algorithm: "plot_throughput_speedup_analysis"
23885   output-file-type: ".html"
23886   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23887   data: "plot-throughput-speedup-analysis-3n-skx"
23888   filter: "'NIC_Intel-X710' and
23889            '64B' and
23890            'ENCAP' and
23891            'NDRPDR' and
23892            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
23893            not 'VHOST' and
23894            not 'IPSECHW'"
23895   parameters:
23896   - "throughput"
23897   - "parent"
23898   - "tags"
23899   sort:
23900   - "IP4BASE"
23901   - "LISP"
23902   - "VXLAN_1"
23903   - "VXLAN_10"
23904   - "VXLAN_100"
23905   - "VXLAN_1000"
23906   layout:
23907     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
23908     layout: "plot-throughput-speedup-analysis"
23909
23910 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
23911 -
23912   type: "plot"
23913   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
23914   algorithm: "plot_throughput_speedup_analysis"
23915   output-file-type: ".html"
23916   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
23917   data: "plot-throughput-speedup-analysis-3n-skx"
23918   filter: "'NIC_Intel-X710' and
23919            '64B' and
23920            'ENCAP' and
23921            'NDRPDR' and
23922            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
23923            not 'DOT1Q' and
23924            not 'VHOST' and
23925            not 'IPSECHW'"
23926   parameters:
23927   - "throughput"
23928   - "parent"
23929   - "tags"
23930   sort:
23931   - "IP4BASE"
23932   - "L2BDMACLRN"
23933   - "L2XCFWD"
23934   - "LISP"
23935   layout:
23936     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
23937     layout: "plot-throughput-speedup-analysis"
23938
23939 -
23940   type: "plot"
23941   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
23942   algorithm: "plot_throughput_speedup_analysis"
23943   output-file-type: ".html"
23944   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
23945   data: "plot-throughput-speedup-analysis-3n-skx"
23946   filter: "'NIC_Intel-X710' and
23947            '64B' and
23948            'ENCAP' and
23949            'NDRPDR' and
23950            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
23951            not 'DOT1Q' and
23952            not 'VHOST' and
23953            not 'IPSECHW'"
23954   parameters:
23955   - "throughput"
23956   - "parent"
23957   - "tags"
23958   sort:
23959   - "IP4BASE"
23960   - "L2BDMACLRN"
23961   - "L2XCFWD"
23962   - "LISP"
23963   layout:
23964     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
23965     layout: "plot-throughput-speedup-analysis"
23966
23967 ################################################################################
23968
23969 ## Speedup - VPP IPv6 3n-hsw-x520
23970 #-
23971 #  type: "plot"
23972 #  title: "Speedup: ip6-3n-hsw-x520-78b-base-ndr-tsa"
23973 #  algorithm: "plot_throughput_speedup_analysis"
23974 #  output-file-type: ".html"
23975 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base-ndr-tsa"
23976 #  data: "plot-throughput-speedup-analysis-3n-hsw"
23977 #  filter: "'NIC_Intel-X520-DA2' and
23978 #           '78B' and
23979 #           ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23980 #           'NDRPDR' and
23981 #           'IP6FWD' and
23982 #           not 'SRv6' and
23983 #           not 'IPSEC' and
23984 #           not 'VHOST'"
23985 #  parameters:
23986 #  - "throughput"
23987 #  - "parent"
23988 #  - "tags"
23989 #  sort:
23990 #  - "IP6BASE"
23991 #  - "FIB_20K"
23992 #  - "FIB_200K"
23993 #  - "FIB_2M"
23994 #  layout:
23995 #    title: "ip6-3n-hsw-x520-78b-base-ndr"
23996 #    layout: "plot-throughput-speedup-analysis"
23997 #
23998 #-
23999 #  type: "plot"
24000 #  title: "Speedup: ip6-3n-hsw-x520-78b-base-pdr-tsa"
24001 #  algorithm: "plot_throughput_speedup_analysis"
24002 #  output-file-type: ".html"
24003 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base-pdr-tsa"
24004 #  data: "plot-throughput-speedup-analysis-3n-hsw"
24005 #  filter: "'NIC_Intel-X520-DA2' and
24006 #           '78B' and
24007 #           ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24008 #           'NDRPDR' and
24009 #           'IP6FWD' and
24010 #           not 'SRv6' and
24011 #           not 'IPSEC' and
24012 #           not 'VHOST'"
24013 #  parameters:
24014 #  - "throughput"
24015 #  - "parent"
24016 #  - "tags"
24017 #  sort:
24018 #  - "IP6BASE"
24019 #  - "FIB_20K"
24020 #  - "FIB_200K"
24021 #  - "FIB_2M"
24022 #  layout:
24023 #    title: "ip6-3n-hsw-x520-78b-base-pdr"
24024 #    layout: "plot-throughput-speedup-analysis"
24025 #
24026 ## Speedup - VPP IPv6 3n-hsw-x710
24027 #-
24028 #  type: "plot"
24029 #  title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
24030 #  algorithm: "plot_throughput_speedup_analysis"
24031 #  output-file-type: ".html"
24032 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
24033 #  data: "plot-throughput-speedup-analysis-3n-hsw"
24034 #  filter: "'NIC_Intel-X710' and
24035 #           '78B' and
24036 #           ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24037 #           'NDRPDR' and
24038 #           'IP6FWD' and
24039 #           not 'SRv6' and
24040 #           not 'IPSEC' and
24041 #           not 'VHOST'"
24042 #  parameters:
24043 #  - "throughput"
24044 #  - "parent"
24045 #  - "tags"
24046 #  sort:
24047 #  - "IP6BASE"
24048 #  - "FIB_20K"
24049 #  - "FIB_200K"
24050 #  - "FIB_2M"
24051 #  layout:
24052 #    title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
24053 #    layout: "plot-throughput-speedup-analysis"
24054 #
24055 #-
24056 #  type: "plot"
24057 #  title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
24058 #  algorithm: "plot_throughput_speedup_analysis"
24059 #  output-file-type: ".html"
24060 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
24061 #  data: "plot-throughput-speedup-analysis-3n-hsw"
24062 #  filter: "'NIC_Intel-X710' and
24063 #           '78B' and
24064 #           ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24065 #           'NDRPDR' and
24066 #           'IP6FWD' and
24067 #           not 'SRv6' and
24068 #           not 'IPSEC' and
24069 #           not 'VHOST'"
24070 #  parameters:
24071 #  - "throughput"
24072 #  - "parent"
24073 #  - "tags"
24074 #  sort:
24075 #  - "IP6BASE"
24076 #  - "FIB_20K"
24077 #  - "FIB_200K"
24078 #  - "FIB_2M"
24079 #  layout:
24080 #    title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
24081 #    layout: "plot-throughput-speedup-analysis"
24082 #
24083 ## Speedup - VPP IPv6 3n-hsw-x710 features
24084 #-
24085 #  type: "plot"
24086 #  title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
24087 #  algorithm: "plot_throughput_speedup_analysis"
24088 #  output-file-type: ".html"
24089 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
24090 #  data: "plot-throughput-speedup-analysis-3n-hsw"
24091 #  filter: "'NIC_Intel-X710' and
24092 #           '78B' and
24093 #           ('IP6BASE' or
24094 #            'POLICE_MARK' or
24095 #            'COPWHLIST' or
24096 #            'IACLDST') and
24097 #           'NDRPDR' and
24098 #           'IP6FWD' and
24099 #           not 'SRv6' and
24100 #           not 'IPSEC' and
24101 #           not 'VHOST'"
24102 #  parameters:
24103 #  - "throughput"
24104 #  - "parent"
24105 #  - "tags"
24106 #  sort:
24107 #  - "IP6BASE"
24108 #  - "POLICE_MARK"
24109 #  - "COPWHLIST"
24110 #  - "IACLDST"
24111 #  layout:
24112 #    title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
24113 #    layout: "plot-throughput-speedup-analysis"
24114 #
24115 #-
24116 #  type: "plot"
24117 #  title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
24118 #  algorithm: "plot_throughput_speedup_analysis"
24119 #  output-file-type: ".html"
24120 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
24121 #  data: "plot-throughput-speedup-analysis-3n-hsw"
24122 #  filter: "'NIC_Intel-X710' and
24123 #           '78B' and
24124 #           ('IP6BASE' or
24125 #            'POLICE_MARK' or
24126 #            'COPWHLIST' or
24127 #            'IACLDST') and
24128 #           'NDRPDR' and
24129 #           'IP6FWD' and
24130 #           not 'SRv6' and
24131 #           not 'IPSEC' and
24132 #           not 'VHOST'"
24133 #  parameters:
24134 #  - "throughput"
24135 #  - "parent"
24136 #  - "tags"
24137 #  sort:
24138 #  - "IP6BASE"
24139 #  - "POLICE_MARK"
24140 #  - "COPWHLIST"
24141 #  - "IACLDST"
24142 #  layout:
24143 #    title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
24144 #    layout: "plot-throughput-speedup-analysis"
24145 #
24146 ## Speedup - VPP IPv6 3n-hsw-xl710
24147 #-
24148 #  type: "plot"
24149 #  title: "Speedup: ip6-3n-hsw-xl710-78b-base-ndr-tsa"
24150 #  algorithm: "plot_throughput_speedup_analysis"
24151 #  output-file-type: ".html"
24152 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base-ndr-tsa"
24153 #  data: "plot-throughput-speedup-analysis-3n-hsw"
24154 #  filter: "'NIC_Intel-XL710' and
24155 #           '78B' and
24156 #           ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24157 #           'NDRPDR' and
24158 #           'IP6FWD' and
24159 #           not 'SRv6' and
24160 #           not 'IPSEC' and
24161 #           not 'VHOST'"
24162 #  parameters:
24163 #  - "throughput"
24164 #  - "parent"
24165 #  - "tags"
24166 #  sort:
24167 #  - "IP6BASE"
24168 #  - "FIB_20K"
24169 #  - "FIB_200K"
24170 #  - "FIB_2M"
24171 #  layout:
24172 #    title: "ip6-3n-hsw-xl710-78b-base-ndr"
24173 #    layout: "plot-throughput-speedup-analysis"
24174 #
24175 #-
24176 #  type: "plot"
24177 #  title: "Speedup: ip6-3n-hsw-xl710-78b-base-pdr-tsa"
24178 #  algorithm: "plot_throughput_speedup_analysis"
24179 #  output-file-type: ".html"
24180 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base-pdr-tsa"
24181 #  data: "plot-throughput-speedup-analysis-3n-hsw"
24182 #  filter: "'NIC_Intel-XL710' and
24183 #           '78B' and
24184 #           ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24185 #           'NDRPDR' and
24186 #           'IP6FWD' and
24187 #           not 'SRv6' and
24188 #           not 'IPSEC' and
24189 #           not 'VHOST'"
24190 #  parameters:
24191 #  - "throughput"
24192 #  - "parent"
24193 #  - "tags"
24194 #  sort:
24195 #  - "IP6BASE"
24196 #  - "FIB_20K"
24197 #  - "FIB_200K"
24198 #  - "FIB_2M"
24199 #  layout:
24200 #    title: "ip6-3n-hsw-xl710-78b-base-pdr"
24201 #    layout: "plot-throughput-speedup-analysis"
24202
24203 # Speedup - VPP IPv6 3n-skx-x710
24204 -
24205   type: "plot"
24206   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
24207   algorithm: "plot_throughput_speedup_analysis"
24208   output-file-type: ".html"
24209   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
24210   data: "plot-throughput-speedup-analysis-3n-skx"
24211   filter: "'NIC_Intel-X710' and
24212            '78B' and
24213            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24214            'NDRPDR' and
24215            'IP6FWD' and
24216            not 'SRv6' and
24217            not 'IPSEC' and
24218            not 'VHOST'"
24219   parameters:
24220   - "throughput"
24221   - "parent"
24222   - "tags"
24223   sort:
24224   - "IP6BASE"
24225   - "FIB_20K"
24226   - "FIB_200K"
24227   - "FIB_2M"
24228   layout:
24229     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
24230     layout: "plot-throughput-speedup-analysis"
24231
24232 -
24233   type: "plot"
24234   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
24235   algorithm: "plot_throughput_speedup_analysis"
24236   output-file-type: ".html"
24237   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
24238   data: "plot-throughput-speedup-analysis-3n-skx"
24239   filter: "'NIC_Intel-X710' and
24240            '78B' and
24241            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24242            'NDRPDR' and
24243            'IP6FWD' and
24244            not 'SRv6' and
24245            not 'IPSEC' and
24246            not 'VHOST'"
24247   parameters:
24248   - "throughput"
24249   - "parent"
24250   - "tags"
24251   sort:
24252   - "IP6BASE"
24253   - "FIB_20K"
24254   - "FIB_200K"
24255   - "FIB_2M"
24256   layout:
24257     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
24258     layout: "plot-throughput-speedup-analysis"
24259
24260 # Speedup - VPP IPv6 3n-skx-x710 features
24261 -
24262   type: "plot"
24263   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
24264   algorithm: "plot_throughput_speedup_analysis"
24265   output-file-type: ".html"
24266   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
24267   data: "plot-throughput-speedup-analysis-3n-skx"
24268   filter: "'NIC_Intel-X710' and
24269            '78B' and
24270            ('IP6BASE' or
24271             'POLICE_MARK' or
24272             'COPWHLIST' or
24273             'IACLDST') and
24274            'NDRPDR' and
24275            'IP6FWD' and
24276            not 'SRv6' and
24277            not 'IPSEC' and
24278            not 'VHOST'"
24279   parameters:
24280   - "throughput"
24281   - "parent"
24282   - "tags"
24283   sort:
24284   - "IP6BASE"
24285   - "POLICE_MARK"
24286   - "COPWHLIST"
24287   - "IACLDST"
24288   layout:
24289     title: "ip6-3n-skx-x710-78b-base_and_features-ndr"
24290     layout: "plot-throughput-speedup-analysis"
24291
24292 -
24293   type: "plot"
24294   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
24295   algorithm: "plot_throughput_speedup_analysis"
24296   output-file-type: ".html"
24297   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
24298   data: "plot-throughput-speedup-analysis-3n-skx"
24299   filter: "'NIC_Intel-X710' and
24300            '78B' and
24301            ('IP6BASE' or
24302             'POLICE_MARK' or
24303             'COPWHLIST' or
24304             'IACLDST') and
24305            'NDRPDR' and
24306            'IP6FWD' and
24307            not 'SRv6' and
24308            not 'IPSEC' and
24309            not 'VHOST'"
24310   parameters:
24311   - "throughput"
24312   - "parent"
24313   - "tags"
24314   sort:
24315   - "IP6BASE"
24316   - "POLICE_MARK"
24317   - "COPWHLIST"
24318   - "IACLDST"
24319   layout:
24320     title: "ip6-3n-skx-x710-78b-base_and_features-pdr"
24321     layout: "plot-throughput-speedup-analysis"
24322
24323 ## Speedup - VPP IPv6 2n-skx-x710
24324 #-
24325 #  type: "plot"
24326 #  title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
24327 #  algorithm: "plot_throughput_speedup_analysis"
24328 #  output-file-type: ".html"
24329 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
24330 #  data: "plot-throughput-speedup-analysis-2n-skx"
24331 #  filter: "'NIC_Intel-X710' and
24332 #           '78B' and
24333 #           ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
24334 #           'NDRPDR' and
24335 #           'IP6FWD' and
24336 #           not 'SRv6' and
24337 #           not 'IPSEC' and
24338 #           not 'VHOST'"
24339 #  parameters:
24340 #  - "throughput"
24341 #  - "parent"
24342 #  - "tags"
24343 #  sort:
24344 #  - "IP6BASE"
24345 #  - "FIB_20k"
24346 #  - "FIB_200k"
24347 #  - "FIB_2M"
24348 #  layout:
24349 #    title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
24350 #    layout: "plot-throughput-speedup-analysis"
24351 #
24352 #-
24353 #  type: "plot"
24354 #  title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
24355 #  algorithm: "plot_throughput_speedup_analysis"
24356 #  output-file-type: ".html"
24357 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
24358 #  data: "plot-throughput-speedup-analysis-2n-skx"
24359 #  filter: "'NIC_Intel-X710' and
24360 #           '78B' and
24361 #           ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
24362 #           'NDRPDR' and
24363 #           'IP6FWD' and
24364 #           not 'SRv6' and
24365 #           not 'IPSEC' and
24366 #           not 'VHOST'"
24367 #  parameters:
24368 #  - "throughput"
24369 #  - "parent"
24370 #  - "tags"
24371 #  sort:
24372 #  - "IP6BASE"
24373 #  - "FIB_20k"
24374 #  - "FIB_200k"
24375 #  - "FIB_2M"
24376 #  layout:
24377 #    title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
24378 #    layout: "plot-throughput-speedup-analysis"
24379 #
24380 ## Speedup - VPP IPv6 2n-skx-xxv710
24381 #-
24382 #  type: "plot"
24383 #  title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
24384 #  algorithm: "plot_throughput_speedup_analysis"
24385 #  output-file-type: ".html"
24386 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
24387 #  data: "plot-throughput-speedup-analysis-2n-skx"
24388 #  filter: "'NIC_Intel-XXV710' and
24389 #           '78B' and
24390 #           ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
24391 #           'NDRPDR' and
24392 #           'IP6FWD' and
24393 #           not 'SRv6' and
24394 #           not 'IPSEC' and
24395 #           not 'VHOST'"
24396 #  parameters:
24397 #  - "throughput"
24398 #  - "parent"
24399 #  - "tags"
24400 #  sort:
24401 #  - "IP6BASE"
24402 #  - "FIB_20k"
24403 #  - "FIB_200k"
24404 #  - "FIB_2M"
24405 #  layout:
24406 #    title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
24407 #    layout: "plot-throughput-speedup-analysis"
24408 #
24409 #-
24410 #  type: "plot"
24411 #  title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
24412 #  algorithm: "plot_throughput_speedup_analysis"
24413 #  output-file-type: ".html"
24414 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
24415 #  data: "plot-throughput-speedup-analysis-2n-skx"
24416 #  filter: "'NIC_Intel-XXV710' and
24417 #           '78B' and
24418 #           ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
24419 #           'NDRPDR' and
24420 #           'IP6FWD' and
24421 #           not 'SRv6' and
24422 #           not 'IPSEC' and
24423 #           not 'VHOST'"
24424 #  parameters:
24425 #  - "throughput"
24426 #  - "parent"
24427 #  - "tags"
24428 #  sort:
24429 #  - "IP6BASE"
24430 #  - "FIB_20k"
24431 #  - "FIB_200k"
24432 #  - "FIB_2M"
24433 #  layout:
24434 #    title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
24435 #    layout: "plot-throughput-speedup-analysis"
24436
24437 ## Speedup - VPP IPv6 2n-dnv-x553 base
24438 #-
24439 #  type: "plot"
24440 #  title: "Speedup: ip6-2n-dnv-x553-78b-base-ndr-tsa"
24441 #  algorithm: "plot_throughput_speedup_analysis"
24442 #  output-file-type: ".html"
24443 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-ndr-tsa"
24444 #  data: "intel-dnv-vpp"
24445 #  filter: "'NIC_Intel-X553' and
24446 #           '78B' and
24447 #           'IP6BASE' and
24448 #           'NDRPDR' and
24449 #           'IP6FWD' and
24450 #           not 'SRv6' and
24451 #           not 'IPSEC' and
24452 #           not 'VHOST'"
24453 #  parameters:
24454 #  - "throughput"
24455 #  - "parent"
24456 #  - "tags"
24457 #  sort:
24458 #  - "IP6BASE"
24459 #  layout:
24460 #    title: "ip6-2n-dnv-x553-78b-base-ndr"
24461 #    layout: "plot-throughput-speedup-analysis"
24462 #
24463 #-
24464 #  type: "plot"
24465 #  title: "Speedup: ip6-2n-dnv-x553-78b-base-pdr-tsa"
24466 #  algorithm: "plot_throughput_speedup_analysis"
24467 #  output-file-type: ".html"
24468 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-pdr-tsa"
24469 #  data: "intel-dnv-vpp"
24470 #  filter: "'NIC_Intel-X553' and
24471 #           '78B' and
24472 #           'IP6BASE' and
24473 #           'NDRPDR' and
24474 #           'IP6FWD' and
24475 #           not 'SRv6' and
24476 #           not 'IPSEC' and
24477 #           not 'VHOST'"
24478 #  parameters:
24479 #  - "throughput"
24480 #  - "parent"
24481 #  - "tags"
24482 #  sort:
24483 #  - "IP6BASE"
24484 #  layout:
24485 #    title: "ip6-2n-dnv-x553-78b-base-pdr"
24486 #    layout: "plot-throughput-speedup-analysis"
24487
24488 ################################################################################
24489
24490 ## Speedup - VPP IPv6 tunnels 3n-hsw-x520
24491 #-
24492 #  type: "plot"
24493 #  title: "Speedup: ip6tun-3n-hsw-x520-78b-base-ndr-tsa"
24494 #  algorithm: "plot_throughput_speedup_analysis"
24495 #  output-file-type: ".html"
24496 #  output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base-ndr-tsa"
24497 #  data: "plot-throughput-speedup-analysis-3n-hsw"
24498 #  filter: "'NIC_Intel-X520-DA2' and
24499 #           '78B' and
24500 #           'ENCAP' and
24501 #           'NDRPDR' and
24502 #           'LISP' and
24503 #           not 'VHOST'"
24504 #  parameters:
24505 #  - "throughput"
24506 #  - "parent"
24507 #  - "tags"
24508 #  sort:
24509 #  - "IP4UNRLAY"
24510 #  - "IP6UNRLAY"
24511 #  layout:
24512 #    title: "ip6tun-3n-hsw-x520-78b-base-ndr"
24513 #    layout: "plot-throughput-speedup-analysis"
24514 #
24515 #-
24516 #  type: "plot"
24517 #  title: "Speedup: ip6tun-3n-hsw-x520-78b-base-pdr-tsa"
24518 #  algorithm: "plot_throughput_speedup_analysis"
24519 #  output-file-type: ".html"
24520 #  output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base-pdr-tsa"
24521 #  data: "plot-throughput-speedup-analysis-3n-hsw"
24522 #  filter: "'NIC_Intel-X520-DA2' and
24523 #           '78B' and
24524 #           'ENCAP' and
24525 #           'NDRPDR' and
24526 #           'LISP' and
24527 #           not 'VHOST'"
24528 #  parameters:
24529 #  - "throughput"
24530 #  - "parent"
24531 #  - "tags"
24532 #  sort:
24533 #  - "IP4UNRLAY"
24534 #  - "IP6UNRLAY"
24535 #  layout:
24536 #    title: "ip6tun-3n-hsw-x520-78b-base-pdr"
24537 #    layout: "plot-throughput-speedup-analysis"
24538 #
24539 #################################################################################
24540 #
24541 ## Speedup - VPP IPSec 3n-hsw-xl710 base
24542 #-
24543 #  type: "plot"
24544 #  title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
24545 #  algorithm: "plot_throughput_speedup_analysis"
24546 #  output-file-type: ".html"
24547 #  output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
24548 #  data: "plot-throughput-speedup-analysis-3n-hsw"
24549 #  filter: "'NIC_Intel-XL710' and
24550 #           '64B' and
24551 #           'IP4FWD' and
24552 #           'NDRPDR' and
24553 #           'BASE' and
24554 #           'IPSECHW' and
24555 #           ('IPSECTRAN' or 'IPSECTUN') and
24556 #           not 'VHOST'"
24557 #  parameters:
24558 #  - "throughput"
24559 #  - "parent"
24560 #  - "tags"
24561 #  layout:
24562 #    title: "ipsec-3n-hsw-xl710-64b-base-ndr"
24563 #    layout: "plot-throughput-speedup-analysis"
24564 #
24565 #-
24566 #  type: "plot"
24567 #  title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
24568 #  algorithm: "plot_throughput_speedup_analysis"
24569 #  output-file-type: ".html"
24570 #  output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
24571 #  data: "plot-throughput-speedup-analysis-3n-hsw"
24572 #  filter: "'NIC_Intel-XL710' and
24573 #           '64B' and
24574 #           'IP4FWD' and
24575 #           'NDRPDR' and
24576 #           'BASE' and
24577 #           'IPSECHW' and
24578 #           ('IPSECTRAN' or 'IPSECTUN') and
24579 #           not 'VHOST'"
24580 #  parameters:
24581 #  - "throughput"
24582 #  - "parent"
24583 #  - "tags"
24584 #  layout:
24585 #    title: "ipsec-3n-hsw-xl710-64b-base-pdr"
24586 #    layout: "plot-throughput-speedup-analysis"
24587 #
24588 ## Speedup - VPP IPSec 3n-hsw-xl710 scale
24589 #-
24590 #  type: "plot"
24591 #  title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
24592 #  algorithm: "plot_throughput_speedup_analysis"
24593 #  output-file-type: ".html"
24594 #  output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
24595 #  data: "plot-throughput-speedup-analysis-3n-hsw"
24596 #  filter: "'NIC_Intel-XL710' and
24597 #           '64B' and
24598 #           'IP4FWD' and
24599 #           'NDRPDR' and
24600 #           'SCALE' and
24601 #           'IPSECHW' and
24602 #           ('IPSECTRAN' or 'IPSECTUN') and
24603 #           not 'VHOST'"
24604 #  parameters:
24605 #  - "throughput"
24606 #  - "parent"
24607 #  - "tags"
24608 #  layout:
24609 #    title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
24610 #    layout: "plot-throughput-speedup-analysis"
24611 #
24612 #-
24613 #  type: "plot"
24614 #  title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
24615 #  algorithm: "plot_throughput_speedup_analysis"
24616 #  output-file-type: ".html"
24617 #  output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
24618 #  data: "plot-throughput-speedup-analysis-3n-hsw"
24619 #  filter: "'NIC_Intel-XL710' and
24620 #           '64B' and
24621 #           'IP4FWD' and
24622 #           'NDRPDR' and
24623 #           'SCALE' and
24624 #           'IPSECHW' and
24625 #           ('IPSECTRAN' or 'IPSECTUN') and
24626 #           not 'VHOST'"
24627 #  parameters:
24628 #  - "throughput"
24629 #  - "parent"
24630 #  - "tags"
24631 #  layout:
24632 #    title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
24633 #    layout: "plot-throughput-speedup-analysis"
24634 #
24635 ## Speedup - VPP IPSec 3n-hsw-xl710 sw
24636 #-
24637 #  type: "plot"
24638 #  title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
24639 #  algorithm: "plot_throughput_speedup_analysis"
24640 #  output-file-type: ".html"
24641 #  output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
24642 #  data: "plot-throughput-speedup-analysis-3n-hsw"
24643 #  filter: "'NIC_Intel-XL710' and
24644 #           '64B' and
24645 #           'IP4FWD' and
24646 #           'NDRPDR' and
24647 #           'IPSECSW' and
24648 #           ('IPSECTRAN' or 'IPSECTUN') and
24649 #           not 'VHOST'"
24650 #  parameters:
24651 #  - "throughput"
24652 #  - "parent"
24653 #  - "tags"
24654 #  layout:
24655 #    title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
24656 #    layout: "plot-throughput-speedup-analysis"
24657 #
24658 #-
24659 #  type: "plot"
24660 #  title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
24661 #  algorithm: "plot_throughput_speedup_analysis"
24662 #  output-file-type: ".html"
24663 #  output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
24664 #  data: "plot-throughput-speedup-analysis-3n-hsw"
24665 #  filter: "'NIC_Intel-XL710' and
24666 #           '64B' and
24667 #           'IP4FWD' and
24668 #           'NDRPDR' and
24669 #           'IPSECSW' and
24670 #           ('IPSECTRAN' or 'IPSECTUN') and
24671 #           not 'VHOST'"
24672 #  parameters:
24673 #  - "throughput"
24674 #  - "parent"
24675 #  - "tags"
24676 #  layout:
24677 #    title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
24678 #    layout: "plot-throughput-speedup-analysis"
24679 #
24680 #################################################################################
24681 #
24682 ## Speedup - VPP SRv6 3n-hsw-x520
24683 #-
24684 #  type: "plot"
24685 #  title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
24686 #  algorithm: "plot_throughput_speedup_analysis"
24687 #  output-file-type: ".html"
24688 #  output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
24689 #  data: "plot-throughput-speedup-analysis-3n-hsw"
24690 #  filter: "'NIC_Intel-X520-DA2' and
24691 #           '78B' and
24692 #           'FEATURE' and
24693 #           'NDRPDR' and
24694 #           'IP6FWD' and
24695 #           'SRv6'"
24696 #  parameters:
24697 #  - "throughput"
24698 #  - "parent"
24699 #  - "tags"
24700 #  layout:
24701 #    title: "srv6-3n-hsw-x520-78b-features-ndr"
24702 #    layout: "plot-throughput-speedup-analysis"
24703 #
24704 #-
24705 #  type: "plot"
24706 #  title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
24707 #  algorithm: "plot_throughput_speedup_analysis"
24708 #  output-file-type: ".html"
24709 #  output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
24710 #  data: "plot-throughput-speedup-analysis-3n-hsw"
24711 #  filter: "'NIC_Intel-X520-DA2' and
24712 #           '78B' and
24713 #           'FEATURE' and
24714 #           'NDRPDR' and
24715 #           'IP6FWD' and
24716 #           'SRv6'"
24717 #  parameters:
24718 #  - "throughput"
24719 #  - "parent"
24720 #  - "tags"
24721 #  layout:
24722 #    title: "srv6-3n-hsw-x520-78b-features-pdr"
24723 #    layout: "plot-throughput-speedup-analysis"
24724 #
24725 #################################################################################
24726 #
24727 ## Speedup - VPP L2 3n-hsw-x520 base and scale
24728 #-
24729 #  type: "plot"
24730 #  title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24731 #  algorithm: "plot_throughput_speedup_analysis"
24732 #  output-file-type: ".html"
24733 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24734 #  data: "plot-throughput-speedup-analysis-3n-hsw"
24735 #  filter: "'NIC_Intel-X520-DA2' and
24736 #           '64B' and
24737 #           ('BASE' or 'SCALE') and
24738 #           'NDRPDR' and
24739 #           'ETH' and
24740 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24741 #           not 'VHOST' and
24742 #           not 'MEMIF'"
24743 #  parameters:
24744 #  - "throughput"
24745 #  - "parent"
24746 #  - "tags"
24747 #  sort:
24748 #  - "L2XCFWD"
24749 #  - "L2PATCH"
24750 #  - "L2BDMACLRN"
24751 #  - "FIB_10K"
24752 #  - "FIB_100K"
24753 #  - "FIB_1M"
24754 #  layout:
24755 #    title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
24756 #    layout: "plot-throughput-speedup-analysis"
24757 #
24758 #-
24759 #  type: "plot"
24760 #  title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24761 #  algorithm: "plot_throughput_speedup_analysis"
24762 #  output-file-type: ".html"
24763 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24764 #  data: "plot-throughput-speedup-analysis-3n-hsw"
24765 #  filter: "'NIC_Intel-X520-DA2' and
24766 #           '64B' and
24767 #           ('BASE' or 'SCALE') and
24768 #           'NDRPDR' and
24769 #           'ETH' and
24770 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24771 #           not 'VHOST' and
24772 #           not 'MEMIF'"
24773 #  parameters:
24774 #  - "throughput"
24775 #  - "parent"
24776 #  - "tags"
24777 #  sort:
24778 #  - "L2XCFWD"
24779 #  - "L2PATCH"
24780 #  - "L2BDMACLRN"
24781 #  - "FIB_10K"
24782 #  - "FIB_100K"
24783 #  - "FIB_1M"
24784 #  layout:
24785 #    title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
24786 #    layout: "plot-throughput-speedup-analysis"
24787 #
24788 ## Speedup - VPP L2 3n-hsw-x520 features
24789 #-
24790 #  type: "plot"
24791 #  title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
24792 #  algorithm: "plot_throughput_speedup_analysis"
24793 #  output-file-type: ".html"
24794 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
24795 #  data: "plot-throughput-speedup-analysis-3n-hsw"
24796 #  filter: "'NIC_Intel-X520-DA2' and
24797 #           '64B' and
24798 #           'NDRPDR' and
24799 #           (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24800 #           not 'ACL' and
24801 #           not 'VHOST' and
24802 #           not 'MEMIF'"
24803 #  parameters:
24804 #  - "throughput"
24805 #  - "parent"
24806 #  - "tags"
24807 #  sort:
24808 #  - "L2XCBASE"    # l2xcbase
24809 #  - "L2BDBASE"    # l2bdbase
24810 #  - "L2XCFWD"     # dot1q-l2xcbase
24811 #  - "L2BDMACLRN"  # dot1q-l2bdbase
24812 #  layout:
24813 #    title: "l2sw-3n-hsw-x520-64b-features-ndr"
24814 #    layout: "plot-throughput-speedup-analysis"
24815 #
24816 #-
24817 #  type: "plot"
24818 #  title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
24819 #  algorithm: "plot_throughput_speedup_analysis"
24820 #  output-file-type: ".html"
24821 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
24822 #  data: "plot-throughput-speedup-analysis-3n-hsw"
24823 #  filter: "'NIC_Intel-X520-DA2' and
24824 #           '64B' and
24825 #           'NDRPDR' and
24826 #           (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24827 #           not 'ACL' and
24828 #           not 'VHOST' and
24829 #           not 'MEMIF'"
24830 #  parameters:
24831 #  - "throughput"
24832 #  - "parent"
24833 #  - "tags"
24834 #  sort:
24835 #  - "L2XCBASE"    # l2xcbase
24836 #  - "L2BDBASE"    # l2bdbase
24837 #  - "L2XCFWD"     # dot1q-l2xcbase
24838 #  - "L2BDMACLRN"  # dot1q-l2bdbase
24839 #  layout:
24840 #    title: "l2sw-3n-hsw-x520-64b-features-pdr"
24841 #    layout: "plot-throughput-speedup-analysis"
24842 #
24843 ## Speedup - VPP L2 3n-hsw-x710 base and scale
24844 #-
24845 #  type: "plot"
24846 #  title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24847 #  algorithm: "plot_throughput_speedup_analysis"
24848 #  output-file-type: ".html"
24849 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24850 #  data: "plot-throughput-speedup-analysis-3n-hsw"
24851 #  filter: "'NIC_Intel-X710' and
24852 #           '64B' and
24853 #           ('BASE' or 'SCALE') and
24854 #           'NDRPDR' and
24855 #           'ETH' and
24856 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24857 #           not 'VHOST' and
24858 #           not 'MEMIF' and
24859 #           not 'DRV_AVF'"
24860 #  parameters:
24861 #  - "throughput"
24862 #  - "parent"
24863 #  - "tags"
24864 #  sort:
24865 #  - "L2PATCH"
24866 #  - "L2XCFWD"
24867 #  - "L2BDMACLRN"
24868 #  - "FIB_10K"
24869 #  - "FIB_100K"
24870 #  - "FIB_1M"
24871 #  layout:
24872 #    title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
24873 #    layout: "plot-throughput-speedup-analysis"
24874 #
24875 #-
24876 #  type: "plot"
24877 #  title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24878 #  algorithm: "plot_throughput_speedup_analysis"
24879 #  output-file-type: ".html"
24880 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24881 #  data: "plot-throughput-speedup-analysis-3n-hsw"
24882 #  filter: "'NIC_Intel-X710' and
24883 #           '64B' and
24884 #           ('BASE' or 'SCALE') and
24885 #           'NDRPDR' and
24886 #           'ETH' and
24887 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24888 #           not 'VHOST' and
24889 #           not 'MEMIF' and
24890 #           not 'DRV_AVF'"
24891 #  parameters:
24892 #  - "throughput"
24893 #  - "parent"
24894 #  - "tags"
24895 #  sort:
24896 #  - "L2PATCH"
24897 #  - "L2XCFWD"
24898 #  - "L2BDMACLRN"
24899 #  - "FIB_10K"
24900 #  - "FIB_100K"
24901 #  - "FIB_1M"
24902 #  layout:
24903 #    title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
24904 #    layout: "plot-throughput-speedup-analysis"
24905 #
24906 ## Speedup - VPP L2 3n-hsw-x710 features
24907 #-
24908 #  type: "plot"
24909 #  title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
24910 #  algorithm: "plot_throughput_speedup_analysis"
24911 #  output-file-type: ".html"
24912 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
24913 #  data: "plot-throughput-speedup-analysis-3n-hsw"
24914 #  filter: "'NIC_Intel-X710' and
24915 #           '64B' and
24916 #           'NDRPDR' and
24917 #           (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24918 #           not 'ACL' and
24919 #           not 'VHOST' and
24920 #           not 'L2OVRLAY' and
24921 #           not 'MEMIF'"
24922 #  parameters:
24923 #  - "throughput"
24924 #  - "parent"
24925 #  - "tags"
24926 #  sort:
24927 #  - "L2XCBASE"    # l2xcbase
24928 #  - "L2BDBASE"    # l2bdbase
24929 #  - "L2XCFWD"     # dot1q-l2xcbase
24930 #  - "L2BDMACLRN"  # dot1q-l2bdbase
24931 #  layout:
24932 #    title: "l2sw-3n-hsw-x710-64b-features-ndr"
24933 #    layout: "plot-throughput-speedup-analysis"
24934 #
24935 #-
24936 #  type: "plot"
24937 #  title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
24938 #  algorithm: "plot_throughput_speedup_analysis"
24939 #  output-file-type: ".html"
24940 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
24941 #  data: "plot-throughput-speedup-analysis-3n-hsw"
24942 #  filter: "'NIC_Intel-X710' and
24943 #           '64B' and
24944 #           'NDRPDR' and
24945 #           (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24946 #           not 'ACL' and
24947 #           not 'VHOST' and
24948 #           not 'L2OVRLAY' and
24949 #           not 'MEMIF'"
24950 #  parameters:
24951 #  - "throughput"
24952 #  - "parent"
24953 #  - "tags"
24954 #  sort:
24955 #  - "L2XCBASE"    # l2xcbase
24956 #  - "L2BDBASE"    # l2bdbase
24957 #  - "L2XCFWD"     # dot1q-l2xcbase
24958 #  - "L2BDMACLRN"  # dot1q-l2bdbase
24959 #  layout:
24960 #    title: "l2sw-3n-hsw-x710-64b-features-pdr"
24961 #    layout: "plot-throughput-speedup-analysis"
24962 #
24963 ## Speedup - VPP L2 3n-hsw-xl710 base and scale
24964 #-
24965 #  type: "plot"
24966 #  title: "Speedup: l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
24967 #  algorithm: "plot_throughput_speedup_analysis"
24968 #  output-file-type: ".html"
24969 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
24970 #  data: "plot-throughput-speedup-analysis-3n-hsw"
24971 #  filter: "'NIC_Intel-XL710' and
24972 #           '64B' and
24973 #           'BASE' and
24974 #           'NDRPDR' and
24975 #           'ETH' and
24976 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24977 #           not 'VHOST' and
24978 #           not 'MEMIF'"
24979 #  parameters:
24980 #  - "throughput"
24981 #  - "parent"
24982 #  - "tags"
24983 #  sort:
24984 #  - "L2PATCH"
24985 #  - "L2XCFWD"
24986 #  - "L2BDMACLRN"
24987 #  layout:
24988 #    title: "l2sw-3n-hsw-xl710-64b-base-ndr"
24989 #    layout: "plot-throughput-speedup-analysis"
24990 #
24991 #-
24992 #  type: "plot"
24993 #  title: "Speedup: l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
24994 #  algorithm: "plot_throughput_speedup_analysis"
24995 #  output-file-type: ".html"
24996 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
24997 #  data: "plot-throughput-speedup-analysis-3n-hsw"
24998 #  filter: "'NIC_Intel-XL710' and
24999 #           '64B' and
25000 #           'BASE' and
25001 #           'NDRPDR' and
25002 #           'ETH' and
25003 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25004 #           not 'VHOST' and
25005 #           not 'MEMIF'"
25006 #  parameters:
25007 #  - "throughput"
25008 #  - "parent"
25009 #  - "tags"
25010 #  sort:
25011 #  - "L2PATCH"
25012 #  - "L2XCFWD"
25013 #  - "L2BDMACLRN"
25014 #  layout:
25015 #    title: "l2sw-3n-hsw-xl710-64b-base-pdr"
25016 #    layout: "plot-throughput-speedup-analysis"
25017
25018 # Speedup - VPP L2 3n-skx-x710 base and scale
25019 -
25020   type: "plot"
25021   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25022   algorithm: "plot_throughput_speedup_analysis"
25023   output-file-type: ".html"
25024   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25025   data: "plot-throughput-speedup-analysis-3n-skx"
25026   filter: "'NIC_Intel-X710' and
25027            '64B' and
25028            ('BASE' or 'SCALE') and
25029            'NDRPDR' and
25030            'ETH' and
25031            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25032            not 'VHOST' and
25033            not 'DRV_AVF' and
25034            not 'MEMIF'"
25035   parameters:
25036   - "throughput"
25037   - "parent"
25038   - "tags"
25039   sort:
25040   - "L2PATCH"
25041   - "L2XCBASE"
25042   - "BASE"
25043   - "FIB_10K"
25044   - "FIB_100K"
25045   - "FIB_1M"
25046   layout:
25047     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
25048     layout: "plot-throughput-speedup-analysis"
25049
25050 -
25051   type: "plot"
25052   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25053   algorithm: "plot_throughput_speedup_analysis"
25054   output-file-type: ".html"
25055   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25056   data: "plot-throughput-speedup-analysis-3n-skx"
25057   filter: "'NIC_Intel-X710' and
25058            '64B' and
25059            ('BASE' or 'SCALE') and
25060            'NDRPDR' and
25061            'ETH' and
25062            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25063            not 'VHOST' and
25064            not 'DRV_AVF' and
25065            not 'MEMIF'"
25066   parameters:
25067   - "throughput"
25068   - "parent"
25069   - "tags"
25070   sort:
25071   - "L2PATCH"
25072   - "L2XCBASE"
25073   - "BASE"
25074   - "FIB_10K"
25075   - "FIB_100K"
25076   - "FIB_1M"
25077   layout:
25078     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
25079     layout: "plot-throughput-speedup-analysis"
25080
25081 # Speedup - VPP L2 3n-skx-x710 features
25082 -
25083   type: "plot"
25084   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
25085   algorithm: "plot_throughput_speedup_analysis"
25086   output-file-type: ".html"
25087   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
25088   data: "plot-throughput-speedup-analysis-3n-skx"
25089   filter: "'NIC_Intel-X710' and
25090            '64B' and
25091            'NDRPDR' and
25092            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25093            not 'ACL' and
25094            not 'VHOST' and
25095            not 'DRV_AVF' and
25096            not 'L2OVRLAY' and
25097            not 'MEMIF'"
25098   parameters:
25099   - "throughput"
25100   - "parent"
25101   - "tags"
25102   sort:
25103   - "L2XCBASE"    # l2xcbase
25104   - "L2BDBASE"    # l2bdbase
25105   - "L2XCFWD"     # dot1q-l2xcbase
25106   - "L2BDMACLRN"  # dot1q-l2bdbase
25107   layout:
25108     title: "l2sw-3n-skx-x710-64b-features-ndr"
25109     layout: "plot-throughput-speedup-analysis"
25110
25111 -
25112   type: "plot"
25113   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
25114   algorithm: "plot_throughput_speedup_analysis"
25115   output-file-type: ".html"
25116   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
25117   data: "plot-throughput-speedup-analysis-3n-skx"
25118   filter: "'NIC_Intel-X710' and
25119            '64B' and
25120            'NDRPDR' and
25121            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25122            not 'ACL' and
25123            not 'VHOST' and
25124            not 'DRV_AVF' and
25125            not 'L2OVRLAY' and
25126            not 'MEMIF'"
25127   parameters:
25128   - "throughput"
25129   - "parent"
25130   - "tags"
25131   sort:
25132   - "L2XCBASE"    # l2xcbase
25133   - "L2BDBASE"    # l2bdbase
25134   - "L2XCFWD"     # dot1q-l2xcbase
25135   - "L2BDMACLRN"  # dot1q-l2bdbase
25136   layout:
25137     title: "l2sw-3n-skx-x710-64b-features-pdr"
25138     layout: "plot-throughput-speedup-analysis"
25139
25140 # Speedup - VPP L2 3n-skx-xxv710 base and scale
25141 -
25142   type: "plot"
25143   title: "Speedup: l2sw-3n-skx-xxv710-64b-base-ndr-tsa"
25144   algorithm: "plot_throughput_speedup_analysis"
25145   output-file-type: ".html"
25146   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base-ndr-tsa"
25147   data: "plot-throughput-speedup-analysis-3n-skx"
25148   filter: "'NIC_Intel-XXV710' and
25149            '64B' and
25150            ('BASE' or 'SCALE') and
25151            'NDRPDR' and
25152            'ETH' and
25153            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25154            not 'VHOST' and
25155            not 'MEMIF'"
25156   parameters:
25157   - "throughput"
25158   - "parent"
25159   - "tags"
25160   sort:
25161   - "L2PATCH"
25162   - "L2PATCH"
25163   - "L2XCBASE"
25164   - "L2BDMACLRN"
25165   layout:
25166     title: "l2sw-3n-skx-xxv710-64b-base-ndr"
25167     layout: "plot-throughput-speedup-analysis"
25168
25169 -
25170   type: "plot"
25171   title: "Speedup: l2sw-3n-skx-xxv710-64b-base-pdr-tsa"
25172   algorithm: "plot_throughput_speedup_analysis"
25173   output-file-type: ".html"
25174   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base-pdr-tsa"
25175   data: "plot-throughput-speedup-analysis-3n-skx"
25176   filter: "'NIC_Intel-XXV710' and
25177            '64B' and
25178            ('BASE' or 'SCALE') and
25179            'NDRPDR' and
25180            'ETH' and
25181            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25182            not 'VHOST' and
25183            not 'MEMIF'"
25184   parameters:
25185   - "throughput"
25186   - "parent"
25187   - "tags"
25188   sort:
25189   - "L2PATCH"
25190   - "L2PATCH"
25191   - "L2XCBASE"
25192   - "L2BDMACLRN"
25193   layout:
25194     title: "l2sw-3n-skx-xxv710-64b-base-pdr"
25195     layout: "plot-throughput-speedup-analysis"
25196
25197 ## Speedup - VPP L2 2n-skx-x710 base and scale
25198 #-
25199 #  type: "plot"
25200 #  title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25201 #  algorithm: "plot_throughput_speedup_analysis"
25202 #  output-file-type: ".html"
25203 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25204 #  data: "plot-throughput-speedup-analysis-2n-skx"
25205 #  filter: "'NIC_Intel-X710' and
25206 #           '64B' and
25207 #           ('BASE' or 'SCALE') and
25208 #           'NDRPDR' and
25209 #           'ETH' and
25210 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25211 #           not 'VHOST' and
25212 #           not 'MEMIF'"
25213 #  parameters:
25214 #  - "throughput"
25215 #  - "parent"
25216 #  - "tags"
25217 #  sort:
25218 #  - "L2PATCH"
25219 #  - "L2XCBASE"
25220 #  - "BASE"
25221 #  - "FIB_10K"
25222 #  - "FIB_100K"
25223 #  - "FIB_1M"
25224 #  layout:
25225 #    title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
25226 #    layout: "plot-throughput-speedup-analysis"
25227 #
25228 #-
25229 #  type: "plot"
25230 #  title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25231 #  algorithm: "plot_throughput_speedup_analysis"
25232 #  output-file-type: ".html"
25233 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25234 #  data: "plot-throughput-speedup-analysis-2n-skx"
25235 #  filter: "'NIC_Intel-X710' and
25236 #           '64B' and
25237 #           ('BASE' or 'SCALE') and
25238 #           'NDRPDR' and
25239 #           'ETH' and
25240 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25241 #           not 'VHOST' and
25242 #           not 'MEMIF'"
25243 #  parameters:
25244 #  - "throughput"
25245 #  - "parent"
25246 #  - "tags"
25247 #  sort:
25248 #  - "L2PATCH"
25249 #  - "L2XCBASE"
25250 #  - "BASE"
25251 #  - "FIB_10K"
25252 #  - "FIB_100K"
25253 #  - "FIB_1M"
25254 #  layout:
25255 #    title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
25256 #    layout: "plot-throughput-speedup-analysis"
25257 #
25258 ## Speedup - VPP L2 2n-skx-xxv710 base and scale
25259 #-
25260 #  type: "plot"
25261 #  title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25262 #  algorithm: "plot_throughput_speedup_analysis"
25263 #  output-file-type: ".html"
25264 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25265 #  data: "plot-throughput-speedup-analysis-2n-skx"
25266 #  filter: "'NIC_Intel-XXV710' and
25267 #           '64B' and
25268 #           ('BASE' or 'SCALE') and
25269 #           'NDRPDR' and
25270 #           'ETH' and
25271 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25272 #           not 'VHOST' and
25273 #           not 'MEMIF'"
25274 #  parameters:
25275 #  - "throughput"
25276 #  - "parent"
25277 #  - "tags"
25278 #  sort:
25279 #  - "L2PATCH"
25280 #  - "L2XCBASE"
25281 #  - "BASE"
25282 #  - "FIB_10K"
25283 #  - "FIB_100K"
25284 #  - "FIB_1M"
25285 #  layout:
25286 #    title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
25287 #    layout: "plot-throughput-speedup-analysis"
25288 #
25289 #-
25290 #  type: "plot"
25291 #  title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25292 #  algorithm: "plot_throughput_speedup_analysis"
25293 #  output-file-type: ".html"
25294 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25295 #  data: "plot-throughput-speedup-analysis-2n-skx"
25296 #  filter: "'NIC_Intel-XXV710' and
25297 #           '64B' and
25298 #           ('BASE' or 'SCALE') and
25299 #           'NDRPDR' and
25300 #           'ETH' and
25301 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25302 #           not 'VHOST' and
25303 #           not 'MEMIF'"
25304 #  parameters:
25305 #  - "throughput"
25306 #  - "parent"
25307 #  - "tags"
25308 #  sort:
25309 #  - "L2PATCH"
25310 #  - "L2XCBASE"
25311 #  - "BASE"
25312 #  - "FIB_10K"
25313 #  - "FIB_100K"
25314 #  - "FIB_1M"
25315 #  layout:
25316 #    title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
25317 #    layout: "plot-throughput-speedup-analysis"
25318
25319 ## Speedup - VPP L2 2n-dnv-x553 base
25320 #-
25321 #  type: "plot"
25322 #  title: "Speedup: l2sw-2n-dnv-x553-64b-base-ndr-tsa"
25323 #  algorithm: "plot_throughput_speedup_analysis"
25324 #  output-file-type: ".html"
25325 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-ndr-tsa"
25326 #  data: "intel-dnv-vpp"
25327 #  filter: "'NIC_Intel-X553' and
25328 #           '64B' and
25329 #           ('BASE' or 'SCALE') and
25330 #           'NDRPDR' and
25331 #           'ETH' and
25332 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25333 #           not 'VHOST' and
25334 #           not 'MEMIF'"
25335 #  parameters:
25336 #  - "throughput"
25337 #  - "parent"
25338 #  - "tags"
25339 #  sort:
25340 #  - "L2XCBASE"
25341 #  - "L2BDMACLRN"
25342 #  - "L2PATCH"
25343 #  layout:
25344 #    title: "l2sw-2n-dnv-x553-64b-base-ndr"
25345 #    layout: "plot-throughput-speedup-analysis"
25346 #
25347 #-
25348 #  type: "plot"
25349 #  title: "Speedup: l2sw-2n-dnv-x553-64b-base-pdr-tsa"
25350 #  algorithm: "plot_throughput_speedup_analysis"
25351 #  output-file-type: ".html"
25352 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-pdr-tsa"
25353 #  data: "intel-dnv-vpp"
25354 #  filter: "'NIC_Intel-X553' and
25355 #           '64B' and
25356 #           ('BASE' or 'SCALE') and
25357 #           'NDRPDR' and
25358 #           'ETH' and
25359 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25360 #           not 'VHOST' and
25361 #           not 'MEMIF'"
25362 #  parameters:
25363 #  - "throughput"
25364 #  - "parent"
25365 #  - "tags"
25366 #  sort:
25367 #  - "L2XCBASE"
25368 #  - "L2BDMACLRN"
25369 #  - "L2PATCH"
25370 #  layout:
25371 #    title: "l2sw-2n-dnv-x553-64b-base-pdr"
25372 #    layout: "plot-throughput-speedup-analysis"
25373
25374 ################################################################################
25375
25376 ## Packet Speedup - VPP vhost ip4 3n-hsw-x520
25377 #-
25378 #  type: "plot"
25379 #  title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25380 #  algorithm: "plot_throughput_speedup_analysis"
25381 #  output-file-type: ".html"
25382 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25383 #  data: "plot-throughput-speedup-analysis-3n-hsw"
25384 #  filter: "'NIC_Intel-X520-DA2' and
25385 #           '64B' and
25386 #           'NDRPDR' and
25387 #           'ETH' and
25388 #           'IP4FWD' and
25389 #           'VHOST_1024' and
25390 #           not 'VXLAN' and
25391 #           not 'DOT1Q'"
25392 #  parameters:
25393 #  - "throughput"
25394 #  - "parent"
25395 #  - "tags"
25396 #  sort:
25397 #  - "not CFS_OPT"
25398 #  - "1VM"
25399 #  - "2VM"
25400 #  layout:
25401 #    title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
25402 #    layout: "plot-throughput-speedup-analysis"
25403 #
25404 #-
25405 #  type: "plot"
25406 #  title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25407 #  algorithm: "plot_throughput_speedup_analysis"
25408 #  output-file-type: ".html"
25409 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25410 #  data: "plot-throughput-speedup-analysis-3n-hsw"
25411 #  filter: "'NIC_Intel-X520-DA2' and
25412 #           '64B' and
25413 #           'NDRPDR' and
25414 #           'ETH' and
25415 #           'IP4FWD' and
25416 #           'VHOST_1024' and
25417 #           not 'VXLAN' and
25418 #           not 'DOT1Q'"
25419 #  parameters:
25420 #  - "throughput"
25421 #  - "parent"
25422 #  - "tags"
25423 #  sort:
25424 #  - "not CFS_OPT"
25425 #  - "1VM"
25426 #  - "2VM"
25427 #  layout:
25428 #    title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
25429 #    layout: "plot-throughput-speedup-analysis"
25430 #
25431 ## Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
25432 #-
25433 #  type: "plot"
25434 #  title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr-tsa"
25435 #  algorithm: "plot_throughput_speedup_analysis"
25436 #  output-file-type: ".html"
25437 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr-tsa"
25438 #  data: "plot-throughput-speedup-analysis-3n-hsw"
25439 #  filter: "'NIC_Intel-X520-DA2' and
25440 #           '64B' and
25441 #           'NDRPDR' and
25442 #           ('ETH' or 'DOT1Q') and
25443 #           'BASE' and
25444 #           ('L2BDMACLRN' or 'L2XCFWD') and
25445 #           'VHOST_1024' and
25446 #           not 'VXLAN' and
25447 #           not 'IP4FWD' and
25448 #           not '2VM'"
25449 #  parameters:
25450 #  - "throughput"
25451 #  - "parent"
25452 #  - "tags"
25453 #  sort:
25454 #  - "L2BDMACLRN"
25455 #  - "L2BDMACLRN"
25456 #  - "L2BDMACLRN"
25457 #  - "L2XCFWD"
25458 #  - "L2XCFWD"
25459 #  - "L2XCFWD"
25460 #  layout:
25461 #    title: "vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr"
25462 #    layout: "plot-throughput-speedup-analysis"
25463 #
25464 #-
25465 #  type: "plot"
25466 #  title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr-tsa"
25467 #  algorithm: "plot_throughput_speedup_analysis"
25468 #  output-file-type: ".html"
25469 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr-tsa"
25470 #  data: "plot-throughput-speedup-analysis-3n-hsw"
25471 #  filter: "'NIC_Intel-X520-DA2' and
25472 #           '64B' and
25473 #           'NDRPDR' and
25474 #           ('ETH' or 'DOT1Q') and
25475 #           'BASE' and
25476 #           ('L2BDMACLRN' or 'L2XCFWD') and
25477 #           'VHOST_1024' and
25478 #           not 'VXLAN' and
25479 #           not 'IP4FWD' and
25480 #           not '2VM'"
25481 #  parameters:
25482 #  - "throughput"
25483 #  - "parent"
25484 #  - "tags"
25485 #  sort:
25486 #  - "L2BDMACLRN"
25487 #  - "L2BDMACLRN"
25488 #  - "L2BDMACLRN"
25489 #  - "L2XCFWD"
25490 #  - "L2XCFWD"
25491 #  - "L2XCFWD"
25492 #  layout:
25493 #    title: "vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr"
25494 #    layout: "plot-throughput-speedup-analysis"
25495 #
25496 ## Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
25497 #-
25498 #  type: "plot"
25499 #  title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
25500 #  algorithm: "plot_throughput_speedup_analysis"
25501 #  output-file-type: ".html"
25502 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
25503 #  data: "plot-throughput-speedup-analysis-3n-hsw"
25504 #  filter: "'NIC_Intel-X520-DA2' and
25505 #           '64B' and
25506 #           'NDRPDR' and
25507 #           ('ETH' or 'DOT1Q') and
25508 #           ('L2BDMACLRN' or 'L2XCFWD') and
25509 #           'VHOST_1024' and
25510 #           not 'CFS_OPT' and
25511 #           not 'DOT1Q' and
25512 #           not 'VXLAN' and
25513 #           not 'IP4FWD' and
25514 #           not 'LBOND'"
25515 #  parameters:
25516 #  - "throughput"
25517 #  - "parent"
25518 #  - "tags"
25519 ##  sort:
25520 ##  - "1VM"
25521 ##  - "L2XCFWD"
25522 ##  - "1VM"
25523 ##  - "L2BDMACLRN"
25524 #  layout:
25525 #    title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
25526 #    layout: "plot-throughput-speedup-analysis"
25527 #
25528 #-
25529 #  type: "plot"
25530 #  title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
25531 #  algorithm: "plot_throughput_speedup_analysis"
25532 #  output-file-type: ".html"
25533 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
25534 #  data: "plot-throughput-speedup-analysis-3n-hsw"
25535 #  filter: "'NIC_Intel-X520-DA2' and
25536 #           '64B' and
25537 #           'NDRPDR' and
25538 #           ('ETH' or 'DOT1Q') and
25539 #           ('L2BDMACLRN' or 'L2XCFWD') and
25540 #           'VHOST_1024' and
25541 #           not 'CFS_OPT' and
25542 #           not 'DOT1Q' and
25543 #           not 'VXLAN' and
25544 #           not 'IP4FWD' and
25545 #           not 'LBOND'"
25546 #  parameters:
25547 #  - "throughput"
25548 #  - "parent"
25549 #  - "tags"
25550 ##  sort:
25551 ##  - "1VM"
25552 ##  - "L2XCFWD"
25553 ##  - "1VM"
25554 ##  - "L2BDMACLRN"
25555 #  layout:
25556 #    title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
25557 #    layout: "plot-throughput-speedup-analysis"
25558 #
25559 ## Packet Speedup - VPP vhost ip4 3n-hsw-x710
25560 #-
25561 #  type: "plot"
25562 #  title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25563 #  algorithm: "plot_throughput_speedup_analysis"
25564 #  output-file-type: ".html"
25565 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25566 #  data: "plot-throughput-speedup-analysis-3n-hsw"
25567 #  filter: "'NIC_Intel-X710' and
25568 #           '64B' and
25569 #           'NDRPDR' and
25570 #           'ETH' and
25571 #           'IP4FWD' and
25572 #           'VHOST_1024' and
25573 #           not 'VXLAN' and
25574 #           not 'CFS_OPT' and
25575 #           not 'DOT1Q'"
25576 #  parameters:
25577 #  - "throughput"
25578 #  - "parent"
25579 #  - "tags"
25580 #  sort:
25581 #  - "1VM"
25582 #  - "2VM"
25583 #  layout:
25584 #    title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
25585 #    layout: "plot-throughput-speedup-analysis"
25586 #
25587 #-
25588 #  type: "plot"
25589 #  title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25590 #  algorithm: "plot_throughput_speedup_analysis"
25591 #  output-file-type: ".html"
25592 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25593 #  data: "plot-throughput-speedup-analysis-3n-hsw"
25594 #  filter: "'NIC_Intel-X710' and
25595 #           '64B' and
25596 #           'NDRPDR' and
25597 #           'ETH' and
25598 #           'IP4FWD' and
25599 #           'VHOST_1024' and
25600 #           not 'VXLAN' and
25601 #           not 'CFS_OPT' and
25602 #           not 'DOT1Q'"
25603 #  parameters:
25604 #  - "throughput"
25605 #  - "parent"
25606 #  - "tags"
25607 #  sort:
25608 #  - "1VM"
25609 #  - "2VM"
25610 #  layout:
25611 #    title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
25612 #    layout: "plot-throughput-speedup-analysis"
25613 #
25614 ## Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
25615 #-
25616 #  type: "plot"
25617 #  title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr-tsa"
25618 #  algorithm: "plot_throughput_speedup_analysis"
25619 #  output-file-type: ".html"
25620 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr-tsa"
25621 #  data: "plot-throughput-speedup-analysis-3n-hsw"
25622 #  filter: "'NIC_Intel-X710' and
25623 #           '64B' and
25624 #           'NDRPDR' and
25625 #           ('ETH' or 'DOT1Q') and
25626 #           'BASE' and
25627 #           ('L2BDMACLRN' or 'L2XCFWD') and
25628 #           'VHOST_1024' and
25629 #           not 'VXLAN' and
25630 #           not 'IP4FWD' and
25631 #           not '2VM'"
25632 #  parameters:
25633 #  - "throughput"
25634 #  - "parent"
25635 #  - "tags"
25636 #  sort:
25637 #  - "L2BDMACLRN"
25638 #  - "L2BDMACLRN"
25639 #  - "L2BDMACLRN"
25640 #  - "L2XCFWD"
25641 #  - "L2XCFWD"
25642 #  - "L2XCFWD"
25643 #  layout:
25644 #    title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr"
25645 #    layout: "plot-throughput-speedup-analysis"
25646 #
25647 #-
25648 #  type: "plot"
25649 #  title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr-tsa"
25650 #  algorithm: "plot_throughput_speedup_analysis"
25651 #  output-file-type: ".html"
25652 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr-tsa"
25653 #  data: "plot-throughput-speedup-analysis-3n-hsw"
25654 #  filter: "'NIC_Intel-X710' and
25655 #           '64B' and
25656 #           'NDRPDR' and
25657 #           ('ETH' or 'DOT1Q') and
25658 #           'BASE' and
25659 #           ('L2BDMACLRN' or 'L2XCFWD') and
25660 #           'VHOST_1024' and
25661 #           not 'VXLAN' and
25662 #           not 'IP4FWD' and
25663 #           not '2VM'"
25664 #  parameters:
25665 #  - "throughput"
25666 #  - "parent"
25667 #  - "tags"
25668 #  sort:
25669 #  - "L2BDMACLRN"
25670 #  - "L2BDMACLRN"
25671 #  - "L2BDMACLRN"
25672 #  - "L2XCFWD"
25673 #  - "L2XCFWD"
25674 #  - "L2XCFWD"
25675 #  layout:
25676 #    title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr"
25677 #    layout: "plot-throughput-speedup-analysis"
25678 #
25679 ## Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
25680 #-
25681 #  type: "plot"
25682 #  title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr-tsa"
25683 #  algorithm: "plot_throughput_speedup_analysis"
25684 #  output-file-type: ".html"
25685 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr-tsa"
25686 #  data: "plot-throughput-speedup-analysis-3n-hsw"
25687 #  filter: "'NIC_Intel-X710' and
25688 #           '64B' and
25689 #           'NDRPDR' and
25690 #           ('ETH' or 'DOT1Q') and
25691 #           ('L2BDMACLRN' or 'L2XCFWD') and
25692 #           'VHOST_1024' and
25693 #           not 'CFS_OPT' and
25694 #           not 'VXLAN' and
25695 #           not 'IP4FWD' and
25696 #           not 'LBOND'"
25697 #  parameters:
25698 #  - "throughput"
25699 #  - "parent"
25700 #  - "tags"
25701 #  sort:
25702 #  - "L2BDMACLRN"
25703 #  - "L2BDMACLRN"
25704 #  - "L2BDMACLRN"
25705 #  - "L2XCFWD"
25706 #  - "L2XCFWD"
25707 #  - "L2XCFWD"
25708 #  layout:
25709 #    title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr"
25710 #    layout: "plot-throughput-speedup-analysis"
25711 #
25712 #-
25713 #  type: "plot"
25714 #  title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr-tsa"
25715 #  algorithm: "plot_throughput_speedup_analysis"
25716 #  output-file-type: ".html"
25717 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr-tsa"
25718 #  data: "plot-throughput-speedup-analysis-3n-hsw"
25719 #  filter: "'NIC_Intel-X710' and
25720 #           '64B' and
25721 #           'NDRPDR' and
25722 #           ('ETH' or 'DOT1Q') and
25723 #           ('L2BDMACLRN' or 'L2XCFWD') and
25724 #           'VHOST_1024' and
25725 #           not 'CFS_OPT' and
25726 #           not 'VXLAN' and
25727 #           not 'IP4FWD' and
25728 #           not 'LBOND'"
25729 #  parameters:
25730 #  - "throughput"
25731 #  - "parent"
25732 #  - "tags"
25733 #  sort:
25734 #  - "L2BDMACLRN"
25735 #  - "L2BDMACLRN"
25736 #  - "L2BDMACLRN"
25737 #  - "L2XCFWD"
25738 #  - "L2XCFWD"
25739 #  - "L2XCFWD"
25740 #  layout:
25741 #    title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr"
25742 #    layout: "plot-throughput-speedup-analysis"
25743
25744 # Packet Speedup - VPP vhost ip4 3n-skx-x710
25745 -
25746   type: "plot"
25747   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25748   algorithm: "plot_throughput_speedup_analysis"
25749   output-file-type: ".html"
25750   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25751   data: "plot-throughput-speedup-analysis-3n-skx"
25752   filter: "'NIC_Intel-X710' and
25753            '64B' and
25754            'NDRPDR' and
25755            'ETH' and
25756            'IP4FWD' and
25757            'VHOST_1024' and
25758            not 'VXLAN' and
25759            not 'DOT1Q'"
25760   parameters:
25761   - "throughput"
25762   - "parent"
25763   - "tags"
25764   sort:
25765   - "1VM"
25766   - "2VM"
25767   layout:
25768     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
25769     layout: "plot-throughput-speedup-analysis"
25770
25771 -
25772   type: "plot"
25773   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25774   algorithm: "plot_throughput_speedup_analysis"
25775   output-file-type: ".html"
25776   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25777   data: "plot-throughput-speedup-analysis-3n-skx"
25778   filter: "'NIC_Intel-X710' and
25779            '64B' and
25780            'NDRPDR' and
25781            'ETH' and
25782            'IP4FWD' and
25783            'VHOST_1024' and
25784            not 'VXLAN' and
25785            not 'DOT1Q'"
25786   parameters:
25787   - "throughput"
25788   - "parent"
25789   - "tags"
25790   sort:
25791   - "1VM"
25792   - "2VM"
25793   layout:
25794     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
25795     layout: "plot-throughput-speedup-analysis"
25796
25797 ## Packet Speedup - VPP vhost ip4 2n-skx-x710
25798 #-
25799 #  type: "plot"
25800 #  title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25801 #  algorithm: "plot_throughput_speedup_analysis"
25802 #  output-file-type: ".html"
25803 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25804 #  data: "plot-throughput-speedup-analysis-2n-skx"
25805 #  filter: "'NIC_Intel-X710' and
25806 #           '64B' and
25807 #           'NDRPDR' and
25808 #           'ETH' and
25809 #           'IP4FWD' and
25810 #           'VHOST_1024' and
25811 #           not 'VXLAN' and
25812 #           not 'NF_DENSITY' and
25813 #           not 'CFS_OPT' and
25814 #           not 'DOT1Q'"
25815 #  parameters:
25816 #  - "throughput"
25817 #  - "parent"
25818 #  - "tags"
25819 #  sort:
25820 #  - "1VM"
25821 #  - "2VM"
25822 #  layout:
25823 #    title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
25824 #    layout: "plot-throughput-speedup-analysis"
25825 #
25826 #-
25827 #  type: "plot"
25828 #  title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25829 #  algorithm: "plot_throughput_speedup_analysis"
25830 #  output-file-type: ".html"
25831 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25832 #  data: "plot-throughput-speedup-analysis-2n-skx"
25833 #  filter: "'NIC_Intel-X710' and
25834 #           '64B' and
25835 #           'NDRPDR' and
25836 #           'ETH' and
25837 #           'IP4FWD' and
25838 #           'VHOST_1024' and
25839 #           not 'VXLAN' and
25840 #           not 'NF_DENSITY' and
25841 #           not 'CFS_OPT' and
25842 #           not 'DOT1Q'"
25843 #  parameters:
25844 #  - "throughput"
25845 #  - "parent"
25846 #  - "tags"
25847 #  sort:
25848 #  - "1VM"
25849 #  - "2VM"
25850 #  layout:
25851 #    title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
25852 #    layout: "plot-throughput-speedup-analysis"
25853 #
25854 ## Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
25855 #-
25856 #  type: "plot"
25857 #  title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr-tsa"
25858 #  algorithm: "plot_throughput_speedup_analysis"
25859 #  output-file-type: ".html"
25860 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr-tsa"
25861 #  data: "plot-throughput-speedup-analysis-2n-skx"
25862 #  filter: "'NIC_Intel-X710' and
25863 #           '64B' and
25864 #           'NDRPDR' and
25865 #           ('ETH' or 'DOT1Q') and
25866 #           'BASE' and
25867 #           ('L2BDMACLRN' or 'L2XCFWD') and
25868 #           'VHOST_1024' and
25869 #           not 'VXLAN' and
25870 #           not 'NF_DENSITY' and
25871 #           not 'IP4FWD' and
25872 #           not '2VM'"
25873 #  parameters:
25874 #  - "throughput"
25875 #  - "parent"
25876 #  - "tags"
25877 ##  sort:
25878 ##  - "not CFS_OPT"
25879 ##  - "L2XCFWD"
25880 ##  - "not CFS_OPT"
25881 ##  - "CFS_OPT"
25882 #  layout:
25883 #    title: "vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr"
25884 #    layout: "plot-throughput-speedup-analysis"
25885 #
25886 #-
25887 #  type: "plot"
25888 #  title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr-tsa"
25889 #  algorithm: "plot_throughput_speedup_analysis"
25890 #  output-file-type: ".html"
25891 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr-tsa"
25892 #  data: "plot-throughput-speedup-analysis-2n-skx"
25893 #  filter: "'NIC_Intel-X710' and
25894 #           '64B' and
25895 #           'NDRPDR' and
25896 #           ('ETH' or 'DOT1Q') and
25897 #           'BASE' and
25898 #           ('L2BDMACLRN' or 'L2XCFWD') and
25899 #           'VHOST_1024' and
25900 #           not 'VXLAN' and
25901 #           not 'NF_DENSITY' and
25902 #           not 'IP4FWD' and
25903 #           not '2VM'"
25904 #  parameters:
25905 #  - "throughput"
25906 #  - "parent"
25907 #  - "tags"
25908 ##  sort:
25909 ##  - "not CFS_OPT"
25910 ##  - "L2XCFWD"
25911 ##  - "not CFS_OPT"
25912 ##  - "CFS_OPT"
25913 #  layout:
25914 #    title: "vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr"
25915 #    layout: "plot-throughput-speedup-analysis"
25916 #
25917 ## Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
25918 #-
25919 #  type: "plot"
25920 #  title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
25921 #  algorithm: "plot_throughput_speedup_analysis"
25922 #  output-file-type: ".html"
25923 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
25924 #  data: "plot-throughput-speedup-analysis-2n-skx"
25925 #  filter: "'NIC_Intel-X710' and
25926 #           '64B' and
25927 #           'NDRPDR' and
25928 #           ('ETH' or 'DOT1Q') and
25929 #           ('L2BDMACLRN' or 'L2XCFWD') and
25930 #           'VHOST_1024' and
25931 #           not 'CFS_OPT' and
25932 #           not 'VXLAN' and
25933 #           not 'NF_DENSITY' and
25934 #           not 'DOT1Q' and
25935 #           not 'IP4FWD'"
25936 #  parameters:
25937 #  - "throughput"
25938 #  - "parent"
25939 #  - "tags"
25940 ##  sort:
25941 ##  - "1VM"
25942 ##  - "L2XCFWD"
25943 ##  - "1VM"
25944 ##  - "L2BDMACLRN"
25945 #  layout:
25946 #    title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
25947 #    layout: "plot-throughput-speedup-analysis"
25948 #
25949 #-
25950 #  type: "plot"
25951 #  title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
25952 #  algorithm: "plot_throughput_speedup_analysis"
25953 #  output-file-type: ".html"
25954 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
25955 #  data: "plot-throughput-speedup-analysis-2n-skx"
25956 #  filter: "'NIC_Intel-X710' and
25957 #           '64B' and
25958 #           'NDRPDR' and
25959 #           ('ETH' or 'DOT1Q') and
25960 #           ('L2BDMACLRN' or 'L2XCFWD') and
25961 #           'VHOST_1024' and
25962 #           not 'CFS_OPT' and
25963 #           not 'VXLAN' and
25964 #           not 'NF_DENSITY' and
25965 #           not 'DOT1Q' and
25966 #           not 'IP4FWD'"
25967 #  parameters:
25968 #  - "throughput"
25969 #  - "parent"
25970 #  - "tags"
25971 ##  sort:
25972 ##  - "1VM"
25973 ##  - "L2XCFWD"
25974 ##  - "1VM"
25975 ##  - "L2BDMACLRN"
25976 #  layout:
25977 #    title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
25978 #    layout: "plot-throughput-speedup-analysis"
25979 #
25980 ## Packet Speedup - VPP vhost ip4 2n-skx-xxv710
25981 #-
25982 #  type: "plot"
25983 #  title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25984 #  algorithm: "plot_throughput_speedup_analysis"
25985 #  output-file-type: ".html"
25986 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25987 #  data: "plot-throughput-speedup-analysis-2n-skx"
25988 #  filter: "'NIC_Intel-XXV710' and
25989 #           '64B' and
25990 #           'NDRPDR' and
25991 #           'ETH' and
25992 #           'IP4FWD' and
25993 #           'VHOST_1024' and
25994 #           not 'VXLAN' and
25995 #           not 'CFS_OPT' and
25996 #           not 'DOT1Q'"
25997 #  parameters:
25998 #  - "throughput"
25999 #  - "parent"
26000 #  - "tags"
26001 #  sort:
26002 #  - "not CFS_OPT"
26003 #  - "1VM"
26004 #  - "2VM"
26005 #  layout:
26006 #    title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
26007 #    layout: "plot-throughput-speedup-analysis"
26008 #
26009 #-
26010 #  type: "plot"
26011 #  title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26012 #  algorithm: "plot_throughput_speedup_analysis"
26013 #  output-file-type: ".html"
26014 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26015 #  data: "plot-throughput-speedup-analysis-2n-skx"
26016 #  filter: "'NIC_Intel-XXV710' and
26017 #           '64B' and
26018 #           'NDRPDR' and
26019 #           'ETH' and
26020 #           'IP4FWD' and
26021 #           'VHOST_1024' and
26022 #           not 'VXLAN' and
26023 #           not 'CFS_OPT' and
26024 #           not 'DOT1Q'"
26025 #  parameters:
26026 #  - "throughput"
26027 #  - "parent"
26028 #  - "tags"
26029 #  sort:
26030 #  - "not CFS_OPT"
26031 #  - "1VM"
26032 #  - "2VM"
26033 #  layout:
26034 #    title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
26035 #    layout: "plot-throughput-speedup-analysis"
26036 #
26037 ## Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
26038 #-
26039 #  type: "plot"
26040 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
26041 #  algorithm: "plot_throughput_speedup_analysis"
26042 #  output-file-type: ".html"
26043 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
26044 #  data: "plot-throughput-speedup-analysis-2n-skx"
26045 #  filter: "'NIC_Intel-XXV710' and
26046 #           '64B' and
26047 #           'NDRPDR' and
26048 #           ('ETH' or 'DOT1Q') and
26049 #           'BASE' and
26050 #           ('L2BDMACLRN' or 'L2XCFWD') and
26051 #           'VHOST_1024' and
26052 #           not 'VXLAN' and
26053 #           not 'IP4FWD' and
26054 #           not '2VM'"
26055 #  parameters:
26056 #  - "throughput"
26057 #  - "parent"
26058 #  - "tags"
26059 ##  sort:
26060 ##  - "not CFS_OPT"
26061 ##  - "L2XCFWD"
26062 ##  - "not CFS_OPT"
26063 ##  - "CFS_OPT"
26064 #  layout:
26065 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr"
26066 #    layout: "plot-throughput-speedup-analysis"
26067 #
26068 #-
26069 #  type: "plot"
26070 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
26071 #  algorithm: "plot_throughput_speedup_analysis"
26072 #  output-file-type: ".html"
26073 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
26074 #  data: "plot-throughput-speedup-analysis-2n-skx"
26075 #  filter: "'NIC_Intel-XXV710' and
26076 #           '64B' and
26077 #           'NDRPDR' and
26078 #           ('ETH' or 'DOT1Q') and
26079 #           'BASE' and
26080 #           ('L2BDMACLRN' or 'L2XCFWD') and
26081 #           'VHOST_1024' and
26082 #           not 'VXLAN' and
26083 #           not 'IP4FWD' and
26084 #           not '2VM'"
26085 #  parameters:
26086 #  - "throughput"
26087 #  - "parent"
26088 #  - "tags"
26089 ##  sort:
26090 ##  - "not CFS_OPT"
26091 ##  - "L2XCFWD"
26092 ##  - "not CFS_OPT"
26093 ##  - "CFS_OPT"
26094 #  layout:
26095 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr"
26096 #    layout: "plot-throughput-speedup-analysis"
26097 #
26098 ## Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
26099 #-
26100 #  type: "plot"
26101 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
26102 #  algorithm: "plot_throughput_speedup_analysis"
26103 #  output-file-type: ".html"
26104 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
26105 #  data: "plot-throughput-speedup-analysis-2n-skx"
26106 #  filter: "'NIC_Intel-XXV710' and
26107 #           '64B' and
26108 #           'NDRPDR' and
26109 #           ('ETH' or 'DOT1Q') and
26110 #           ('L2BDMACLRN' or 'L2XCFWD') and
26111 #           'VHOST_1024' and
26112 #           not 'CFS_OPT' and
26113 #           not 'VXLAN' and
26114 #           not 'DOT1Q' and
26115 #           not 'IP4FWD'"
26116 #  parameters:
26117 #  - "throughput"
26118 #  - "parent"
26119 #  - "tags"
26120 ##  sort:
26121 ##  - "1VM"
26122 ##  - "L2XCFWD"
26123 ##  - "1VM"
26124 ##  - "L2BDMACLRN"
26125 #  layout:
26126 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
26127 #    layout: "plot-throughput-speedup-analysis"
26128 #
26129 #-
26130 #  type: "plot"
26131 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
26132 #  algorithm: "plot_throughput_speedup_analysis"
26133 #  output-file-type: ".html"
26134 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
26135 #  data: "plot-throughput-speedup-analysis-2n-skx"
26136 #  filter: "'NIC_Intel-XXV710' and
26137 #           '64B' and
26138 #           'NDRPDR' and
26139 #           ('ETH' or 'DOT1Q') and
26140 #           ('L2BDMACLRN' or 'L2XCFWD') and
26141 #           'VHOST_1024' and
26142 #           not 'CFS_OPT' and
26143 #           not 'VXLAN' and
26144 #           not 'DOT1Q' and
26145 #           not 'IP4FWD'"
26146 #  parameters:
26147 #  - "throughput"
26148 #  - "parent"
26149 #  - "tags"
26150 ##  sort:
26151 ##  - "1VM"
26152 ##  - "L2XCFWD"
26153 ##  - "1VM"
26154 ##  - "L2BDMACLRN"
26155 #  layout:
26156 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
26157 #    layout: "plot-throughput-speedup-analysis"
26158
26159 ################################################################################
26160
26161 ## Speedup - VPP vts 3n-hsw-x520
26162 #-
26163 #  type: "plot"
26164 #  title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
26165 #  algorithm: "plot_throughput_speedup_analysis"
26166 #  output-file-type: ".html"
26167 #  output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
26168 #  data: "plot-throughput-speedup-analysis-3n-hsw"
26169 #  filter: "'NIC_Intel-X520-DA2' and
26170 #           '114B' and
26171 #           'NDRPDR' and
26172 #           'VTS'"
26173 #  parameters:
26174 #  - "throughput"
26175 #  - "parent"
26176 #  - "tags"
26177 #  layout:
26178 #    title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
26179 #    layout: "plot-throughput-speedup-analysis"
26180 #
26181 #-
26182 #  type: "plot"
26183 #  title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
26184 #  algorithm: "plot_throughput_speedup_analysis"
26185 #  output-file-type: ".html"
26186 #  output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
26187 #  data: "plot-throughput-speedup-analysis-3n-hsw"
26188 #  filter: "'NIC_Intel-X520-DA2' and
26189 #           '114B' and
26190 #           'NDRPDR' and
26191 #           'VTS'"
26192 #  parameters:
26193 #  - "throughput"
26194 #  - "parent"
26195 #  - "tags"
26196 #  layout:
26197 #    title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
26198 #    layout: "plot-throughput-speedup-analysis"