Report: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
33     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
34     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
35     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
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,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
56     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
57     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
58     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
59     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
60     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
61     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
62     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
63     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
64
65     # Detailed tests operational data
66     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
67     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
68     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
69     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
70     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
71     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
72
73     # .css patch file to fix tables generated by Sphinx
74     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
75     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
76
77   urls:
78     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
79     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
80     URL[VIRL,DNV]: "http://10.30.51.28/download/denverton/{release}/robot-plugin.zip"
81     # URL[VIRL,DNV]: "http://download.it/from/nexus"
82     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
83     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
84     DIR[NEXUS,DOC]: "report/_static/archive"
85
86   make-dirs:
87   # List the directories which are created while preparing the environment.
88   # All directories MUST be defined in "paths" section.
89   - "DIR[WORKING,DATA]"
90   - "DIR[STATIC,VPP]"
91   - "DIR[STATIC,DPDK]"
92   - "DIR[STATIC,ARCH]"
93   - "DIR[BUILD,LATEX]"
94   - "DIR[WORKING,SRC]"
95   - "DIR[WORKING,SRC,STATIC]"
96
97   remove-dirs:
98   # List the directories which are deleted while cleaning the environment.
99   # All directories MUST be defined in "paths" section.
100   #- "DIR[BUILD,HTML]"
101   - "DIR[WORKING,DATA]"
102
103   build-dirs:
104   # List the directories where the results (build) is stored.
105   # All directories MUST be defined in "paths" section.
106   - "DIR[BUILD,HTML]"
107   - "DIR[BUILD,LATEX]"
108
109 - type: "configuration"
110
111   limits:
112     nic:
113       x520: 24460000
114       x553: 29761905
115       x710: 35800000
116       xxv710: 35800000
117       xl710: 35800000
118
119     link:
120       10ge: 14880952.38
121       25ge: 37202380.95
122       40ge: 59523809.52
123       100ge: 148809523.81
124
125     pci:
126       pci-g3-x8: 74404761.90
127       pci-g3-x16: 148809523.81
128
129   data-sets:
130
131     ###########################################################################
132     # Plots:
133
134     # 3n-hsw
135
136     plot-vpp-throughput-lat-tsa-3n-hsw:
137       csit-vpp-perf-verify-1908-3n-hsw:
138         - 12  # NDRPDR sel
139         - 13  # NDRPDR sel
140         - 14  # NDRPDR sel
141         - 15  # NDRPDR sel
142         - 16  # NDRPDR sel
143         - 17  # NDRPDR sel
144         - 18  # NDRPDR sel
145         - 19  # NDRPDR sel
146         - 20  # NDRPDR sel
147         - 21  # NDRPDR sel
148
149     plot-vpp-http-server-performance:
150       csit-vpp-perf-verify-1908-2n-skx:
151         - 29  # TCP
152         - 30  # TCP
153         - 58  # TCP
154         - 59  # TCP
155         - 60  # TCP
156         - 61  # TCP
157         - 62  # TCP
158         - 63  # TCP
159         - 64  # TCP
160         - 65  # TCP
161
162     plot-dpdk-throughput-latency-3n-hsw:
163       csit-dpdk-perf-verify-1908-3n-hsw:
164         - 2   # NDRPDR sel
165         - 3   # NDRPDR sel
166         - 4   # NDRPDR sel
167         - 5   # NDRPDR sel
168         - 6   # NDRPDR sel
169         - 7   # NDRPDR sel
170         - 8   # NDRPDR sel
171         - 9   # NDRPDR sel
172         - 10  # NDRPDR sel
173         - 11  # NDRPDR sel
174
175     # 3n-skx
176
177     plot-vpp-throughput-lat-tsa-3n-skx:
178       # TODO: Add data
179       csit-vpp-perf-verify-1908-3n-skx:
180         - 14  # NDRPDR sel
181         - 16  # NDRPDR sel
182         - 19  # NDRPDR sel
183         - 20  # NDRPDR sel
184         - 22  # NDRPDR sel
185         - 23  # NDRPDR sel
186         - 24  # NDRPDR sel
187         - 25  # NDRPDR sel
188         - 26  # NDRPDR sel
189         - 29  # NDRPDR sel
190
191     plot-dpdk-throughput-latency-3n-skx:
192       csit-dpdk-perf-verify-1908-3n-skx:
193         - 3   # NDRPDR sel
194         - 4   # NDRPDR sel
195         - 5   # NDRPDR sel
196         - 6   # NDRPDR sel
197         - 7   # NDRPDR sel
198         - 8   # NDRPDR sel
199         - 9   # NDRPDR sel
200         - 10  # NDRPDR sel
201         - 11  # NDRPDR sel
202         - 12  # NDRPDR sel
203
204     # 2n-skx
205
206     plot-vpp-throughput-lat-tsa-2n-skx:
207       csit-vpp-perf-verify-1908-2n-skx:
208         - 26  # NDRPDR sel
209         - 27  # NDRPDR sel
210         - 34  # NDRPDR sel
211         - 35  # NDRPDR sel
212         - 36  # NDRPDR sel
213         - 42  # NDRPDR sel
214         - 43  # NDRPDR sel
215         - 44  # NDRPDR sel
216         - 45  # NDRPDR sel
217         - 46  # NDRPDR sel
218
219 #    plot-vpp-soak-2n-skx:
220 #      # TODO: Add data
221 #      csit-vpp-perf-verify-1908-2n-skx:
222
223     plot-vpp-nfv-2n-skx-ndrpdr:
224       csit-vpp-perf-verify-1908-2n-skx:
225         - 22  # NFV
226         - 31  # NFV
227         - 32  # NFV
228         - 37  # NFV
229         - 38  # NFV
230         - 39  # NFV
231         - 53  # NFV
232         - 67  # NFV
233         - 68  # NFV
234         - 70  # NFV
235
236     plot-vpp-nfv-2n-skx-mrr:
237       csit-vpp-perf-verify-1908-2n-skx:
238         - 71  # NFV MRR
239
240     plot-dpdk-throughput-latency-2n-skx:
241       csit-dpdk-perf-verify-1908-2n-skx:
242         - 2   # NDRPDR sel
243         - 3   # NDRPDR sel
244         - 4   # NDRPDR sel
245         - 5   # NDRPDR sel
246         - 7   # NDRPDR sel
247         - 8   # NDRPDR sel
248         - 9   # NDRPDR sel
249         - 10  # NDRPDR sel
250         - 11  # NDRPDR sel
251         - 12  # NDRPDR sel
252
253     plot-vpp-throughput-lat-tsa-3n-tsh:
254       csit-vpp-perf-verify-1908-3n-tsh:
255         - 7   # NDRPDR sel
256         - 8   # NDRPDR sel
257         - 9   # NDRPDR sel
258         - 10  # NDRPDR sel
259         - 11  # NDRPDR sel
260         - 12  # NDRPDR sel
261         - 13  # NDRPDR sel
262         - 14  # NDRPDR sel
263
264     ###########################################################################
265     # Simple tables (only one data set):
266
267     # NIC Comparisons
268
269     vpp-nic-comparison-3n-skx:
270       # TODO: Add data
271       csit-vpp-perf-verify-1908-3n-skx:
272         - 14  # NDRPDR sel
273         - 16  # NDRPDR sel
274         - 19  # NDRPDR sel
275         - 20  # NDRPDR sel
276         - 22  # NDRPDR sel
277         - 23  # NDRPDR sel
278         - 24  # NDRPDR sel
279         - 25  # NDRPDR sel
280         - 26  # NDRPDR sel
281         - 29  # NDRPDR sel
282
283     vpp-nic-comparison-2n-skx:
284       csit-vpp-perf-verify-1908-2n-skx:
285         - 26  # NDRPDR sel
286         - 27  # NDRPDR sel
287         - 34  # NDRPDR sel
288         - 35  # NDRPDR sel
289         - 36  # NDRPDR sel
290         - 42  # NDRPDR sel
291         - 43  # NDRPDR sel
292         - 44  # NDRPDR sel
293         - 45  # NDRPDR sel
294         - 46  # NDRPDR sel
295
296     vpp-nic-comparison-3n-skx-mrr:
297       csit-vpp-perf-verify-1908-3n-skx:
298         - 36  # MRR sel
299
300     vpp-nic-comparison-2n-skx-mrr:
301       csit-vpp-perf-verify-1908-2n-skx:
302         - 71  # NFV MRR
303
304     # Results
305
306     vpp-perf-results-3n-hsw:
307       csit-vpp-perf-verify-1908-3n-hsw:
308         - 24  # NDRPDR full
309         - 25  # NDRPDR full
310         - 26  # NDRPDR full
311         - 27  # NDRPDR full
312         - 28  # NDRPDR full
313         - 29  # NDRPDR full
314         - 32  # NDRPDR full
315         - 33  # NDRPDR full
316         - 35  # NDRPDR full
317         - 36  # NDRPDR full
318         - 38  # NDRPDR full
319
320     vpp-perf-results-3n-skx:
321       # TODO: Add FULL data
322       csit-vpp-perf-verify-1908-3n-skx:
323         - 27  # NDRPDR full
324         - 28  # NDRPDR full
325         - 30  # NDRPDR full
326         - 31  # NDRPDR full
327         - 32  # NDRPDR full
328         - 33  # NDRPDR full
329         - 34  # NDRPDR full
330         - 35  # NDRPDR full
331         - 37  # NDRPDR full
332         - 39  # NDRPDR full
333         - 40  # NDRPDR full
334         - 41  # NDRPDR full
335
336     vpp-perf-results-2n-skx:
337       csit-vpp-perf-verify-1908-2n-skx:
338         - 48  # NDRPDR full
339         - 49  # NDRPDR full
340         - 50  # NDRPDR full
341         - 51  # NDRPDR full
342         - 54  # NDRPDR full
343         - 55  # NDRPDR full
344         - 66  # NDRPDR full
345
346     vpp-perf-results-3n-tsh:
347       # TODO: Add FULL data
348       csit-vpp-perf-verify-1908-3n-tsh:
349         - 13  # NDRPDR sel
350
351     vpp-mrr-results-3n-hsw:
352       csit-vpp-perf-verify-1908-3n-hsw:
353         - 39  # MRR sel
354
355     vpp-mrr-results-3n-skx:
356       csit-vpp-perf-verify-1908-3n-skx:
357         - 36  # MRR sel
358
359     vpp-mrr-results-2n-skx:
360       csit-vpp-perf-verify-1908-2n-skx:
361         - 71  # NFV MRR
362
363     vpp-func-results-ubuntu:
364       csit-vpp-functional-1908-ubuntu1604-virl:
365         - 64
366
367     vpp-func-results-centos:
368       csit-vpp-functional-1908-centos7-virl:
369         - 64
370
371     vpp-device-results-ubuntu:
372       csit-vpp-device-1908-ubuntu1804-1n-skx:
373         - 65
374
375     dpdk-perf-results-3n-hsw:
376       csit-dpdk-perf-verify-1908-3n-hsw:
377         - 10  # NDRPDR sel
378
379     dpdk-perf-results-3n-skx:
380       csit-dpdk-perf-verify-1908-3n-skx:
381         - 12  # NDRPDR sel
382
383     dpdk-perf-results-2n-skx:
384       csit-dpdk-perf-verify-1908-2n-skx:
385         - 12  # NDRPDR sel
386
387     # HoneyComb Functional
388     hc-func-results:
389       csit-hc2vpp-verify-func-1904-ubuntu1604:
390         - 4
391       # TODO: Add data
392       # csit-hc2vpp-verify-func-1908-ubuntu1604:
393
394 #    # NSH SFC Functional
395 #    nsh-func-results:
396 #      # Not used
397 #      csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
398 #        - 1
399
400     # DMM Functional
401     dmm-func-results:
402       csit-dmm-functional-1904-ubuntu1604-virl:
403         - 1
404       # TODO: Add data
405       # csit-dmm-functional-1908-ubuntu1604-virl:
406
407     ###########################################################################
408     # Tables (more than one data set)
409
410     # Performance changes
411
412 #    intel-dnv-vpp-changes-2n-dnv-h1:
413 #      intel-dnv-vpp-release-1810:
414 #        - 1
415 #    intel-dnv-vpp-changes-2n-dnv-ref:
416 #      intel-dnv-vpp-release-1901:
417 #        - 1
418 #    intel-dnv-vpp-changes-2n-dnv-cmp:
419 #      # intel-dnv-vpp-release-1904:
420 #      intel-dnv-vpp-release-1901:
421 #        - 1
422 #    intel-dnv-vpp-changes-2n-dnv:
423 #      - "intel-dnv-vpp-changes-2n-dnv-h1"
424 #      - "intel-dnv-vpp-changes-2n-dnv-ref"
425 #      - "intel-dnv-vpp-changes-2n-dnv-cmp"
426
427     vpp-performance-changes-3n-hsw-h1:
428       csit-vpp-perf-verify-1901-3n-hsw:
429         - 10  # NDRPDR sel
430         - 19  # NDRPDR sel
431         - 31  # NDRPDR sel
432         - 36  # NDRPDR sel
433         - 40  # NDRPDR sel
434         - 42  # NDRPDR sel
435         - 44  # NDRPDR sel
436         - 46  # NDRPDR sel
437         - 47  # NDRPDR sel
438         - 48  # NDRPDR sel
439         - 61  # NDRPDR LB
440         - 62  # NDRPDR LB
441         - 63  # NDRPDR LB
442         - 64  # NDRPDR LB
443         - 65  # NDRPDR LB
444         - 66  # NDRPDR LB
445         - 67  # NDRPDR LB
446         - 69  # NDRPDR LB
447         - 70  # NDRPDR LB
448         - 71  # NDRPDR LB
449     vpp-performance-changes-3n-hsw-ref:
450       csit-vpp-perf-verify-1904-3n-hsw:
451         - 11  # NDRPDR sel
452         - 12  # NDRPDR sel
453         - 20  # NDRPDR sel
454         - 21  # NDRPDR sel
455         - 23  # NDRPDR sel
456         - 24  # NDRPDR sel
457         - 25  # NDRPDR sel
458         - 26  # NDRPDR sel
459         - 29  # NDRPDR sel
460         - 30  # NDRPDR sel
461     vpp-performance-changes-3n-hsw-cmp:
462       csit-vpp-perf-verify-1908-3n-hsw:
463         - 12  # NDRPDR sel
464         - 13  # NDRPDR sel
465         - 14  # NDRPDR sel
466         - 15  # NDRPDR sel
467         - 16  # NDRPDR sel
468         - 17  # NDRPDR sel
469         - 18  # NDRPDR sel
470         - 19  # NDRPDR sel
471         - 20  # NDRPDR sel
472         - 21  # NDRPDR sel
473     vpp-performance-changes-3n-hsw:
474       - "vpp-performance-changes-3n-hsw-h1"
475       - "vpp-performance-changes-3n-hsw-ref"
476       - "vpp-performance-changes-3n-hsw-cmp"
477
478     vpp-performance-changes-3n-skx-h1:
479       csit-vpp-perf-verify-1901-3n-skx:
480         - 18  # NDRPDR sel
481         - 19  # NDRPDR sel
482         - 20  # NDRPDR sel
483         - 28  # NDRPDR sel
484         - 31  # NDRPDR sel
485         - 33  # NDRPDR sel
486         - 36  # NDRPDR sel
487         - 38  # NDRPDR sel
488         - 47  # NDRPDR sel
489         - 48  # NDRPDR sel
490         - 54  # NDRPDR LB
491         - 57  # NDRPDR LB
492         - 58  # NDRPDR LB
493         - 59  # NDRPDR LB
494         - 60  # NDRPDR LB
495         - 63  # NDRPDR LB
496         - 64  # NDRPDR LB
497         - 65  # NDRPDR LB
498         - 66  # NDRPDR LB
499         - 67  # NDRPDR LB
500     vpp-performance-changes-3n-skx-ref:
501       csit-vpp-perf-verify-1904-3n-skx:
502         - 8   # NDRPDR sel
503         - 9   # NDRPDR sel
504         - 10  # NDRPDR sel
505         - 11  # NDRPDR sel
506         - 12  # NDRPDR sel
507         - 14  # NDRPDR sel
508         - 16  # NDRPDR sel
509         - 21  # NDRPDR sel
510         - 23  # NDRPDR sel
511         - 25  # NDRPDR sel
512     vpp-performance-changes-3n-skx-cmp:
513       # TODO: Add data
514       csit-vpp-perf-verify-1908-3n-skx:
515         - 14  # NDRPDR sel
516         - 16  # NDRPDR sel
517         - 19  # NDRPDR sel
518         - 20  # NDRPDR sel
519         - 22  # NDRPDR sel
520         - 23  # NDRPDR sel
521         - 24  # NDRPDR sel
522         - 25  # NDRPDR sel
523         - 26  # NDRPDR sel
524         - 29  # NDRPDR sel
525     vpp-performance-changes-3n-skx:
526       - "vpp-performance-changes-3n-skx-h1"
527       - "vpp-performance-changes-3n-skx-ref"
528       - "vpp-performance-changes-3n-skx-cmp"
529
530     vpp-performance-changes-2n-skx-h1:
531       csit-vpp-perf-verify-1901-2n-skx:
532         - 5   # NDRPDR sel
533         - 12  # NDRPDR sel
534         - 13  # NDRPDR sel
535         - 21  # NDRPDR sel
536         - 23  # NDRPDR sel
537         - 31  # NDRPDR sel
538         - 34  # NDRPDR sel
539         - 40  # NDRPDR sel
540         - 42  # NDRPDR sel
541         - 43  # NDRPDR sel
542     vpp-performance-changes-2n-skx-ref:
543       csit-vpp-perf-verify-1904-2n-skx:
544         - 12  # NDRPDR sel
545         - 14  # NDRPDR sel
546         - 16  # NDRPDR sel
547         - 17  # NDRPDR sel
548         - 18  # NDRPDR sel
549         - 21  # NDRPDR sel
550         - 27  # NDRPDR sel
551         - 30  # NDRPDR sel
552         - 31  # NDRPDR sel
553         - 32  # NDRPDR sel
554     vpp-performance-changes-2n-skx-cmp:
555       csit-vpp-perf-verify-1908-2n-skx:
556         - 26  # NDRPDR sel
557         - 27  # NDRPDR sel
558         - 34  # NDRPDR sel
559         - 35  # NDRPDR sel
560         - 36  # NDRPDR sel
561         - 42  # NDRPDR sel
562         - 43  # NDRPDR sel
563         - 44  # NDRPDR sel
564         - 45  # NDRPDR sel
565         - 46  # NDRPDR sel
566     vpp-performance-changes-2n-skx:
567       - "vpp-performance-changes-2n-skx-h1"
568       - "vpp-performance-changes-2n-skx-ref"
569       - "vpp-performance-changes-2n-skx-cmp"
570
571 #    vpp-soak-vs-ndr-2n-skx-ref:
572 #      csit-vpp-perf-verify-1904-2n-skx:
573 #        - 12  # NDRPDR sel
574 #        - 14  # NDRPDR sel
575 #        - 16  # NDRPDR sel
576 #        - 17  # NDRPDR sel
577 #        - 18  # NDRPDR sel
578 #        - 21  # NDRPDR sel
579 #        - 27  # NDRPDR sel
580 #        - 30  # NDRPDR sel
581 #        - 31  # NDRPDR sel
582 #        - 32  # NDRPDR sel
583 #      # TODO: Add data
584 #      # csit-vpp-perf-verify-1908-2n-skx:
585 #    vpp-soak-vs-ndr-2n-skx-cmp:
586 #      csit-vpp-perf-verify-1904-2n-skx:
587 #        - 70  # soak
588 #        - 71  # soak
589 #      # TODO: Add data
590 #      # csit-vpp-perf-verify-1908-2n-skx:
591 #    vpp-soak-vs-ndr-2n-skx:
592 #      csit-vpp-perf-verify-1904-2n-skx:
593 #        - 12  # NDRPDR sel
594 #        - 14  # NDRPDR sel
595 #        - 16  # NDRPDR sel
596 #        - 17  # NDRPDR sel
597 #        - 18  # NDRPDR sel
598 #        - 21  # NDRPDR sel
599 #        - 27  # NDRPDR sel
600 #        - 30  # NDRPDR sel
601 #        - 31  # NDRPDR sel
602 #        - 32  # NDRPDR sel
603 #        - 70  # soak
604 #        - 71  # soak
605 #      # TODO: Add data
606 #      # csit-vpp-perf-verify-1908-2n-skx:
607
608     vpp-performance-changes-3n-hsw-mrr-h1:
609       csit-vpp-perf-verify-1901-3n-hsw:
610         - 35  # MRR sel
611     vpp-performance-changes-3n-hsw-mrr-ref:
612       csit-vpp-perf-verify-1904-3n-hsw:
613         - 9   # MRR sel
614     vpp-performance-changes-3n-hsw-mrr-cmp:
615       csit-vpp-perf-verify-1908-3n-hsw:
616         - 39  # MRR sel
617     vpp-performance-changes-3n-hsw-mrr:
618       - "vpp-performance-changes-3n-hsw-mrr-h1"
619       - "vpp-performance-changes-3n-hsw-mrr-ref"
620       - "vpp-performance-changes-3n-hsw-mrr-cmp"
621
622     vpp-performance-changes-3n-skx-mrr-h1:
623       csit-vpp-perf-verify-1901-3n-skx:
624         - 32  # MRR sel
625     vpp-performance-changes-3n-skx-mrr-ref:
626       csit-vpp-perf-verify-1904-3n-skx:
627         - 7   # MRR sel
628     vpp-performance-changes-3n-skx-mrr-cmp:
629       csit-vpp-perf-verify-1908-3n-skx:
630         - 36  # MRR sel
631     vpp-performance-changes-3n-skx-mrr:
632       - "vpp-performance-changes-3n-skx-mrr-h1"
633       - "vpp-performance-changes-3n-skx-mrr-ref"
634       - "vpp-performance-changes-3n-skx-mrr-cmp"
635
636     vpp-performance-changes-2n-skx-mrr-h1:
637       csit-vpp-perf-verify-1901-2n-skx:
638         - 22  # MRR sel
639     vpp-performance-changes-2n-skx-mrr-ref:
640       csit-vpp-perf-verify-1904-2n-skx:
641         - 11  # MRR sel
642     vpp-performance-changes-2n-skx-mrr-cmp:
643       csit-vpp-perf-verify-1908-2n-skx:
644         - 71  # NFV MRR
645     vpp-performance-changes-2n-skx-mrr:
646       - "vpp-performance-changes-2n-skx-mrr-h1"
647       - "vpp-performance-changes-2n-skx-mrr-ref"
648       - "vpp-performance-changes-2n-skx-mrr-cmp"
649
650     dpdk-performance-changes-3n-hsw-h1:
651       csit-dpdk-perf-verify-1901-3n-hsw:
652         - 13  # NDRPDR sel
653         - 14  # NDRPDR sel
654         - 16  # NDRPDR sel
655         - 17  # NDRPDR sel
656         - 18  # NDRPDR sel
657         - 19  # NDRPDR sel
658         - 20  # NDRPDR sel
659         - 21  # NDRPDR sel
660         - 22  # NDRPDR sel
661         - 23  # NDRPDR sel
662     dpdk-performance-changes-3n-hsw-ref:
663       csit-dpdk-perf-verify-1904-3n-hsw:
664         - 2   # NDRPDR sel
665         - 3   # NDRPDR sel
666         - 5   # NDRPDR sel
667         - 6   # NDRPDR sel
668         - 13  # NDRPDR sel
669         - 14  # NDRPDR sel
670         - 15  # NDRPDR sel
671         - 18  # NDRPDR sel
672         - 19  # NDRPDR sel
673         - 20  # NDRPDR sel
674     dpdk-performance-changes-3n-hsw-cmp:
675       csit-dpdk-perf-verify-1908-3n-hsw:
676         - 2   # NDRPDR sel
677         - 3   # NDRPDR sel
678         - 4   # NDRPDR sel
679         - 5   # NDRPDR sel
680         - 6   # NDRPDR sel
681         - 7   # NDRPDR sel
682         - 8   # NDRPDR sel
683         - 9   # NDRPDR sel
684         - 10  # NDRPDR sel
685         - 11  # NDRPDR sel
686     dpdk-performance-changes-3n-hsw:
687       - "dpdk-performance-changes-3n-hsw-h1"
688       - "dpdk-performance-changes-3n-hsw-ref"
689       - "dpdk-performance-changes-3n-hsw-cmp"
690
691     dpdk-performance-changes-3n-skx-h1:
692       csit-dpdk-perf-verify-1901-3n-skx:
693         - 3   # NDRPDR sel
694         - 5   # NDRPDR sel
695         - 6   # NDRPDR sel
696         - 7   # NDRPDR sel
697         - 8   # NDRPDR sel
698         - 9   # NDRPDR sel
699         - 10  # NDRPDR sel
700         - 11  # NDRPDR sel
701         - 12  # NDRPDR sel
702         - 13  # NDRPDR sel
703     dpdk-performance-changes-3n-skx-ref:
704       csit-dpdk-perf-verify-1904-3n-skx:
705         - 2   # NDRPDR sel
706         - 3   # NDRPDR sel
707         - 4   # NDRPDR sel
708         - 5   # NDRPDR sel
709         - 6   # NDRPDR sel
710         - 7   # NDRPDR sel
711         - 11  # NDRPDR sel
712         - 12  # NDRPDR sel
713         - 13  # NDRPDR sel
714         - 14  # NDRPDR sel
715     dpdk-performance-changes-3n-skx-cmp:
716       csit-dpdk-perf-verify-1908-3n-skx:
717         - 3   # NDRPDR sel
718         - 4   # NDRPDR sel
719         - 5   # NDRPDR sel
720         - 6   # NDRPDR sel
721         - 7   # NDRPDR sel
722         - 8   # NDRPDR sel
723         - 9   # NDRPDR sel
724         - 10  # NDRPDR sel
725         - 11  # NDRPDR sel
726         - 12  # NDRPDR sel
727     dpdk-performance-changes-3n-skx:
728       - "dpdk-performance-changes-3n-skx-h1"
729       - "dpdk-performance-changes-3n-skx-ref"
730       - "dpdk-performance-changes-3n-skx-cmp"
731
732     dpdk-performance-changes-2n-skx-h1:
733       csit-dpdk-perf-verify-1901-2n-skx:
734         - 12  # NDRPDR sel
735         - 13  # NDRPDR sel
736         - 14  # NDRPDR sel
737         - 15  # NDRPDR sel
738         - 16  # NDRPDR sel
739         - 17  # NDRPDR sel
740         - 18  # NDRPDR sel
741         - 19  # NDRPDR sel
742         - 20  # NDRPDR sel
743         - 21  # NDRPDR sel
744     dpdk-performance-changes-2n-skx-ref:
745       csit-dpdk-perf-verify-1904-2n-skx:
746         - 2   # NDRPDR sel
747         - 3   # NDRPDR sel
748         - 4   # NDRPDR sel
749         - 5   # NDRPDR sel
750         - 7   # NDRPDR sel
751         - 8   # NDRPDR sel
752         - 9   # NDRPDR sel
753         - 10  # NDRPDR sel
754         - 11  # NDRPDR sel
755         - 12  # NDRPDR sel
756     dpdk-performance-changes-2n-skx-cmp:
757       csit-dpdk-perf-verify-1908-2n-skx:
758         - 2   # NDRPDR sel
759         - 3   # NDRPDR sel
760         - 4   # NDRPDR sel
761         - 5   # NDRPDR sel
762         - 7   # NDRPDR sel
763         - 8   # NDRPDR sel
764         - 9   # NDRPDR sel
765         - 10  # NDRPDR sel
766         - 11  # NDRPDR sel
767         - 12  # NDRPDR sel
768     dpdk-performance-changes-2n-skx:
769       - "dpdk-performance-changes-2n-skx-h1"
770       - "dpdk-performance-changes-2n-skx-ref"
771       - "dpdk-performance-changes-2n-skx-cmp"
772
773     # Compare testbeds
774
775     vpp-compare-testbeds-ref:
776       csit-vpp-perf-verify-1908-3n-hsw:
777         - 12  # NDRPDR sel
778         - 13  # NDRPDR sel
779         - 14  # NDRPDR sel
780         - 15  # NDRPDR sel
781         - 16  # NDRPDR sel
782         - 17  # NDRPDR sel
783         - 18  # NDRPDR sel
784         - 19  # NDRPDR sel
785         - 20  # NDRPDR sel
786         - 21  # NDRPDR sel
787     vpp-compare-testbeds-cmp:
788       # TODO: Add data
789       csit-vpp-perf-verify-1908-3n-skx:
790         - 14  # NDRPDR sel
791         - 16  # NDRPDR sel
792         - 19  # NDRPDR sel
793         - 20  # NDRPDR sel
794         - 22  # NDRPDR sel
795         - 23  # NDRPDR sel
796         - 24  # NDRPDR sel
797         - 25  # NDRPDR sel
798         - 26  # NDRPDR sel
799         - 29  # NDRPDR sel
800     vpp-compare-testbeds:
801       - "vpp-compare-testbeds-ref"
802       - "vpp-compare-testbeds-cmp"
803
804     vpp-compare-testbeds-mrr-ref:
805       csit-vpp-perf-verify-1908-3n-hsw:
806         - 39  # MRR sel
807     vpp-compare-testbeds-mrr-cmp:
808       csit-vpp-perf-verify-1908-3n-skx:
809         - 36  # MRR sel
810     vpp-compare-testbeds-mrr:
811       - "vpp-compare-testbeds-mrr-ref"
812       - "vpp-compare-testbeds-mrr-cmp"
813
814     dpdk-compare-testbeds-ref:
815       # TODO: Add data
816       csit-dpdk-perf-verify-1908-3n-hsw:
817         - 2   # NDRPDR sel
818         - 3   # NDRPDR sel
819         - 4   # NDRPDR sel
820         - 5   # NDRPDR sel
821         - 6   # NDRPDR sel
822         - 7   # NDRPDR sel
823         - 8   # NDRPDR sel
824         - 9   # NDRPDR sel
825         - 10  # NDRPDR sel
826         - 11  # NDRPDR sel
827     dpdk-compare-testbeds-cmp:
828       csit-dpdk-perf-verify-1908-3n-skx:
829         - 3   # NDRPDR sel
830         - 4   # NDRPDR sel
831         - 5   # 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-compare-testbeds:
840       - "dpdk-compare-testbeds-ref"
841       - "dpdk-compare-testbeds-cmp"
842
843     # Compare topologies
844
845     vpp-compare-topologies-ref:
846       csit-vpp-perf-verify-1908-3n-skx:
847         - 14  # NDRPDR sel
848         - 16  # NDRPDR sel
849         - 19  # NDRPDR sel
850         - 20  # NDRPDR sel
851         - 22  # NDRPDR sel
852         - 23  # NDRPDR sel
853         - 24  # NDRPDR sel
854         - 25  # NDRPDR sel
855         - 26  # NDRPDR sel
856         - 29  # NDRPDR sel
857     vpp-compare-topologies-cmp:
858       csit-vpp-perf-verify-1908-2n-skx:
859         - 26  # NDRPDR sel
860         - 27  # NDRPDR sel
861         - 34  # NDRPDR sel
862         - 35  # NDRPDR sel
863         - 36  # NDRPDR sel
864         - 42  # NDRPDR sel
865         - 43  # NDRPDR sel
866         - 44  # NDRPDR sel
867         - 45  # NDRPDR sel
868         - 46  # NDRPDR sel
869     vpp-compare-topologies:
870       - "vpp-compare-topologies-ref"
871       - "vpp-compare-topologies-cmp"
872
873     vpp-compare-topologies-mrr-ref:
874       csit-vpp-perf-verify-1908-3n-skx:
875         - 36  # MRR sel
876     vpp-compare-topologies-mrr-cmp:
877       csit-vpp-perf-verify-1908-2n-skx:
878         - 71  # NFV MRR
879     vpp-compare-topologies-mrr:
880       - "vpp-compare-topologies-mrr-ref"
881       - "vpp-compare-topologies-mrr-cmp"
882
883     dpdk-compare-topologies-ref:
884       csit-dpdk-perf-verify-1908-3n-skx:
885         - 3   # NDRPDR sel
886         - 4   # NDRPDR sel
887         - 5   # NDRPDR sel
888         - 6   # NDRPDR sel
889         - 7   # NDRPDR sel
890         - 8   # NDRPDR sel
891         - 9   # NDRPDR sel
892         - 10  # NDRPDR sel
893         - 11  # NDRPDR sel
894         - 12  # NDRPDR sel
895     dpdk-compare-topologies-cmp:
896       csit-dpdk-perf-verify-1908-2n-skx:
897         - 2   # NDRPDR sel
898         - 3   # NDRPDR sel
899         - 4   # NDRPDR sel
900         - 5   # NDRPDR sel
901         - 7   # NDRPDR sel
902         - 8   # NDRPDR sel
903         - 9   # NDRPDR sel
904         - 10  # NDRPDR sel
905         - 11  # NDRPDR sel
906         - 12  # NDRPDR sel
907     dpdk-compare-topologies:
908       - "dpdk-compare-topologies-ref"
909       - "dpdk-compare-topologies-cmp"
910
911   plot-layouts:
912
913     plot-soak-throughput:
914       titlefont:
915         size: 18
916       xaxis:
917         title: "<b>Test Cases [Index]</b>"
918         titlefont:
919           size: 16
920         autorange: True
921         fixedrange: False
922         gridcolor: "rgb(230, 230, 230)"
923         linecolor: "rgb(220, 220, 220)"
924         linewidth: 1
925         showgrid: True
926         showline: True
927         showticklabels: True
928         tickcolor: "rgb(220, 220, 220)"
929         tickmode: "linear"
930         tickfont:
931           size: 16
932         zeroline: False
933       yaxis:
934         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
935         titlefont:
936           size: 16
937         gridcolor: "rgb(230, 230, 230)"
938         hoverformat: ".4r"
939         tickformat: ".3r"
940         linecolor: "rgb(220, 220, 220)"
941         linewidth: 1
942         showgrid: True
943         showline: True
944         showticklabels: True
945         tickcolor: "rgb(220, 220, 220)"
946         tickfont:
947           size: 16
948         zeroline: False
949         range: [0,50]
950       autosize: False
951       margin:
952         t: 50
953         b: 0
954         l: 80
955         r: 20
956       showlegend: True
957       legend:
958         orientation: "h"
959         font:
960           size: 16
961       width: 700
962       height: 900
963
964     plot-service-density:
965       titlefont:
966         size: 18
967       xaxis:
968         side: "top"
969         autorange: True
970         fixedrange: False
971         showgrid: False
972         showline: False
973         showticklabels: False
974         ticks: ""
975         ticklen: 0
976         tickwidth: 0
977         zeroline: False
978       yaxis:
979         autorange: "reversed"
980         showgrid: False
981         showline: False
982         showticklabels: False
983         ticks: ""
984         ticklen: 0
985         tickwidth: 0
986         zeroline: False
987       autosize: True
988       showlegend: False
989       width: 700
990       height: 700
991
992     plot-cps:
993       titlefont:
994         size: 18
995       xaxis:
996         title: "<b>Test Cases [Index]</b>"
997         titlefont:
998           size: 16
999         autorange: True
1000         fixedrange: False
1001         gridcolor: "rgb(230, 230, 230)"
1002         linecolor: "rgb(220, 220, 220)"
1003         linewidth: 1
1004         showgrid: True
1005         showline: True
1006         showticklabels: True
1007         tickcolor: "rgb(220, 220, 220)"
1008         tickmode: "linear"
1009         tickfont:
1010           size: 16
1011         zeroline: False
1012       yaxis:
1013         title: "<b>Connections Per Second [cps]</b>"
1014         titlefont:
1015           size: 16
1016         gridcolor: "rgb(230, 230, 230)"
1017         hoverformat: ".4s"
1018         linecolor: "rgb(220, 220, 220)"
1019         linewidth: 1
1020         rangemode: "tozero"
1021         showgrid: True
1022         showline: True
1023         showticklabels: True
1024         tickcolor: "rgb(220, 220, 220)"
1025         tickformat: ".3s"
1026         tickfont:
1027           size: 16
1028         zeroline: False
1029       boxmode: "group"
1030       boxgroupgap: 0.5
1031       autosize: False
1032       margin:
1033         t: 50
1034         b: 20
1035         l: 80
1036         r: 20
1037       showlegend: True
1038       legend:
1039         orientation: "h"
1040         font:
1041           size: 16
1042       width: 700
1043       height: 800
1044
1045     plot-rps:
1046       titlefont:
1047         size: 18
1048       xaxis:
1049         title: "<b>Test Cases [Index]</b>"
1050         titlefont:
1051           size: 16
1052         autorange: True
1053         fixedrange: False
1054         gridcolor: "rgb(230, 230, 230)"
1055         linecolor: "rgb(220, 220, 220)"
1056         linewidth: 1
1057         showgrid: True
1058         showline: True
1059         showticklabels: True
1060         tickcolor: "rgb(220, 220, 220)"
1061         tickmode: "linear"
1062         tickfont:
1063           size: 16
1064         zeroline: False
1065       yaxis:
1066         title: "<b>Requests Per Second [rps]</b>"
1067         titlefont:
1068           size: 16
1069         gridcolor: "rgb(230, 230, 230)"
1070         hoverformat: ".4s"
1071         linecolor: "rgb(220, 220, 220)"
1072         linewidth: 1
1073         rangemode: "tozero"
1074         showgrid: True
1075         showline: True
1076         showticklabels: True
1077         tickcolor: "rgb(230, 230, 230)"
1078         tickformat: ".3s"
1079         tickfont:
1080           size: 16
1081         zeroline: False
1082       boxmode: "group"
1083       boxgroupgap: 0.5
1084       autosize: False
1085       margin:
1086         t: 50
1087         b: 20
1088         l: 80
1089         r: 20
1090       showlegend: True
1091       legend:
1092         orientation: "h"
1093         font:
1094           size: 16
1095       width: 700
1096       height: 800
1097
1098     plot-throughput:
1099       titlefont:
1100         size: 18
1101       xaxis:
1102         title: "<b>Test Cases [Index]</b>"
1103         titlefont:
1104           size: 16
1105         autorange: True
1106         fixedrange: False
1107         gridcolor: "rgb(230, 230, 230)"
1108         linecolor: "rgb(220, 220, 220)"
1109         linewidth: 1
1110         showgrid: True
1111         showline: True
1112         showticklabels: True
1113         tickcolor: "rgb(220, 220, 220)"
1114         tickmode: "linear"
1115         tickfont:
1116           size: 16
1117         zeroline: False
1118       yaxis:
1119         title: "<b>Packet Throughput [Mpps]</b>"
1120         titlefont:
1121           size: 16
1122         gridcolor: "rgb(230, 230, 230)"
1123         hoverformat: ".4r"
1124         tickformat: ".3r"
1125         linecolor: "rgb(220, 220, 220)"
1126         linewidth: 1
1127         showgrid: True
1128         showline: True
1129         showticklabels: True
1130         tickcolor: "rgb(220, 220, 220)"
1131         tickfont:
1132           size: 16
1133         zeroline: False
1134         range: [0,50]
1135       boxmode: "group"
1136       boxgroupgap: 0.5
1137       autosize: False
1138       margin:
1139         t: 50
1140         b: 0
1141         l: 80
1142         r: 20
1143       showlegend: True
1144       legend:
1145         orientation: "h"
1146         font:
1147           size: 16
1148       width: 700
1149       height: 900
1150
1151     plot-throughput-speedup-analysis:
1152       titlefont:
1153         size: 18
1154       xaxis:
1155         title: "<b>Number of Cores [Qty]</b>"
1156         titlefont:
1157           size: 16
1158         autorange: True
1159         fixedrange: False
1160         gridcolor: "rgb(230, 230, 230)"
1161         linecolor: "rgb(220, 220, 220)"
1162         linewidth: 1
1163         showgrid: True
1164         showline: True
1165         showticklabels: True
1166         tickcolor: "rgb(238, 238, 238)"
1167         tickmode: "linear"
1168         tickfont:
1169           size: 16
1170         zeroline: False
1171       yaxis:
1172         title: "<b>Packet Throughput [Mpps]</b>"
1173         titlefont:
1174           size: 16
1175         type: "linear"
1176         gridcolor: "rgb(230, 230, 230)"
1177         hoverformat: ".4s"
1178         linecolor: "rgb(220, 220, 220)"
1179         linewidth: 1
1180         showgrid: True
1181         showline: True
1182         showticklabels: True
1183         tickcolor: "rgb(220, 220, 220)"
1184         tickformat: ".4s"
1185         tickfont:
1186           size: 16
1187         zeroline: True
1188         rangemode: "tozero"
1189         range: [0,100]
1190       legend:
1191         orientation: "h"
1192         font:
1193           size: 16
1194         xanchor: "left"
1195         yanchor: "top"
1196         x: 0
1197         y: -0.2
1198         bgcolor: "rgba(255, 255, 255, 0)"
1199         bordercolor: "rgba(255, 255, 255, 0)"
1200         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1201       autosize: False
1202       margin:
1203           't': 50
1204           'b': 150
1205           'l': 85
1206           'r': 10
1207       showlegend: True
1208       width: 700
1209       height: 700
1210       hoverlabel:
1211         namelength: -1
1212       annotations: [
1213         {
1214           text: "_ _          __          ...",
1215           align: "left",
1216           showarrow: False,
1217           xref: "paper",
1218           yref: "paper",
1219           xanchor: "left",
1220           yanchor: "top",
1221           x: 0,
1222           y: -0.13,
1223           font: {
1224             family: "Consolas, Courier New",
1225             size: 15
1226           },
1227         },
1228         {
1229           text: "    Perfect     Measured     Limit",
1230           align: "left",
1231           showarrow: False,
1232           xref: "paper",
1233           yref: "paper",
1234           xanchor: "left",
1235           yanchor: "top",
1236           x: 0,
1237           y: -0.15,
1238           font: {
1239             family: "Consolas, Courier New",
1240             size: 15
1241           },
1242         },
1243       ]
1244
1245     plot-latency:
1246       titlefont:
1247         size: 18
1248       xaxis:
1249         title: "<b>Direction</b>"
1250         titlefont:
1251           size: 16
1252         autorange: True
1253         fixedrange: False
1254         gridcolor: "rgb(230, 230, 230)"
1255         linecolor: "rgb(220, 220, 220)"
1256         linewidth: 1
1257         showgrid: True
1258         showline: True
1259         showticklabels: False
1260         tickcolor: "rgb(220, 220, 220)"
1261         tickmode: "linear"
1262         tickfont:
1263           size: 16
1264         zeroline: False
1265       yaxis:
1266         title: "<b>Packet Latency [uSec]</b>"
1267         titlefont:
1268           size: 16
1269         type: "linear"
1270         gridcolor: "rgb(230, 230, 230)"
1271         hoverformat: ".4s"
1272         linecolor: "rgb(220, 220, 220)"
1273         linewidth: 1
1274         showgrid: True
1275         showline: True
1276         showticklabels: True
1277         tickcolor: "rgb(220, 220, 220)"
1278         tickformat: ".4s"
1279         tickfont:
1280           size: 16
1281         zeroline: True
1282         rangemode: "tozero"
1283       legend:
1284         orientation: "h"
1285         font:
1286           size: 16
1287         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1288       autosize: False
1289       margin:
1290           't': 50
1291           'b': 150
1292           'l': 80
1293           'r': 10
1294       showlegend: True
1295       width: 700
1296       height: 700
1297       hoverlabel:
1298         namelength: -1
1299
1300 - type: "static"
1301   src-path: "{DIR[RST]}"
1302   dst-path: "{DIR[WORKING,SRC]}"
1303
1304 - type: "input"
1305   general:
1306     file-name: "output_info.xml.gz"
1307     file-format: ".gz"
1308     arch-file-format:
1309       - ".gz"
1310       - ".zip"
1311     download-path: "{job}/{build}/archives/{filename}"
1312     extract: "output.xml"
1313
1314     zip-file-name: "robot-plugin.zip"
1315     zip-file-format: ".zip"
1316     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1317     zip-extract: "robot-plugin/output.xml"
1318
1319   builds:
1320 #    intel-dnv-vpp-release-1904:
1321 #      - 1
1322 #
1323 #    intel-dnv-vpp-release-1901:
1324 #      - 1
1325
1326     csit-vpp-perf-verify-1901-3n-hsw:
1327       - 35  # MRR sel
1328       - 10  # NDRPDR sel
1329       - 19  # NDRPDR sel
1330       - 31  # NDRPDR sel
1331       - 36  # NDRPDR sel
1332       - 40  # NDRPDR sel
1333       - 42  # NDRPDR sel
1334       - 44  # NDRPDR sel
1335       - 46  # NDRPDR sel
1336       - 47  # NDRPDR sel
1337       - 48  # NDRPDR sel
1338       - 61  # NDRPDR LB
1339       - 62  # NDRPDR LB
1340       - 63  # NDRPDR LB
1341       - 64  # NDRPDR LB
1342       - 65  # NDRPDR LB
1343       - 66  # NDRPDR LB
1344       - 67  # NDRPDR LB
1345       - 69  # NDRPDR LB
1346       - 70  # NDRPDR LB
1347       - 71  # NDRPDR LB
1348     csit-vpp-perf-verify-1904-3n-hsw:
1349       - 9   # MRR sel
1350       - 11  # NDRPDR sel
1351       - 12  # NDRPDR sel
1352       - 20  # NDRPDR sel
1353       - 21  # NDRPDR sel
1354       - 23  # NDRPDR sel
1355       - 24  # NDRPDR sel
1356       - 25  # NDRPDR sel
1357       - 26  # NDRPDR sel
1358       - 29  # NDRPDR sel
1359       - 30  # NDRPDR sel
1360     csit-vpp-perf-verify-1908-3n-hsw:
1361       - 12  # NDRPDR sel
1362       - 13  # NDRPDR sel
1363       - 14  # NDRPDR sel
1364       - 15  # NDRPDR sel
1365       - 16  # NDRPDR sel
1366       - 17  # NDRPDR sel
1367       - 18  # NDRPDR sel
1368       - 19  # NDRPDR sel
1369       - 20  # NDRPDR sel
1370       - 21  # NDRPDR sel
1371       - 24  # NDRPDR full
1372       - 25  # NDRPDR full
1373       - 26  # NDRPDR full
1374       - 27  # NDRPDR full
1375       - 28  # NDRPDR full
1376       - 29  # NDRPDR full
1377       - 32  # NDRPDR full
1378       - 33  # NDRPDR full
1379       - 35  # NDRPDR full
1380       - 36  # NDRPDR full
1381       - 38  # NDRPDR full
1382       - 39  # MRR sel
1383
1384     csit-vpp-perf-verify-1901-3n-skx:
1385       - 32  # MRR sel
1386       - 18  # NDRPDR sel
1387       - 19  # NDRPDR sel
1388       - 20  # NDRPDR sel
1389       - 28  # NDRPDR sel
1390       - 31  # NDRPDR sel
1391       - 33  # NDRPDR sel
1392       - 36  # NDRPDR sel
1393       - 38  # NDRPDR sel
1394       - 47  # NDRPDR sel
1395       - 48  # NDRPDR sel
1396       - 54  # NDRPDR LB
1397       - 57  # NDRPDR LB
1398       - 58  # NDRPDR LB
1399       - 59  # NDRPDR LB
1400       - 60  # NDRPDR LB
1401       - 63  # NDRPDR LB
1402       - 64  # NDRPDR LB
1403       - 65  # NDRPDR LB
1404       - 66  # NDRPDR LB
1405       - 67  # NDRPDR LB
1406     csit-vpp-perf-verify-1904-3n-skx:
1407       - 7   # MRR sel
1408       - 8   # NDRPDR sel
1409       - 9   # NDRPDR sel
1410       - 10  # NDRPDR sel
1411       - 11  # NDRPDR sel
1412       - 12  # NDRPDR sel
1413       - 14  # NDRPDR sel
1414       - 16  # NDRPDR sel
1415       - 21  # NDRPDR sel
1416       - 23  # NDRPDR sel
1417       - 25  # NDRPDR sel
1418     # TODO: Add data
1419     csit-vpp-perf-verify-1908-3n-skx:
1420       - 14  # NDRPDR sel
1421       - 16  # NDRPDR sel
1422       - 19  # NDRPDR sel
1423       - 20  # NDRPDR sel
1424       - 22  # NDRPDR sel
1425       - 23  # NDRPDR sel
1426       - 24  # NDRPDR sel
1427       - 25  # NDRPDR sel
1428       - 26  # NDRPDR sel
1429       - 29  # NDRPDR sel
1430       - 27  # NDRPDR full
1431       - 28  # NDRPDR full
1432       - 30  # NDRPDR full
1433       - 31  # NDRPDR full
1434       - 32  # NDRPDR full
1435       - 33  # NDRPDR full
1436       - 34  # NDRPDR full
1437       - 35  # NDRPDR full
1438       - 37  # NDRPDR full
1439       - 39  # NDRPDR full
1440       - 40  # NDRPDR full
1441       - 41  # NDRPDR full
1442       - 36  # MRR sel
1443
1444     csit-vpp-perf-verify-1901-2n-skx:
1445       - 22  # MRR sel
1446       - 5   # NDRPDR sel
1447       - 12  # NDRPDR sel
1448       - 13  # NDRPDR sel
1449       - 21  # NDRPDR sel
1450       - 23  # NDRPDR sel
1451       - 31  # NDRPDR sel
1452       - 34  # NDRPDR sel
1453       - 40  # NDRPDR sel
1454       - 42  # NDRPDR sel
1455       - 43  # NDRPDR sel
1456     csit-vpp-perf-verify-1904-2n-skx:
1457       - 11  # MRR sel
1458       - 12  # NDRPDR sel
1459       - 14  # NDRPDR sel
1460       - 16  # NDRPDR sel
1461       - 17  # NDRPDR sel
1462       - 18  # NDRPDR sel
1463       - 21  # NDRPDR sel
1464       - 27  # NDRPDR sel
1465       - 30  # NDRPDR sel
1466       - 31  # NDRPDR sel
1467       - 32  # NDRPDR sel
1468     # TODO: Add data
1469     csit-vpp-perf-verify-1908-2n-skx:
1470       - 26  # NDRPDR sel
1471       - 27  # NDRPDR sel
1472       - 34  # NDRPDR sel
1473       - 35  # NDRPDR sel
1474       - 36  # NDRPDR sel
1475       - 42  # NDRPDR sel
1476       - 43  # NDRPDR sel
1477       - 44  # NDRPDR sel
1478       - 45  # NDRPDR sel
1479       - 46  # NDRPDR sel
1480       - 48  # NDRPDR full
1481       - 49  # NDRPDR full
1482       - 50  # NDRPDR full
1483       - 51  # NDRPDR full
1484       - 54  # NDRPDR full
1485       - 55  # NDRPDR full
1486       - 66  # NDRPDR full
1487       - 69  # MRR sel
1488       - 29  # TCP
1489       - 30  # TCP
1490       - 58  # TCP
1491       - 59  # TCP
1492       - 60  # TCP
1493       - 61  # TCP
1494       - 62  # TCP
1495       - 63  # TCP
1496       - 64  # TCP
1497       - 65  # TCP
1498       - 22  # NFV
1499       - 31  # NFV
1500       - 32  # NFV
1501       - 37  # NFV
1502       - 38  # NFV
1503       - 39  # NFV
1504       - 53  # NFV
1505       - 67  # NFV
1506       - 68  # NFV
1507       - 70  # NFV
1508       - 71  # NFV MRR
1509
1510     csit-vpp-perf-verify-1908-3n-tsh:
1511       - 7   # NDRPDR sel
1512       - 8   # NDRPDR sel
1513       - 9   # NDRPDR sel
1514       - 10  # NDRPDR sel
1515       - 11  # NDRPDR sel
1516       - 12  # NDRPDR sel
1517       - 13  # NDRPDR sel
1518       - 14  # NDRPDR sel
1519
1520     csit-dpdk-perf-verify-1901-3n-hsw:
1521       - 13  # NDRPDR sel
1522       - 14  # NDRPDR sel
1523       - 16  # NDRPDR sel
1524       - 17  # NDRPDR sel
1525       - 18  # NDRPDR sel
1526       - 19  # NDRPDR sel
1527       - 20  # NDRPDR sel
1528       - 21  # NDRPDR sel
1529       - 22  # NDRPDR sel
1530       - 23  # NDRPDR sel
1531     csit-dpdk-perf-verify-1904-3n-hsw:
1532       - 2   # NDRPDR sel
1533       - 3   # NDRPDR sel
1534       - 5   # NDRPDR sel
1535       - 6   # NDRPDR sel
1536       - 13  # NDRPDR sel
1537       - 14  # NDRPDR sel
1538       - 15  # NDRPDR sel
1539       - 18  # NDRPDR sel
1540       - 19  # NDRPDR sel
1541       - 20  # NDRPDR sel
1542     csit-dpdk-perf-verify-1908-3n-hsw:
1543       - 2   # NDRPDR sel
1544       - 3   # NDRPDR sel
1545       - 4   # NDRPDR sel
1546       - 5   # NDRPDR sel
1547       - 6   # NDRPDR sel
1548       - 7   # NDRPDR sel
1549       - 8   # NDRPDR sel
1550       - 9   # NDRPDR sel
1551       - 10  # NDRPDR sel
1552       - 11  # NDRPDR sel
1553
1554     csit-dpdk-perf-verify-1901-3n-skx:
1555       - 3   # NDRPDR sel
1556       - 5   # NDRPDR sel
1557       - 6   # NDRPDR sel
1558       - 7   # NDRPDR sel
1559       - 8   # NDRPDR sel
1560       - 9   # NDRPDR sel
1561       - 10  # NDRPDR sel
1562       - 11  # NDRPDR sel
1563       - 12  # NDRPDR sel
1564       - 13  # NDRPDR sel
1565     csit-dpdk-perf-verify-1904-3n-skx:
1566       - 2   # NDRPDR sel
1567       - 3   # NDRPDR sel
1568       - 4   # NDRPDR sel
1569       - 5   # NDRPDR sel
1570       - 6   # NDRPDR sel
1571       - 7   # NDRPDR sel
1572       - 11  # NDRPDR sel
1573       - 12  # NDRPDR sel
1574       - 13  # NDRPDR sel
1575       - 14  # NDRPDR sel
1576     csit-dpdk-perf-verify-1908-3n-skx:
1577       - 3   # NDRPDR sel
1578       - 4   # NDRPDR sel
1579       - 5   # NDRPDR sel
1580       - 6   # NDRPDR sel
1581       - 7   # NDRPDR sel
1582       - 8   # NDRPDR sel
1583       - 9   # NDRPDR sel
1584       - 10  # NDRPDR sel
1585       - 11  # NDRPDR sel
1586       - 12  # NDRPDR sel
1587
1588     csit-dpdk-perf-verify-1901-2n-skx:
1589       - 12  # NDRPDR sel
1590       - 13  # NDRPDR sel
1591       - 14  # NDRPDR sel
1592       - 15  # NDRPDR sel
1593       - 16  # NDRPDR sel
1594       - 17  # NDRPDR sel
1595       - 18  # NDRPDR sel
1596       - 19  # NDRPDR sel
1597       - 20  # NDRPDR sel
1598       - 21  # NDRPDR sel
1599     csit-dpdk-perf-verify-1904-2n-skx:
1600       - 2   # NDRPDR sel
1601       - 3   # NDRPDR sel
1602       - 4   # NDRPDR sel
1603       - 5   # NDRPDR sel
1604       - 7   # NDRPDR sel
1605       - 8   # NDRPDR sel
1606       - 9   # NDRPDR sel
1607       - 10  # NDRPDR sel
1608       - 11  # NDRPDR sel
1609       - 12  # NDRPDR sel
1610     csit-dpdk-perf-verify-1908-2n-skx:
1611       - 2   # NDRPDR sel
1612       - 3   # NDRPDR sel
1613       - 4   # NDRPDR sel
1614       - 5   # NDRPDR sel
1615       - 7   # NDRPDR sel
1616       - 8   # NDRPDR sel
1617       - 9   # NDRPDR sel
1618       - 10  # NDRPDR sel
1619       - 11  # NDRPDR sel
1620       - 12  # NDRPDR sel
1621
1622     # TODO: Replace
1623
1624     csit-vpp-functional-1908-ubuntu1604-virl:
1625       - 64
1626     csit-vpp-functional-1908-centos7-virl:
1627       - 64
1628     csit-vpp-device-1908-ubuntu1804-1n-skx:
1629       - 65
1630
1631 - type: "output"
1632   output: "report"
1633   format:
1634     html:
1635     - full
1636 #    pdf:
1637 #    - minimal
1638
1639 ################################################################################
1640 ###                               T A B L E S                                ###
1641 ################################################################################
1642
1643 ## VPP Soak vs NDR
1644 #- type: "table"
1645 #  title: "VPP Soak vs NDR 2n-skx"
1646 #  algorithm: "table_soak_vs_ndr"
1647 #  output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
1648 #  reference:
1649 #    title: "NDR"
1650 #    data: "vpp-soak-vs-ndr-2n-skx-ref"
1651 #  compare:
1652 #    title: "Soak"
1653 #    data: "vpp-soak-vs-ndr-2n-skx-cmp"
1654 #  data: "vpp-soak-vs-ndr-2n-skx"
1655 #  include-tests: "NDR"
1656 #  filter: "('NDRPDR' or 'SOAK')"
1657 #  parameters:
1658 #    - "throughput"
1659 #    - "name"
1660 #    - "parent"
1661
1662 ################################################################################
1663
1664 # VPP Compare NICs 3n-skx 2t1c ndr
1665 - type: "table"
1666   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1667   algorithm: "table_nics_comparison"
1668   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1669   reference:
1670     title: "Intel-x710"
1671     nic: "NIC_Intel-X710"
1672   compare:
1673     title: "Intel-xxv710"
1674     nic: "NIC_Intel-XXV710"
1675   data: "vpp-nic-comparison-3n-skx"
1676   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1677   filter: "'2T1C' and 'NDRPDR'"
1678   parameters:
1679   - "name"
1680   - "parent"
1681   - "throughput"
1682   - "tags"
1683
1684 # VPP Compare NICs 3n-skx 4t2c ndr
1685 - type: "table"
1686   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1687   algorithm: "table_nics_comparison"
1688   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1689   reference:
1690     title: "Intel-x710"
1691     nic: "NIC_Intel-X710"
1692   compare:
1693     title: "Intel-xxv710"
1694     nic: "NIC_Intel-XXV710"
1695   data: "vpp-nic-comparison-3n-skx"
1696   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1697   filter: "'4T2C' and 'NDRPDR'"
1698   parameters:
1699   - "name"
1700   - "parent"
1701   - "throughput"
1702   - "tags"
1703
1704 # VPP Compare NICs 3n-skx 2t1c pdr
1705 - type: "table"
1706   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1707   algorithm: "table_nics_comparison"
1708   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1709   reference:
1710     title: "Intel-x710"
1711     nic: "NIC_Intel-X710"
1712   compare:
1713     title: "Intel-xxv710"
1714     nic: "NIC_Intel-XXV710"
1715   data: "vpp-nic-comparison-3n-skx"
1716   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1717   filter: "'2T1C' and 'NDRPDR'"
1718   parameters:
1719   - "name"
1720   - "parent"
1721   - "throughput"
1722   - "tags"
1723
1724  # VPP Compare NICs 3n-skx 4t2c pdr
1725 - type: "table"
1726   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1727   algorithm: "table_nics_comparison"
1728   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1729   reference:
1730     title: "Intel-x710"
1731     nic: "NIC_Intel-X710"
1732   compare:
1733     title: "Intel-xxv710"
1734     nic: "NIC_Intel-XXV710"
1735   data: "vpp-nic-comparison-3n-skx"
1736   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1737   filter: "'4T2C' and 'NDRPDR'"
1738   parameters:
1739   - "name"
1740   - "parent"
1741   - "throughput"
1742   - "tags"
1743
1744 # VPP Compare NICs 3n-skx 2t1c mrr
1745 - type: "table"
1746   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1747   algorithm: "table_nics_comparison"
1748   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1749   reference:
1750     title: "Intel-x710"
1751     nic: "NIC_Intel-X710"
1752   compare:
1753     title: "Intel-xxv710"
1754     nic: "NIC_Intel-XXV710"
1755   data: "vpp-nic-comparison-3n-skx-mrr"
1756   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1757   filter: "'2T1C' and 'MRR'"
1758   parameters:
1759   - "name"
1760   - "parent"
1761   - "result"
1762   - "tags"
1763
1764 # VPP Compare NICs 3n-skx 4t2c mrr
1765 - type: "table"
1766   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1767   algorithm: "table_nics_comparison"
1768   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1769   reference:
1770     title: "Intel-x710"
1771     nic: "NIC_Intel-X710"
1772   compare:
1773     title: "Intel-xxv710"
1774     nic: "NIC_Intel-XXV710"
1775   data: "vpp-nic-comparison-3n-skx-mrr"
1776   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1777   filter: "'4T2C' and 'MRR'"
1778   parameters:
1779   - "name"
1780   - "parent"
1781   - "result"
1782   - "tags"
1783
1784  # VPP Compare NICs 3n-skx 8t4c mrr
1785 - type: "table"
1786   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1787   algorithm: "table_nics_comparison"
1788   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1789   reference:
1790     title: "Intel-x710"
1791     nic: "NIC_Intel-X710"
1792   compare:
1793     title: "Intel-xxv710"
1794     nic: "NIC_Intel-XXV710"
1795   data: "vpp-nic-comparison-3n-skx-mrr"
1796   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1797   filter: "'8T4C' and 'MRR'"
1798   parameters:
1799   - "name"
1800   - "parent"
1801   - "result"
1802   - "tags"
1803
1804 # VPP Compare NICs 2n-skx 2t1c ndr
1805 - type: "table"
1806   title: "VPP Compare NICs 2n-skx 2t1c ndr"
1807   algorithm: "table_nics_comparison"
1808   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
1809   reference:
1810     title: "Intel-x710"
1811     nic: "NIC_Intel-X710"
1812   compare:
1813     title: "Intel-xxv710"
1814     nic: "NIC_Intel-XXV710"
1815   data: "vpp-nic-comparison-2n-skx"
1816   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1817   filter: "'2T1C' and 'NDRPDR'"
1818   parameters:
1819   - "name"
1820   - "parent"
1821   - "throughput"
1822   - "tags"
1823
1824 # VPP Compare NICs 2n-skx 4t2c ndr
1825 - type: "table"
1826   title: "VPP Compare NICs 2n-skx 4t2c ndr"
1827   algorithm: "table_nics_comparison"
1828   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
1829   reference:
1830     title: "Intel-x710"
1831     nic: "NIC_Intel-X710"
1832   compare:
1833     title: "Intel-xxv710"
1834     nic: "NIC_Intel-XXV710"
1835   data: "vpp-nic-comparison-2n-skx"
1836   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1837   filter: "'4T2C' and 'NDRPDR'"
1838   parameters:
1839   - "name"
1840   - "parent"
1841   - "throughput"
1842   - "tags"
1843
1844  # VPP Compare NICs 2n-skx 2t1c pdr
1845 - type: "table"
1846   title: "VPP Compare NICs 2n-skx 2t1c pdr"
1847   algorithm: "table_nics_comparison"
1848   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
1849   reference:
1850     title: "Intel-x710"
1851     nic: "NIC_Intel-X710"
1852   compare:
1853     title: "Intel-xxv710"
1854     nic: "NIC_Intel-XXV710"
1855   data: "vpp-nic-comparison-2n-skx"
1856   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1857   filter: "'2T1C' and 'NDRPDR'"
1858   parameters:
1859   - "name"
1860   - "parent"
1861   - "throughput"
1862   - "tags"
1863
1864 # VPP Compare NICs 2n-skx 4t2c pdr
1865 - type: "table"
1866   title: "VPP Compare NICs 2n-skx 4t2c pdr"
1867   algorithm: "table_nics_comparison"
1868   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
1869   reference:
1870     title: "Intel-x710"
1871     nic: "NIC_Intel-X710"
1872   compare:
1873     title: "Intel-xxv710"
1874     nic: "NIC_Intel-XXV710"
1875   data: "vpp-nic-comparison-2n-skx"
1876   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1877   filter: "'4T2C' and 'NDRPDR'"
1878   parameters:
1879   - "name"
1880   - "parent"
1881   - "throughput"
1882   - "tags"
1883
1884 # VPP Compare NICs 2n-skx 2t1c mrr
1885 - type: "table"
1886   title: "VPP Compare NICs 2n-skx 2t1c mrr"
1887   algorithm: "table_nics_comparison"
1888   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
1889   reference:
1890     title: "Intel-x710"
1891     nic: "NIC_Intel-X710"
1892   compare:
1893     title: "Intel-xxv710"
1894     nic: "NIC_Intel-XXV710"
1895   data: "vpp-nic-comparison-2n-skx-mrr"
1896   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1897   filter: "'2T1C' and 'MRR'"
1898   parameters:
1899   - "name"
1900   - "parent"
1901   - "result"
1902   - "tags"
1903
1904 # VPP Compare NICs 2n-skx 4t2c mrr
1905 - type: "table"
1906   title: "VPP Compare NICs 2n-skx 4t2c mrr"
1907   algorithm: "table_nics_comparison"
1908   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
1909   reference:
1910     title: "Intel-x710"
1911     nic: "NIC_Intel-X710"
1912   compare:
1913     title: "Intel-xxv710"
1914     nic: "NIC_Intel-XXV710"
1915   data: "vpp-nic-comparison-2n-skx-mrr"
1916   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1917   filter: "'4T2C' and 'MRR'"
1918   parameters:
1919   - "name"
1920   - "parent"
1921   - "result"
1922   - "tags"
1923
1924 # VPP Compare NICs 2n-skx 8t4c mrr
1925 - type: "table"
1926   title: "VPP Compare NICs 2n-skx 8t4c mrr"
1927   algorithm: "table_nics_comparison"
1928   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
1929   reference:
1930     title: "Intel-x710"
1931     nic: "NIC_Intel-X710"
1932   compare:
1933     title: "Intel-xxv710"
1934     nic: "NIC_Intel-XXV710"
1935   data: "vpp-nic-comparison-2n-skx-mrr"
1936   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1937   filter: "'8T4C' and 'MRR'"
1938   parameters:
1939   - "name"
1940   - "parent"
1941   - "result"
1942   - "tags"
1943
1944 ################################################################################
1945 # VPP
1946
1947 ## VPP Performance Changes 2n-dnv 1t1c pdr
1948 #- type: "table"
1949 #  title: "VPP Performance Changes 2n-dnv 1t1c pdr"
1950 #  algorithm: "table_performance_comparison"
1951 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
1952 #  history:
1953 #    - title: "rls1901"
1954 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
1955 #  reference:
1956 #    title: "rls1904"
1957 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
1958 #  compare:
1959 #    title: "rls1908"
1960 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
1961 #  data: "intel-dnv-vpp-changes-2n-dnv"
1962 #  include-tests: "PDR"
1963 #  filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1964 #  parameters:
1965 #  - "name"
1966 #  - "parent"
1967 #  - "throughput"
1968 #
1969 ## VPP Performance Changes 2n-dnv 2t2c pdr
1970 #- type: "table"
1971 #  title: "VPP Performance Changes 2n-dnv 2t2c pdr"
1972 #  algorithm: "table_performance_comparison"
1973 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
1974 #  history:
1975 #    - title: "rls1901"
1976 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
1977 #  reference:
1978 #    title: "rls1904"
1979 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
1980 #  compare:
1981 #    title: "rls1908"
1982 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
1983 #  data: "intel-dnv-vpp-changes-2n-dnv"
1984 #  include-tests: "PDR"
1985 #  filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
1986 #  parameters:
1987 #  - "name"
1988 #  - "parent"
1989 #  - "throughput"
1990 #
1991 ## VPP Performance Changes 2n-dnv 1t1c ndr
1992 #- type: "table"
1993 #  title: "VPP Performance Changes 2n-dnv 1t1c ndr"
1994 #  algorithm: "table_performance_comparison"
1995 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
1996 #  history:
1997 #    - title: "rls1901"
1998 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
1999 #  reference:
2000 #    title: "rls1904"
2001 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2002 #  compare:
2003 #    title: "rls1908"
2004 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2005 #  data: "intel-dnv-vpp-changes-2n-dnv"
2006 #  include-tests: "NDR"
2007 #  filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2008 #  parameters:
2009 #  - "name"
2010 #  - "parent"
2011 #  - "throughput"
2012 #
2013 ## VPP Performance Changes 2n-dnv 2t2c ndr
2014 #- type: "table"
2015 #  title: "VPP Performance Changes 2n-dnv 2t2c ndr"
2016 #  algorithm: "table_performance_comparison"
2017 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
2018 #  history:
2019 #    - title: "rls1901"
2020 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2021 #  reference:
2022 #    title: "rls1904"
2023 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2024 #  compare:
2025 #    title: "rls1908"
2026 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2027 #  data: "intel-dnv-vpp-changes-2n-dnv"
2028 #  include-tests: "NDR"
2029 #  filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2030 #  parameters:
2031 #  - "name"
2032 #  - "parent"
2033 #  - "throughput"
2034 #
2035 ## VPP Performance Changes 2n-dnv 1t1c MRR
2036 #- type: "table"
2037 #  title: "VPP Performance Changes 2n-dnv 1t1c MRR"
2038 #  algorithm: "table_performance_comparison"
2039 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
2040 #  history:
2041 #    - title: "rls1901"
2042 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2043 #  reference:
2044 #    title: "rls1904"
2045 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2046 #  compare:
2047 #    title: "rls1908"
2048 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2049 #  data: "intel-dnv-vpp-changes-2n-dnv"
2050 #  include-tests: "MRR"
2051 #  filter: "'1T1C' and 'MRR'"
2052 #  parameters:
2053 #  - "name"
2054 #  - "parent"
2055 #  - "result"
2056 #
2057 ## VPP Performance Changes 2n-dnv 2t2c MRR
2058 #- type: "table"
2059 #  title: "VPP Performance Changes 2n-dnv 2t2c MRR"
2060 #  algorithm: "table_performance_comparison"
2061 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
2062 #  history:
2063 #    - title: "rls1901"
2064 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2065 #  reference:
2066 #    title: "rls1904"
2067 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2068 #  compare:
2069 #    title: "rls1908"
2070 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2071 #  data: "intel-dnv-vpp-changes-2n-dnv"
2072 #  include-tests: "MRR"
2073 #  filter: "'2T2C' and 'MRR'"
2074 #  parameters:
2075 #  - "name"
2076 #  - "parent"
2077 #  - "result"
2078 #
2079 ## VPP Performance Changes 2n-dnv 4t4c MRR
2080 #- type: "table"
2081 #  title: "VPP Performance Changes 2n-dnv 4t4c MRR"
2082 #  algorithm: "table_performance_comparison"
2083 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
2084 #  history:
2085 #    - title: "rls1901"
2086 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2087 #  reference:
2088 #    title: "rls1904"
2089 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2090 #  compare:
2091 #    title: "rls1908"
2092 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2093 #  data: "intel-dnv-vpp-changes-2n-dnv"
2094 #  include-tests: "MRR"
2095 #  filter: "'4T4C' and 'MRR'"
2096 #  parameters:
2097 #  - "name"
2098 #  - "parent"
2099 #  - "result"
2100
2101 # VPP Performance Changes 3n-hsw 1t1c pdr
2102 - type: "table"
2103   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2104   algorithm: "table_performance_comparison"
2105   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2106   history:
2107     - title: "rls1901"
2108       data: "vpp-performance-changes-3n-hsw-h1"
2109   reference:
2110     title: "rls1904"
2111     data: "vpp-performance-changes-3n-hsw-ref"
2112   compare:
2113     title: "rls1908"
2114     data: "vpp-performance-changes-3n-hsw-cmp"
2115   data: "vpp-performance-changes-3n-hsw"
2116   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2117   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2118   parameters:
2119   - "name"
2120   - "parent"
2121   - "throughput"
2122
2123 # VPP Performance Changes 3n-hsw 2t2c pdr
2124 - type: "table"
2125   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2126   algorithm: "table_performance_comparison"
2127   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2128   history:
2129     - title: "rls1901"
2130       data: "vpp-performance-changes-3n-hsw-h1"
2131   reference:
2132     title: "rls1904"
2133     data: "vpp-performance-changes-3n-hsw-ref"
2134   compare:
2135     title: "rls1908"
2136     data: "vpp-performance-changes-3n-hsw-cmp"
2137   data: "vpp-performance-changes-3n-hsw"
2138   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2139   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2140   parameters:
2141   - "name"
2142   - "parent"
2143   - "throughput"
2144
2145 # VPP Performance Changes 3n-hsw 1t1c ndr
2146 - type: "table"
2147   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2148   algorithm: "table_performance_comparison"
2149   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2150   history:
2151     - title: "rls1901"
2152       data: "vpp-performance-changes-3n-hsw-h1"
2153   reference:
2154     title: "rls1904"
2155     data: "vpp-performance-changes-3n-hsw-ref"
2156   compare:
2157     title: "rls1908"
2158     data: "vpp-performance-changes-3n-hsw-cmp"
2159   data: "vpp-performance-changes-3n-hsw"
2160   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2161   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2162   parameters:
2163   - "name"
2164   - "parent"
2165   - "throughput"
2166
2167 # VPP Performance Changes 3n-hsw 2t2c ndr
2168 - type: "table"
2169   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2170   algorithm: "table_performance_comparison"
2171   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2172   history:
2173     - title: "rls1901"
2174       data: "vpp-performance-changes-3n-hsw-h1"
2175   reference:
2176     title: "rls1904"
2177     data: "vpp-performance-changes-3n-hsw-ref"
2178   compare:
2179     title: "rls1908"
2180     data: "vpp-performance-changes-3n-hsw-cmp"
2181   data: "vpp-performance-changes-3n-hsw"
2182   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2183   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2184   parameters:
2185   - "name"
2186   - "parent"
2187   - "throughput"
2188
2189 # VPP Performance Changes 3n-skx 2t1c pdr
2190 - type: "table"
2191   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2192   algorithm: "table_performance_comparison_nic"
2193   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2194   history:
2195     - title: "rls1901 Intel-X710"
2196       data: "vpp-performance-changes-3n-skx-h1"
2197       nic: "NIC_Intel-X710"
2198   reference:
2199     title: "rls1904 Intel-X710"
2200     data: "vpp-performance-changes-3n-skx-ref"
2201     nic: "NIC_Intel-X710"
2202   compare:
2203     title: "rls1908 Intel-XXV710"
2204     data: "vpp-performance-changes-3n-skx-cmp"
2205     nic: "NIC_Intel-XXV710"
2206   data: "vpp-performance-changes-3n-skx"
2207   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2208   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2209   parameters:
2210   - "name"
2211   - "parent"
2212   - "throughput"
2213   - "tags"
2214
2215 # VPP Performance Changes 3n-skx 4t2c pdr
2216 - type: "table"
2217   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2218   algorithm: "table_performance_comparison_nic"
2219   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2220   history:
2221     - title: "rls1901 Intel-X710"
2222       data: "vpp-performance-changes-3n-skx-h1"
2223       nic: "NIC_Intel-X710"
2224   reference:
2225     title: "rls1904 Intel-X710"
2226     data: "vpp-performance-changes-3n-skx-ref"
2227     nic: "NIC_Intel-X710"
2228   compare:
2229     title: "rls1908 Intel-XXV710"
2230     data: "vpp-performance-changes-3n-skx-cmp"
2231     nic: "NIC_Intel-XXV710"
2232   data: "vpp-performance-changes-3n-skx"
2233   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2234   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2235   parameters:
2236   - "name"
2237   - "parent"
2238   - "throughput"
2239   - "tags"
2240
2241 # VPP Performance Changes 3n-skx 2t1c ndr
2242 - type: "table"
2243   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2244   algorithm: "table_performance_comparison_nic"
2245   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2246   history:
2247     - title: "rls1901 Intel-X710"
2248       data: "vpp-performance-changes-3n-skx-h1"
2249       nic: "NIC_Intel-X710"
2250   reference:
2251     title: "rls1904 Intel-X710"
2252     data: "vpp-performance-changes-3n-skx-ref"
2253     nic: "NIC_Intel-X710"
2254   compare:
2255     title: "rls1908 Intel-XXV710"
2256     data: "vpp-performance-changes-3n-skx-cmp"
2257     nic: "NIC_Intel-XXV710"
2258   data: "vpp-performance-changes-3n-skx"
2259   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2260   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2261   parameters:
2262   - "name"
2263   - "parent"
2264   - "throughput"
2265   - "tags"
2266
2267 # VPP Performance Changes 3n-skx 4t2c ndr
2268 - type: "table"
2269   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2270   algorithm: "table_performance_comparison_nic"
2271   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2272   history:
2273     - title: "rls1901 Intel-X710"
2274       data: "vpp-performance-changes-3n-skx-h1"
2275       nic: "NIC_Intel-X710"
2276   reference:
2277     title: "rls1904 Intel-X710"
2278     data: "vpp-performance-changes-3n-skx-ref"
2279     nic: "NIC_Intel-X710"
2280   compare:
2281     title: "rls1908 Intel-XXV710"
2282     data: "vpp-performance-changes-3n-skx-cmp"
2283     nic: "NIC_Intel-XXV710"
2284   data: "vpp-performance-changes-3n-skx"
2285   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2286   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2287   parameters:
2288   - "name"
2289   - "parent"
2290   - "throughput"
2291   - "tags"
2292
2293 # VPP Performance Changes 2n-skx 2t1c pdr
2294 - type: "table"
2295   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2296   algorithm: "table_performance_comparison_nic"
2297   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2298   history:
2299     - title: "rls1901 Intel-X710"
2300       data: "vpp-performance-changes-2n-skx-h1"
2301       nic: "NIC_Intel-X710"
2302   reference:
2303     title: "rls1904 Intel-X710"
2304     data: "vpp-performance-changes-2n-skx-ref"
2305     nic: "NIC_Intel-X710"
2306   compare:
2307     title: "rls1908 Intel-XXV710"
2308     data: "vpp-performance-changes-2n-skx-cmp"
2309     nic: "NIC_Intel-XXV710"
2310   data: "vpp-performance-changes-2n-skx"
2311   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2312   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2313   parameters:
2314   - "name"
2315   - "parent"
2316   - "throughput"
2317   - "tags"
2318
2319 # VPP Performance Changes 2n-skx 4t2c pdr
2320 - type: "table"
2321   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2322   algorithm: "table_performance_comparison_nic"
2323   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2324   history:
2325     - title: "rls1901 Intel-X710"
2326       data: "vpp-performance-changes-2n-skx-h1"
2327       nic: "NIC_Intel-X710"
2328   reference:
2329     title: "rls1904 Intel-X710"
2330     data: "vpp-performance-changes-2n-skx-ref"
2331     nic: "NIC_Intel-X710"
2332   compare:
2333     title: "rls1908 Intel-XXV710"
2334     data: "vpp-performance-changes-2n-skx-cmp"
2335     nic: "NIC_Intel-XXV710"
2336   data: "vpp-performance-changes-2n-skx"
2337   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2338   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2339   parameters:
2340   - "name"
2341   - "parent"
2342   - "throughput"
2343   - "tags"
2344
2345 # VPP Performance Changes 2n-skx 2t1c ndr
2346 - type: "table"
2347   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2348   algorithm: "table_performance_comparison_nic"
2349   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2350   history:
2351     - title: "rls1901 Intel-X710"
2352       data: "vpp-performance-changes-2n-skx-h1"
2353       nic: "NIC_Intel-X710"
2354   reference:
2355     title: "rls1904 Intel-X710"
2356     data: "vpp-performance-changes-2n-skx-ref"
2357     nic: "NIC_Intel-X710"
2358   compare:
2359     title: "rls1908 Intel-XXV710"
2360     data: "vpp-performance-changes-2n-skx-cmp"
2361     nic: "NIC_Intel-XXV710"
2362   data: "vpp-performance-changes-2n-skx"
2363   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2364   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2365   parameters:
2366   - "name"
2367   - "parent"
2368   - "throughput"
2369   - "tags"
2370
2371 # VPP Performance Changes 2n-skx 4t2c ndr
2372 - type: "table"
2373   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2374   algorithm: "table_performance_comparison_nic"
2375   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2376   history:
2377     - title: "rls1901 Intel-X710"
2378       data: "vpp-performance-changes-2n-skx-h1"
2379       nic: "NIC_Intel-X710"
2380   reference:
2381     title: "rls1904 Intel-X710"
2382     data: "vpp-performance-changes-2n-skx-ref"
2383     nic: "NIC_Intel-X710"
2384   compare:
2385     title: "rls1908 Intel-XXV710"
2386     data: "vpp-performance-changes-2n-skx-cmp"
2387     nic: "NIC_Intel-XXV710"
2388   data: "vpp-performance-changes-2n-skx"
2389   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2390   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2391   parameters:
2392   - "name"
2393   - "parent"
2394   - "throughput"
2395   - "tags"
2396
2397 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2398 - type: "table"
2399   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2400   algorithm: "table_performance_comparison"
2401   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2402   reference:
2403     title: "3-Node Hsw Intel-xl710"
2404     data: "vpp-compare-testbeds-ref"
2405     nic: "NIC_Intel-XL710"
2406   compare:
2407     title: "3-Node Skx Intel-xxv710"
2408     data: "vpp-compare-testbeds-cmp"
2409     nic: "NIC_Intel-XXV710"
2410   data: "vpp-compare-testbeds"
2411   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2412   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
2413   parameters:
2414   - "name"
2415   - "parent"
2416   - "throughput"
2417
2418 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2419 - type: "table"
2420   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2421   algorithm: "table_performance_comparison"
2422   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2423   reference:
2424     title: "3-Node Hsw Intel-xl710"
2425     data: "vpp-compare-testbeds-ref"
2426     nic: "NIC_Intel-XL710"
2427   compare:
2428     title: "3-Node Skx Intel-xxv710"
2429     data: "vpp-compare-testbeds-cmp"
2430     nic: "NIC_Intel-XXV710"
2431   data: "vpp-compare-testbeds"
2432   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2433   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
2434   parameters:
2435   - "name"
2436   - "parent"
2437   - "throughput"
2438
2439 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2440 - type: "table"
2441   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2442   algorithm: "table_performance_comparison"
2443   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2444   reference:
2445     title: "3-Node Hsw Intel-xl710"
2446     data: "vpp-compare-testbeds-ref"
2447     nic: "NIC_Intel-XL710"
2448   compare:
2449     title: "3-Node Skx Intel-xxv710"
2450     data: "vpp-compare-testbeds-cmp"
2451     nic: "NIC_Intel-XXV710"
2452   data: "vpp-compare-testbeds"
2453   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2454   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
2455   parameters:
2456   - "name"
2457   - "parent"
2458   - "throughput"
2459
2460 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2461 - type: "table"
2462   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2463   algorithm: "table_performance_comparison"
2464   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2465   reference:
2466     title: "3-Node Hsw Intel-xl710"
2467     data: "vpp-compare-testbeds-ref"
2468     nic: "NIC_Intel-XL710"
2469   compare:
2470     title: "3-Node Skx Intel-xxv710"
2471     data: "vpp-compare-testbeds-cmp"
2472     nic: "NIC_Intel-XXV710"
2473   data: "vpp-compare-testbeds"
2474   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2475   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
2476   parameters:
2477   - "name"
2478   - "parent"
2479   - "throughput"
2480
2481 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2482 - type: "table"
2483   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2484   algorithm: "table_performance_comparison"
2485   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2486   reference:
2487     title: "3-Node Skx"
2488     data: "vpp-compare-topologies-ref"
2489   compare:
2490     title: "2-Node Skx"
2491     data: "vpp-compare-topologies-cmp"
2492   data: "vpp-compare-topologies"
2493   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2494   filter: "'NDRPDR' and '1C'"
2495   parameters:
2496   - "name"
2497   - "parent"
2498   - "throughput"
2499
2500 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2501 - type: "table"
2502   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2503   algorithm: "table_performance_comparison"
2504   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2505   reference:
2506     title: "3-Node Skx"
2507     data: "vpp-compare-topologies-ref"
2508   compare:
2509     title: "2-Node Skx"
2510     data: "vpp-compare-topologies-cmp"
2511   data: "vpp-compare-topologies"
2512   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2513   filter: "'NDRPDR' and '2C'"
2514   parameters:
2515   - "name"
2516   - "parent"
2517   - "throughput"
2518
2519 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2520 - type: "table"
2521   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2522   algorithm: "table_performance_comparison"
2523   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2524   reference:
2525     title: "3-Node Skx"
2526     data: "vpp-compare-topologies-ref"
2527   compare:
2528     title: "2-Node Skx"
2529     data: "vpp-compare-topologies-cmp"
2530   data: "vpp-compare-topologies"
2531   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2532   filter: "'NDRPDR' and '1C'"
2533   parameters:
2534   - "name"
2535   - "parent"
2536   - "throughput"
2537
2538 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2539 - type: "table"
2540   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2541   algorithm: "table_performance_comparison"
2542   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2543   reference:
2544     title: "3-Node Skx"
2545     data: "vpp-compare-topologies-ref"
2546   compare:
2547     title: "2-Node Skx"
2548     data: "vpp-compare-topologies-cmp"
2549   data: "vpp-compare-topologies"
2550   include-tests: "PDR"
2551   filter: "'NDRPDR' and '2C'"
2552   parameters:
2553   - "name"
2554   - "parent"
2555   - "throughput"
2556
2557 # VPP Performance Changes 3n-hsw 1t1c MRR
2558 - type: "table"
2559   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2560   algorithm: "table_performance_comparison"
2561   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2562   history:
2563     - title: "rls1901"
2564       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2565   reference:
2566     title: "rls1904"
2567     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2568   compare:
2569     title: "rls1908"
2570     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2571   data: "vpp-performance-changes-3n-hsw-mrr"
2572   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2573   filter: "'1T1C' and 'MRR'"
2574   parameters:
2575   - "name"
2576   - "parent"
2577   - "result"
2578
2579 # VPP Performance Changes 3n-hsw 2t2c MRR
2580 - type: "table"
2581   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2582   algorithm: "table_performance_comparison"
2583   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2584   history:
2585     - title: "rls1901"
2586       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2587   reference:
2588     title: "rls1904"
2589     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2590   compare:
2591     title: "rls1908"
2592     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2593   data: "vpp-performance-changes-3n-hsw-mrr"
2594   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2595   filter: "'2T2C' and 'MRR'"
2596   parameters:
2597   - "name"
2598   - "parent"
2599   - "result"
2600
2601 # VPP Performance Changes 3n-hsw 4t4c MRR
2602 - type: "table"
2603   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2604   algorithm: "table_performance_comparison"
2605   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2606   history:
2607     - title: "rls1901"
2608       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2609   reference:
2610     title: "rls1904"
2611     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2612   compare:
2613     title: "rls1908"
2614     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2615   data: "vpp-performance-changes-3n-hsw-mrr"
2616   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2617   filter: "'4T4C' and 'MRR'"
2618   parameters:
2619   - "name"
2620   - "parent"
2621   - "result"
2622
2623 # VPP Performance Changes 3n-skx 2t1c MRR
2624 - type: "table"
2625   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2626   algorithm: "table_performance_comparison"
2627   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2628   history:
2629     - title: "rls1901"
2630       data: "vpp-performance-changes-3n-skx-mrr-h1"
2631   reference:
2632     title: "rls1904"
2633     data: "vpp-performance-changes-3n-skx-mrr-ref"
2634   compare:
2635     title: "rls1908"
2636     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2637   data: "vpp-performance-changes-3n-skx-mrr"
2638   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2639   filter: "'2T1C' and 'MRR'"
2640   parameters:
2641   - "name"
2642   - "parent"
2643   - "result"
2644
2645 # VPP Performance Changes 3n-skx 4t2c MRR
2646 - type: "table"
2647   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2648   algorithm: "table_performance_comparison"
2649   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2650   history:
2651     - title: "rls1901"
2652       data: "vpp-performance-changes-3n-skx-mrr-h1"
2653   reference:
2654     title: "rls1904"
2655     data: "vpp-performance-changes-3n-skx-mrr-ref"
2656   compare:
2657     title: "rls1908"
2658     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2659   data: "vpp-performance-changes-3n-skx-mrr"
2660   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2661   filter: "'4T2C' and 'MRR'"
2662   parameters:
2663   - "name"
2664   - "parent"
2665   - "result"
2666
2667 # VPP Performance Changes 3n-skx 8t4c MRR
2668 - type: "table"
2669   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2670   algorithm: "table_performance_comparison"
2671   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2672   history:
2673     - title: "rls1901"
2674       data: "vpp-performance-changes-3n-skx-mrr-h1"
2675   reference:
2676     title: "rls1904"
2677     data: "vpp-performance-changes-3n-skx-mrr-ref"
2678   compare:
2679     title: "rls1908"
2680     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2681   data: "vpp-performance-changes-3n-skx-mrr"
2682   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2683   filter: "'8T4C' and 'MRR'"
2684   parameters:
2685   - "name"
2686   - "parent"
2687   - "result"
2688
2689 # VPP Performance Changes 2n-skx 2t1c MRR
2690 - type: "table"
2691   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2692   algorithm: "table_performance_comparison"
2693   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2694   history:
2695     - title: "rls1901"
2696       data: "vpp-performance-changes-2n-skx-mrr-h1"
2697   reference:
2698     title: "rls1904"
2699     data: "vpp-performance-changes-2n-skx-mrr-ref"
2700   compare:
2701     title: "rls1908"
2702     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2703   data: "vpp-performance-changes-2n-skx-mrr"
2704   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2705   filter: "'2T1C' and 'MRR'"
2706   parameters:
2707   - "name"
2708   - "parent"
2709   - "result"
2710
2711 # VPP Performance Changes 2n-skx 4t2c MRR
2712 - type: "table"
2713   title: "VPP Performance Changes 2n-skx 4t2c MRR"
2714   algorithm: "table_performance_comparison"
2715   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2716   history:
2717     - title: "rls1901"
2718       data: "vpp-performance-changes-2n-skx-mrr-h1"
2719   reference:
2720     title: "rls1904"
2721     data: "vpp-performance-changes-2n-skx-mrr-ref"
2722   compare:
2723     title: "rls1908"
2724     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2725   data: "vpp-performance-changes-2n-skx-mrr"
2726   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2727   filter: "'4T2C' and 'MRR'"
2728   parameters:
2729   - "name"
2730   - "parent"
2731   - "result"
2732
2733 # VPP Performance Changes 2n-skx 8t4c MRR
2734 - type: "table"
2735   title: "VPP Performance Changes 2n-skx 8t4c MRR"
2736   algorithm: "table_performance_comparison"
2737   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2738   history:
2739     - title: "rls1901"
2740       data: "vpp-performance-changes-2n-skx-mrr-h1"
2741   reference:
2742     title: "rls1904"
2743     data: "vpp-performance-changes-2n-skx-mrr-ref"
2744   compare:
2745     title: "rls1908"
2746     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2747   data: "vpp-performance-changes-2n-skx-mrr"
2748   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2749   filter: "'8T4C' and 'MRR'"
2750   parameters:
2751   - "name"
2752   - "parent"
2753   - "result"
2754
2755 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2756 - type: "table"
2757   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2758   algorithm: "table_performance_comparison"
2759   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2760   reference:
2761     title: "3-Node Hsw Intel-xl710"
2762     data: "vpp-compare-testbeds-mrr-ref"
2763     nic: "NIC_Intel-XL710"
2764   compare:
2765     title: "3-Node Skx Intel-xxv710"
2766     data: "vpp-compare-testbeds-mrr-cmp"
2767     nic: "NIC_Intel-XXV710"
2768   data: "vpp-compare-testbeds-mrr"
2769   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2770   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
2771   parameters:
2772   - "name"
2773   - "parent"
2774   - "result"
2775
2776 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2777 - type: "table"
2778   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2779   algorithm: "table_performance_comparison"
2780   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2781   reference:
2782     title: "3-Node Hsw Intel-xl710"
2783     data: "vpp-compare-testbeds-mrr-ref"
2784     nic: "NIC_Intel-XL710"
2785   compare:
2786     title: "3-Node Skx Intel-xxv710"
2787     data: "vpp-compare-testbeds-mrr-cmp"
2788     nic: "NIC_Intel-XXV710"
2789   data: "vpp-compare-testbeds-mrr"
2790   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2791   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
2792   parameters:
2793   - "name"
2794   - "parent"
2795   - "result"
2796
2797 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2798 - type: "table"
2799   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2800   algorithm: "table_performance_comparison"
2801   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2802   reference:
2803     title: "3-Node Hsw Intel-xl710"
2804     data: "vpp-compare-testbeds-mrr-ref"
2805     nic: "NIC_Intel-XL710"
2806   compare:
2807     title: "3-Node Skx Intel-xxv710"
2808     data: "vpp-compare-testbeds-mrr-cmp"
2809     nic: "NIC_Intel-XXV710"
2810   data: "vpp-compare-testbeds-mrr"
2811   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2812   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
2813   parameters:
2814   - "name"
2815   - "parent"
2816   - "result"
2817
2818 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2819 - type: "table"
2820   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2821   algorithm: "table_performance_comparison"
2822   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2823   reference:
2824     title: "3-Node Skx"
2825     data: "vpp-compare-topologies-mrr-ref"
2826   compare:
2827     title: "2-Node Skx"
2828     data: "vpp-compare-topologies-mrr-cmp"
2829   data: "vpp-compare-topologies-mrr"
2830   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2831   filter: "'MRR' and '1C'"
2832   parameters:
2833   - "name"
2834   - "parent"
2835   - "result"
2836
2837 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2838 - type: "table"
2839   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
2840   algorithm: "table_performance_comparison"
2841   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
2842   reference:
2843     title: "3-Node Skx"
2844     data: "vpp-compare-topologies-mrr-ref"
2845   compare:
2846     title: "2-Node Skx"
2847     data: "vpp-compare-topologies-mrr-cmp"
2848   data: "vpp-compare-topologies-mrr"
2849   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2850   filter: "'MRR' and '2C'"
2851   parameters:
2852   - "name"
2853   - "parent"
2854   - "result"
2855
2856 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
2857 - type: "table"
2858   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
2859   algorithm: "table_performance_comparison"
2860   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
2861   reference:
2862     title: "3-Node Skx"
2863     data: "vpp-compare-topologies-mrr-ref"
2864   compare:
2865     title: "2-Node Skx"
2866     data: "vpp-compare-topologies-mrr-cmp"
2867   data: "vpp-compare-topologies-mrr"
2868   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2869   filter: "'MRR' and '4C'"
2870   parameters:
2871   - "name"
2872   - "parent"
2873   - "result"
2874
2875 # Detailed Test Results - VPP Performance Results 3n-hsw
2876 - type: "table"
2877   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
2878   algorithm: "table_merged_details"
2879   output-file-ext: ".csv"
2880   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2881   columns:
2882   - title: "Name"
2883     data: "data name"
2884   - title: "Status"
2885     data: "data msg"
2886   rows: "generated"
2887   data: "vpp-perf-results-3n-hsw"
2888   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
2889   parameters:
2890   - "name"
2891   - "parent"
2892   - "msg"
2893
2894 # Detailed Test Results - VPP Performance Results 3n-skx
2895 - type: "table"
2896   title: "Detailed Test Results - VPP Performance Results 3n-skx"
2897   algorithm: "table_merged_details"
2898   output-file-ext: ".csv"
2899   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2900   columns:
2901   - title: "Name"
2902     data: "data name"
2903   - title: "Status"
2904     data: "data msg"
2905   rows: "generated"
2906   data: "vpp-perf-results-3n-skx"
2907   filter: "not 'CFS_OPT'"
2908   parameters:
2909   - "name"
2910   - "parent"
2911   - "msg"
2912
2913 # Detailed Test Results - VPP Performance Results 2n-skx
2914 - type: "table"
2915   title: "Detailed Test Results - VPP Performance Results 2n-skx"
2916   algorithm: "table_merged_details"
2917   output-file-ext: ".csv"
2918   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2919   columns:
2920   - title: "Name"
2921     data: "data name"
2922   - title: "Status"
2923     data: "data msg"
2924   rows: "generated"
2925   data: "vpp-perf-results-2n-skx"
2926   filter: "not 'CFS_OPT'"
2927   parameters:
2928   - "name"
2929   - "parent"
2930   - "msg"
2931
2932 # Detailed Test Results - VPP Performance Results 3n-tsh
2933 - type: "table"
2934   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
2935   algorithm: "table_merged_details"
2936   output-file-ext: ".csv"
2937   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
2938   columns:
2939   - title: "Name"
2940     data: "data name"
2941   - title: "Status"
2942     data: "data msg"
2943   rows: "generated"
2944   data: "vpp-perf-results-3n-tsh"
2945   filter: "not 'CFS_OPT'"
2946   parameters:
2947   - "name"
2948   - "parent"
2949   - "msg"
2950
2951 ## Detailed Test Results - VPP Performance Results 2n-dnv
2952 #- type: "table"
2953 #  title: "Detailed Test Results - VPP Performance Results 2n-dnv"
2954 #  algorithm: "table_details"
2955 #  output-file-ext: ".csv"
2956 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
2957 #  columns:
2958 #  - title: "Name"
2959 #    data: "data name"
2960 #  - title: "Status"
2961 #    data: "data msg"
2962 #  rows: "generated"
2963 #  data: "intel-dnv-vpp"
2964 #  filter: "'NDRPDR'"
2965 #  parameters:
2966 #  - "name"
2967 #  - "parent"
2968 #  - "msg"
2969
2970 # Test configuration - VPP Performance Test Configs 3n-hsw
2971 - type: "table"
2972   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
2973   algorithm: "table_merged_details"
2974   output-file-ext: ".csv"
2975   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
2976   columns:
2977   - title: "Name"
2978     data: "data name"
2979   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2980     data: "data conf-history"
2981   rows: "generated"
2982   data: "vpp-perf-results-3n-hsw"
2983   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
2984   parameters:
2985   - "parent"
2986   - "name"
2987   - "conf-history"
2988
2989 # Test configuration - VPP Performance Test Configs 3n-skx
2990 - type: "table"
2991   title: "Test configuration - VPP Performance Test Configs 3n-skx"
2992   algorithm: "table_merged_details"
2993   output-file-ext: ".csv"
2994   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
2995   columns:
2996   - title: "Name"
2997     data: "data name"
2998   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2999     data: "data conf-history"
3000   rows: "generated"
3001   data: "vpp-perf-results-3n-skx"
3002   filter: "not 'CFS_OPT'"
3003   parameters:
3004   - "parent"
3005   - "name"
3006   - "conf-history"
3007
3008 # Test configuration - VPP Performance Test Configs 2n-skx
3009 - type: "table"
3010   title: "Test configuration - VPP Performance Test Configs 2n-skx"
3011   algorithm: "table_merged_details"
3012   output-file-ext: ".csv"
3013   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
3014   columns:
3015   - title: "Name"
3016     data: "data name"
3017   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3018     data: "data conf-history"
3019   rows: "generated"
3020   data: "vpp-perf-results-2n-skx"
3021   filter: "not 'CFS_OPT'"
3022   parameters:
3023   - "parent"
3024   - "name"
3025   - "conf-history"
3026
3027 # Test configuration - VPP Performance Test Configs 3n-tsh
3028 - type: "table"
3029   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
3030   algorithm: "table_merged_details"
3031   output-file-ext: ".csv"
3032   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_test_configuration_3n_tsh"
3033   columns:
3034   - title: "Name"
3035     data: "data name"
3036   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3037     data: "data conf-history"
3038   rows: "generated"
3039   data: "vpp-perf-results-3n-tsh"
3040   filter: "not 'CFS_OPT'"
3041   parameters:
3042   - "parent"
3043   - "name"
3044   - "conf-history"
3045
3046 ## Test configuration - VPP Performance Test Configs 2n-dnv
3047 #- type: "table"
3048 #  title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3049 #  algorithm: "table_details"
3050 #  output-file-ext: ".csv"
3051 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3052 #  columns:
3053 #  - title: "Name"
3054 #    data: "data name"
3055 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
3056 #    data: "data conf-history"
3057 #  rows: "generated"
3058 #  data: "intel-dnv-vpp"
3059 #  filter: "'NDRPDR'"
3060 #  parameters:
3061 #  - "parent"
3062 #  - "name"
3063 #  - "conf-history"
3064
3065 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3066 - type: "table"
3067   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3068   algorithm: "table_merged_details"
3069   output-file-ext: ".csv"
3070   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3071   columns:
3072   - title: "Name"
3073     data: "data name"
3074   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3075     data: "data show-run"
3076   rows: "generated"
3077   data: "vpp-perf-results-3n-hsw"
3078   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3079   parameters:
3080   - "parent"
3081   - "name"
3082   - "show-run"
3083
3084 # Test Operational Data - VPP Performance Operational Data 3n-skx
3085 - type: "table"
3086   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3087   algorithm: "table_merged_details"
3088   output-file-ext: ".csv"
3089   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3090   columns:
3091   - title: "Name"
3092     data: "data name"
3093   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3094     data: "data show-run"
3095   rows: "generated"
3096   data: "vpp-perf-results-3n-skx"
3097   filter: "not 'CFS_OPT'"
3098   parameters:
3099   - "parent"
3100   - "name"
3101   - "show-run"
3102
3103 # Test Operational Data - VPP Performance Operational Data 2n-skx
3104 - type: "table"
3105   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3106   algorithm: "table_merged_details"
3107   output-file-ext: ".csv"
3108   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3109   columns:
3110   - title: "Name"
3111     data: "data name"
3112   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3113     data: "data show-run"
3114   rows: "generated"
3115   data: "vpp-perf-results-2n-skx"
3116   filter: "not 'CFS_OPT'"
3117   parameters:
3118   - "parent"
3119   - "name"
3120   - "show-run"
3121
3122 # Test Operational Data - VPP Performance Operational Data 3n-tsh
3123 - type: "table"
3124   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
3125   algorithm: "table_merged_details"
3126   output-file-ext: ".csv"
3127   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_test_operational_3n_tsh"
3128   columns:
3129   - title: "Name"
3130     data: "data name"
3131   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3132     data: "data show-run"
3133   rows: "generated"
3134   data: "vpp-perf-results-3n-tsh"
3135   filter: "not 'CFS_OPT'"
3136   parameters:
3137   - "parent"
3138   - "name"
3139   - "show-run"
3140
3141 ## Test Operational Data - VPP Performance Operational Data 2n-dnv
3142 #- type: "table"
3143 #  title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3144 #  algorithm: "table_details"
3145 #  output-file-ext: ".csv"
3146 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3147 #  columns:
3148 #  - title: "Name"
3149 #    data: "data name"
3150 #  - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3151 #    data: "data show-run"
3152 #  rows: "generated"
3153 #  data: "intel-dnv-vpp"
3154 #  filter: "'NDRPDR'"
3155 #  parameters:
3156 #  - "parent"
3157 #  - "name"
3158 #  - "show-run"
3159
3160 # Detailed Test Results - VPP MRR Results 3n-hsw
3161 - type: "table"
3162   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3163   algorithm: "table_details"
3164   output-file-ext: ".csv"
3165   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3166   columns:
3167   - title: "Name"
3168     data: "data name"
3169   - title: "Status"
3170     data: "data msg"
3171   rows: "generated"
3172   data: "vpp-mrr-results-3n-hsw"
3173   filter: "'MRR'"
3174   parameters:
3175   - "name"
3176   - "parent"
3177   - "msg"
3178
3179 # Detailed Test Results - VPP MRR Results 3n-skx
3180 - type: "table"
3181   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3182   algorithm: "table_details"
3183   output-file-ext: ".csv"
3184   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3185   columns:
3186   - title: "Name"
3187     data: "data name"
3188   - title: "Status"
3189     data: "data msg"
3190   rows: "generated"
3191   data: "vpp-mrr-results-3n-skx"
3192   filter: "'MRR'"
3193   parameters:
3194   - "name"
3195   - "parent"
3196   - "msg"
3197
3198 # Detailed Test Results - VPP MRR Results 2n-skx
3199 - type: "table"
3200   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3201   algorithm: "table_details"
3202   output-file-ext: ".csv"
3203   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3204   columns:
3205   - title: "Name"
3206     data: "data name"
3207   - title: "Status"
3208     data: "data msg"
3209   rows: "generated"
3210   data: "vpp-mrr-results-2n-skx"
3211   filter: "'MRR'"
3212   parameters:
3213   - "name"
3214   - "parent"
3215   - "msg"
3216
3217 ## Detailed Test Results - VPP MRR Results 2n-dnv
3218 #- type: "table"
3219 #  title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3220 #  algorithm: "table_details"
3221 #  output-file-ext: ".csv"
3222 #  output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3223 #  columns:
3224 #  - title: "Name"
3225 #    data: "data name"
3226 #  - title: "Status"
3227 #    data: "data msg"
3228 #  rows: "generated"
3229 #  data: "intel-dnv-vpp"
3230 #  filter: "'MRR'"
3231 #  parameters:
3232 #  - "name"
3233 #  - "parent"
3234 #  - "msg"
3235
3236 # Test configuration - VPP MRR Test Configs 3n-hsw
3237 - type: "table"
3238   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3239   algorithm: "table_details"
3240   output-file-ext: ".csv"
3241   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3242   columns:
3243   - title: "Name"
3244     data: "data name"
3245   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3246     data: "data conf-history"
3247   rows: "generated"
3248   data: "vpp-mrr-results-3n-hsw"
3249   filter: "'MRR'"
3250   parameters:
3251   - "parent"
3252   - "name"
3253   - "conf-history"
3254
3255 # Test configuration - VPP MRR Test Configs 3n-skx
3256 - type: "table"
3257   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3258   algorithm: "table_details"
3259   output-file-ext: ".csv"
3260   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3261   columns:
3262   - title: "Name"
3263     data: "data name"
3264   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3265     data: "data conf-history"
3266   rows: "generated"
3267   data: "vpp-mrr-results-3n-skx"
3268   filter: "'MRR'"
3269   parameters:
3270   - "parent"
3271   - "name"
3272   - "conf-history"
3273
3274 # Test configuration - VPP MRR Test Configs 2n-skx
3275 - type: "table"
3276   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3277   algorithm: "table_details"
3278   output-file-ext: ".csv"
3279   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3280   columns:
3281   - title: "Name"
3282     data: "data name"
3283   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3284     data: "data conf-history"
3285   rows: "generated"
3286   data: "vpp-mrr-results-2n-skx"
3287   filter: "'MRR'"
3288   parameters:
3289   - "parent"
3290   - "name"
3291   - "conf-history"
3292
3293 ## Test configuration - VPP MRR Test Configs 2n-dnv
3294 #- type: "table"
3295 #  title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3296 #  algorithm: "table_details"
3297 #  output-file-ext: ".csv"
3298 #  output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3299 #  columns:
3300 #  - title: "Name"
3301 #    data: "data name"
3302 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
3303 #    data: "data conf-history"
3304 #  rows: "generated"
3305 #  data: "intel-dnv-vpp"
3306 #  filter: "'MRR'"
3307 #  parameters:
3308 #  - "parent"
3309 #  - "name"
3310 #  - "conf-history"
3311
3312 # Detailed Test Results - VPP Functional Results - Ubuntu
3313 - type: "table"
3314   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3315   algorithm: "table_details"
3316   output-file-ext: ".csv"
3317   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3318   columns:
3319   - title: "Name"
3320     data: "data name"
3321   - title: "Documentation"
3322     data: "data doc"
3323   - title: "Status"
3324     data: "data status"
3325   rows: "generated"
3326   data: "vpp-func-results-ubuntu"
3327   filter: "all"
3328   parameters:
3329   - "name"
3330   - "parent"
3331   - "doc"
3332   - "status"
3333
3334 # Detailed Test Results - VPP Functional Results - CentOS
3335 - type: "table"
3336   title: "Detailed Test Results - VPP Functional Results - CentOS"
3337   algorithm: "table_details"
3338   output-file-ext: ".csv"
3339   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3340   columns:
3341   - title: "Name"
3342     data: "data name"
3343   - title: "Documentation"
3344     data: "data doc"
3345   -
3346     title: "Status"
3347     data: "data status"
3348   rows: "generated"
3349   data:
3350     "vpp-func-results-centos"
3351   filter: "all"
3352   parameters:
3353   - "name"
3354   - "parent"
3355   - "doc"
3356   - "status"
3357
3358 # Test configuration - VPP Functional Test Configs - Ubuntu
3359 - type: "table"
3360   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3361   algorithm: "table_details"
3362   output-file-ext: ".csv"
3363   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3364   columns:
3365   - title: "Name"
3366     data: "data name"
3367   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3368     data: "data conf-history"
3369   rows: "generated"
3370   data: "vpp-func-results-ubuntu"
3371   filter: "all"
3372   parameters:
3373   - "parent"
3374   - "name"
3375   - "conf-history"
3376
3377 # Test configuration - VPP Functional Test Configs - CentOS
3378 - type: "table"
3379   title: "Test configuration - VPP Functional Test Configs - CentOS"
3380   algorithm: "table_details"
3381   output-file-ext: ".csv"
3382   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3383   columns:
3384   - title: "Name"
3385     data: "data name"
3386   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3387     data: "data conf-history"
3388   rows: "generated"
3389   data: "vpp-func-results-centos"
3390   filter: "all"
3391   parameters:
3392   - "parent"
3393   - "name"
3394   - "conf-history"
3395
3396 ## Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3397 #- type: "table"
3398 #  title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3399 #  algorithm: "table_details"
3400 #  output-file-ext: ".csv"
3401 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3402 #  columns:
3403 #  - title: "Name"
3404 #    data: "data name"
3405 #  - title: "Status"
3406 #    data: "data msg"
3407 #  rows: "generated"
3408 #  data: "ligato-perf-results-3n-hsw"
3409 #  filter: "all"
3410 #  parameters:
3411 #  - "name"
3412 #  - "parent"
3413 #  - "msg"
3414
3415 # Detailed Test Results - VPP Device Results - Ubuntu
3416 - type: "table"
3417   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3418   algorithm: "table_details"
3419   output-file-ext: ".csv"
3420   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3421   columns:
3422   - title: "Name"
3423     data: "data name"
3424   - title: "Documentation"
3425     data: "data doc"
3426   - title: "Status"
3427     data: "data status"
3428   rows: "generated"
3429   data: "vpp-device-results-ubuntu"
3430   filter: "all"
3431   parameters:
3432   - "name"
3433   - "parent"
3434   - "doc"
3435   - "status"
3436
3437 # Test configuration - VPP Device Test Configs - Ubuntu
3438 - type: "table"
3439   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3440   algorithm: "table_details"
3441   output-file-ext: ".csv"
3442   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3443   columns:
3444   - title: "Name"
3445     data: "data name"
3446   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3447     data: "data conf-history"
3448   rows: "generated"
3449   data: "vpp-device-results-ubuntu"
3450   filter: "all"
3451   parameters:
3452   - "parent"
3453   - "name"
3454   - "conf-history"
3455
3456 ################################################################################
3457
3458 # DPDK Performance Changes 3n-hsw 1t1c pdr
3459 - type: "table"
3460   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3461   algorithm: "table_performance_comparison"
3462   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3463   history:
3464     - title: "rls1901"
3465       data: "dpdk-performance-changes-3n-hsw-h1"
3466   reference:
3467     title: "rls1904"
3468     data: "dpdk-performance-changes-3n-hsw-ref"
3469   compare:
3470     title: "rls1908"
3471     data: "dpdk-performance-changes-3n-hsw-cmp"
3472   data: "dpdk-performance-changes-3n-hsw"
3473   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3474   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3475   parameters:
3476   - "name"
3477   - "parent"
3478   - "throughput"
3479
3480 # DPDK Performance Changes 3n-hsw 2t2c pdr
3481 - type: "table"
3482   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3483   algorithm: "table_performance_comparison"
3484   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3485   history:
3486     - title: "rls1901"
3487       data: "dpdk-performance-changes-3n-hsw-h1"
3488   reference:
3489     title: "rls1904"
3490     data: "dpdk-performance-changes-3n-hsw-ref"
3491   compare:
3492     title: "rls1908"
3493     data: "dpdk-performance-changes-3n-hsw-cmp"
3494   data: "dpdk-performance-changes-3n-hsw"
3495   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3496   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3497   parameters:
3498   - "name"
3499   - "parent"
3500   - "throughput"
3501
3502 # DPDK Performance Changes 3n-hsw 1t1c ndr
3503 - type: "table"
3504   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3505   algorithm: "table_performance_comparison"
3506   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3507   history:
3508     - title: "rls1901"
3509       data: "dpdk-performance-changes-3n-hsw-h1"
3510   reference:
3511     title: "rls1904"
3512     data: "dpdk-performance-changes-3n-hsw-ref"
3513   compare:
3514     title: "rls1908"
3515     data: "dpdk-performance-changes-3n-hsw-cmp"
3516   data: "dpdk-performance-changes-3n-hsw"
3517   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3518   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3519   parameters:
3520   - "name"
3521   - "parent"
3522   - "throughput"
3523
3524 # DPDK Performance Changes 3n-hsw 2t2c ndr
3525 - type: "table"
3526   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3527   algorithm: "table_performance_comparison"
3528   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3529   history:
3530     - title: "rls1901"
3531       data: "dpdk-performance-changes-3n-hsw-h1"
3532   reference:
3533     title: "rls1904"
3534     data: "dpdk-performance-changes-3n-hsw-ref"
3535   compare:
3536     title: "rls1908"
3537     data: "dpdk-performance-changes-3n-hsw-cmp"
3538   data: "dpdk-performance-changes-3n-hsw"
3539   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3540   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3541   parameters:
3542   - "name"
3543   - "parent"
3544   - "throughput"
3545
3546 # DPDK Performance Changes 3n-skx 2t1c pdr
3547 - type: "table"
3548   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3549   algorithm: "table_performance_comparison"
3550   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3551   history:
3552     - title: "rls1901"
3553       data: "dpdk-performance-changes-3n-skx-h1"
3554   reference:
3555     title: "rls1904"
3556     data: "dpdk-performance-changes-3n-skx-ref"
3557   compare:
3558     title: "rls1908"
3559     data: "dpdk-performance-changes-3n-skx-cmp"
3560   data: "dpdk-performance-changes-3n-skx"
3561   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3562   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3563   parameters:
3564   - "name"
3565   - "parent"
3566   - "throughput"
3567
3568 # DPDK Performance Changes 3n-skx 4t2c pdr
3569 - type: "table"
3570   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3571   algorithm: "table_performance_comparison"
3572   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3573   history:
3574     - title: "rls1901"
3575       data: "dpdk-performance-changes-3n-skx-h1"
3576   reference:
3577     title: "rls1904"
3578     data: "dpdk-performance-changes-3n-skx-ref"
3579   compare:
3580     title: "rls1908"
3581     data: "dpdk-performance-changes-3n-skx-cmp"
3582   data: "dpdk-performance-changes-3n-skx"
3583   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3584   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3585   parameters:
3586   - "name"
3587   - "parent"
3588   - "throughput"
3589
3590 # DPDK Performance Changes 3n-skx 2t1c ndr
3591 - type: "table"
3592   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3593   algorithm: "table_performance_comparison"
3594   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3595   history:
3596     - title: "rls1901"
3597       data: "dpdk-performance-changes-3n-skx-h1"
3598   reference:
3599     title: "rls1904"
3600     data: "dpdk-performance-changes-3n-skx-ref"
3601   compare:
3602     title: "rls1908"
3603     data: "dpdk-performance-changes-3n-skx-cmp"
3604   data: "dpdk-performance-changes-3n-skx"
3605   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3606   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3607   parameters:
3608   - "name"
3609   - "parent"
3610   - "throughput"
3611
3612 # DPDK Performance Changes 3n-skx 4t2c ndr
3613 - type: "table"
3614   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3615   algorithm: "table_performance_comparison"
3616   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3617   history:
3618     - title: "rls1901"
3619       data: "dpdk-performance-changes-3n-skx-h1"
3620   reference:
3621     title: "rls1904"
3622     data: "dpdk-performance-changes-3n-skx-ref"
3623   compare:
3624     title: "rls1908"
3625     data: "dpdk-performance-changes-3n-skx-cmp"
3626   data: "dpdk-performance-changes-3n-skx"
3627   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3628   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3629   parameters:
3630   - "name"
3631   - "parent"
3632   - "throughput"
3633
3634 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3635 - type: "table"
3636   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3637   algorithm: "table_performance_comparison"
3638   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
3639   reference:
3640     title: "3-Node Hsw"
3641     data: "dpdk-compare-testbeds-ref"
3642   compare:
3643     title: "3-Node Skx"
3644     data: "dpdk-compare-testbeds-cmp"
3645   data: "dpdk-compare-testbeds"
3646   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3647   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3648   parameters:
3649   - "name"
3650   - "parent"
3651   - "throughput"
3652
3653 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
3654 - type: "table"
3655   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
3656   algorithm: "table_performance_comparison"
3657   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
3658   reference:
3659     title: "3-Node Hsw"
3660     data: "dpdk-compare-testbeds-ref"
3661   compare:
3662     title: "3-Node Skx"
3663     data: "dpdk-compare-testbeds-cmp"
3664   data: "dpdk-compare-testbeds"
3665   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3666   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3667   parameters:
3668   - "name"
3669   - "parent"
3670   - "throughput"
3671
3672 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
3673 - type: "table"
3674   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
3675   algorithm: "table_performance_comparison"
3676   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
3677   reference:
3678     title: "3-Node Skx"
3679     data: "dpdk-compare-topologies-ref"
3680   compare:
3681     title: "2-Node Skx"
3682     data: "dpdk-compare-topologies-cmp"
3683   data: "dpdk-compare-topologies"
3684   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3685   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3686   parameters:
3687   - "name"
3688   - "parent"
3689   - "throughput"
3690
3691 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
3692 - type: "table"
3693   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
3694   algorithm: "table_performance_comparison"
3695   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
3696   reference:
3697     title: "3-Node Skx"
3698     data: "dpdk-compare-topologies-ref"
3699   compare:
3700     title: "2-Node Skx"
3701     data: "dpdk-compare-topologies-cmp"
3702   data: "dpdk-compare-topologies"
3703   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3704   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3705   parameters:
3706   - "name"
3707   - "parent"
3708   - "throughput"
3709
3710 # DPDK Performance Changes 2n-skx 2t1c pdr
3711 - type: "table"
3712   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
3713   algorithm: "table_performance_comparison"
3714   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
3715   history:
3716     - title: "rls1901"
3717       data: "dpdk-performance-changes-2n-skx-h1"
3718   reference:
3719     title: "rls1904"
3720     data: "dpdk-performance-changes-2n-skx-ref"
3721   compare:
3722     title: "rls1908"
3723     data: "dpdk-performance-changes-2n-skx-cmp"
3724   data: "dpdk-performance-changes-2n-skx"
3725   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3726   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3727   parameters:
3728   - "name"
3729   - "parent"
3730   - "throughput"
3731
3732 # DPDK Performance Changes 2n-skx 4t2c pdr
3733 - type: "table"
3734   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
3735   algorithm: "table_performance_comparison"
3736   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
3737   history:
3738     - title: "rls1901"
3739       data: "dpdk-performance-changes-2n-skx-h1"
3740   reference:
3741     title: "rls1904"
3742     data: "dpdk-performance-changes-2n-skx-ref"
3743   compare:
3744     title: "rls1908"
3745     data: "dpdk-performance-changes-2n-skx-cmp"
3746   data: "dpdk-performance-changes-2n-skx"
3747   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3748   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3749   parameters:
3750   - "name"
3751   - "parent"
3752   - "throughput"
3753
3754 # DPDK Performance Changes 2n-skx 2t1c ndr
3755 - type: "table"
3756   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
3757   algorithm: "table_performance_comparison"
3758   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
3759   history:
3760     - title: "rls1901"
3761       data: "dpdk-performance-changes-2n-skx-h1"
3762   reference:
3763     title: "rls1904"
3764     data: "dpdk-performance-changes-2n-skx-ref"
3765   compare:
3766     title: "rls1908"
3767     data: "dpdk-performance-changes-2n-skx-cmp"
3768   data: "dpdk-performance-changes-2n-skx"
3769   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3770   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3771   parameters:
3772   - "name"
3773   - "parent"
3774   - "throughput"
3775
3776 # DPDK Performance Changes 2n-skx 4t2c ndr
3777 - type: "table"
3778   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
3779   algorithm: "table_performance_comparison"
3780   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
3781   history:
3782     - title: "rls1901"
3783       data: "dpdk-performance-changes-2n-skx-h1"
3784   reference:
3785     title: "rls1904"
3786     data: "dpdk-performance-changes-2n-skx-ref"
3787   compare:
3788     title: "rls1908"
3789     data: "dpdk-performance-changes-2n-skx-cmp"
3790   data: "dpdk-performance-changes-2n-skx"
3791   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3792   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3793   parameters:
3794   - "name"
3795   - "parent"
3796   - "throughput"
3797
3798 # Detailed Test Results - DPDK Performance Results 3n-hsw
3799 - type: "table"
3800   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
3801   algorithm: "table_details"
3802   output-file-ext: ".csv"
3803   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
3804   columns:
3805   - title: "Name"
3806     data: "data name"
3807   - title: "Status"
3808     data: "data msg"
3809   rows: "generated"
3810   data: "dpdk-perf-results-3n-hsw"
3811   filter: "all"
3812   parameters:
3813   - "name"
3814   - "parent"
3815   - "msg"
3816
3817 # Detailed Test Results - DPDK Performance Results 3n-skx
3818 - type: "table"
3819   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
3820   algorithm: "table_details"
3821   output-file-ext: ".csv"
3822   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3823   columns:
3824   - title: "Name"
3825     data: "data name"
3826   - title: "Status"
3827     data: "data msg"
3828   rows: "generated"
3829   data: "dpdk-perf-results-3n-skx"
3830   filter: "all"
3831   parameters:
3832   - "name"
3833   - "parent"
3834   - "msg"
3835
3836 # Detailed Test Results - DPDK Performance Results 2n-skx
3837 - type: "table"
3838   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
3839   algorithm: "table_details"
3840   output-file-ext: ".csv"
3841   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3842   columns:
3843   - title: "Name"
3844     data: "data name"
3845   - title: "Status"
3846     data: "data msg"
3847   rows: "generated"
3848   data: "dpdk-perf-results-2n-skx"
3849   filter: "all"
3850   parameters:
3851   - "name"
3852   - "parent"
3853   - "msg"
3854
3855 ################################################################################
3856 ###                                F I L E S                                 ###
3857 ################################################################################
3858
3859 # VPP Performance Results 3n-hsw
3860 - type: "file"
3861   title: "VPP Performance Results 3n-hsw"
3862   algorithm: "file_test_results"
3863   output-file-ext: ".rst"
3864   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3865   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"
3866   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
3867   data: "vpp-perf-results-3n-hsw"
3868   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3869   parameters:
3870   - "name"
3871   - "doc"
3872   - "level"
3873   - "parent"
3874   data-start-level: 3
3875
3876 # VPP Performance Results 3n-skx
3877 - type: "file"
3878   title: "VPP Performance Results 3n-skx"
3879   algorithm: "file_test_results"
3880   output-file-ext: ".rst"
3881   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3882   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"
3883   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
3884   data: "vpp-perf-results-3n-skx"
3885   filter: "not 'CFS_OPT'"
3886   parameters:
3887   - "name"
3888   - "doc"
3889   - "level"
3890   - "parent"
3891   data-start-level: 3
3892
3893 # VPP Performance Results 2n-skx
3894 - type: "file"
3895   title: "VPP Performance Results 2n-skx"
3896   algorithm: "file_test_results"
3897   output-file-ext: ".rst"
3898   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3899   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"
3900   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
3901   data: "vpp-perf-results-2n-skx"
3902   filter: "not 'CFS_OPT'"
3903   parameters:
3904   - "name"
3905   - "doc"
3906   - "level"
3907   - "parent"
3908   data-start-level: 3
3909
3910 # VPP Performance Results 3n-tsh
3911 - type: "file"
3912   title: "VPP Performance Results 3n-tsh"
3913   algorithm: "file_test_results"
3914   output-file-ext: ".rst"
3915   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
3916   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"
3917   dir-tables: "{DIR[DTR,PERF,VPP,3N,TSH]}"
3918   data: "vpp-perf-results-3n-tsh"
3919   filter: "not 'CFS_OPT'"
3920   parameters:
3921   - "name"
3922   - "doc"
3923   - "level"
3924   - "parent"
3925   data-start-level: 3
3926
3927 ## VPP Performance Results 2n-dnv
3928 #- type: "file"
3929 #  title: "VPP Performance Results 2n-dnv"
3930 #  algorithm: "file_test_results"
3931 #  output-file-ext: ".rst"
3932 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3933 #  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"
3934 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
3935 #  data: "intel-dnv-vpp"
3936 #  filter: "'NDRPDR'"
3937 #  parameters:
3938 #  - "name"
3939 #  - "doc"
3940 #  - "level"
3941 #  - "parent"
3942 #  data-start-level: 3
3943
3944 # VPP Performance Configuration 3n-hsw
3945 - type: "file"
3946   title: "VPP Performance Configuration 3n-hsw"
3947   algorithm: "file_test_results"
3948   output-file-ext: ".rst"
3949   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
3950   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"
3951   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
3952   data: "vpp-perf-results-3n-hsw"
3953   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3954   parameters:
3955   - "name"
3956   - "doc"
3957   - "level"
3958   - "parent"
3959   data-start-level: 3
3960
3961 # VPP Performance Configuration 3n-skx
3962 - type: "file"
3963   title: "VPP Performance Configuration 3n-skx"
3964   algorithm: "file_test_results"
3965   output-file-ext: ".rst"
3966   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
3967   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"
3968   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
3969   data: "vpp-perf-results-3n-skx"
3970   filter: "not 'CFS_OPT'"
3971   parameters:
3972   - "name"
3973   - "doc"
3974   - "level"
3975   - "parent"
3976   data-start-level: 3
3977
3978 # VPP Performance Configuration 2n-skx
3979 - type: "file"
3980   title: "VPP Performance Configuration 2n-skx"
3981   algorithm: "file_test_results"
3982   output-file-ext: ".rst"
3983   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
3984   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"
3985   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
3986   data: "vpp-perf-results-2n-skx"
3987   filter: "not 'CFS_OPT'"
3988   parameters:
3989   - "name"
3990   - "doc"
3991   - "level"
3992   - "parent"
3993   data-start-level: 3
3994
3995 # VPP Performance Configuration 3n-tsh
3996 - type: "file"
3997   title: "VPP Performance Configuration 3n-tsh"
3998   algorithm: "file_test_results"
3999   output-file-ext: ".rst"
4000   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_performance_configuration_3n_tsh"
4001   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"
4002   dir-tables: "{DIR[DTC,PERF,VPP,3N,TSH]}"
4003   data: "vpp-perf-results-3n-tsh"
4004   filter: "not 'CFS_OPT'"
4005   parameters:
4006   - "name"
4007   - "doc"
4008   - "level"
4009   - "parent"
4010   data-start-level: 3
4011
4012 ## VPP Performance Configuration 2n-dnv
4013 #- type: "file"
4014 #  title: "VPP Performance Configuration 2n-dnv"
4015 #  algorithm: "file_test_results"
4016 #  output-file-ext: ".rst"
4017 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
4018 #  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"
4019 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
4020 #  data: "intel-dnv-vpp"
4021 #  filter: "'NDRPDR'"
4022 #  parameters:
4023 #  - "name"
4024 #  - "doc"
4025 #  - "level"
4026 #  - "parent"
4027 #  data-start-level: 3
4028
4029 # VPP Performance Operational Data 3n-hsw
4030 - type: "file"
4031   title: "VPP Performance Operational Data 3n-hsw"
4032   algorithm: "file_test_results"
4033   output-file-ext: ".rst"
4034   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
4035   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"
4036   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
4037   data: "vpp-perf-results-3n-hsw"
4038   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4039   parameters:
4040   - "name"
4041   - "doc"
4042   - "level"
4043   - "parent"
4044   data-start-level: 3
4045
4046 # VPP Performance Operational Data 3n-skx
4047 - type: "file"
4048   title: "VPP Performance Operational Data 3n-skx"
4049   algorithm: "file_test_results"
4050   output-file-ext: ".rst"
4051   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
4052   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"
4053   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
4054   data: "vpp-perf-results-3n-skx"
4055   filter: "not 'CFS_OPT'"
4056   parameters:
4057   - "name"
4058   - "doc"
4059   - "level"
4060   - "parent"
4061   data-start-level: 3
4062
4063 # VPP Performance Operational Data 2n-skx
4064 - type: "file"
4065   title: "VPP Performance Operational Data 2n-skx"
4066   algorithm: "file_test_results"
4067   output-file-ext: ".rst"
4068   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
4069   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"
4070   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
4071   data: "vpp-perf-results-2n-skx"
4072   filter: "not 'CFS_OPT'"
4073   parameters:
4074   - "name"
4075   - "doc"
4076   - "level"
4077   - "parent"
4078   data-start-level: 3
4079
4080 # VPP Performance Operational Data 3n-tsh
4081 - type: "file"
4082   title: "VPP Performance Operational Data 3n-tsh"
4083   algorithm: "file_test_results"
4084   output-file-ext: ".rst"
4085   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_performance_operational_data_3n_tsh"
4086   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"
4087   dir-tables: "{DIR[DTO,PERF,VPP,3N,TSH]}"
4088   data: "vpp-perf-results-3n-tsh"
4089   filter: "not 'CFS_OPT'"
4090   parameters:
4091   - "name"
4092   - "doc"
4093   - "level"
4094   - "parent"
4095   data-start-level: 3
4096
4097 ## VPP Performance Operational Data 2n-dnv
4098 #- type: "file"
4099 #  title: "VPP Performance Operational Data 2n-dnv"
4100 #  algorithm: "file_test_results"
4101 #  output-file-ext: ".rst"
4102 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
4103 #  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"
4104 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
4105 #  data: "intel-dnv-vpp"
4106 #  filter: "'NDRPDR'"
4107 #  parameters:
4108 #  - "name"
4109 #  - "doc"
4110 #  - "level"
4111 #  - "parent"
4112 #  data-start-level: 3
4113
4114 # VPP MRR Results 3n-hsw
4115 - type: "file"
4116   title: "VPP MRR Results 3n-hsw"
4117   algorithm: "file_test_results"
4118   output-file-ext: ".rst"
4119   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4120   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"
4121   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
4122   data: "vpp-mrr-results-3n-hsw"
4123   filter: "'MRR'"
4124   parameters:
4125   - "name"
4126   - "doc"
4127   - "level"
4128   - "parent"
4129   data-start-level: 3
4130
4131 # VPP MRR Results 3n-skx
4132 - type: "file"
4133   title: "VPP MRR Results 3n-skx"
4134   algorithm: "file_test_results"
4135   output-file-ext: ".rst"
4136   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4137   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"
4138   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
4139   data: "vpp-mrr-results-3n-skx"
4140   filter: "'MRR'"
4141   parameters:
4142   - "name"
4143   - "doc"
4144   - "level"
4145   - "parent"
4146   data-start-level: 3
4147
4148 # VPP MRR Results 2n-skx
4149 - type: "file"
4150   title: "VPP MRR Results 2n-skx"
4151   algorithm: "file_test_results"
4152   output-file-ext: ".rst"
4153   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4154   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"
4155   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
4156   data: "vpp-mrr-results-2n-skx"
4157   filter: "all"
4158   parameters:
4159   - "name"
4160   - "doc"
4161   - "level"
4162   - "parent"
4163   data-start-level: 3
4164
4165 # VPP MRR Configuration 3n-hsw
4166 - type: "file"
4167   title: "VPP MRR Configuration 3n-hsw"
4168   algorithm: "file_test_results"
4169   output-file-ext: ".rst"
4170   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
4171   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"
4172   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
4173   data: "vpp-mrr-results-3n-hsw"
4174   filter: "'MRR'"
4175   parameters:
4176   - "name"
4177   - "doc"
4178   - "level"
4179   - "parent"
4180   data-start-level: 3
4181
4182 # VPP MRR Configuration 3n-skx
4183 - type: "file"
4184   title: "VPP MRR Configuration 3n-skx"
4185   algorithm: "file_test_results"
4186   output-file-ext: ".rst"
4187   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
4188   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"
4189   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
4190   data: "vpp-mrr-results-3n-skx"
4191   filter: "'MRR'"
4192   parameters:
4193   - "name"
4194   - "doc"
4195   - "level"
4196   - "parent"
4197   data-start-level: 3
4198
4199 # VPP MRR Configuration 2n-skx
4200 - type: "file"
4201   title: "VPP MRR Configuration 2n-skx"
4202   algorithm: "file_test_results"
4203   output-file-ext: ".rst"
4204   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
4205   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"
4206   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
4207   data: "vpp-mrr-results-2n-skx"
4208   filter: "'MRR'"
4209   parameters:
4210   - "name"
4211   - "doc"
4212   - "level"
4213   - "parent"
4214   data-start-level: 3
4215
4216 # VPP Functional Results - Ubuntu
4217 - type: "file"
4218   title: "VPP Functional Results - Ubuntu"
4219   algorithm: "file_test_results"
4220   output-file-ext: ".rst"
4221   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
4222   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"
4223   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
4224   data: "vpp-func-results-ubuntu"
4225   filter: "all"
4226   parameters:
4227   - "name"
4228   - "doc"
4229   - "level"
4230   - "parent"
4231   data-start-level: 3
4232
4233 # VPP Functional Results - CentOS
4234 - type: "file"
4235   title: "VPP Functional Results - CentOS"
4236   algorithm: "file_test_results"
4237   output-file-ext: ".rst"
4238   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
4239   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"
4240   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
4241   data:
4242     "vpp-func-results-centos"
4243   filter: "all"
4244   parameters:
4245   - "name"
4246   - "doc"
4247   - "level"
4248   - "parent"
4249   data-start-level: 3
4250
4251 # VPP Functional Configuration - Ubuntu
4252 - type: "file"
4253   title: "VPP Functional Configuration - Ubuntu"
4254   algorithm: "file_test_results"
4255   output-file-ext: ".rst"
4256   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
4257   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"
4258   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
4259   data: "vpp-func-results-ubuntu"
4260   filter: "all"
4261   parameters:
4262   - "name"
4263   - "doc"
4264   - "level"
4265   - "parent"
4266   data-start-level: 3
4267
4268 # VPP Functional Configuration - CentOS
4269 - type: "file"
4270   title: "VPP Functional Configuration - CentOS"
4271   algorithm: "file_test_results"
4272   output-file-ext: ".rst"
4273   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
4274   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"
4275   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
4276   data:
4277     "vpp-func-results-centos"
4278   filter: "all"
4279   parameters:
4280   - "name"
4281   - "doc"
4282   - "level"
4283   - "parent"
4284   data-start-level: 3
4285
4286 # VPP Device Results - Ubuntu
4287 - type: "file"
4288   title: "VPP Device Results - Ubuntu"
4289   algorithm: "file_test_results"
4290   output-file-ext: ".rst"
4291   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4292   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"
4293   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
4294   data: "vpp-device-results-ubuntu"
4295   filter: "all"
4296   parameters:
4297   - "name"
4298   - "doc"
4299   - "level"
4300   - "parent"
4301   data-start-level: 2
4302
4303 # VPP Device Configuration - Ubuntu
4304 - type: "file"
4305   title: "VPP Device Configuration - Ubuntu"
4306   algorithm: "file_test_results"
4307   output-file-ext: ".rst"
4308   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4309   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"
4310   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
4311   data: "vpp-device-results-ubuntu"
4312   filter: "all"
4313   parameters:
4314   - "name"
4315   - "doc"
4316   - "level"
4317   - "parent"
4318   data-start-level: 2
4319
4320 ## Container Orchestrated Performance Results 3n-hsw
4321 #- type: "file"
4322 #  title: "Container Orchestrated Performance Results 3n-hsw"
4323 #  algorithm: "file_test_results"
4324 #  output-file-ext: ".rst"
4325 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
4326 #  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"
4327 #  dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
4328 #  data: "ligato-perf-results-3n-hsw"
4329 #  filter: "all"
4330 #  parameters:
4331 #  - "name"
4332 #  - "doc"
4333 #  - "level"
4334 #  - "parent"
4335 #  data-start-level: 3
4336
4337 # DPDK Performance Results 3n-hsw
4338 - type: "file"
4339   title: "DPDK Performance Results 3n-hsw"
4340   algorithm: "file_test_results"
4341   output-file-ext: ".rst"
4342   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4343   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"
4344   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
4345   data: "dpdk-perf-results-3n-hsw"
4346   filter: "all"
4347   parameters:
4348   - "name"
4349   - "doc"
4350   - "level"
4351   - "parent"
4352   data-start-level: 3
4353
4354 # DPDK Performance Results 3n-skx
4355 - type: "file"
4356   title: "DPDK Performance Results 3n-skx"
4357   algorithm: "file_test_results"
4358   output-file-ext: ".rst"
4359   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4360   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"
4361   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
4362   data: "dpdk-perf-results-3n-skx"
4363   filter: "all"
4364   parameters:
4365   - "name"
4366   - "doc"
4367   - "level"
4368   - "parent"
4369   data-start-level: 3
4370
4371 # DPDK Performance Results 2n-skx
4372 - type: "file"
4373   title: "DPDK Performance Results 2n-skx"
4374   algorithm: "file_test_results"
4375   output-file-ext: ".rst"
4376   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4377   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"
4378   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
4379   data: "dpdk-perf-results-2n-skx"
4380   filter: "all"
4381   parameters:
4382   - "name"
4383   - "doc"
4384   - "level"
4385   - "parent"
4386   data-start-level: 3
4387
4388 # Honeycomb Functional Results
4389 - type: "file"
4390   title: "Honeycomb Functional Results"
4391   algorithm: "file_test_results"
4392   output-file-ext: ".rst"
4393   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
4394   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"
4395   dir-tables: "{DIR[DTR,FUNC,HC]}"
4396   data:
4397     "hc-func-results"
4398   filter: "all"
4399   parameters:
4400   - "name"
4401   - "doc"
4402   - "level"
4403   - "parent"
4404   data-start-level: 3
4405
4406 ################################################################################
4407 ###                                P L O T S                                 ###
4408 ################################################################################
4409
4410 # Plots VPP HTTP Server Performance
4411 - type: "plot"
4412   title: "VPP HTTP Server Performance"
4413   algorithm: "plot_http_server_performance_box"
4414   output-file-type: ".html"
4415   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
4416   data:
4417     "plot-vpp-http-server-performance"
4418   # Keep this formatting, the filter is enclosed with " (quotation mark) and
4419   # each tag is enclosed with ' (apostrophe).
4420   filter: "'HTTP' and 'TCP_CPS'"
4421   parameters:
4422   - "result"
4423   - "name"
4424   traces:
4425     hoverinfo: "x+y"
4426     boxpoints: "outliers"
4427     whiskerwidth: 0
4428   layout:
4429     title: "VPP HTTP Server Performance"
4430     layout:
4431       "plot-cps"
4432
4433 - type: "plot"
4434   title: "VPP HTTP Server Performance"
4435   algorithm: "plot_http_server_performance_box"
4436   output-file-type: ".html"
4437   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
4438   data:
4439     "plot-vpp-http-server-performance"
4440   filter: "'HTTP' and 'TCP_RPS'"
4441   parameters:
4442   - "result"
4443   - "name"
4444   traces:
4445     hoverinfo: "x+y"
4446     boxpoints: "outliers"
4447     whiskerwidth: 0
4448   layout:
4449     title: "VPP HTTP Server Performance"
4450     layout:
4451       "plot-rps"
4452
4453 ################################################################################
4454
4455 ## Soak Test (PLRsearch), boxes
4456 #- type: "plot"
4457 #  title: "VPP Critical rate: 2 Hours Soak Test (PLRsearch)"
4458 #  algorithm: "plot_performance_box"
4459 #  output-file-type: ".html"
4460 #  output-file: "{DIR[STATIC,VPP]}/soak-test-1"
4461 #  data: "plot-vpp-soak-2n-skx"
4462 #  filter: "('L2BDMACLRN' or 'L2PATCH' or 'L2XCBASE') and not 'VHOST' and not 'MEMIF'"
4463 #  parameters:
4464 #    - "throughput"
4465 #    - "parent"
4466 #    - "tags"
4467 #  sort:
4468 #    - "DRV_AVF"
4469 #    - "DRV_AVF"
4470 #    - "DRV_AVF"
4471 #    - "L2BDMACLRN"
4472 #    - "L2XCBASE"
4473 #    - "L2PATCH"
4474 #  traces:
4475 #    hoverinfo: "x+y"
4476 #    boxpoints: "all"
4477 #    whiskerwidth: 0
4478 #  layout:
4479 #    title: "2 Hours Soak Test (PLRsearch)"
4480 #    layout: "plot-soak-throughput"
4481 #
4482 ## Soak Test (PLRsearch), boxes
4483 #- type: "plot"
4484 #  title: "VPP Critical rate: 2 Hours Soak Test (PLRsearch)"
4485 #  algorithm: "plot_performance_box"
4486 #  output-file-type: ".html"
4487 #  output-file: "{DIR[STATIC,VPP]}/soak-test-2"
4488 #  data: "plot-vpp-soak-2n-skx"
4489 #  filter: "'L2BDMACLRN' and ('VHOST' or 'MEMIF') or 'IP4BASE' or 'IP6BASE'"
4490 #  parameters:
4491 #    - "throughput"
4492 #    - "parent"
4493 #    - "tags"
4494 #  sort:
4495 #    - "VHOST"
4496 #    - "MEMIF"
4497 #    - "IP4FWD"
4498 #    - "IP6FWD"
4499 #  traces:
4500 #    hoverinfo: "x+y"
4501 #    boxpoints: "all"
4502 #    whiskerwidth: 0
4503 #  layout:
4504 #    title: "2 Hours Soak Test (PLRsearch)"
4505 #    layout: "plot-soak-throughput"
4506
4507 ###############################################################################
4508 # Plots - NF Density - VSC - MRR 64b
4509 - type: "plot"
4510   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4511   algorithm: "plot_service_density_heatmap_compare"
4512   output-file-type: ".html"
4513   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
4514   data: "plot-vpp-nfv-2n-skx-mrr"
4515   filter: "'NIC_Intel-XXV710' and
4516            'NF_DENSITY' and
4517            'VHOST' and
4518            'CHAIN' and
4519            'NF_VPPIP4' and
4520            '64B' and
4521            '2T1C' and
4522            'MRR'"
4523   reference:
4524     include: "2"
4525     name: "VNF-1c"
4526   compare:
4527     include: "1"
4528     name: "VNF-0.5c"
4529   parameters:
4530   - "result"
4531   - "name"
4532   - "tags"
4533   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4534   x-axis: "X = VNFs per Service Chain"
4535   y-axis: "Y = Number of Service Chains"
4536   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4537   layout:
4538     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4539     layout: "plot-service-density"
4540
4541 - type: "plot"
4542   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4543   algorithm: "plot_service_density_heatmap_compare"
4544   output-file-type: ".html"
4545   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
4546   data: "plot-vpp-nfv-2n-skx-mrr"
4547   filter: "'NIC_Intel-XXV710' and
4548            'NF_DENSITY' and
4549            'VHOST' and
4550            'CHAIN' and
4551            'NF_VPPIP4' and
4552            '64B' and
4553            '4T2C' and
4554            'MRR'"
4555   reference:
4556     include: "2"
4557     name: "VNF-1c"
4558   compare:
4559     include: "1"
4560     name: "VNF-0.5c"
4561   parameters:
4562   - "result"
4563   - "name"
4564   - "tags"
4565   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4566   x-axis: "X = VNFs per Service Chain"
4567   y-axis: "Y = Number of Service Chains"
4568   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4569   layout:
4570     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4571     layout: "plot-service-density"
4572
4573 - type: "plot"
4574   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4575   algorithm: "plot_service_density_heatmap_compare"
4576   output-file-type: ".html"
4577   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
4578   data: "plot-vpp-nfv-2n-skx-mrr"
4579   filter: "'NIC_Intel-XXV710' and
4580            'NF_DENSITY' and
4581            'VHOST' and
4582            'CHAIN' and
4583            'NF_VPPIP4' and
4584            '64B' and
4585            '8T4C' and
4586            'MRR'"
4587   reference:
4588     include: "2"
4589     name: "VNF-1c"
4590   compare:
4591     include: "1"
4592     name: "VNF-0.5c"
4593   parameters:
4594   - "result"
4595   - "name"
4596   - "tags"
4597   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4598   x-axis: "X = VNFs per Service Chain"
4599   y-axis: "Y = Number of Service Chains"
4600   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4601   layout:
4602     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4603     layout: "plot-service-density"
4604
4605 # Plots - NF Density - VSC - MRR IMIX
4606 - type: "plot"
4607   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4608   algorithm: "plot_service_density_heatmap_compare"
4609   output-file-type: ".html"
4610   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
4611   data: "plot-vpp-nfv-2n-skx-mrr"
4612   filter: "'NIC_Intel-XXV710' and
4613            'NF_DENSITY' and
4614            'VHOST' and
4615            'CHAIN' and
4616            'NF_VPPIP4' and
4617            'IMIX' and
4618            '2T1C' and
4619            'MRR'"
4620   reference:
4621     include: "2"
4622     name: "VNF-1c"
4623   compare:
4624     include: "1"
4625     name: "VNF-0.5c"
4626   parameters:
4627   - "result"
4628   - "name"
4629   - "tags"
4630   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4631   x-axis: "X = VNFs per Service Chain"
4632   y-axis: "Y = Number of Service Chains"
4633   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4634   layout:
4635     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4636     layout: "plot-service-density"
4637
4638 - type: "plot"
4639   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4640   algorithm: "plot_service_density_heatmap_compare"
4641   output-file-type: ".html"
4642   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
4643   data: "plot-vpp-nfv-2n-skx-mrr"
4644   filter: "'NIC_Intel-XXV710' and
4645            'NF_DENSITY' and
4646            'VHOST' and
4647            'CHAIN' and
4648            'NF_VPPIP4' and
4649            'IMIX' and
4650            '4T2C' and
4651            'MRR'"
4652   reference:
4653     include: "2"
4654     name: "VNF-1c"
4655   compare:
4656     include: "1"
4657     name: "VNF-0.5c"
4658   parameters:
4659   - "result"
4660   - "name"
4661   - "tags"
4662   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4663   x-axis: "X = VNFs per Service Chain"
4664   y-axis: "Y = Number of Service Chains"
4665   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4666   layout:
4667     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4668     layout: "plot-service-density"
4669
4670 - type: "plot"
4671   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4672   algorithm: "plot_service_density_heatmap_compare"
4673   output-file-type: ".html"
4674   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
4675   data: "plot-vpp-nfv-2n-skx-mrr"
4676   filter: "'NIC_Intel-XXV710' and
4677            'NF_DENSITY' and
4678            'VHOST' and
4679            'CHAIN' and
4680            'NF_VPPIP4' and
4681            'IMIX' and
4682            '8T4C' and
4683            'MRR'"
4684   reference:
4685     include: "2"
4686     name: "VNF-1c"
4687   compare:
4688     include: "1"
4689     name: "VNF-0.5c"
4690   parameters:
4691   - "result"
4692   - "name"
4693   - "tags"
4694   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4695   x-axis: "X = VNFs per Service Chain"
4696   y-axis: "Y = Number of Service Chains"
4697   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4698   layout:
4699     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4700     layout: "plot-service-density"
4701
4702 # Plots - NF Density - VSC - NDR 64b
4703 - type: "plot"
4704   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4705   algorithm: "plot_service_density_heatmap_compare"
4706   output-file-type: ".html"
4707   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
4708   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4709   filter: "'NIC_Intel-XXV710' and
4710            'NF_DENSITY' and
4711            'VHOST' and
4712            'CHAIN' and
4713            'NF_VPPIP4' and
4714            '64B' and
4715            '2T1C' and
4716            'NDRPDR'"
4717   reference:
4718     include: "2"
4719     name: "VNF-1c"
4720   compare:
4721     include: "1"
4722     name: "VNF-0.5c"
4723   parameters:
4724   - "throughput"
4725   - "name"
4726   - "tags"
4727   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4728   x-axis: "X = VNFs per Service Chain"
4729   y-axis: "Y = Number of Service Chains"
4730   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4731   layout:
4732     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4733     layout: "plot-service-density"
4734
4735 - type: "plot"
4736   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4737   algorithm: "plot_service_density_heatmap_compare"
4738   output-file-type: ".html"
4739   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
4740   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4741   filter: "'NIC_Intel-XXV710' and
4742            'NF_DENSITY' and
4743            'VHOST' and
4744            'CHAIN' and
4745            'NF_VPPIP4' and
4746            '64B' and
4747            '4T2C' and
4748            'NDRPDR'"
4749   reference:
4750     include: "2"
4751     name: "VNF-1c"
4752   compare:
4753     include: "1"
4754     name: "VNF-0.5c"
4755   parameters:
4756   - "throughput"
4757   - "name"
4758   - "tags"
4759   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4760   x-axis: "X = VNFs per Service Chain"
4761   y-axis: "Y = Number of Service Chains"
4762   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4763   layout:
4764     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4765     layout: "plot-service-density"
4766
4767 - type: "plot"
4768   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4769   algorithm: "plot_service_density_heatmap_compare"
4770   output-file-type: ".html"
4771   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
4772   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4773   filter: "'NIC_Intel-XXV710' and
4774            'NF_DENSITY' and
4775            'VHOST' and
4776            'CHAIN' and
4777            'NF_VPPIP4' and
4778            '64B' and
4779            '8T4C' and
4780            'NDRPDR'"
4781   reference:
4782     include: "2"
4783     name: "VNF-1c"
4784   compare:
4785     include: "1"
4786     name: "VNF-0.5c"
4787   parameters:
4788   - "throughput"
4789   - "name"
4790   - "tags"
4791   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4792   x-axis: "X = VNFs per Service Chain"
4793   y-axis: "Y = Number of Service Chains"
4794   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4795   layout:
4796     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4797     layout: "plot-service-density"
4798
4799 # Plots - NF Density - VSC - NDR IMIX
4800 - type: "plot"
4801   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4802   algorithm: "plot_service_density_heatmap_compare"
4803   output-file-type: ".html"
4804   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
4805   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4806   filter: "'NIC_Intel-XXV710' and
4807            'NF_DENSITY' and
4808            'VHOST' and
4809            'CHAIN' and
4810            'NF_VPPIP4' and
4811            'IMIX' and
4812            '2T1C' and
4813            'NDRPDR'"
4814   reference:
4815     include: "2"
4816     name: "VNF-1c"
4817   compare:
4818     include: "1"
4819     name: "VNF-0.5c"
4820   parameters:
4821   - "throughput"
4822   - "name"
4823   - "tags"
4824   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4825   x-axis: "X = VNFs per Service Chain"
4826   y-axis: "Y = Number of Service Chains"
4827   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4828   layout:
4829     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4830     layout: "plot-service-density"
4831
4832 - type: "plot"
4833   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4834   algorithm: "plot_service_density_heatmap_compare"
4835   output-file-type: ".html"
4836   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
4837   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4838   filter: "'NIC_Intel-XXV710' and
4839            'NF_DENSITY' and
4840            'VHOST' and
4841            'CHAIN' and
4842            'NF_VPPIP4' and
4843            'IMIX' and
4844            '4T2C' and
4845            'NDRPDR'"
4846   reference:
4847     include: "2"
4848     name: "VNF-1c"
4849   compare:
4850     include: "1"
4851     name: "VNF-0.5c"
4852   parameters:
4853   - "throughput"
4854   - "name"
4855   - "tags"
4856   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4857   x-axis: "X = VNFs per Service Chain"
4858   y-axis: "Y = Number of Service Chains"
4859   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4860   layout:
4861     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4862     layout: "plot-service-density"
4863
4864 - type: "plot"
4865   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4866   algorithm: "plot_service_density_heatmap_compare"
4867   output-file-type: ".html"
4868   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
4869   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4870   filter: "'NIC_Intel-XXV710' and
4871            'NF_DENSITY' and
4872            'VHOST' and
4873            'CHAIN' and
4874            'NF_VPPIP4' and
4875            'IMIX' and
4876            '8T4C' and
4877            'NDRPDR'"
4878   reference:
4879     include: "2"
4880     name: "VNF-1c"
4881   compare:
4882     include: "1"
4883     name: "VNF-0.5c"
4884   parameters:
4885   - "throughput"
4886   - "name"
4887   - "tags"
4888   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4889   x-axis: "X = VNFs per Service Chain"
4890   y-axis: "Y = Number of Service Chains"
4891   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4892   layout:
4893     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4894     layout: "plot-service-density"
4895
4896 # Plots - NF Density - VSC - PDR 64b
4897 - type: "plot"
4898   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4899   algorithm: "plot_service_density_heatmap_compare"
4900   output-file-type: ".html"
4901   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
4902   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4903   filter: "'NIC_Intel-XXV710' and
4904            'NF_DENSITY' and
4905            'VHOST' and
4906            'CHAIN' and
4907            'NF_VPPIP4' and
4908            '64B' and
4909            '2T1C' and
4910            'NDRPDR'"
4911   reference:
4912     include: "2"
4913     name: "VNF-1c"
4914   compare:
4915     include: "1"
4916     name: "VNF-0.5c"
4917   parameters:
4918   - "throughput"
4919   - "name"
4920   - "tags"
4921   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4922   x-axis: "X = VNFs per Service Chain"
4923   y-axis: "Y = Number of Service Chains"
4924   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
4925   layout:
4926     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4927     layout: "plot-service-density"
4928
4929 - type: "plot"
4930   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4931   algorithm: "plot_service_density_heatmap_compare"
4932   output-file-type: ".html"
4933   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
4934   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4935   filter: "'NIC_Intel-XXV710' and
4936            'NF_DENSITY' and
4937            'VHOST' and
4938            'CHAIN' and
4939            'NF_VPPIP4' and
4940            '64B' and
4941            '4T2C' and
4942            'NDRPDR'"
4943   reference:
4944     include: "2"
4945     name: "VNF-1c"
4946   compare:
4947     include: "1"
4948     name: "VNF-0.5c"
4949   parameters:
4950   - "throughput"
4951   - "name"
4952   - "tags"
4953   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4954   x-axis: "X = VNFs per Service Chain"
4955   y-axis: "Y = Number of Service Chains"
4956   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
4957   layout:
4958     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4959     layout: "plot-service-density"
4960
4961 - type: "plot"
4962   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4963   algorithm: "plot_service_density_heatmap_compare"
4964   output-file-type: ".html"
4965   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
4966   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4967   filter: "'NIC_Intel-XXV710' and
4968            'NF_DENSITY' and
4969            'VHOST' and
4970            'CHAIN' and
4971            'NF_VPPIP4' and
4972            '64B' and
4973            '8T4C' and
4974            'NDRPDR'"
4975   reference:
4976     include: "2"
4977     name: "VNF-1c"
4978   compare:
4979     include: "1"
4980     name: "VNF-0.5c"
4981   parameters:
4982   - "throughput"
4983   - "name"
4984   - "tags"
4985   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4986   x-axis: "X = VNFs per Service Chain"
4987   y-axis: "Y = Number of Service Chains"
4988   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
4989   layout:
4990     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4991     layout: "plot-service-density"
4992
4993 # Plots - NF Density - VSC - PDR IMIX
4994 - type: "plot"
4995   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4996   algorithm: "plot_service_density_heatmap_compare"
4997   output-file-type: ".html"
4998   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
4999   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5000   filter: "'NIC_Intel-XXV710' and
5001            'NF_DENSITY' and
5002            'VHOST' and
5003            'CHAIN' and
5004            'NF_VPPIP4' and
5005            'IMIX' and
5006            '2T1C' and
5007            'NDRPDR'"
5008   reference:
5009     include: "2"
5010     name: "VNF-1c"
5011   compare:
5012     include: "1"
5013     name: "VNF-0.5c"
5014   parameters:
5015   - "throughput"
5016   - "name"
5017   - "tags"
5018   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5019   x-axis: "X = VNFs per Service Chain"
5020   y-axis: "Y = Number of Service Chains"
5021   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5022   layout:
5023     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5024     layout: "plot-service-density"
5025
5026 - type: "plot"
5027   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5028   algorithm: "plot_service_density_heatmap_compare"
5029   output-file-type: ".html"
5030   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
5031   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5032   filter: "'NIC_Intel-XXV710' and
5033            'NF_DENSITY' and
5034            'VHOST' and
5035            'CHAIN' and
5036            'NF_VPPIP4' and
5037            'IMIX' and
5038            '4T2C' and
5039            'NDRPDR'"
5040   reference:
5041     include: "2"
5042     name: "VNF-1c"
5043   compare:
5044     include: "1"
5045     name: "VNF-0.5c"
5046   parameters:
5047   - "throughput"
5048   - "name"
5049   - "tags"
5050   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5051   x-axis: "X = VNFs per Service Chain"
5052   y-axis: "Y = Number of Service Chains"
5053   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5054   layout:
5055     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5056     layout: "plot-service-density"
5057
5058 - type: "plot"
5059   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5060   algorithm: "plot_service_density_heatmap_compare"
5061   output-file-type: ".html"
5062   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
5063   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5064   filter: "'NIC_Intel-XXV710' and
5065            'NF_DENSITY' and
5066            'VHOST' and
5067            'CHAIN' and
5068            'NF_VPPIP4' and
5069            'IMIX' and
5070            '8T4C' and
5071            'NDRPDR'"
5072   reference:
5073     include: "2"
5074     name: "VNF-1c"
5075   compare:
5076     include: "1"
5077     name: "VNF-0.5c"
5078   parameters:
5079   - "throughput"
5080   - "name"
5081   - "tags"
5082   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5083   x-axis: "X = VNFs per Service Chain"
5084   y-axis: "Y = Number of Service Chains"
5085   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5086   layout:
5087     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5088     layout: "plot-service-density"
5089
5090 ###############################################################################
5091 # Plots - NF Density - CSC - MRR 64b
5092 - type: "plot"
5093   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5094   algorithm: "plot_service_density_heatmap_compare"
5095   output-file-type: ".html"
5096   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
5097   data: "plot-vpp-nfv-2n-skx-mrr"
5098   filter: "'NIC_Intel-XXV710' and
5099            'NF_DENSITY' and
5100            'DOCKER' and
5101            'CHAIN' and
5102            'NF_VPPIP4' and
5103            '64B' and
5104            '2T1C' and
5105            'MRR'"
5106   reference:
5107     include: "2"
5108     name: "CNF-1c"
5109   compare:
5110     include: "1"
5111     name: "CNF-0.5c"
5112   parameters:
5113   - "result"
5114   - "name"
5115   - "tags"
5116   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5117   x-axis: "X = CNFs per Service Chain"
5118   y-axis: "Y = Number of Service Chains"
5119   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5120   layout:
5121     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5122     layout: "plot-service-density"
5123
5124 - type: "plot"
5125   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5126   algorithm: "plot_service_density_heatmap_compare"
5127   output-file-type: ".html"
5128   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
5129   data: "plot-vpp-nfv-2n-skx-mrr"
5130   filter: "'NIC_Intel-XXV710' and
5131            'NF_DENSITY' and
5132            'DOCKER' and
5133            'CHAIN' and
5134            'NF_VPPIP4' and
5135            '64B' and
5136            '4T2C' and
5137            'MRR'"
5138   reference:
5139     include: "2"
5140     name: "CNF-1c"
5141   compare:
5142     include: "1"
5143     name: "CNF-0.5c"
5144   parameters:
5145   - "result"
5146   - "name"
5147   - "tags"
5148   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5149   x-axis: "X = CNFs per Service Chain"
5150   y-axis: "Y = Number of Service Chains"
5151   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5152   layout:
5153     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5154     layout: "plot-service-density"
5155
5156 - type: "plot"
5157   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5158   algorithm: "plot_service_density_heatmap_compare"
5159   output-file-type: ".html"
5160   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
5161   data: "plot-vpp-nfv-2n-skx-mrr"
5162   filter: "'NIC_Intel-XXV710' and
5163            'NF_DENSITY' and
5164            'DOCKER' and
5165            'CHAIN' and
5166            'NF_VPPIP4' and
5167            '64B' and
5168            '8T4C' and
5169            'MRR'"
5170   reference:
5171     include: "2"
5172     name: "CNF-1c"
5173   compare:
5174     include: "1"
5175     name: "CNF-0.5c"
5176   parameters:
5177   - "result"
5178   - "name"
5179   - "tags"
5180   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5181   x-axis: "X = CNFs per Service Chain"
5182   y-axis: "Y = Number of Service Chains"
5183   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5184   layout:
5185     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5186     layout: "plot-service-density"
5187
5188 # Plots - NF Density - CSC - MRR IMIX
5189 - type: "plot"
5190   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5191   algorithm: "plot_service_density_heatmap_compare"
5192   output-file-type: ".html"
5193   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
5194   data: "plot-vpp-nfv-2n-skx-mrr"
5195   filter: "'NIC_Intel-XXV710' and
5196            'NF_DENSITY' and
5197            'DOCKER' and
5198            'CHAIN' and
5199            'NF_VPPIP4' and
5200            'IMIX' and
5201            '2T1C' and
5202            'MRR'"
5203   reference:
5204     include: "2"
5205     name: "CNF-1c"
5206   compare:
5207     include: "1"
5208     name: "CNF-0.5c"
5209   parameters:
5210   - "result"
5211   - "name"
5212   - "tags"
5213   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5214   x-axis: "X = CNFs per Service Chain"
5215   y-axis: "Y = Number of Service Chains"
5216   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5217   layout:
5218     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5219     layout: "plot-service-density"
5220
5221 - type: "plot"
5222   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5223   algorithm: "plot_service_density_heatmap_compare"
5224   output-file-type: ".html"
5225   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
5226   data: "plot-vpp-nfv-2n-skx-mrr"
5227   filter: "'NIC_Intel-XXV710' and
5228            'NF_DENSITY' and
5229            'DOCKER' and
5230            'CHAIN' and
5231            'NF_VPPIP4' and
5232            'IMIX' and
5233            '4T2C' and
5234            'MRR'"
5235   reference:
5236     include: "2"
5237     name: "CNF-1c"
5238   compare:
5239     include: "1"
5240     name: "CNF-0.5c"
5241   parameters:
5242   - "result"
5243   - "name"
5244   - "tags"
5245   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5246   x-axis: "X = CNFs per Service Chain"
5247   y-axis: "Y = Number of Service Chains"
5248   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5249   layout:
5250     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5251     layout: "plot-service-density"
5252
5253 - type: "plot"
5254   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5255   algorithm: "plot_service_density_heatmap_compare"
5256   output-file-type: ".html"
5257   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
5258   data: "plot-vpp-nfv-2n-skx-mrr"
5259   filter: "'NIC_Intel-XXV710' and
5260            'NF_DENSITY' and
5261            'DOCKER' and
5262            'CHAIN' and
5263            'NF_VPPIP4' and
5264            'IMIX' and
5265            '8T4C' and
5266            'MRR'"
5267   reference:
5268     include: "2"
5269     name: "CNF-1c"
5270   compare:
5271     include: "1"
5272     name: "CNF-0.5c"
5273   parameters:
5274   - "result"
5275   - "name"
5276   - "tags"
5277   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5278   x-axis: "X = CNFs per Service Chain"
5279   y-axis: "Y = Number of Service Chains"
5280   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5281   layout:
5282     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5283     layout: "plot-service-density"
5284
5285 # Plots - NF Density - CSC - NDR 64b
5286 - type: "plot"
5287   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5288   algorithm: "plot_service_density_heatmap_compare"
5289   output-file-type: ".html"
5290   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
5291   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5292   filter: "'NIC_Intel-XXV710' and
5293            'NF_DENSITY' and
5294            'DOCKER' and
5295            'CHAIN' and
5296            'NF_VPPIP4' and
5297            '64B' and
5298            '2T1C' and
5299            'NDRPDR'"
5300   reference:
5301     include: "2"
5302     name: "CNF-1c"
5303   compare:
5304     include: "1"
5305     name: "CNF-0.5c"
5306   parameters:
5307   - "throughput"
5308   - "name"
5309   - "tags"
5310   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5311   x-axis: "X = CNFs per Service Chain"
5312   y-axis: "Y = Number of Service Chains"
5313   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5314   layout:
5315     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5316     layout: "plot-service-density"
5317
5318 - type: "plot"
5319   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5320   algorithm: "plot_service_density_heatmap_compare"
5321   output-file-type: ".html"
5322   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
5323   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5324   filter: "'NIC_Intel-XXV710' and
5325            'NF_DENSITY' and
5326            'DOCKER' and
5327            'CHAIN' and
5328            'NF_VPPIP4' and
5329            '64B' and
5330            '4T2C' and
5331            'NDRPDR'"
5332   reference:
5333     include: "2"
5334     name: "CNF-1c"
5335   compare:
5336     include: "1"
5337     name: "CNF-0.5c"
5338   parameters:
5339   - "throughput"
5340   - "name"
5341   - "tags"
5342   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5343   x-axis: "X = CNFs per Service Chain"
5344   y-axis: "Y = Number of Service Chains"
5345   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5346   layout:
5347     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5348     layout: "plot-service-density"
5349
5350 - type: "plot"
5351   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5352   algorithm: "plot_service_density_heatmap_compare"
5353   output-file-type: ".html"
5354   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
5355   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5356   filter: "'NIC_Intel-XXV710' and
5357            'NF_DENSITY' and
5358            'DOCKER' and
5359            'CHAIN' and
5360            'NF_VPPIP4' and
5361            '64B' and
5362            '8T4C' and
5363            'NDRPDR'"
5364   reference:
5365     include: "2"
5366     name: "CNF-1c"
5367   compare:
5368     include: "1"
5369     name: "CNF-0.5c"
5370   parameters:
5371   - "throughput"
5372   - "name"
5373   - "tags"
5374   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5375   x-axis: "X = CNFs per Service Chain"
5376   y-axis: "Y = Number of Service Chains"
5377   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5378   layout:
5379     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5380     layout: "plot-service-density"
5381
5382 # Plots - NF Density - CSC - NDR IMIX
5383 - type: "plot"
5384   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5385   algorithm: "plot_service_density_heatmap_compare"
5386   output-file-type: ".html"
5387   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
5388   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5389   filter: "'NIC_Intel-XXV710' and
5390            'NF_DENSITY' and
5391            'DOCKER' and
5392            'CHAIN' and
5393            'NF_VPPIP4' and
5394            'IMIX' and
5395            '2T1C' and
5396            'NDRPDR'"
5397   reference:
5398     include: "2"
5399     name: "CNF-1c"
5400   compare:
5401     include: "1"
5402     name: "CNF-0.5c"
5403   parameters:
5404   - "throughput"
5405   - "name"
5406   - "tags"
5407   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5408   x-axis: "X = CNFs per Service Chain"
5409   y-axis: "Y = Number of Service Chains"
5410   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5411   layout:
5412     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5413     layout: "plot-service-density"
5414
5415 - type: "plot"
5416   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5417   algorithm: "plot_service_density_heatmap_compare"
5418   output-file-type: ".html"
5419   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
5420   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5421   filter: "'NIC_Intel-XXV710' and
5422            'NF_DENSITY' and
5423            'DOCKER' and
5424            'CHAIN' and
5425            'NF_VPPIP4' and
5426            'IMIX' and
5427            '4T2C' and
5428            'NDRPDR'"
5429   reference:
5430     include: "2"
5431     name: "CNF-1c"
5432   compare:
5433     include: "1"
5434     name: "CNF-0.5c"
5435   parameters:
5436   - "throughput"
5437   - "name"
5438   - "tags"
5439   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5440   x-axis: "X = CNFs per Service Chain"
5441   y-axis: "Y = Number of Service Chains"
5442   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5443   layout:
5444     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5445     layout: "plot-service-density"
5446
5447 - type: "plot"
5448   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5449   algorithm: "plot_service_density_heatmap_compare"
5450   output-file-type: ".html"
5451   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
5452   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5453   filter: "'NIC_Intel-XXV710' and
5454            'NF_DENSITY' and
5455            'DOCKER' and
5456            'CHAIN' and
5457            'NF_VPPIP4' and
5458            'IMIX' and
5459            '8T4C' and
5460            'NDRPDR'"
5461   reference:
5462     include: "2"
5463     name: "CNF-1c"
5464   compare:
5465     include: "1"
5466     name: "CNF-0.5c"
5467   parameters:
5468   - "throughput"
5469   - "name"
5470   - "tags"
5471   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5472   x-axis: "X = CNFs per Service Chain"
5473   y-axis: "Y = Number of Service Chains"
5474   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5475   layout:
5476     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5477     layout: "plot-service-density"
5478
5479 # Plots - NF Density - CSC - PDR 64b
5480 - type: "plot"
5481   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5482   algorithm: "plot_service_density_heatmap_compare"
5483   output-file-type: ".html"
5484   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
5485   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5486   filter: "'NIC_Intel-XXV710' and
5487            'NF_DENSITY' and
5488            'DOCKER' and
5489            'CHAIN' and
5490            'NF_VPPIP4' and
5491            '64B' and
5492            '2T1C' and
5493            'NDRPDR'"
5494   reference:
5495     include: "2"
5496     name: "CNF-1c"
5497   compare:
5498     include: "1"
5499     name: "CNF-0.5c"
5500   parameters:
5501   - "throughput"
5502   - "name"
5503   - "tags"
5504   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5505   x-axis: "X = CNFs per Service Chain"
5506   y-axis: "Y = Number of Service Chains"
5507   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5508   layout:
5509     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5510     layout: "plot-service-density"
5511
5512 - type: "plot"
5513   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5514   algorithm: "plot_service_density_heatmap_compare"
5515   output-file-type: ".html"
5516   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
5517   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5518   filter: "'NIC_Intel-XXV710' and
5519            'NF_DENSITY' and
5520            'DOCKER' and
5521            'CHAIN' and
5522            'NF_VPPIP4' and
5523            '64B' and
5524            '4T2C' and
5525            'NDRPDR'"
5526   reference:
5527     include: "2"
5528     name: "CNF-1c"
5529   compare:
5530     include: "1"
5531     name: "CNF-0.5c"
5532   parameters:
5533   - "throughput"
5534   - "name"
5535   - "tags"
5536   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5537   x-axis: "X = CNFs per Service Chain"
5538   y-axis: "Y = Number of Service Chains"
5539   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5540   layout:
5541     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5542     layout: "plot-service-density"
5543
5544 - type: "plot"
5545   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5546   algorithm: "plot_service_density_heatmap_compare"
5547   output-file-type: ".html"
5548   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
5549   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5550   filter: "'NIC_Intel-XXV710' and
5551            'NF_DENSITY' and
5552            'DOCKER' and
5553            'CHAIN' and
5554            'NF_VPPIP4' and
5555            '64B' and
5556            '8T4C' and
5557            'NDRPDR'"
5558   reference:
5559     include: "2"
5560     name: "CNF-1c"
5561   compare:
5562     include: "1"
5563     name: "CNF-0.5c"
5564   parameters:
5565   - "throughput"
5566   - "name"
5567   - "tags"
5568   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5569   x-axis: "X = CNFs per Service Chain"
5570   y-axis: "Y = Number of Service Chains"
5571   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5572   layout:
5573     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5574     layout: "plot-service-density"
5575
5576 # Plots - NF Density - CSC - PDR IMIX
5577 - type: "plot"
5578   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5579   algorithm: "plot_service_density_heatmap_compare"
5580   output-file-type: ".html"
5581   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
5582   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5583   filter: "'NIC_Intel-XXV710' and
5584            'NF_DENSITY' and
5585            'DOCKER' and
5586            'CHAIN' and
5587            'NF_VPPIP4' and
5588            'IMIX' and
5589            '2T1C' and
5590            'NDRPDR'"
5591   reference:
5592     include: "2"
5593     name: "CNF-1c"
5594   compare:
5595     include: "1"
5596     name: "CNF-0.5c"
5597   parameters:
5598   - "throughput"
5599   - "name"
5600   - "tags"
5601   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5602   x-axis: "X = CNFs per Service Chain"
5603   y-axis: "Y = Number of Service Chains"
5604   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5605   layout:
5606     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5607     layout: "plot-service-density"
5608
5609 - type: "plot"
5610   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5611   algorithm: "plot_service_density_heatmap_compare"
5612   output-file-type: ".html"
5613   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
5614   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5615   filter: "'NIC_Intel-XXV710' and
5616            'NF_DENSITY' and
5617            'DOCKER' and
5618            'CHAIN' and
5619            'NF_VPPIP4' and
5620            'IMIX' and
5621            '4T2C' and
5622            'NDRPDR'"
5623   reference:
5624     include: "2"
5625     name: "CNF-1c"
5626   compare:
5627     include: "1"
5628     name: "CNF-0.5c"
5629   parameters:
5630   - "throughput"
5631   - "name"
5632   - "tags"
5633   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5634   x-axis: "X = CNFs per Service Chain"
5635   y-axis: "Y = Number of Service Chains"
5636   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5637   layout:
5638     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5639     layout: "plot-service-density"
5640
5641 - type: "plot"
5642   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5643   algorithm: "plot_service_density_heatmap_compare"
5644   output-file-type: ".html"
5645   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
5646   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5647   filter: "'NIC_Intel-XXV710' and
5648            'NF_DENSITY' and
5649            'DOCKER' and
5650            'CHAIN' and
5651            'NF_VPPIP4' and
5652            'IMIX' and
5653            '8T4C' and
5654            'NDRPDR'"
5655   reference:
5656     include: "2"
5657     name: "CNF-1c"
5658   compare:
5659     include: "1"
5660     name: "CNF-0.5c"
5661   parameters:
5662   - "throughput"
5663   - "name"
5664   - "tags"
5665   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5666   x-axis: "X = CNFs per Service Chain"
5667   y-axis: "Y = Number of Service Chains"
5668   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5669   layout:
5670     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5671     layout: "plot-service-density"
5672
5673 ###############################################################################
5674 # Plots - NF Density - CSP - MRR 64b
5675 - type: "plot"
5676   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5677   algorithm: "plot_service_density_heatmap_compare"
5678   output-file-type: ".html"
5679   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
5680   data: "plot-vpp-nfv-2n-skx-mrr"
5681   filter: "'NIC_Intel-XXV710' and
5682            'NF_DENSITY' and
5683            'DOCKER' and
5684            'PIPELINE' and
5685            'NF_VPPIP4' and
5686            '64B' and
5687            '2T1C' and
5688            'MRR'"
5689   reference:
5690     include: "2"
5691     name: "CNF-1c"
5692   compare:
5693     include: "1"
5694     name: "CNF-0.5c"
5695   parameters:
5696   - "result"
5697   - "name"
5698   - "tags"
5699   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5700   x-axis: "X = CNFs per Service Pipeline"
5701   y-axis: "Y = Number of Service Pipelines"
5702   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5703   layout:
5704     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5705     layout: "plot-service-density"
5706
5707 - type: "plot"
5708   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5709   algorithm: "plot_service_density_heatmap_compare"
5710   output-file-type: ".html"
5711   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
5712   data: "plot-vpp-nfv-2n-skx-mrr"
5713   filter: "'NIC_Intel-XXV710' and
5714            'NF_DENSITY' and
5715            'DOCKER' and
5716            'PIPELINE' and
5717            'NF_VPPIP4' and
5718            '64B' and
5719            '4T2C' and
5720            'MRR'"
5721   reference:
5722     include: "2"
5723     name: "CNF-1c"
5724   compare:
5725     include: "1"
5726     name: "CNF-0.5c"
5727   parameters:
5728   - "result"
5729   - "name"
5730   - "tags"
5731   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5732   x-axis: "X = CNFs per Service Pipeline"
5733   y-axis: "Y = Number of Service Pipelines"
5734   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5735   layout:
5736     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5737     layout: "plot-service-density"
5738
5739 - type: "plot"
5740   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5741   algorithm: "plot_service_density_heatmap_compare"
5742   output-file-type: ".html"
5743   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
5744   data: "plot-vpp-nfv-2n-skx-mrr"
5745   filter: "'NIC_Intel-XXV710' and
5746            'NF_DENSITY' and
5747            'DOCKER' and
5748            'PIPELINE' and
5749            'NF_VPPIP4' and
5750            '64B' and
5751            '8T4C' and
5752            'MRR'"
5753   reference:
5754     include: "2"
5755     name: "CNF-1c"
5756   compare:
5757     include: "1"
5758     name: "CNF-0.5c"
5759   parameters:
5760   - "result"
5761   - "name"
5762   - "tags"
5763   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5764   x-axis: "X = CNFs per Service Pipeline"
5765   y-axis: "Y = Number of Service Pipelines"
5766   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5767   layout:
5768     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5769     layout: "plot-service-density"
5770
5771 # Plots - NF Density - CSP - MRR IMIX
5772 - type: "plot"
5773   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5774   algorithm: "plot_service_density_heatmap_compare"
5775   output-file-type: ".html"
5776   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
5777   data: "plot-vpp-nfv-2n-skx-mrr"
5778   filter: "'NIC_Intel-XXV710' and
5779            'NF_DENSITY' and
5780            'DOCKER' and
5781            'PIPELINE' and
5782            'NF_VPPIP4' and
5783            'IMIX' and
5784            '2T1C' and
5785            'MRR'"
5786   reference:
5787     include: "2"
5788     name: "CNF-1c"
5789   compare:
5790     include: "1"
5791     name: "CNF-0.5c"
5792   parameters:
5793   - "result"
5794   - "name"
5795   - "tags"
5796   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5797   x-axis: "X = CNFs per Service Pipeline"
5798   y-axis: "Y = Number of Service Pipelines"
5799   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5800   layout:
5801     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5802     layout: "plot-service-density"
5803
5804 - type: "plot"
5805   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5806   algorithm: "plot_service_density_heatmap_compare"
5807   output-file-type: ".html"
5808   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
5809   data: "plot-vpp-nfv-2n-skx-mrr"
5810   filter: "'NIC_Intel-XXV710' and
5811            'NF_DENSITY' and
5812            'DOCKER' and
5813            'PIPELINE' and
5814            'NF_VPPIP4' and
5815            'IMIX' and
5816            '4T2C' and
5817            'MRR'"
5818   reference:
5819     include: "2"
5820     name: "CNF-1c"
5821   compare:
5822     include: "1"
5823     name: "CNF-0.5c"
5824   parameters:
5825   - "result"
5826   - "name"
5827   - "tags"
5828   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5829   x-axis: "X = CNFs per Service Pipeline"
5830   y-axis: "Y = Number of Service Pipelines"
5831   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5832   layout:
5833     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5834     layout: "plot-service-density"
5835
5836 - type: "plot"
5837   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5838   algorithm: "plot_service_density_heatmap_compare"
5839   output-file-type: ".html"
5840   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
5841   data: "plot-vpp-nfv-2n-skx-mrr"
5842   filter: "'NIC_Intel-XXV710' and
5843            'NF_DENSITY' and
5844            'DOCKER' and
5845            'PIPELINE' and
5846            'NF_VPPIP4' and
5847            'IMIX' and
5848            '8T4C' and
5849            'MRR'"
5850   reference:
5851     include: "2"
5852     name: "CNF-1c"
5853   compare:
5854     include: "1"
5855     name: "CNF-0.5c"
5856   parameters:
5857   - "result"
5858   - "name"
5859   - "tags"
5860   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5861   x-axis: "X = CNFs per Service Pipeline"
5862   y-axis: "Y = Number of Service Pipelines"
5863   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5864   layout:
5865     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5866     layout: "plot-service-density"
5867
5868 # Plots - NF Density - CSP - NDR 64b
5869 - type: "plot"
5870   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5871   algorithm: "plot_service_density_heatmap_compare"
5872   output-file-type: ".html"
5873   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
5874   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5875   filter: "'NIC_Intel-XXV710' and
5876            'NF_DENSITY' and
5877            'DOCKER' and
5878            'PIPELINE' and
5879            'NF_VPPIP4' and
5880            '64B' and
5881            '2T1C' and
5882            'NDRPDR'"
5883   reference:
5884     include: "2"
5885     name: "CNF-1c"
5886   compare:
5887     include: "1"
5888     name: "CNF-0.5c"
5889   parameters:
5890   - "throughput"
5891   - "name"
5892   - "tags"
5893   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5894   x-axis: "X = CNFs per Service Pipeline"
5895   y-axis: "Y = Number of Service Pipelines"
5896   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5897   layout:
5898     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5899     layout: "plot-service-density"
5900
5901 - type: "plot"
5902   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5903   algorithm: "plot_service_density_heatmap_compare"
5904   output-file-type: ".html"
5905   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
5906   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5907   filter: "'NIC_Intel-XXV710' and
5908            'NF_DENSITY' and
5909            'DOCKER' and
5910            'PIPELINE' and
5911            'NF_VPPIP4' and
5912            '64B' and
5913            '4T2C' and
5914            'NDRPDR'"
5915   reference:
5916     include: "2"
5917     name: "CNF-1c"
5918   compare:
5919     include: "1"
5920     name: "CNF-0.5c"
5921   parameters:
5922   - "throughput"
5923   - "name"
5924   - "tags"
5925   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5926   x-axis: "X = CNFs per Service Pipeline"
5927   y-axis: "Y = Number of Service Pipelines"
5928   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5929   layout:
5930     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5931     layout: "plot-service-density"
5932
5933 - type: "plot"
5934   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5935   algorithm: "plot_service_density_heatmap_compare"
5936   output-file-type: ".html"
5937   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
5938   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5939   filter: "'NIC_Intel-XXV710' and
5940            'NF_DENSITY' and
5941            'DOCKER' and
5942            'PIPELINE' and
5943            'NF_VPPIP4' and
5944            '64B' and
5945            '8T4C' and
5946            'NDRPDR'"
5947   reference:
5948     include: "2"
5949     name: "CNF-1c"
5950   compare:
5951     include: "1"
5952     name: "CNF-0.5c"
5953   parameters:
5954   - "throughput"
5955   - "name"
5956   - "tags"
5957   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5958   x-axis: "X = CNFs per Service Pipeline"
5959   y-axis: "Y = Number of Service Pipelines"
5960   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5961   layout:
5962     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5963     layout: "plot-service-density"
5964
5965 # Plots - NF Density - CSP - NDR IMIX
5966 - type: "plot"
5967   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5968   algorithm: "plot_service_density_heatmap_compare"
5969   output-file-type: ".html"
5970   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
5971   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5972   filter: "'NIC_Intel-XXV710' and
5973            'NF_DENSITY' and
5974            'DOCKER' and
5975            'PIPELINE' and
5976            'NF_VPPIP4' and
5977            'IMIX' and
5978            '2T1C' and
5979            'NDRPDR'"
5980   reference:
5981     include: "2"
5982     name: "CNF-1c"
5983   compare:
5984     include: "1"
5985     name: "CNF-0.5c"
5986   parameters:
5987   - "throughput"
5988   - "name"
5989   - "tags"
5990   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5991   x-axis: "X = CNFs per Service Pipeline"
5992   y-axis: "Y = Number of Service Pipelines"
5993   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5994   layout:
5995     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5996     layout: "plot-service-density"
5997
5998 - type: "plot"
5999   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6000   algorithm: "plot_service_density_heatmap_compare"
6001   output-file-type: ".html"
6002   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
6003   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6004   filter: "'NIC_Intel-XXV710' and
6005            'NF_DENSITY' and
6006            'DOCKER' and
6007            'PIPELINE' and
6008            'NF_VPPIP4' and
6009            'IMIX' and
6010            '4T2C' and
6011            'NDRPDR'"
6012   reference:
6013     include: "2"
6014     name: "CNF-1c"
6015   compare:
6016     include: "1"
6017     name: "CNF-0.5c"
6018   parameters:
6019   - "throughput"
6020   - "name"
6021   - "tags"
6022   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6023   x-axis: "X = CNFs per Service Pipeline"
6024   y-axis: "Y = Number of Service Pipelines"
6025   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6026   layout:
6027     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6028     layout: "plot-service-density"
6029
6030 - type: "plot"
6031   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6032   algorithm: "plot_service_density_heatmap_compare"
6033   output-file-type: ".html"
6034   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
6035   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6036   filter: "'NIC_Intel-XXV710' and
6037            'NF_DENSITY' and
6038            'DOCKER' and
6039            'PIPELINE' and
6040            'NF_VPPIP4' and
6041            'IMIX' and
6042            '8T4C' and
6043            'NDRPDR'"
6044   reference:
6045     include: "2"
6046     name: "CNF-1c"
6047   compare:
6048     include: "1"
6049     name: "CNF-0.5c"
6050   parameters:
6051   - "throughput"
6052   - "name"
6053   - "tags"
6054   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6055   x-axis: "X = CNFs per Service Pipeline"
6056   y-axis: "Y = Number of Service Pipelines"
6057   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6058   layout:
6059     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6060     layout: "plot-service-density"
6061
6062 # Plots - NF Density - CSP - PDR 64b
6063 - type: "plot"
6064   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6065   algorithm: "plot_service_density_heatmap_compare"
6066   output-file-type: ".html"
6067   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
6068   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6069   filter: "'NIC_Intel-XXV710' and
6070            'NF_DENSITY' and
6071            'DOCKER' and
6072            'PIPELINE' and
6073            'NF_VPPIP4' and
6074            '64B' and
6075            '2T1C' and
6076            'NDRPDR'"
6077   reference:
6078     include: "2"
6079     name: "CNF-1c"
6080   compare:
6081     include: "1"
6082     name: "CNF-0.5c"
6083   parameters:
6084   - "throughput"
6085   - "name"
6086   - "tags"
6087   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6088   x-axis: "X = CNFs per Service Pipeline"
6089   y-axis: "Y = Number of Service Pipelines"
6090   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6091   layout:
6092     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6093     layout: "plot-service-density"
6094
6095 - type: "plot"
6096   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6097   algorithm: "plot_service_density_heatmap_compare"
6098   output-file-type: ".html"
6099   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
6100   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6101   filter: "'NIC_Intel-XXV710' and
6102            'NF_DENSITY' and
6103            'DOCKER' and
6104            'PIPELINE' and
6105            'NF_VPPIP4' and
6106            '64B' and
6107            '4T2C' and
6108            'NDRPDR'"
6109   reference:
6110     include: "2"
6111     name: "CNF-1c"
6112   compare:
6113     include: "1"
6114     name: "CNF-0.5c"
6115   parameters:
6116   - "throughput"
6117   - "name"
6118   - "tags"
6119   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6120   x-axis: "X = CNFs per Service Pipeline"
6121   y-axis: "Y = Number of Service Pipelines"
6122   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6123   layout:
6124     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6125     layout: "plot-service-density"
6126
6127 - type: "plot"
6128   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6129   algorithm: "plot_service_density_heatmap_compare"
6130   output-file-type: ".html"
6131   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
6132   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6133   filter: "'NIC_Intel-XXV710' and
6134            'NF_DENSITY' and
6135            'DOCKER' and
6136            'PIPELINE' and
6137            'NF_VPPIP4' and
6138            '64B' and
6139            '8T4C' and
6140            'NDRPDR'"
6141   reference:
6142     include: "2"
6143     name: "CNF-1c"
6144   compare:
6145     include: "1"
6146     name: "CNF-0.5c"
6147   parameters:
6148   - "throughput"
6149   - "name"
6150   - "tags"
6151   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6152   x-axis: "X = CNFs per Service Pipeline"
6153   y-axis: "Y = Number of Service Pipelines"
6154   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6155   layout:
6156     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6157     layout: "plot-service-density"
6158
6159 # Plots - NF Density - CSP - PDR IMIX
6160 - type: "plot"
6161   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6162   algorithm: "plot_service_density_heatmap_compare"
6163   output-file-type: ".html"
6164   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
6165   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6166   filter: "'NIC_Intel-XXV710' and
6167            'NF_DENSITY' and
6168            'DOCKER' and
6169            'PIPELINE' and
6170            'NF_VPPIP4' and
6171            'IMIX' and
6172            '2T1C' and
6173            'NDRPDR'"
6174   reference:
6175     include: "2"
6176     name: "CNF-1c"
6177   compare:
6178     include: "1"
6179     name: "CNF-0.5c"
6180   parameters:
6181   - "throughput"
6182   - "name"
6183   - "tags"
6184   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6185   x-axis: "X = CNFs per Service Pipeline"
6186   y-axis: "Y = Number of Service Pipelines"
6187   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6188   layout:
6189     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6190     layout: "plot-service-density"
6191
6192 - type: "plot"
6193   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6194   algorithm: "plot_service_density_heatmap_compare"
6195   output-file-type: ".html"
6196   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
6197   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6198   filter: "'NIC_Intel-XXV710' and
6199            'NF_DENSITY' and
6200            'DOCKER' and
6201            'PIPELINE' and
6202            'NF_VPPIP4' and
6203            'IMIX' and
6204            '4T2C' and
6205            'NDRPDR'"
6206   reference:
6207     include: "2"
6208     name: "CNF-1c"
6209   compare:
6210     include: "1"
6211     name: "CNF-0.5c"
6212   parameters:
6213   - "throughput"
6214   - "name"
6215   - "tags"
6216   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6217   x-axis: "X = CNFs per Service Pipeline"
6218   y-axis: "Y = Number of Service Pipelines"
6219   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6220   layout:
6221     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6222     layout: "plot-service-density"
6223
6224 - type: "plot"
6225   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6226   algorithm: "plot_service_density_heatmap_compare"
6227   output-file-type: ".html"
6228   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
6229   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6230   filter: "'NIC_Intel-XXV710' and
6231            'NF_DENSITY' and
6232            'DOCKER' and
6233            'PIPELINE' and
6234            'NF_VPPIP4' and
6235            'IMIX' and
6236            '8T4C' and
6237            'NDRPDR'"
6238   reference:
6239     include: "2"
6240     name: "CNF-1c"
6241   compare:
6242     include: "1"
6243     name: "CNF-0.5c"
6244   parameters:
6245   - "throughput"
6246   - "name"
6247   - "tags"
6248   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6249   x-axis: "X = CNFs per Service Pipeline"
6250   y-axis: "Y = Number of Service Pipelines"
6251   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6252   layout:
6253     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6254     layout: "plot-service-density"
6255
6256 ################################################################################
6257
6258 # Packet Throughput
6259
6260 - type: "plot"
6261   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6262   algorithm: "plot_performance_name_box"
6263   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6264   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6265   include:
6266     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6267     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6268     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6269     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6270   layout:
6271     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6272     layout: "plot-throughput"
6273
6274 - type: "plot"
6275   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6276   algorithm: "plot_performance_name_box"
6277   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6278   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6279   include:
6280     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6281     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6282     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6283     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6284   layout:
6285     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6286     layout: "plot-throughput"
6287
6288 - type: "plot"
6289   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6290   algorithm: "plot_performance_name_box"
6291   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6292   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6293   include:
6294     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6295     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6296     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6297     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6298     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6299   layout:
6300     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6301     layout: "plot-throughput"
6302
6303 - type: "plot"
6304   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6305   algorithm: "plot_performance_name_box"
6306   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6307   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6308   include:
6309     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6310     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6311     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6312     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6313     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6314   layout:
6315     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6316     layout: "plot-throughput"
6317
6318 - type: "plot"
6319   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-i40e-ndr"
6320   algorithm: "plot_performance_name_box"
6321   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-i40e-ndr"
6322   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6323   include:
6324     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6325     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6326     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6327     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6328     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6329   layout:
6330     title: "3n-tsh-x520-64b-1t1c-memif-base-i40e-ndr"
6331     layout: "plot-throughput"
6332
6333 - type: "plot"
6334   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-i40e-pdr"
6335   algorithm: "plot_performance_name_box"
6336   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-i40e-pdr"
6337   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6338   include:
6339     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6340     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6341     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6342     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6343     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6344   layout:
6345     title: "3n-tsh-x520-64b-1t1c-memif-base-i40e-pdr"
6346     layout: "plot-throughput"
6347
6348 - type: "plot"
6349   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6350   algorithm: "plot_performance_name_box"
6351   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6352   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6353   include:
6354     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
6355     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6356     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6357     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6358     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6359   layout:
6360     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6361     layout: "plot-throughput"
6362
6363 - type: "plot"
6364   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6365   algorithm: "plot_performance_name_box"
6366   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6367   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6368   include:
6369     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
6370     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6371     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6372     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6373     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6374   layout:
6375     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6376     layout: "plot-throughput"
6377
6378 - type: "plot"
6379   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6380   algorithm: "plot_performance_name_box"
6381   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6382   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6383   include:
6384     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
6385     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
6386     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
6387     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6388   layout:
6389     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6390     layout: "plot-throughput"
6391
6392 - type: "plot"
6393   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6394   algorithm: "plot_performance_name_box"
6395   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6396   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6397   include:
6398     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
6399     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
6400     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
6401     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6402   layout:
6403     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6404     layout: "plot-throughput"
6405
6406 - type: "plot"
6407   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6408   algorithm: "plot_performance_name_box"
6409   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6410   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6411   include:
6412     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6413     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6414     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
6415     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
6416     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6417   layout:
6418     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6419     layout: "plot-throughput"
6420
6421 - type: "plot"
6422   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6423   algorithm: "plot_performance_name_box"
6424   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6425   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6426   include:
6427     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6428     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6429     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
6430     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
6431     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6432   layout:
6433     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6434     layout: "plot-throughput"
6435
6436 - type: "plot"
6437   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
6438   algorithm: "plot_performance_name_box"
6439   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
6440   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6441   include:
6442     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6443     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6444     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6445     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6446     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6447     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
6448   layout:
6449     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
6450     layout: "plot-throughput"
6451
6452 - type: "plot"
6453   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
6454   algorithm: "plot_performance_name_box"
6455   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
6456   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6457   include:
6458     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6459     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6460     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6461     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6462     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6463     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
6464   layout:
6465     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
6466     layout: "plot-throughput"
6467
6468 - type: "plot"
6469   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
6470   algorithm: "plot_performance_name_box"
6471   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
6472   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6473   include:
6474     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6475     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6476     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6477   layout:
6478     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
6479     layout: "plot-throughput"
6480
6481 - type: "plot"
6482   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
6483   algorithm: "plot_performance_name_box"
6484   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
6485   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6486   include:
6487     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6488     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6489     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6490   layout:
6491     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
6492     layout: "plot-throughput"
6493
6494 - type: "plot"
6495   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6496   algorithm: "plot_performance_name_box"
6497   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6498   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6499   include:
6500     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
6501     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6502     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6503     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6504     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6505   layout:
6506     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6507     layout: "plot-throughput"
6508
6509 - type: "plot"
6510   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6511   algorithm: "plot_performance_name_box"
6512   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6513   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6514   include:
6515     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
6516     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6517     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6518     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6519     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6520   layout:
6521     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6522     layout: "plot-throughput"
6523
6524 - type: "plot"
6525   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6526   algorithm: "plot_performance_name_box"
6527   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6528   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6529   include:
6530     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
6531     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
6532     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
6533     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6534   layout:
6535     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6536     layout: "plot-throughput"
6537
6538 - type: "plot"
6539   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6540   algorithm: "plot_performance_name_box"
6541   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6542   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6543   include:
6544     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
6545     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
6546     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
6547     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6548   layout:
6549     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6550     layout: "plot-throughput"
6551
6552 - type: "plot"
6553   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6554   algorithm: "plot_performance_name_box"
6555   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6556   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6557   include:
6558     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6559     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6560     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
6561     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
6562     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6563   layout:
6564     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6565     layout: "plot-throughput"
6566
6567 - type: "plot"
6568   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6569   algorithm: "plot_performance_name_box"
6570   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6571   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6572   include:
6573     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6574     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6575     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
6576     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
6577     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6578   layout:
6579     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6580     layout: "plot-throughput"
6581
6582 - type: "plot"
6583   title: "Throughput: 3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-ndr"
6584   algorithm: "plot_performance_name_box"
6585   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-ndr"
6586   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6587   include:
6588     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6589     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6590     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6591     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6592     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6593     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
6594   layout:
6595     title: "3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-ndr"
6596     layout: "plot-throughput"
6597
6598 - type: "plot"
6599   title: "Throughput: 3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-pdr"
6600   algorithm: "plot_performance_name_box"
6601   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-pdr"
6602   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6603   include:
6604     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6605     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6606     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6607     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6608     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6609     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
6610   layout:
6611     title: "3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-pdr"
6612     layout: "plot-throughput"
6613
6614 - type: "plot"
6615   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-i40e-ndr"
6616   algorithm: "plot_performance_name_box"
6617   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-i40e-ndr"
6618   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6619   include:
6620     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6621     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6622     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
6623     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
6624     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6625   layout:
6626     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-i40e-ndr"
6627     layout: "plot-throughput"
6628
6629 - type: "plot"
6630   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-i40e-pdr"
6631   algorithm: "plot_performance_name_box"
6632   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-i40e-pdr"
6633   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6634   include:
6635     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6636     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6637     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
6638     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
6639     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6640   layout:
6641     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-i40e-pdr"
6642     layout: "plot-throughput"
6643
6644 - type: "plot"
6645   title: "Throughput: 3n-tsh-x520-64b-1t1c-feature-ip4routing-base-i40e-ndr"
6646   algorithm: "plot_performance_name_box"
6647   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-feature-ip4routing-base-i40e-ndr"
6648   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6649   include:
6650     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6651     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6652     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6653     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6654     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6655     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
6656   layout:
6657     title: "3n-tsh-x520-64b-1t1c-feature-ip4routing-base-i40e-ndr"
6658     layout: "plot-throughput"
6659
6660 - type: "plot"
6661   title: "Throughput: 3n-tsh-x520-64b-1t1c-feature-ip4routing-base-i40e-pdr"
6662   algorithm: "plot_performance_name_box"
6663   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-feature-ip4routing-base-i40e-pdr"
6664   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6665   include:
6666     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6667     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6668     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6669     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6670     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6671     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
6672   layout:
6673     title: "3n-tsh-x520-64b-1t1c-feature-ip4routing-base-i40e-pdr"
6674     layout: "plot-throughput"
6675
6676 - type: "plot"
6677   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
6678   algorithm: "plot_performance_name_box"
6679   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
6680   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6681   include:
6682     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
6683     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6684   layout:
6685     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
6686     layout: "plot-throughput"
6687
6688 - type: "plot"
6689   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-pdr"
6690   algorithm: "plot_performance_name_box"
6691   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-pdr"
6692   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6693   include:
6694     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
6695     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6696   layout:
6697     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-pdr"
6698     layout: "plot-throughput"
6699
6700 - type: "plot"
6701   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
6702   algorithm: "plot_performance_name_box"
6703   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
6704   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6705   include:
6706     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
6707     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6708     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6709     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6710   layout:
6711     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
6712     layout: "plot-throughput"
6713
6714 - type: "plot"
6715   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
6716   algorithm: "plot_performance_name_box"
6717   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
6718   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6719   include:
6720     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
6721     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6722     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6723     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6724   layout:
6725     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
6726     layout: "plot-throughput"
6727
6728 - type: "plot"
6729   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-i40e-ndr"
6730   algorithm: "plot_performance_name_box"
6731   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-i40e-ndr"
6732   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6733   include:
6734     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
6735     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6736     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6737     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6738   layout:
6739     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-i40e-ndr"
6740     layout: "plot-throughput"
6741
6742 - type: "plot"
6743   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-i40e-pdr"
6744   algorithm: "plot_performance_name_box"
6745   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-i40e-pdr"
6746   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6747   include:
6748     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
6749     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6750     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6751     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6752   layout:
6753     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-i40e-pdr"
6754     layout: "plot-throughput"
6755
6756 - type: "plot"
6757   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6758   algorithm: "plot_performance_name_box"
6759   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6760   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6761   include:
6762     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6763     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6764     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6765   layout:
6766     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6767     layout: "plot-throughput"
6768
6769 - type: "plot"
6770   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6771   algorithm: "plot_performance_name_box"
6772   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6773   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6774   include:
6775     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6776     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6777     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6778   layout:
6779     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6780     layout: "plot-throughput"
6781
6782 - type: "plot"
6783   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6784   algorithm: "plot_performance_name_box"
6785   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6786   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6787   include:
6788     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6789     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6790     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
6791     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
6792     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6793   layout:
6794     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6795     layout: "plot-throughput"
6796
6797 - type: "plot"
6798   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6799   algorithm: "plot_performance_name_box"
6800   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6801   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6802   include:
6803     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6804     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6805     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
6806     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
6807     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6808   layout:
6809     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6810     layout: "plot-throughput"
6811
6812 - type: "plot"
6813   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
6814   algorithm: "plot_performance_name_box"
6815   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
6816   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6817   include:
6818     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
6819     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
6820     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
6821   layout:
6822     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
6823     layout: "plot-throughput"
6824
6825 - type: "plot"
6826   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
6827   algorithm: "plot_performance_name_box"
6828   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
6829   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6830   include:
6831     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
6832     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
6833     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
6834   layout:
6835     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
6836     layout: "plot-throughput"
6837
6838 - type: "plot"
6839   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6840   algorithm: "plot_performance_name_box"
6841   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6842   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6843   include:
6844     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6845     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6846     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6847   layout:
6848     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6849     layout: "plot-throughput"
6850
6851 - type: "plot"
6852   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6853   algorithm: "plot_performance_name_box"
6854   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6855   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6856   include:
6857     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6858     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6859     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6860   layout:
6861     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6862     layout: "plot-throughput"
6863
6864 - type: "plot"
6865   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6866   algorithm: "plot_performance_name_box"
6867   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6868   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6869   include:
6870     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6871     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6872     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
6873     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
6874     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6875   layout:
6876     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6877     layout: "plot-throughput"
6878
6879 - type: "plot"
6880   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6881   algorithm: "plot_performance_name_box"
6882   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6883   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6884   include:
6885     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6886     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6887     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
6888     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
6889     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6890   layout:
6891     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6892     layout: "plot-throughput"
6893
6894 - type: "plot"
6895   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-i40e-ndr"
6896   algorithm: "plot_performance_name_box"
6897   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-i40e-ndr"
6898   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6899   include:
6900     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
6901     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
6902     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
6903     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
6904     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
6905   layout:
6906     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-i40e-ndr"
6907     layout: "plot-throughput"
6908
6909 - type: "plot"
6910   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-i40e-pdr"
6911   algorithm: "plot_performance_name_box"
6912   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-i40e-pdr"
6913   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6914   include:
6915     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
6916     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
6917     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
6918     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
6919     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
6920   layout:
6921     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-i40e-pdr"
6922     layout: "plot-throughput"
6923
6924 - type: "plot"
6925   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
6926   algorithm: "plot_performance_name_box"
6927   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
6928   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6929   include:
6930     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6931     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6932     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6933     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6934     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6935     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6936   layout:
6937     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
6938     layout: "plot-throughput"
6939
6940 - type: "plot"
6941   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
6942   algorithm: "plot_performance_name_box"
6943   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
6944   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6945   include:
6946     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6947     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6948     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6949     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6950     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6951     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6952   layout:
6953     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
6954     layout: "plot-throughput"
6955
6956 - type: "plot"
6957   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
6958   algorithm: "plot_performance_name_box"
6959   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
6960   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6961   include:
6962     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
6963     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6964     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
6965     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6966   layout:
6967     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
6968     layout: "plot-throughput"
6969
6970 - type: "plot"
6971   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
6972   algorithm: "plot_performance_name_box"
6973   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
6974   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6975   include:
6976     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
6977     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6978     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6979     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6980   layout:
6981     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
6982     layout: "plot-throughput"
6983
6984 - type: "plot"
6985   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
6986   algorithm: "plot_performance_name_box"
6987   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
6988   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6989   include:
6990     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6991     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6992     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6993     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6994     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6995     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6996   layout:
6997     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
6998     layout: "plot-throughput"
6999
7000 - type: "plot"
7001   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
7002   algorithm: "plot_performance_name_box"
7003   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
7004   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7005   include:
7006     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7007     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7008     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7009     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7010     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7011     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7012   layout:
7013     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
7014     layout: "plot-throughput"
7015
7016 - type: "plot"
7017   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
7018   algorithm: "plot_performance_name_box"
7019   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
7020   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7021   include:
7022     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7023     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7024     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7025     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7026     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7027     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7028   layout:
7029     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
7030     layout: "plot-throughput"
7031
7032 - type: "plot"
7033   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
7034   algorithm: "plot_performance_name_box"
7035   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
7036   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7037   include:
7038     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7039     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7040     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7041     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7042     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7043     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7044   layout:
7045     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
7046     layout: "plot-throughput"
7047
7048 - type: "plot"
7049   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7050   algorithm: "plot_performance_name_box"
7051   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7052   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7053   include:
7054     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7055     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
7056     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7057     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7058     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7059     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7060   layout:
7061     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7062     layout: "plot-throughput"
7063
7064 - type: "plot"
7065   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7066   algorithm: "plot_performance_name_box"
7067   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7068   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7069   include:
7070     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7071     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
7072     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7073     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7074     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7075     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7076   layout:
7077     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7078     layout: "plot-throughput"
7079
7080 - type: "plot"
7081   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7082   algorithm: "plot_performance_name_box"
7083   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7084   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7085   include:
7086     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
7087     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7088     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
7089     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7090   layout:
7091     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7092     layout: "plot-throughput"
7093
7094 - type: "plot"
7095   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7096   algorithm: "plot_performance_name_box"
7097   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7098   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7099   include:
7100     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
7101     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7102     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
7103     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7104   layout:
7105     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7106     layout: "plot-throughput"
7107
7108 - type: "plot"
7109   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7110   algorithm: "plot_performance_name_box"
7111   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7112   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7113   include:
7114     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
7115     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
7116     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7117     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7118     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7119   layout:
7120     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7121     layout: "plot-throughput"
7122
7123 - type: "plot"
7124   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7125   algorithm: "plot_performance_name_box"
7126   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7127   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7128   include:
7129     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
7130     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
7131     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7132     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7133     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7134   layout:
7135     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7136     layout: "plot-throughput"
7137
7138 - type: "plot"
7139   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7140   algorithm: "plot_performance_name_box"
7141   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7142   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7143   include:
7144     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7145     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7146     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7147     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7148   layout:
7149     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7150     layout: "plot-throughput"
7151
7152 - type: "plot"
7153   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7154   algorithm: "plot_performance_name_box"
7155   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7156   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7157   include:
7158     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7159     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7160     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7161     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7162   layout:
7163     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7164     layout: "plot-throughput"
7165
7166 - type: "plot"
7167   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
7168   algorithm: "plot_performance_name_box"
7169   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
7170   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7171   include:
7172     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7173     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7174     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7175     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7176     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7177     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7178   layout:
7179     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
7180     layout: "plot-throughput"
7181
7182 - type: "plot"
7183   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
7184   algorithm: "plot_performance_name_box"
7185   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
7186   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7187   include:
7188     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7189     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7190     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7191     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7192     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7193     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7194   layout:
7195     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
7196     layout: "plot-throughput"
7197
7198 - type: "plot"
7199   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7200   algorithm: "plot_performance_name_box"
7201   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7202   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7203   include:
7204     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7205     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7206     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7207     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7208     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7209   layout:
7210     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7211     layout: "plot-throughput"
7212
7213 - type: "plot"
7214   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7215   algorithm: "plot_performance_name_box"
7216   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7217   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7218   include:
7219     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7220     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7221     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7222     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7223     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7224   layout:
7225     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7226     layout: "plot-throughput"
7227
7228 - type: "plot"
7229   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7230   algorithm: "plot_performance_name_box"
7231   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7232   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7233   include:
7234     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
7235     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7236     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7237   layout:
7238     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7239     layout: "plot-throughput"
7240
7241 - type: "plot"
7242   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7243   algorithm: "plot_performance_name_box"
7244   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7245   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7246   include:
7247     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
7248     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7249     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7250   layout:
7251     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7252     layout: "plot-throughput"
7253
7254 - type: "plot"
7255   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7256   algorithm: "plot_performance_name_box"
7257   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7258   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7259   include:
7260     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
7261     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7262     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7263     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7264   layout:
7265     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7266     layout: "plot-throughput"
7267
7268 - type: "plot"
7269   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7270   algorithm: "plot_performance_name_box"
7271   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7272   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7273   include:
7274     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
7275     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7276     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7277     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7278   layout:
7279     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7280     layout: "plot-throughput"
7281
7282 - type: "plot"
7283   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7284   algorithm: "plot_performance_name_box"
7285   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7286   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7287   include:
7288     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
7289     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7290     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7291     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7292     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7293     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7294   layout:
7295     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7296     layout: "plot-throughput"
7297
7298 - type: "plot"
7299   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7300   algorithm: "plot_performance_name_box"
7301   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7302   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7303   include:
7304     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
7305     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7306     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7307     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7308     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7309     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7310   layout:
7311     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7312     layout: "plot-throughput"
7313
7314 - type: "plot"
7315   title: "Throughput: 3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-ndr"
7316   algorithm: "plot_performance_name_box"
7317   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-ndr"
7318   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7319   include:
7320     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7321     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
7322     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
7323     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
7324     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
7325     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
7326   layout:
7327     title: "3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-ndr"
7328     layout: "plot-throughput"
7329
7330 - type: "plot"
7331   title: "Throughput: 3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-pdr"
7332   algorithm: "plot_performance_name_box"
7333   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-pdr"
7334   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7335   include:
7336     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7337     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
7338     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
7339     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
7340     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
7341     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
7342   layout:
7343     title: "3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-pdr"
7344     layout: "plot-throughput"
7345
7346 - type: "plot"
7347   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-i40e-ndr"
7348   algorithm: "plot_performance_name_box"
7349   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-i40e-ndr"
7350   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7351   include:
7352     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7353     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7354     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7355     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7356   layout:
7357     title: "3n-tsh-x520-64b-1t1c-l2switching-base-i40e-ndr"
7358     layout: "plot-throughput"
7359
7360 - type: "plot"
7361   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-i40e-pdr"
7362   algorithm: "plot_performance_name_box"
7363   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-i40e-pdr"
7364   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7365   include:
7366     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7367     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7368     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7369     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7370   layout:
7371     title: "3n-tsh-x520-64b-1t1c-l2switching-base-i40e-pdr"
7372     layout: "plot-throughput"
7373
7374 - type: "plot"
7375   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-i40e-ndr"
7376   algorithm: "plot_performance_name_box"
7377   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-i40e-ndr"
7378   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7379   include:
7380     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7381     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7382     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7383     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7384     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7385     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7386   layout:
7387     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-i40e-ndr"
7388     layout: "plot-throughput"
7389
7390 - type: "plot"
7391   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-i40e-pdr"
7392   algorithm: "plot_performance_name_box"
7393   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-i40e-pdr"
7394   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7395   include:
7396     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7397     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7398     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7399     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7400     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7401     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7402   layout:
7403     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-i40e-pdr"
7404     layout: "plot-throughput"
7405
7406 - type: "plot"
7407   title: "Throughput: 3n-tsh-x520-64b-1t1c-feature-l2switching-base-i40e-ndr"
7408   algorithm: "plot_performance_name_box"
7409   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-feature-l2switching-base-i40e-ndr"
7410   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7411   include:
7412     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7413     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
7414     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
7415     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
7416     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
7417     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
7418   layout:
7419     title: "3n-tsh-x520-64b-1t1c-feature-l2switching-base-i40e-ndr"
7420     layout: "plot-throughput"
7421
7422 - type: "plot"
7423   title: "Throughput: 3n-tsh-x520-64b-1t1c-feature-l2switching-base-i40e-pdr"
7424   algorithm: "plot_performance_name_box"
7425   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-feature-l2switching-base-i40e-pdr"
7426   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7427   include:
7428     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7429     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
7430     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
7431     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
7432     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
7433     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
7434   layout:
7435     title: "3n-tsh-x520-64b-1t1c-feature-l2switching-base-i40e-pdr"
7436     layout: "plot-throughput"
7437
7438 - type: "plot"
7439   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
7440   algorithm: "plot_performance_name_box"
7441   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
7442   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7443   include:
7444     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7445     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7446     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7447     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
7448     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
7449     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
7450   layout:
7451     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
7452     layout: "plot-throughput"
7453
7454 - type: "plot"
7455   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
7456   algorithm: "plot_performance_name_box"
7457   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
7458   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7459   include:
7460     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7461     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7462     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7463     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
7464     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
7465     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
7466   layout:
7467     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
7468     layout: "plot-throughput"
7469
7470 - type: "plot"
7471   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
7472   algorithm: "plot_performance_name_box"
7473   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
7474   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7475   include:
7476     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7477     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7478     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7479     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
7480     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
7481     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
7482   layout:
7483     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
7484     layout: "plot-throughput"
7485
7486 - type: "plot"
7487   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-pdr"
7488   algorithm: "plot_performance_name_box"
7489   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-pdr"
7490   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7491   include:
7492     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7493     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7494     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7495     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
7496     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
7497     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
7498   layout:
7499     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-pdr"
7500     layout: "plot-throughput"
7501
7502 - type: "plot"
7503   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
7504   algorithm: "plot_performance_name_box"
7505   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
7506   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7507   include:
7508     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7509     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7510     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7511     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
7512     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
7513     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
7514   layout:
7515     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
7516     layout: "plot-throughput"
7517
7518 - type: "plot"
7519   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
7520   algorithm: "plot_performance_name_box"
7521   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
7522   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7523   include:
7524     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7525     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7526     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7527     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
7528     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
7529     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
7530   layout:
7531     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
7532     layout: "plot-throughput"
7533
7534 - type: "plot"
7535   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
7536   algorithm: "plot_performance_name_box"
7537   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
7538   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7539   include:
7540     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7541     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7542     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7543     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7544   layout:
7545     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
7546     layout: "plot-throughput"
7547
7548 - type: "plot"
7549   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
7550   algorithm: "plot_performance_name_box"
7551   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
7552   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7553   include:
7554     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7555     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7556     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7557     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7558   layout:
7559     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
7560     layout: "plot-throughput"
7561
7562 - type: "plot"
7563   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
7564   algorithm: "plot_performance_name_box"
7565   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
7566   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7567   include:
7568     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7569     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7570     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7571     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7572   layout:
7573     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
7574     layout: "plot-throughput"
7575
7576 - type: "plot"
7577   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
7578   algorithm: "plot_performance_name_box"
7579   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
7580   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7581   include:
7582     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7583     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7584     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7585     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7586   layout:
7587     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
7588     layout: "plot-throughput"
7589
7590 #- type: "plot"
7591 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
7592 #  algorithm: "plot_performance_name_box"
7593 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
7594 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
7595 #  include:
7596 #    - ""
7597 #  layout:
7598 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
7599 #    layout: "plot-throughput"
7600 #
7601 #- type: "plot"
7602 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
7603 #  algorithm: "plot_performance_name_box"
7604 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
7605 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
7606 #  include:
7607 #    - ""
7608 #  layout:
7609 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
7610 #    layout: "plot-throughput"
7611
7612 - type: "plot"
7613   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
7614   algorithm: "plot_performance_name_box"
7615   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
7616   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7617   include:
7618     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7619     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7620     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7621     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7622     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7623   layout:
7624     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
7625     layout: "plot-throughput"
7626
7627 - type: "plot"
7628   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
7629   algorithm: "plot_performance_name_box"
7630   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
7631   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7632   include:
7633     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7634     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7635     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7636     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7637     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7638   layout:
7639     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
7640     layout: "plot-throughput"
7641
7642 - type: "plot"
7643   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
7644   algorithm: "plot_performance_name_box"
7645   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
7646   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7647   include:
7648     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7649     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7650     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7651     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7652     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7653     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7654   layout:
7655     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
7656     layout: "plot-throughput"
7657
7658 - type: "plot"
7659   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
7660   algorithm: "plot_performance_name_box"
7661   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
7662   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7663   include:
7664     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7665     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7666     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7667     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7668     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7669     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7670   layout:
7671     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
7672     layout: "plot-throughput"
7673
7674 - type: "plot"
7675   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-i40e-ndr"
7676   algorithm: "plot_performance_name_box"
7677   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-i40e-ndr"
7678   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7679   include:
7680     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7681     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7682     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7683     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7684     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7685   layout:
7686     title: "3n-tsh-x520-64b-1t1c-vhost-base-i40e-ndr"
7687     layout: "plot-throughput"
7688
7689 - type: "plot"
7690   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-i40e-pdr"
7691   algorithm: "plot_performance_name_box"
7692   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-i40e-pdr"
7693   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7694   include:
7695     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7696     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7697     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7698     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7699     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7700   layout:
7701     title: "3n-tsh-x520-64b-1t1c-vhost-base-i40e-pdr"
7702     layout: "plot-throughput"
7703
7704 - type: "plot"
7705   title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
7706   algorithm: "plot_performance_name_box"
7707   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
7708   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7709   include:
7710     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7711     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7712     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7713     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7714     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7715     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7716   layout:
7717     title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
7718     layout: "plot-throughput"
7719
7720 - type: "plot"
7721   title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-pdr"
7722   algorithm: "plot_performance_name_box"
7723   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-pdr"
7724   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7725   include:
7726     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7727     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7728     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7729     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7730     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7731     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7732   layout:
7733     title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-pdr"
7734     layout: "plot-throughput"
7735
7736 - type: "plot"
7737   title: "Throughput: 3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr"
7738   algorithm: "plot_performance_name_box"
7739   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr"
7740   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7741   include:
7742     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
7743     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
7744     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
7745   layout:
7746     title: "3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr"
7747     layout: "plot-throughput"
7748
7749 - type: "plot"
7750   title: "Throughput: 3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-pdr"
7751   algorithm: "plot_performance_name_box"
7752   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-pdr"
7753   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7754   include:
7755     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
7756     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
7757     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
7758   layout:
7759     title: "3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-pdr"
7760     layout: "plot-throughput"
7761
7762 - type: "plot"
7763   title: "Throughput: 3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
7764   algorithm: "plot_performance_name_box"
7765   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
7766   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7767   include:
7768     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
7769     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
7770     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
7771   layout:
7772     title: "3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
7773     layout: "plot-throughput"
7774
7775 - type: "plot"
7776   title: "Throughput: 3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-pdr"
7777   algorithm: "plot_performance_name_box"
7778   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-pdr"
7779   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7780   include:
7781     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
7782     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
7783     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
7784   layout:
7785     title: "3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-pdr"
7786     layout: "plot-throughput"
7787
7788 - type: "plot"
7789   title: "Throughput: 3n-tsh-x520-114b-1t1c-vts-l2switching-base-i40e-ndr"
7790   algorithm: "plot_performance_name_box"
7791   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-1t1c-vts-l2switching-base-i40e-ndr"
7792   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7793   include:
7794     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
7795     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
7796     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
7797   layout:
7798     title: "3n-tsh-x520-114b-1t1c-vts-l2switching-base-i40e-ndr"
7799     layout: "plot-throughput"
7800
7801 - type: "plot"
7802   title: "Throughput: 3n-tsh-x520-114b-1t1c-vts-l2switching-base-i40e-pdr"
7803   algorithm: "plot_performance_name_box"
7804   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-1t1c-vts-l2switching-base-i40e-pdr"
7805   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7806   include:
7807     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
7808     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
7809     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
7810   layout:
7811     title: "3n-tsh-x520-114b-1t1c-vts-l2switching-base-i40e-pdr"
7812     layout: "plot-throughput"
7813
7814 ################################################################################
7815
7816 # Packet Latency 1C
7817
7818 - type: "plot"
7819   title: "Latency: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
7820   algorithm: "plot_latency_error_bars_name"
7821   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
7822   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7823   include:
7824     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7825     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7826     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7827     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7828   layout:
7829     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
7830     layout: "plot-latency"
7831
7832 - type: "plot"
7833   title: "Latency: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
7834   algorithm: "plot_latency_error_bars_name"
7835   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
7836   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7837   include:
7838     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7839     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
7840     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7841     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
7842     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7843   layout:
7844     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
7845     layout: "plot-latency"
7846
7847 - type: "plot"
7848   title: "Latency: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
7849   algorithm: "plot_latency_error_bars_name"
7850   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
7851   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7852   include:
7853     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
7854     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
7855     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
7856     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
7857     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
7858   layout:
7859     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
7860     layout: "plot-latency"
7861
7862 - type: "plot"
7863   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
7864   algorithm: "plot_latency_error_bars_name"
7865   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
7866   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7867   include:
7868     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
7869     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
7870     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
7871     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
7872   layout:
7873     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
7874     layout: "plot-latency"
7875
7876 - type: "plot"
7877   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
7878   algorithm: "plot_latency_error_bars_name"
7879   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
7880   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7881   include:
7882     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
7883     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
7884     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
7885     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
7886     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
7887   layout:
7888     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
7889     layout: "plot-latency"
7890
7891 - type: "plot"
7892   title: "Latency: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
7893   algorithm: "plot_latency_error_bars_name"
7894   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
7895   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7896   include:
7897     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
7898     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
7899     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
7900     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
7901     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
7902     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
7903   layout:
7904     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
7905     layout: "plot-latency"
7906
7907 - type: "plot"
7908   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
7909   algorithm: "plot_latency_error_bars_name"
7910   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
7911   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7912   include:
7913     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
7914     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
7915     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
7916   layout:
7917     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
7918     layout: "plot-latency"
7919
7920 - type: "plot"
7921   title: "Latency: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
7922   algorithm: "plot_latency_error_bars_name"
7923   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
7924   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7925   include:
7926     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
7927     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
7928     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
7929     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
7930     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
7931   layout:
7932     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
7933     layout: "plot-latency"
7934
7935 - type: "plot"
7936   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
7937   algorithm: "plot_latency_error_bars_name"
7938   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
7939   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7940   include:
7941     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
7942     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
7943     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
7944     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
7945   layout:
7946     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
7947     layout: "plot-latency"
7948
7949 - type: "plot"
7950   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
7951   algorithm: "plot_latency_error_bars_name"
7952   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
7953   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7954   include:
7955     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
7956     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
7957     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
7958     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
7959     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
7960   layout:
7961     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
7962     layout: "plot-latency"
7963
7964 - type: "plot"
7965   title: "Latency: 3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-ndr-lat"
7966   algorithm: "plot_latency_error_bars_name"
7967   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-ndr-lat"
7968   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7969   include:
7970     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
7971     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
7972     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
7973     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
7974     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
7975     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
7976   layout:
7977     title: "3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-ndr"
7978     layout: "plot-latency"
7979
7980 - type: "plot"
7981   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr-lat"
7982   algorithm: "plot_latency_error_bars_name"
7983   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr-lat"
7984   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7985   include:
7986     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
7987     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
7988   layout:
7989     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
7990     layout: "plot-latency"
7991
7992 - type: "plot"
7993   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-lat"
7994   algorithm: "plot_latency_error_bars_name"
7995   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-lat"
7996   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7997   include:
7998     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
7999     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8000     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
8001     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
8002   layout:
8003     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
8004     layout: "plot-latency"
8005
8006 - type: "plot"
8007   title: "Latency: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8008   algorithm: "plot_latency_error_bars_name"
8009   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8010   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8011   include:
8012     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
8013     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
8014     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
8015   layout:
8016     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
8017     layout: "plot-latency"
8018
8019 - type: "plot"
8020   title: "Latency: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8021   algorithm: "plot_latency_error_bars_name"
8022   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8023   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8024   include:
8025     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
8026     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
8027     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
8028     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
8029     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
8030   layout:
8031     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
8032     layout: "plot-latency"
8033
8034 - type: "plot"
8035   title: "Latency: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
8036   algorithm: "plot_latency_error_bars_name"
8037   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
8038   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8039   include:
8040     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
8041     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
8042     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
8043   layout:
8044     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
8045     layout: "plot-latency"
8046
8047 - type: "plot"
8048   title: "Latency: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8049   algorithm: "plot_latency_error_bars_name"
8050   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8051   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8052   include:
8053     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
8054     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
8055     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
8056   layout:
8057     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
8058     layout: "plot-latency"
8059
8060 - type: "plot"
8061   title: "Latency: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8062   algorithm: "plot_latency_error_bars_name"
8063   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8064   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8065   include:
8066     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
8067     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
8068     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
8069     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
8070     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
8071   layout:
8072     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
8073     layout: "plot-latency"
8074
8075 - type: "plot"
8076   title: "Latency: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
8077   algorithm: "plot_latency_error_bars_name"
8078   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
8079   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8080   include:
8081     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8082     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8083     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8084     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8085     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8086     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8087   layout:
8088     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
8089     layout: "plot-latency"
8090
8091 - type: "plot"
8092   title: "Latency: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
8093   algorithm: "plot_latency_error_bars_name"
8094   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
8095   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8096   include:
8097     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
8098     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8099     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
8100     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8101   layout:
8102     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
8103     layout: "plot-latency"
8104
8105 - type: "plot"
8106   title: "Latency: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
8107   algorithm: "plot_latency_error_bars_name"
8108   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
8109   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8110   include:
8111     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8112     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8113     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8114     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8115     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8116     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8117   layout:
8118     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
8119     layout: "plot-latency"
8120
8121 - type: "plot"
8122   title: "Latency: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
8123   algorithm: "plot_latency_error_bars_name"
8124   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
8125   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8126   include:
8127     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
8128     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
8129     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
8130     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8131     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8132     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8133   layout:
8134     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
8135     layout: "plot-latency"
8136
8137 - type: "plot"
8138   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
8139   algorithm: "plot_latency_error_bars_name"
8140   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
8141   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8142   include:
8143     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
8144     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
8145     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
8146     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
8147   layout:
8148     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
8149     layout: "plot-latency"
8150
8151 - type: "plot"
8152   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
8153   algorithm: "plot_latency_error_bars_name"
8154   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
8155   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8156   include:
8157     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
8158     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
8159     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
8160     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8161     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8162   layout:
8163     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
8164     layout: "plot-latency"
8165
8166 - type: "plot"
8167   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
8168   algorithm: "plot_latency_error_bars_name"
8169   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
8170   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8171   include:
8172     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8173     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
8174     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
8175     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8176   layout:
8177     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
8178     layout: "plot-latency"
8179
8180 - type: "plot"
8181   title: "Latency: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
8182   algorithm: "plot_latency_error_bars_name"
8183   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
8184   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8185   include:
8186     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
8187     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
8188     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
8189     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8190     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
8191     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8192   layout:
8193     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
8194     layout: "plot-latency"
8195
8196 - type: "plot"
8197   title: "Latency: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
8198   algorithm: "plot_latency_error_bars_name"
8199   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
8200   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8201   include:
8202     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
8203     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
8204     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8205     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8206     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8207   layout:
8208     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
8209     layout: "plot-latency"
8210
8211 - type: "plot"
8212   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
8213   algorithm: "plot_latency_error_bars_name"
8214   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
8215   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8216   include:
8217     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
8218     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
8219     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
8220   layout:
8221     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
8222     layout: "plot-latency"
8223
8224 - type: "plot"
8225   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
8226   algorithm: "plot_latency_error_bars_name"
8227   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
8228   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8229   include:
8230     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
8231     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
8232     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8233     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8234   layout:
8235     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
8236     layout: "plot-latency"
8237
8238 - type: "plot"
8239   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
8240   algorithm: "plot_latency_error_bars_name"
8241   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
8242   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8243   include:
8244     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
8245     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
8246     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8247     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
8248     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
8249     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8250   layout:
8251     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
8252     layout: "plot-latency"
8253
8254 - type: "plot"
8255   title: "Latency: 3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-ndr-lat"
8256   algorithm: "plot_latency_error_bars_name"
8257   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-ndr-lat"
8258   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8259   include:
8260     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8261     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
8262     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
8263     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
8264     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
8265     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
8266   layout:
8267     title: "3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-ndr"
8268     layout: "plot-latency"
8269
8270 - type: "plot"
8271   title: "Latency: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr-lat"
8272   algorithm: "plot_latency_error_bars_name"
8273   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr-lat"
8274   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8275   include:
8276     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
8277     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
8278     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
8279     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
8280     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
8281     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
8282   layout:
8283     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
8284     layout: "plot-latency"
8285
8286 - type: "plot"
8287   title: "Latency: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr-lat"
8288   algorithm: "plot_latency_error_bars_name"
8289   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr-lat"
8290   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8291   include:
8292     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
8293     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
8294     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
8295     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
8296     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
8297     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
8298   layout:
8299     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
8300     layout: "plot-latency"
8301
8302 - type: "plot"
8303   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
8304   algorithm: "plot_latency_error_bars_name"
8305   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
8306   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8307   include:
8308     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8309     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8310     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8311     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8312   layout:
8313     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
8314     layout: "plot-latency"
8315
8316 - type: "plot"
8317   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr-lat"
8318   algorithm: "plot_latency_error_bars_name"
8319   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr-lat"
8320   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8321   include:
8322     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8323     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8324     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8325     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8326   layout:
8327     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
8328     layout: "plot-latency"
8329
8330 #- type: "plot"
8331 #  title: "Latency: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
8332 #  algorithm: "plot_latency_error_bars_name"
8333 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
8334 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
8335 #  include:
8336 #    - ""
8337 #  layout:
8338 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
8339 #    layout: "plot-latency"
8340
8341 - type: "plot"
8342   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
8343   algorithm: "plot_latency_error_bars_name"
8344   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
8345   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8346   include:
8347     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8348     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8349     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8350     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8351     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8352   layout:
8353     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
8354     layout: "plot-latency"
8355
8356 - type: "plot"
8357   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
8358   algorithm: "plot_latency_error_bars_name"
8359   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
8360   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8361   include:
8362     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8363     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8364     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8365     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8366     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8367     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8368   layout:
8369     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
8370     layout: "plot-latency"
8371
8372 - type: "plot"
8373   title: "Latency: 3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr-lat"
8374   algorithm: "plot_latency_error_bars_name"
8375   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr-lat"
8376   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8377   include:
8378     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8379     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8380     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8381   layout:
8382     title: "3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr"
8383     layout: "plot-latency"
8384
8385 - type: "plot"
8386   title: "Latency: 3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr-lat"
8387   algorithm: "plot_latency_error_bars_name"
8388   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr-lat"
8389   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8390   include:
8391     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8392     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8393     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8394   layout:
8395     title: "3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
8396     layout: "plot-latency"
8397
8398 - type: "plot"
8399   title: "Latency: 3n-tsh-x520-64b-1t1c-memif-base-i40e-ndr-lat"
8400   algorithm: "plot_latency_error_bars_name"
8401   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-i40e-ndr-lat"
8402   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8403   include:
8404     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
8405     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
8406     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8407     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
8408     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
8409   layout:
8410     title: "3n-tsh-x520-64b-1t1c-memif-base-i40e-ndr"
8411     layout: "plot-latency"
8412
8413 - type: "plot"
8414   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
8415   algorithm: "plot_latency_error_bars_name"
8416   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
8417   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8418   include:
8419     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
8420     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
8421     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
8422     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
8423     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
8424   layout:
8425     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-i40e-ndr"
8426     layout: "plot-latency"
8427
8428 - type: "plot"
8429   title: "Latency: 3n-tsh-x520-64b-1t1c-feature-ip4routing-base-i40e-ndr-lat"
8430   algorithm: "plot_latency_error_bars_name"
8431   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-feature-ip4routing-base-i40e-ndr-lat"
8432   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8433   include:
8434     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
8435     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
8436     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
8437     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
8438     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
8439     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
8440   layout:
8441     title: "3n-tsh-x520-64b-1t1c-feature-ip4routing-base-i40e-ndr"
8442     layout: "plot-latency"
8443
8444 - type: "plot"
8445   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-i40e-ndr-lat"
8446   algorithm: "plot_latency_error_bars_name"
8447   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-i40e-ndr-lat"
8448   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8449   include:
8450     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
8451     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8452     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
8453     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
8454   layout:
8455     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-i40e-ndr-lat"
8456     layout: "plot-latency"
8457
8458 - type: "plot"
8459   title: "Latency: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
8460   algorithm: "plot_latency_error_bars_name"
8461   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
8462   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8463   include:
8464     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
8465     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
8466     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
8467     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
8468     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
8469   layout:
8470     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-i40e-ndr"
8471     layout: "plot-latency"
8472
8473 - type: "plot"
8474   title: "Latency: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
8475   algorithm: "plot_latency_error_bars_name"
8476   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
8477   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8478   include:
8479     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8480     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8481     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8482     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8483     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8484     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8485   layout:
8486     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
8487     layout: "plot-latency"
8488
8489 - type: "plot"
8490   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-i40e-ndr-lat"
8491   algorithm: "plot_latency_error_bars_name"
8492   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-i40e-ndr-lat"
8493   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8494   include:
8495     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
8496     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
8497     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8498     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
8499   layout:
8500     title: "3n-tsh-x520-64b-1t1c-l2switching-base-i40e-ndr"
8501     layout: "plot-latency"
8502
8503 - type: "plot"
8504   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
8505   algorithm: "plot_latency_error_bars_name"
8506   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
8507   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8508   include:
8509     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
8510     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
8511     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
8512     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
8513     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
8514     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8515   layout:
8516     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-i40e-ndr"
8517     layout: "plot-latency"
8518
8519 - type: "plot"
8520   title: "Latency: 3n-tsh-x520-64b-1t1c-feature-l2switching-base-i40e-ndr-lat"
8521   algorithm: "plot_latency_error_bars_name"
8522   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-feature-l2switching-base-i40e-ndr-lat"
8523   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8524   include:
8525     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
8526     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
8527     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
8528     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
8529     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
8530     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
8531   layout:
8532     title: "3n-tsh-x520-64b-1t1c-feature-l2switching-base-i40e-ndr"
8533     layout: "plot-latency"
8534
8535 - type: "plot"
8536   title: "Latency: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-i40e-ndr-lat"
8537   algorithm: "plot_latency_error_bars_name"
8538   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-i40e-ndr-lat"
8539   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8540   include:
8541     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
8542     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
8543     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
8544     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
8545     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
8546     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
8547   layout:
8548     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
8549     layout: "plot-latency"
8550
8551 - type: "plot"
8552   title: "Latency: 3n-tsh-x520-64b-1t1c-vhost-base-i40e-ndr-lat"
8553   algorithm: "plot_latency_error_bars_name"
8554   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-i40e-ndr-lat"
8555   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8556   include:
8557     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8558     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8559     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8560     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8561     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8562   layout:
8563     title: "3n-tsh-x520-64b-1t1c-vhost-base-i40e-ndr"
8564     layout: "plot-latency"
8565
8566 - type: "plot"
8567   title: "Latency: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-ndr-lat"
8568   algorithm: "plot_latency_error_bars_name"
8569   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-ndr-lat"
8570   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8571   include:
8572     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8573     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8574     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8575     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8576     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8577     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8578   layout:
8579     title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
8580     layout: "plot-latency"
8581
8582 - type: "plot"
8583   title: "Latency: 3n-tsh-x520-114b-1t1c-vts-l2switching-base-i40e-ndr-lat"
8584   algorithm: "plot_latency_error_bars_name"
8585   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-1t1c-vts-l2switching-base-i40e-ndr-lat"
8586   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8587   include:
8588     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8589     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8590     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8591   layout:
8592     title: "3n-tsh-x520-114b-1t1c-vts-l2switching-base-i40e-ndr"
8593     layout: "plot-latency"
8594
8595 ################################################################################
8596
8597 # Packet Latency 2C
8598
8599 - type: "plot"
8600   title: "Latency: 2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
8601   algorithm: "plot_latency_error_bars_name"
8602   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
8603   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8604   include:
8605     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
8606     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8607     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8608     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
8609   layout:
8610     title: "2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
8611     layout: "plot-latency"
8612
8613 - type: "plot"
8614   title: "Latency: 3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
8615   algorithm: "plot_latency_error_bars_name"
8616   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
8617   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8618   include:
8619     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
8620     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
8621     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8622     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
8623     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
8624   layout:
8625     title: "3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
8626     layout: "plot-latency"
8627
8628 - type: "plot"
8629   title: "Latency: 2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
8630   algorithm: "plot_latency_error_bars_name"
8631   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
8632   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8633   include:
8634     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
8635     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
8636     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
8637     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
8638     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
8639   layout:
8640     title: "2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
8641     layout: "plot-latency"
8642
8643 - type: "plot"
8644   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
8645   algorithm: "plot_latency_error_bars_name"
8646   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
8647   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8648   include:
8649     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
8650     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
8651     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
8652     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
8653   layout:
8654     title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
8655     layout: "plot-latency"
8656
8657 - type: "plot"
8658   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
8659   algorithm: "plot_latency_error_bars_name"
8660   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
8661   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8662   include:
8663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
8664     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
8665     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
8666     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
8667     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
8668   layout:
8669     title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
8670     layout: "plot-latency"
8671
8672 - type: "plot"
8673   title: "Latency: 2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
8674   algorithm: "plot_latency_error_bars_name"
8675   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
8676   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8677   include:
8678     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
8679     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
8680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
8681     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
8682     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
8683     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
8684   layout:
8685     title: "2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
8686     layout: "plot-latency"
8687
8688 - type: "plot"
8689   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
8690   algorithm: "plot_latency_error_bars_name"
8691   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
8692   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8693   include:
8694     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
8695     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
8696     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
8697   layout:
8698     title: "3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr"
8699     layout: "plot-latency"
8700
8701 - type: "plot"
8702   title: "Latency: 3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
8703   algorithm: "plot_latency_error_bars_name"
8704   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
8705   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8706   include:
8707     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
8708     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
8709     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
8710     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
8711     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
8712   layout:
8713     title: "3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
8714     layout: "plot-latency"
8715
8716 - type: "plot"
8717   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
8718   algorithm: "plot_latency_error_bars_name"
8719   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
8720   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8721   include:
8722     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
8723     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
8724     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
8725     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
8726   layout:
8727     title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
8728     layout: "plot-latency"
8729
8730 - type: "plot"
8731   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
8732   algorithm: "plot_latency_error_bars_name"
8733   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
8734   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8735   include:
8736     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
8737     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
8738     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
8739     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
8740     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
8741   layout:
8742     title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
8743     layout: "plot-latency"
8744
8745 - type: "plot"
8746   title: "Latency: 3n-skx-xxv710-64b-4t2c-feature-ip4routing-base-i40e-ndr-lat"
8747   algorithm: "plot_latency_error_bars_name"
8748   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-feature-ip4routing-base-i40e-ndr-lat"
8749   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8750   include:
8751     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
8752     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
8753     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
8754     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
8755     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
8756     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
8757   layout:
8758     title: "3n-skx-xxv710-64b-4t2c-feature-ip4routing-base-i40e-ndr"
8759     layout: "plot-latency"
8760
8761 - type: "plot"
8762   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr-lat"
8763   algorithm: "plot_latency_error_bars_name"
8764   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr-lat"
8765   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8766   include:
8767     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t2c-ethip4vxlan-l2xcbase-ndrpdr"
8768     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8769   layout:
8770     title: "3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr"
8771     layout: "plot-latency"
8772
8773 - type: "plot"
8774   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-lat"
8775   algorithm: "plot_latency_error_bars_name"
8776   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-lat"
8777   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8778   include:
8779     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t2c-ethip4vxlan-l2xcbase-ndrpdr"
8780     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8781     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
8782     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
8783   layout:
8784     title: "3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr"
8785     layout: "plot-latency"
8786
8787 - type: "plot"
8788   title: "Latency: 2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8789   algorithm: "plot_latency_error_bars_name"
8790   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8791   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8792   include:
8793     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
8794     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
8795     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
8796   layout:
8797     title: "2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
8798     layout: "plot-latency"
8799
8800 - type: "plot"
8801   title: "Latency: 2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8802   algorithm: "plot_latency_error_bars_name"
8803   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8804   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8805   include:
8806     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
8807     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
8808     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
8809     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
8810     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
8811   layout:
8812     title: "2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
8813     layout: "plot-latency"
8814
8815 - type: "plot"
8816   title: "Latency: 3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
8817   algorithm: "plot_latency_error_bars_name"
8818   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
8819   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8820   include:
8821     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
8822     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
8823     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
8824   layout:
8825     title: "3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr"
8826     layout: "plot-latency"
8827
8828 - type: "plot"
8829   title: "Latency: 3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8830   algorithm: "plot_latency_error_bars_name"
8831   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8832   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8833   include:
8834     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
8835     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
8836     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
8837   layout:
8838     title: "3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
8839     layout: "plot-latency"
8840
8841 - type: "plot"
8842   title: "Latency: 3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8843   algorithm: "plot_latency_error_bars_name"
8844   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8845   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8846   include:
8847     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
8848     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
8849     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
8850     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
8851     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
8852   layout:
8853     title: "3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
8854     layout: "plot-latency"
8855
8856 - type: "plot"
8857   title: "Latency: 3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
8858   algorithm: "plot_latency_error_bars_name"
8859   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
8860   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8861   include:
8862     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8863     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8864     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8865     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8866     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8867     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8868   layout:
8869     title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
8870     layout: "plot-latency"
8871
8872 - type: "plot"
8873   title: "Latency: 3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
8874   algorithm: "plot_latency_error_bars_name"
8875   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
8876   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8877   include:
8878     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
8879     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8880     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
8881     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8882   layout:
8883     title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
8884     layout: "plot-latency"
8885
8886 - type: "plot"
8887   title: "Latency: 3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
8888   algorithm: "plot_latency_error_bars_name"
8889   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
8890   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8891   include:
8892     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8893     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8894     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8895     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8896     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8897     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8898   layout:
8899     title: "3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr"
8900     layout: "plot-latency"
8901
8902 - type: "plot"
8903   title: "Latency: 2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
8904   algorithm: "plot_latency_error_bars_name"
8905   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
8906   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8907   include:
8908     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
8909     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
8910     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
8911     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
8912     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
8913     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
8914   layout:
8915     title: "2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
8916     layout: "plot-latency"
8917
8918 - type: "plot"
8919   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
8920   algorithm: "plot_latency_error_bars_name"
8921   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
8922   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8923   include:
8924     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
8925     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
8926     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
8927     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
8928   layout:
8929     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
8930     layout: "plot-latency"
8931
8932 - type: "plot"
8933   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
8934   algorithm: "plot_latency_error_bars_name"
8935   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
8936   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8937   include:
8938     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
8939     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
8940     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
8941     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
8942     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
8943   layout:
8944     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
8945     layout: "plot-latency"
8946
8947 - type: "plot"
8948   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
8949   algorithm: "plot_latency_error_bars_name"
8950   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
8951   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8952   include:
8953     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
8954     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
8955     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
8956     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
8957   layout:
8958     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
8959     layout: "plot-latency"
8960
8961 - type: "plot"
8962   title: "Latency: 3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
8963   algorithm: "plot_latency_error_bars_name"
8964   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
8965   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8966   include:
8967     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
8968     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
8969     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
8970     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
8971     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
8972     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
8973   layout:
8974     title: "3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr"
8975     layout: "plot-latency"
8976
8977 - type: "plot"
8978   title: "Latency: 3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
8979   algorithm: "plot_latency_error_bars_name"
8980   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
8981   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8982   include:
8983     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
8984     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
8985     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
8986     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
8987     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
8988   layout:
8989     title: "3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
8990     layout: "plot-latency"
8991
8992 - type: "plot"
8993   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
8994   algorithm: "plot_latency_error_bars_name"
8995   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
8996   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8997   include:
8998     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
8999     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
9000     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
9001   layout:
9002     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
9003     layout: "plot-latency"
9004
9005 - type: "plot"
9006   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
9007   algorithm: "plot_latency_error_bars_name"
9008   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
9009   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9010   include:
9011     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
9012     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
9013     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
9014     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
9015   layout:
9016     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
9017     layout: "plot-latency"
9018
9019 - type: "plot"
9020   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
9021   algorithm: "plot_latency_error_bars_name"
9022   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
9023   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9024   include:
9025     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
9026     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
9027     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
9028     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
9029     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
9030     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
9031   layout:
9032     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
9033     layout: "plot-latency"
9034
9035 - type: "plot"
9036   title: "Latency: 3n-skx-xxv710-64b-4t2c-feature-l2switching-base-i40e-ndr-lat"
9037   algorithm: "plot_latency_error_bars_name"
9038   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-feature-l2switching-base-i40e-ndr-lat"
9039   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9040   include:
9041     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
9042     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
9043     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
9044     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
9045     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
9046     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
9047   layout:
9048     title: "3n-skx-xxv710-64b-4t2c-feature-l2switching-base-i40e-ndr"
9049     layout: "plot-latency"
9050
9051 - type: "plot"
9052   title: "Latency: 3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr-lat"
9053   algorithm: "plot_latency_error_bars_name"
9054   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr-lat"
9055   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9056   include:
9057     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9058     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9059     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9060     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
9061     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
9062     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
9063   layout:
9064     title: "3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr"
9065     layout: "plot-latency"
9066
9067 - type: "plot"
9068   title: "Latency: 3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr-lat"
9069   algorithm: "plot_latency_error_bars_name"
9070   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr-lat"
9071   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9072   include:
9073     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9074     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9075     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9076     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
9077     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
9078     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
9079   layout:
9080     title: "3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr"
9081     layout: "plot-latency"
9082
9083 - type: "plot"
9084   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
9085   algorithm: "plot_latency_error_bars_name"
9086   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
9087   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9088   include:
9089     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9090     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9091     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9092     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9093   layout:
9094     title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
9095     layout: "plot-latency"
9096
9097 - type: "plot"
9098   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr-lat"
9099   algorithm: "plot_latency_error_bars_name"
9100   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr-lat"
9101   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9102   include:
9103     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9104     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9105     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9106     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9107   layout:
9108     title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr"
9109     layout: "plot-latency"
9110
9111 #- type: "plot"
9112 #  title: "Latency: 3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
9113 #  algorithm: "plot_latency_error_bars_name"
9114 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
9115 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
9116 #  include:
9117 #    - ""
9118 #  layout:
9119 #    title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
9120 #    layout: "plot-latency"
9121
9122 - type: "plot"
9123   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
9124   algorithm: "plot_latency_error_bars_name"
9125   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
9126   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9127   include:
9128     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9129     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9130     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9131     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9132     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9133   layout:
9134     title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
9135     layout: "plot-latency"
9136
9137 - type: "plot"
9138   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
9139   algorithm: "plot_latency_error_bars_name"
9140   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
9141   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9142   include:
9143     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9144     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9145     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9146     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9147     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9148     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9149   layout:
9150     title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
9151     layout: "plot-latency"
9152
9153 - type: "plot"
9154   title: "Latency: 3n-hsw-xl710-114b-2t2c-vts-l2switching-base-i40e-ndr-lat"
9155   algorithm: "plot_latency_error_bars_name"
9156   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-2t2c-vts-l2switching-base-i40e-ndr-lat"
9157   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9158   include:
9159     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
9160     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
9161     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
9162   layout:
9163     title: "3n-hsw-xl710-114b-2t2c-vts-l2switching-base-i40e-ndr"
9164     layout: "plot-latency"
9165
9166 - type: "plot"
9167   title: "Latency: 3n-skx-xxv710-114b-4t2c-vts-l2switching-base-i40e-ndr-lat"
9168   algorithm: "plot_latency_error_bars_name"
9169   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-4t2c-vts-l2switching-base-i40e-ndr-lat"
9170   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9171   include:
9172     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
9173     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
9174     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
9175   layout:
9176     title: "3n-skx-xxv710-114b-4t2c-vts-l2switching-base-i40e-ndr"
9177     layout: "plot-latency"
9178
9179 - type: "plot"
9180   title: "Latency: 3n-tsh-x520-64b-2t2c-memif-base-i40e-ndr-lat"
9181   algorithm: "plot_latency_error_bars_name"
9182   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-memif-base-i40e-ndr-lat"
9183   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9184   include:
9185     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
9186     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
9187     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9188     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
9189     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
9190   layout:
9191     title: "3n-tsh-x520-64b-2t2c-memif-base-i40e-ndr"
9192     layout: "plot-latency"
9193
9194 - type: "plot"
9195   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
9196   algorithm: "plot_latency_error_bars_name"
9197   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
9198   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9199   include:
9200     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
9201     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
9202     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t2c-ethip4-ip4scale20k-ndrpdr"
9203     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t2c-ethip4-ip4scale200k-ndrpdr"
9204     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
9205   layout:
9206     title: "3n-tsh-x520-64b-2t2c-ip4routing-base-scale-i40e-ndr"
9207     layout: "plot-latency"
9208
9209 - type: "plot"
9210   title: "Latency: 3n-tsh-x520-64b-2t2c-feature-ip4routing-base-i40e-ndr-lat"
9211   algorithm: "plot_latency_error_bars_name"
9212   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-feature-ip4routing-base-i40e-ndr-lat"
9213   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9214   include:
9215     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
9216     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9217     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9218     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9219     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9220     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t2c-ethip4udp-ip4base-nat44-ndrpdr"
9221   layout:
9222     title: "3n-tsh-x520-64b-2t2c-feature-ip4routing-base-i40e-ndr"
9223     layout: "plot-latency"
9224
9225 - type: "plot"
9226   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4tunnel-base-i40e-ndr-lat"
9227   algorithm: "plot_latency_error_bars_name"
9228   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4tunnel-base-i40e-ndr-lat"
9229   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9230   include:
9231     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t2c-ethip4vxlan-l2xcbase-ndrpdr"
9232     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
9233     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
9234     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
9235   layout:
9236     title: "3n-tsh-x520-64b-2t2c-ip4tunnel-base-i40e-ndr-lat"
9237     layout: "plot-latency"
9238
9239 - type: "plot"
9240   title: "Latency: 3n-tsh-x520-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
9241   algorithm: "plot_latency_error_bars_name"
9242   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
9243   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9244   include:
9245     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
9246     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
9247     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t2c-ethip6-ip6scale20k-ndrpdr"
9248     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t2c-ethip6-ip6scale200k-ndrpdr"
9249     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
9250   layout:
9251     title: "3n-tsh-x520-78b-2t2c-ip6routing-base-scale-i40e-ndr"
9252     layout: "plot-latency"
9253
9254 - type: "plot"
9255   title: "Latency: 3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
9256   algorithm: "plot_latency_error_bars_name"
9257   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
9258   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9259   include:
9260     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
9261     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9262     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9263     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9264     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9265     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9266   layout:
9267     title: "3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
9268     layout: "plot-latency"
9269
9270 - type: "plot"
9271   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-i40e-ndr-lat"
9272   algorithm: "plot_latency_error_bars_name"
9273   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-i40e-ndr-lat"
9274   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9275   include:
9276     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
9277     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
9278     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
9279     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
9280   layout:
9281     title: "3n-tsh-x520-64b-2t2c-l2switching-base-i40e-ndr"
9282     layout: "plot-latency"
9283
9284 - type: "plot"
9285   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
9286   algorithm: "plot_latency_error_bars_name"
9287   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
9288   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9289   include:
9290     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
9291     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
9292     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
9293     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale10kmaclrn-ndrpdr"
9294     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale100kmaclrn-ndrpdr"
9295     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
9296   layout:
9297     title: "3n-tsh-x520-64b-2t2c-l2switching-base-scale-i40e-ndr"
9298     layout: "plot-latency"
9299
9300 - type: "plot"
9301   title: "Latency: 3n-tsh-x520-64b-2t2c-feature-l2switching-base-i40e-ndr-lat"
9302   algorithm: "plot_latency_error_bars_name"
9303   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-feature-l2switching-base-i40e-ndr-lat"
9304   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9305   include:
9306     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
9307     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
9308     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
9309     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
9310     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
9311     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
9312   layout:
9313     title: "3n-tsh-x520-64b-2t2c-feature-l2switching-base-i40e-ndr"
9314     layout: "plot-latency"
9315
9316 - type: "plot"
9317   title: "Latency: 3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-i40e-ndr-lat"
9318   algorithm: "plot_latency_error_bars_name"
9319   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-i40e-ndr-lat"
9320   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9321   include:
9322     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9323     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9324     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9325     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
9326     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
9327     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
9328   layout:
9329     title: "3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-i40e-ndr"
9330     layout: "plot-latency"
9331
9332 - type: "plot"
9333   title: "Latency: 3n-tsh-x520-64b-2t2c-vhost-base-i40e-ndr-lat"
9334   algorithm: "plot_latency_error_bars_name"
9335   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-vhost-base-i40e-ndr-lat"
9336   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9337   include:
9338     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9339     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9340     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9341     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9342     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9343   layout:
9344     title: "3n-tsh-x520-64b-2t2c-vhost-base-i40e-ndr"
9345     layout: "plot-latency"
9346
9347 - type: "plot"
9348   title: "Latency: 3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-i40e-ndr-lat"
9349   algorithm: "plot_latency_error_bars_name"
9350   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-i40e-ndr-lat"
9351   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9352   include:
9353     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9354     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9355     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9356     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9357     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9358     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9359   layout:
9360     title: "3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-i40e-ndr"
9361     layout: "plot-latency"
9362
9363 - type: "plot"
9364   title: "Latency: 3n-tsh-x520-114b-2t2c-vts-l2switching-base-i40e-ndr-lat"
9365   algorithm: "plot_latency_error_bars_name"
9366   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-2t2c-vts-l2switching-base-i40e-ndr-lat"
9367   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9368   include:
9369     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
9370     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
9371     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
9372   layout:
9373     title: "3n-tsh-x520-114b-2t2c-vts-l2switching-base-i40e-ndr"
9374     layout: "plot-latency"
9375
9376 ################################################################################
9377
9378 # Packet Latency 4C
9379
9380 - type: "plot"
9381   title: "Latency: 2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
9382   algorithm: "plot_latency_error_bars_name"
9383   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
9384   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9385   include:
9386     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
9387     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9388     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9389     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
9390   layout:
9391     title: "2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
9392     layout: "plot-latency"
9393
9394 - type: "plot"
9395   title: "Latency: 3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
9396   algorithm: "plot_latency_error_bars_name"
9397   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
9398   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9399   include:
9400     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
9401     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
9402     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9403     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
9404     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
9405   layout:
9406     title: "3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
9407     layout: "plot-latency"
9408
9409 - type: "plot"
9410   title: "Latency: 2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
9411   algorithm: "plot_latency_error_bars_name"
9412   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
9413   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9414   include:
9415     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
9416     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
9417     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
9418     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
9419     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
9420   layout:
9421     title: "2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
9422     layout: "plot-latency"
9423
9424 - type: "plot"
9425   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
9426   algorithm: "plot_latency_error_bars_name"
9427   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
9428   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9429   include:
9430     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
9431     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
9432     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
9433     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
9434   layout:
9435     title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
9436     layout: "plot-latency"
9437
9438 - type: "plot"
9439   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
9440   algorithm: "plot_latency_error_bars_name"
9441   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
9442   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9443   include:
9444     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
9445     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
9446     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
9447     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
9448     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
9449   layout:
9450     title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
9451     layout: "plot-latency"
9452
9453 - type: "plot"
9454   title: "Latency: 2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
9455   algorithm: "plot_latency_error_bars_name"
9456   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
9457   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9458   include:
9459     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
9460     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9461     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9462     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9463     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9464     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
9465   layout:
9466     title: "2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
9467     layout: "plot-latency"
9468
9469 - type: "plot"
9470   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
9471   algorithm: "plot_latency_error_bars_name"
9472   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
9473   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9474   include:
9475     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
9476     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
9477     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
9478   layout:
9479     title: "3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr"
9480     layout: "plot-latency"
9481
9482 - type: "plot"
9483   title: "Latency: 3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
9484   algorithm: "plot_latency_error_bars_name"
9485   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
9486   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9487   include:
9488     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
9489     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
9490     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
9491     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
9492     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
9493   layout:
9494     title: "3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
9495     layout: "plot-latency"
9496
9497 - type: "plot"
9498   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
9499   algorithm: "plot_latency_error_bars_name"
9500   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
9501   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9502   include:
9503     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
9504     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
9505     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
9506     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
9507   layout:
9508     title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
9509     layout: "plot-latency"
9510
9511 - type: "plot"
9512   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
9513   algorithm: "plot_latency_error_bars_name"
9514   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
9515   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9516   include:
9517     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
9518     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
9519     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
9520     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
9521     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
9522   layout:
9523     title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
9524     layout: "plot-latency"
9525
9526 - type: "plot"
9527   title: "Latency: 3n-skx-xxv710-64b-8t4c-feature-ip4routing-base-i40e-ndr-lat"
9528   algorithm: "plot_latency_error_bars_name"
9529   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-feature-ip4routing-base-i40e-ndr-lat"
9530   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9531   include:
9532     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
9533     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9534     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9535     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9536     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9537     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
9538   layout:
9539     title: "3n-skx-xxv710-64b-8t4c-feature-ip4routing-base-i40e-ndr"
9540     layout: "plot-latency"
9541
9542 - type: "plot"
9543   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr-lat"
9544   algorithm: "plot_latency_error_bars_name"
9545   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr-lat"
9546   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9547   include:
9548     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t4c-ethip4vxlan-l2xcbase-ndrpdr"
9549     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
9550   layout:
9551     title: "3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr"
9552     layout: "plot-latency"
9553
9554 - type: "plot"
9555   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr-lat"
9556   algorithm: "plot_latency_error_bars_name"
9557   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr-lat"
9558   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9559   include:
9560     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-8t4c-ethip4vxlan-l2xcbase-ndrpdr"
9561     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
9562     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-8t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
9563     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-8t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
9564   layout:
9565     title: "3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr"
9566     layout: "plot-latency"
9567
9568 - type: "plot"
9569   title: "Latency: 2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
9570   algorithm: "plot_latency_error_bars_name"
9571   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
9572   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9573   include:
9574     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
9575     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
9576     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
9577   layout:
9578     title: "2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
9579     layout: "plot-latency"
9580
9581 - type: "plot"
9582   title: "Latency: 2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
9583   algorithm: "plot_latency_error_bars_name"
9584   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
9585   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9586   include:
9587     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
9588     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
9589     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
9590     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
9591     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
9592   layout:
9593     title: "2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
9594     layout: "plot-latency"
9595
9596 - type: "plot"
9597   title: "Latency: 3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
9598   algorithm: "plot_latency_error_bars_name"
9599   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
9600   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9601   include:
9602     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
9603     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
9604     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
9605   layout:
9606     title: "3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr"
9607     layout: "plot-latency"
9608
9609 - type: "plot"
9610   title: "Latency: 3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
9611   algorithm: "plot_latency_error_bars_name"
9612   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
9613   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9614   include:
9615     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
9616     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
9617     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
9618   layout:
9619     title: "3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
9620     layout: "plot-latency"
9621
9622 - type: "plot"
9623   title: "Latency: 3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
9624   algorithm: "plot_latency_error_bars_name"
9625   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
9626   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9627   include:
9628     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
9629     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
9630     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
9631     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
9632     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
9633   layout:
9634     title: "3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
9635     layout: "plot-latency"
9636
9637 - type: "plot"
9638   title: "Latency: 3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
9639   algorithm: "plot_latency_error_bars_name"
9640   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
9641   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9642   include:
9643     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
9644     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9645     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9646     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9647     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9648     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9649   layout:
9650     title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
9651     layout: "plot-latency"
9652
9653 - type: "plot"
9654   title: "Latency: 3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
9655   algorithm: "plot_latency_error_bars_name"
9656   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
9657   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9658   include:
9659     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
9660     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9661     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
9662     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9663   layout:
9664     title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
9665     layout: "plot-latency"
9666
9667 - type: "plot"
9668   title: "Latency: 3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
9669   algorithm: "plot_latency_error_bars_name"
9670   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
9671   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9672   include:
9673     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
9674     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9675     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9676     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9677     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9678     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9679   layout:
9680     title: "3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr"
9681     layout: "plot-latency"
9682
9683 - type: "plot"
9684   title: "Latency: 2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
9685   algorithm: "plot_latency_error_bars_name"
9686   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
9687   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9688   include:
9689     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
9690     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
9691     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
9692     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
9693     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
9694     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
9695   layout:
9696     title: "2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
9697     layout: "plot-latency"
9698
9699 - type: "plot"
9700   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
9701   algorithm: "plot_latency_error_bars_name"
9702   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
9703   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9704   include:
9705     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
9706     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
9707     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
9708     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
9709   layout:
9710     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
9711     layout: "plot-latency"
9712
9713 - type: "plot"
9714   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
9715   algorithm: "plot_latency_error_bars_name"
9716   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
9717   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9718   include:
9719     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
9720     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
9721     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
9722     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
9723     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
9724   layout:
9725     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
9726     layout: "plot-latency"
9727
9728 - type: "plot"
9729   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
9730   algorithm: "plot_latency_error_bars_name"
9731   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
9732   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9733   include:
9734     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
9735     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
9736     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
9737     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
9738   layout:
9739     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
9740     layout: "plot-latency"
9741
9742 - type: "plot"
9743   title: "Latency: 3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
9744   algorithm: "plot_latency_error_bars_name"
9745   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
9746   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9747   include:
9748     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
9749     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
9750     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
9751     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
9752     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
9753     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
9754   layout:
9755     title: "3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr"
9756     layout: "plot-latency"
9757
9758 - type: "plot"
9759   title: "Latency: 3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
9760   algorithm: "plot_latency_error_bars_name"
9761   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
9762   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9763   include:
9764     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
9765     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
9766     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
9767     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
9768     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
9769   layout:
9770     title: "3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
9771     layout: "plot-latency"
9772
9773 - type: "plot"
9774   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
9775   algorithm: "plot_latency_error_bars_name"
9776   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
9777   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9778   include:
9779     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
9780     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
9781     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
9782   layout:
9783     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
9784     layout: "plot-latency"
9785
9786 - type: "plot"
9787   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
9788   algorithm: "plot_latency_error_bars_name"
9789   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
9790   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9791   include:
9792     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
9793     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
9794     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
9795     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
9796   layout:
9797     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
9798     layout: "plot-latency"
9799
9800 - type: "plot"
9801   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
9802   algorithm: "plot_latency_error_bars_name"
9803   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
9804   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9805   include:
9806     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
9807     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
9808     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
9809     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
9810     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
9811     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
9812   layout:
9813     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
9814     layout: "plot-latency"
9815
9816 - type: "plot"
9817   title: "Latency: 3n-skx-xxv710-64b-8t4c-feature-l2switching-base-i40e-ndr-lat"
9818   algorithm: "plot_latency_error_bars_name"
9819   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-feature-l2switching-base-i40e-ndr-lat"
9820   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9821   include:
9822     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
9823     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
9824     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
9825     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
9826     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
9827     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
9828   layout:
9829     title: "3n-skx-xxv710-64b-8t4c-feature-l2switching-base-i40e-ndr"
9830     layout: "plot-latency"
9831
9832 - type: "plot"
9833   title: "Latency: 3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr-lat"
9834   algorithm: "plot_latency_error_bars_name"
9835   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr-lat"
9836   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9837   include:
9838     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9839     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9840     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9841     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
9842     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
9843     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
9844   layout:
9845     title: "3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr"
9846     layout: "plot-latency"
9847
9848 - type: "plot"
9849   title: "Latency: 3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr-lat"
9850   algorithm: "plot_latency_error_bars_name"
9851   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr-lat"
9852   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9853   include:
9854     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-8t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9855     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9856     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9857     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
9858     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
9859     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
9860   layout:
9861     title: "3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr"
9862     layout: "plot-latency"
9863
9864 - type: "plot"
9865   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
9866   algorithm: "plot_latency_error_bars_name"
9867   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
9868   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9869   include:
9870     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9871     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9872     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9873     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9874   layout:
9875     title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
9876     layout: "plot-latency"
9877
9878 - type: "plot"
9879   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr-lat"
9880   algorithm: "plot_latency_error_bars_name"
9881   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr-lat"
9882   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9883   include:
9884     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9885     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9886     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9887     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9888   layout:
9889     title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr"
9890     layout: "plot-latency"
9891
9892 #- type: "plot"
9893 #  title: "Latency: 3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
9894 #  algorithm: "plot_latency_error_bars_name"
9895 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
9896 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
9897 #  include:
9898 #    - ""
9899 #  layout:
9900 #    title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
9901 #    layout: "plot-latency"
9902
9903 - type: "plot"
9904   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
9905   algorithm: "plot_latency_error_bars_name"
9906   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
9907   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9908   include:
9909     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9910     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9911     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9912     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9913     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9914   layout:
9915     title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
9916     layout: "plot-latency"
9917
9918 - type: "plot"
9919   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
9920   algorithm: "plot_latency_error_bars_name"
9921   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
9922   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9923   include:
9924     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9925     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9926     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9927     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9928     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9929     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9930   layout:
9931     title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
9932     layout: "plot-latency"
9933
9934 - type: "plot"
9935   title: "Latency: 3n-hsw-xl710-114b-4t4c-vts-l2switching-base-i40e-ndr-lat"
9936   algorithm: "plot_latency_error_bars_name"
9937   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-4t4c-vts-l2switching-base-i40e-ndr-lat"
9938   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9939   include:
9940     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
9941     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
9942     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
9943   layout:
9944     title: "3n-hsw-xl710-114b-4t4c-vts-l2switching-base-i40e-ndr"
9945     layout: "plot-latency"
9946
9947 - type: "plot"
9948   title: "Latency: 3n-skx-xxv710-114b-8t4c-vts-l2switching-base-i40e-ndr-lat"
9949   algorithm: "plot_latency_error_bars_name"
9950   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-8t4c-vts-l2switching-base-i40e-ndr-lat"
9951   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9952   include:
9953     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
9954     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
9955     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
9956   layout:
9957     title: "3n-skx-xxv710-114b-8t4c-vts-l2switching-base-i40e-ndr"
9958     layout: "plot-latency"
9959
9960 - type: "plot"
9961   title: "Latency: 3n-tsh-x520-64b-4t4c-memif-base-i40e-ndr-lat"
9962   algorithm: "plot_latency_error_bars_name"
9963   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-memif-base-i40e-ndr-lat"
9964   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9965   include:
9966     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
9967     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
9968     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9969     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
9970     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
9971   layout:
9972     title: "3n-tsh-x520-64b-4t4c-memif-base-i40e-ndr"
9973     layout: "plot-latency"
9974
9975 - type: "plot"
9976   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
9977   algorithm: "plot_latency_error_bars_name"
9978   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
9979   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9980   include:
9981     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
9982     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
9983     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t4c-ethip4-ip4scale20k-ndrpdr"
9984     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t4c-ethip4-ip4scale200k-ndrpdr"
9985     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
9986   layout:
9987     title: "3n-tsh-x520-64b-4t4c-ip4routing-base-scale-i40e-ndr"
9988     layout: "plot-latency"
9989
9990 - type: "plot"
9991   title: "Latency: 3n-tsh-x520-64b-4t4c-feature-ip4routing-base-i40e-ndr-lat"
9992   algorithm: "plot_latency_error_bars_name"
9993   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-feature-ip4routing-base-i40e-ndr-lat"
9994   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9995   include:
9996     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
9997     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9998     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9999     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10000     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10001     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t4c-ethip4udp-ip4base-nat44-ndrpdr"
10002   layout:
10003     title: "3n-tsh-x520-64b-4t4c-feature-ip4routing-base-i40e-ndr"
10004     layout: "plot-latency"
10005
10006 - type: "plot"
10007   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4tunnel-base-i40e-ndr-lat"
10008   algorithm: "plot_latency_error_bars_name"
10009   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4tunnel-base-i40e-ndr-lat"
10010   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10011   include:
10012     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t4c-ethip4vxlan-l2xcbase-ndrpdr"
10013     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10014     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10015     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10016   layout:
10017     title: "3n-tsh-x520-64b-4t4c-ip4tunnel-base-i40e-ndr-lat"
10018     layout: "plot-latency"
10019
10020 - type: "plot"
10021   title: "Latency: 3n-tsh-x520-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
10022   algorithm: "plot_latency_error_bars_name"
10023   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
10024   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10025   include:
10026     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
10027     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
10028     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t4c-ethip6-ip6scale20k-ndrpdr"
10029     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t4c-ethip6-ip6scale200k-ndrpdr"
10030     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
10031   layout:
10032     title: "3n-tsh-x520-78b-4t4c-ip6routing-base-scale-i40e-ndr"
10033     layout: "plot-latency"
10034
10035 - type: "plot"
10036   title: "Latency: 3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
10037   algorithm: "plot_latency_error_bars_name"
10038   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
10039   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10040   include:
10041     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10042     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10043     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10044     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10045     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10046     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10047   layout:
10048     title: "3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
10049     layout: "plot-latency"
10050
10051 - type: "plot"
10052   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-i40e-ndr-lat"
10053   algorithm: "plot_latency_error_bars_name"
10054   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-i40e-ndr-lat"
10055   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10056   include:
10057     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
10058     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
10059     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
10060     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
10061   layout:
10062     title: "3n-tsh-x520-64b-4t4c-l2switching-base-i40e-ndr"
10063     layout: "plot-latency"
10064
10065 - type: "plot"
10066   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
10067   algorithm: "plot_latency_error_bars_name"
10068   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
10069   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10070   include:
10071     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
10072     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
10073     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
10074     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale10kmaclrn-ndrpdr"
10075     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale100kmaclrn-ndrpdr"
10076     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
10077   layout:
10078     title: "3n-tsh-x520-64b-4t4c-l2switching-base-scale-i40e-ndr"
10079     layout: "plot-latency"
10080
10081 - type: "plot"
10082   title: "Latency: 3n-tsh-x520-64b-4t4c-feature-l2switching-base-i40e-ndr-lat"
10083   algorithm: "plot_latency_error_bars_name"
10084   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-feature-l2switching-base-i40e-ndr-lat"
10085   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10086   include:
10087     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
10088     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
10089     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
10090     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
10091     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
10092     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
10093   layout:
10094     title: "3n-tsh-x520-64b-4t4c-feature-l2switching-base-i40e-ndr"
10095     layout: "plot-latency"
10096
10097 - type: "plot"
10098   title: "Latency: 3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-i40e-ndr-lat"
10099   algorithm: "plot_latency_error_bars_name"
10100   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-i40e-ndr-lat"
10101   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10102   include:
10103     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
10104     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
10105     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
10106     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
10107     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
10108     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
10109   layout:
10110     title: "3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-i40e-ndr"
10111     layout: "plot-latency"
10112
10113 - type: "plot"
10114   title: "Latency: 3n-tsh-x520-64b-4t4c-vhost-base-i40e-ndr-lat"
10115   algorithm: "plot_latency_error_bars_name"
10116   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-vhost-base-i40e-ndr-lat"
10117   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10118   include:
10119     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10120     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10121     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10122     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10123     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
10124   layout:
10125     title: "3n-tsh-x520-64b-4t4c-vhost-base-i40e-ndr"
10126     layout: "plot-latency"
10127
10128 - type: "plot"
10129   title: "Latency: 3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-i40e-ndr-lat"
10130   algorithm: "plot_latency_error_bars_name"
10131   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-i40e-ndr-lat"
10132   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10133   include:
10134     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10135     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10136     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10137     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10138     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10139     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10140   layout:
10141     title: "3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-i40e-ndr"
10142     layout: "plot-latency"
10143
10144 - type: "plot"
10145   title: "Latency: 3n-tsh-x520-114b-4t4c-vts-l2switching-base-i40e-ndr-lat"
10146   algorithm: "plot_latency_error_bars_name"
10147   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-4t4c-vts-l2switching-base-i40e-ndr-lat"
10148   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10149   include:
10150     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
10151     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
10152     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
10153   layout:
10154     title: "3n-tsh-x520-114b-4t4c-vts-l2switching-base-i40e-ndr"
10155     layout: "plot-latency"
10156
10157 ################################################################################
10158
10159 # Packet Speedup
10160
10161 - type: "plot"
10162   title: "Speedup: 2n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
10163   algorithm: "plot_throughput_speedup_analysis_name"
10164   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
10165   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10166   include:
10167     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10168     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10169     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10170     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10171   layout:
10172     title: "2n-skx-xxv710-64b-memif-base-i40e-ndr"
10173     layout: "plot-throughput-speedup-analysis"
10174
10175 - type: "plot"
10176   title: "Speedup: 2n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
10177   algorithm: "plot_throughput_speedup_analysis_name"
10178   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
10179   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10180   include:
10181     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10182     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10183     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10184     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10185   layout:
10186     title: "2n-skx-xxv710-64b-memif-base-i40e-pdr"
10187     layout: "plot-throughput-speedup-analysis"
10188
10189 - type: "plot"
10190   title: "Speedup: 3n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
10191   algorithm: "plot_throughput_speedup_analysis_name"
10192   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
10193   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10194   include:
10195     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10196     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10197     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10198     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10199     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10200   layout:
10201     title: "3n-skx-xxv710-64b-memif-base-i40e-ndr"
10202     layout: "plot-throughput-speedup-analysis"
10203
10204 - type: "plot"
10205   title: "Speedup: 3n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
10206   algorithm: "plot_throughput_speedup_analysis_name"
10207   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
10208   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10209   include:
10210     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10211     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10212     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10213     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10214     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10215   layout:
10216     title: "3n-skx-xxv710-64b-memif-base-i40e-pdr"
10217     layout: "plot-throughput-speedup-analysis"
10218
10219 - type: "plot"
10220   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
10221   algorithm: "plot_throughput_speedup_analysis_name"
10222   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
10223   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10224   include:
10225     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
10226     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10227     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10228     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10229     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10230   layout:
10231     title: "2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr"
10232     layout: "plot-throughput-speedup-analysis"
10233
10234 - type: "plot"
10235   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
10236   algorithm: "plot_throughput_speedup_analysis_name"
10237   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
10238   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10239   include:
10240     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
10241     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10242     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10243     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10244     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10245   layout:
10246     title: "2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr"
10247     layout: "plot-throughput-speedup-analysis"
10248
10249 - type: "plot"
10250   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
10251   algorithm: "plot_throughput_speedup_analysis_name"
10252   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
10253   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10254   include:
10255     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
10256     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
10257     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
10258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10259   layout:
10260     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
10261     layout: "plot-throughput-speedup-analysis"
10262
10263 - type: "plot"
10264   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
10265   algorithm: "plot_throughput_speedup_analysis_name"
10266   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
10267   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10268   include:
10269     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
10270     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
10271     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
10272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10273   layout:
10274     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
10275     layout: "plot-throughput-speedup-analysis"
10276
10277 - type: "plot"
10278   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
10279   algorithm: "plot_throughput_speedup_analysis_name"
10280   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
10281   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10282   include:
10283     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10284     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10285     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
10286     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
10287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10288   layout:
10289     title: "2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr"
10290     layout: "plot-throughput-speedup-analysis"
10291
10292 - type: "plot"
10293   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
10294   algorithm: "plot_throughput_speedup_analysis_name"
10295   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
10296   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10297   include:
10298     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10299     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10300     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
10301     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
10302     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10303   layout:
10304     title: "2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr"
10305     layout: "plot-throughput-speedup-analysis"
10306
10307 - type: "plot"
10308   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
10309   algorithm: "plot_throughput_speedup_analysis_name"
10310   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
10311   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10312   include:
10313     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10314     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10315     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10316     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10317     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10318     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
10319   layout:
10320     title: "2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr"
10321     layout: "plot-throughput-speedup-analysis"
10322
10323 - type: "plot"
10324   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
10325   algorithm: "plot_throughput_speedup_analysis_name"
10326   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
10327   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10328   include:
10329     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10330     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10331     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10332     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10333     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10334     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
10335   layout:
10336     title: "2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr"
10337     layout: "plot-throughput-speedup-analysis"
10338
10339 - type: "plot"
10340   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr-tsa"
10341   algorithm: "plot_throughput_speedup_analysis_name"
10342   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr-tsa"
10343   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10344   include:
10345     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10346     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10347     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10348   layout:
10349     title: "3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr"
10350     layout: "plot-throughput-speedup-analysis"
10351
10352 - type: "plot"
10353   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr-tsa"
10354   algorithm: "plot_throughput_speedup_analysis_name"
10355   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr-tsa"
10356   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10357   include:
10358     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10359     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10360     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10361   layout:
10362     title: "3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr"
10363     layout: "plot-throughput-speedup-analysis"
10364
10365 - type: "plot"
10366   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
10367   algorithm: "plot_throughput_speedup_analysis_name"
10368   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
10369   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10370   include:
10371     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
10372     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10373     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10374     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10375     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10376   layout:
10377     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr"
10378     layout: "plot-throughput-speedup-analysis"
10379
10380 - type: "plot"
10381   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
10382   algorithm: "plot_throughput_speedup_analysis_name"
10383   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
10384   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10385   include:
10386     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
10387     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10388     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10389     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10390     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10391   layout:
10392     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr"
10393     layout: "plot-throughput-speedup-analysis"
10394
10395 - type: "plot"
10396   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
10397   algorithm: "plot_throughput_speedup_analysis_name"
10398   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
10399   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10400   include:
10401     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
10402     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
10403     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
10404     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10405   layout:
10406     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
10407     layout: "plot-throughput-speedup-analysis"
10408
10409 - type: "plot"
10410   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
10411   algorithm: "plot_throughput_speedup_analysis_name"
10412   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
10413   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10414   include:
10415     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
10416     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
10417     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
10418     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10419   layout:
10420     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
10421     layout: "plot-throughput-speedup-analysis"
10422
10423 - type: "plot"
10424   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
10425   algorithm: "plot_throughput_speedup_analysis_name"
10426   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
10427   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10428   include:
10429     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10430     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10431     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
10432     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
10433     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10434   layout:
10435     title: "3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr"
10436     layout: "plot-throughput-speedup-analysis"
10437
10438 - type: "plot"
10439   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
10440   algorithm: "plot_throughput_speedup_analysis_name"
10441   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
10442   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10443   include:
10444     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10445     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10446     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
10447     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
10448     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10449   layout:
10450     title: "3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr"
10451     layout: "plot-throughput-speedup-analysis"
10452
10453 - type: "plot"
10454   title: "Speedup: 3n-skx-xxv710-64b-feature-ip4routing-base-i40e-ndr-tsa"
10455   algorithm: "plot_throughput_speedup_analysis_name"
10456   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-feature-ip4routing-base-i40e-ndr-tsa"
10457   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10458   include:
10459     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10460     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10461     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10462     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10463     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10464     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
10465   layout:
10466     title: "3n-skx-xxv710-64b-feature-ip4routing-base-i40e-ndr"
10467     layout: "plot-throughput-speedup-analysis"
10468
10469 - type: "plot"
10470   title: "Speedup: 3n-skx-xxv710-64b-feature-ip4routing-base-i40e-pdr-tsa"
10471   algorithm: "plot_throughput_speedup_analysis_name"
10472   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-feature-ip4routing-base-i40e-pdr-tsa"
10473   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10474   include:
10475     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10476     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10477     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10478     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10479     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10480     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
10481   layout:
10482     title: "3n-skx-xxv710-64b-feature-ip4routing-base-i40e-pdr"
10483     layout: "plot-throughput-speedup-analysis"
10484
10485 - type: "plot"
10486   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-i40e-ndr-tsa"
10487   algorithm: "plot_throughput_speedup_analysis_name"
10488   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-i40e-ndr-tsa"
10489   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10490   include:
10491     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
10492     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10493   layout:
10494     title: "3n-hsw-xl710-64b-ip4tunnel-base-i40e-ndr"
10495     layout: "plot-throughput-speedup-analysis"
10496
10497 - type: "plot"
10498   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-i40e-pdr-tsa"
10499   algorithm: "plot_throughput_speedup_analysis_name"
10500   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-i40e-pdr-tsa"
10501   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10502   include:
10503     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
10504     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10505   layout:
10506     title: "3n-hsw-xl710-64b-ip4tunnel-base-i40e-pdr"
10507     layout: "plot-throughput-speedup-analysis"
10508
10509 - type: "plot"
10510   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-ndr-tsa"
10511   algorithm: "plot_throughput_speedup_analysis_name"
10512   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-ndr-tsa"
10513   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10514   include:
10515     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
10516     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10517     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10518     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10519   layout:
10520     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-ndr"
10521     layout: "plot-throughput-speedup-analysis"
10522
10523 - type: "plot"
10524   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-pdr-tsa"
10525   algorithm: "plot_throughput_speedup_analysis_name"
10526   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-pdr-tsa"
10527   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10528   include:
10529     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
10530     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10531     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10532     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10533   layout:
10534     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-pdr"
10535     layout: "plot-throughput-speedup-analysis"
10536
10537 - type: "plot"
10538   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10539   algorithm: "plot_throughput_speedup_analysis_name"
10540   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10541   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10542   include:
10543     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10544     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10545     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10546   layout:
10547     title: "2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr"
10548     layout: "plot-throughput-speedup-analysis"
10549
10550 - type: "plot"
10551   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10552   algorithm: "plot_throughput_speedup_analysis_name"
10553   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10554   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10555   include:
10556     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10557     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10558     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10559   layout:
10560     title: "2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr"
10561     layout: "plot-throughput-speedup-analysis"
10562
10563 - type: "plot"
10564   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10565   algorithm: "plot_throughput_speedup_analysis_name"
10566   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10567   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10568   include:
10569     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10570     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10571     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
10572     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
10573     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10574   layout:
10575     title: "2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr"
10576     layout: "plot-throughput-speedup-analysis"
10577
10578 - type: "plot"
10579   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10580   algorithm: "plot_throughput_speedup_analysis_name"
10581   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10582   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10583   include:
10584     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10585     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10586     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
10587     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
10588     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10589   layout:
10590     title: "2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr"
10591     layout: "plot-throughput-speedup-analysis"
10592
10593 - type: "plot"
10594   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10595   algorithm: "plot_throughput_speedup_analysis_name"
10596   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10597   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10598   include:
10599     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10600     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10601     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10602   layout:
10603     title: "3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr"
10604     layout: "plot-throughput-speedup-analysis"
10605
10606 - type: "plot"
10607   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10608   algorithm: "plot_throughput_speedup_analysis_name"
10609   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10610   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10611   include:
10612     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10613     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10614     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10615   layout:
10616     title: "3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr"
10617     layout: "plot-throughput-speedup-analysis"
10618
10619 - type: "plot"
10620   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10621   algorithm: "plot_throughput_speedup_analysis_name"
10622   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10623   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10624   include:
10625     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10626     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10627     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10628   layout:
10629     title: "3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr"
10630     layout: "plot-throughput-speedup-analysis"
10631
10632 - type: "plot"
10633   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10634   algorithm: "plot_throughput_speedup_analysis_name"
10635   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10636   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10637   include:
10638     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10639     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10640     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10641   layout:
10642     title: "3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr"
10643     layout: "plot-throughput-speedup-analysis"
10644
10645 - type: "plot"
10646   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10647   algorithm: "plot_throughput_speedup_analysis_name"
10648   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10649   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10650   include:
10651     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10652     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10653     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
10654     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
10655     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10656   layout:
10657     title: "3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr"
10658     layout: "plot-throughput-speedup-analysis"
10659
10660 - type: "plot"
10661   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10662   algorithm: "plot_throughput_speedup_analysis_name"
10663   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10664   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10665   include:
10666     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10667     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10668     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
10669     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
10670     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10671   layout:
10672     title: "3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr"
10673     layout: "plot-throughput-speedup-analysis"
10674
10675 - type: "plot"
10676   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
10677   algorithm: "plot_throughput_speedup_analysis_name"
10678   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
10679   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10680   include:
10681     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10682     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10683     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10684     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10685     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10686     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10687   layout:
10688     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr"
10689     layout: "plot-throughput-speedup-analysis"
10690
10691 - type: "plot"
10692   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
10693   algorithm: "plot_throughput_speedup_analysis_name"
10694   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
10695   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10696   include:
10697     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10698     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10699     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10700     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10701     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
10702     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10703   layout:
10704     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr"
10705     layout: "plot-throughput-speedup-analysis"
10706
10707 - type: "plot"
10708   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr-tsa"
10709   algorithm: "plot_throughput_speedup_analysis_name"
10710   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr-tsa"
10711   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10712   include:
10713     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
10714     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10715     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
10716     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10717   layout:
10718     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr"
10719     layout: "plot-throughput-speedup-analysis"
10720
10721 - type: "plot"
10722   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr-tsa"
10723   algorithm: "plot_throughput_speedup_analysis_name"
10724   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr-tsa"
10725   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10726   include:
10727     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
10728     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10729     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10730     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10731   layout:
10732     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr"
10733     layout: "plot-throughput-speedup-analysis"
10734
10735 - type: "plot"
10736   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr-tsa"
10737   algorithm: "plot_throughput_speedup_analysis_name"
10738   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr-tsa"
10739   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10740   include:
10741     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10742     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10743     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10744     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10745     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10746     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10747   layout:
10748     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr"
10749     layout: "plot-throughput-speedup-analysis"
10750
10751 - type: "plot"
10752   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr-tsa"
10753   algorithm: "plot_throughput_speedup_analysis_name"
10754   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr-tsa"
10755   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10756   include:
10757     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10758     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10759     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10760     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10761     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10762     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10763   layout:
10764     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr"
10765     layout: "plot-throughput-speedup-analysis"
10766
10767 - type: "plot"
10768   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
10769   algorithm: "plot_throughput_speedup_analysis_name"
10770   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
10771   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10772   include:
10773     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
10774     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
10775     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
10776     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
10777     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10778     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
10779   layout:
10780     title: "2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr"
10781     layout: "plot-throughput-speedup-analysis"
10782
10783 - type: "plot"
10784   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
10785   algorithm: "plot_throughput_speedup_analysis_name"
10786   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
10787   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10788   include:
10789     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
10790     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
10791     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
10792     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
10793     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10794     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
10795   layout:
10796     title: "2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr"
10797     layout: "plot-throughput-speedup-analysis"
10798
10799 - type: "plot"
10800   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
10801   algorithm: "plot_throughput_speedup_analysis_name"
10802   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
10803   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10804   include:
10805     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
10806     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
10807     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
10808     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
10809   layout:
10810     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
10811     layout: "plot-throughput-speedup-analysis"
10812
10813 - type: "plot"
10814   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
10815   algorithm: "plot_throughput_speedup_analysis_name"
10816   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
10817   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10818   include:
10819     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
10820     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
10821     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
10822     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
10823   layout:
10824     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
10825     layout: "plot-throughput-speedup-analysis"
10826
10827 - type: "plot"
10828   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
10829   algorithm: "plot_throughput_speedup_analysis_name"
10830   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
10831   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10832   include:
10833     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
10834     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
10835     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
10836     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
10837     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10838   layout:
10839     title: "2n-skx-xxv710-64b-l2switching-base-i40e-ndr"
10840     layout: "plot-throughput-speedup-analysis"
10841
10842 - type: "plot"
10843   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
10844   algorithm: "plot_throughput_speedup_analysis_name"
10845   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
10846   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10847   include:
10848     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
10849     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
10850     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
10851     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
10852     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10853   layout:
10854     title: "2n-skx-xxv710-64b-l2switching-base-i40e-pdr"
10855     layout: "plot-throughput-speedup-analysis"
10856
10857 - type: "plot"
10858   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
10859   algorithm: "plot_throughput_speedup_analysis_name"
10860   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
10861   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10862   include:
10863     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10864     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
10865     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
10866     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
10867   layout:
10868     title: "2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr"
10869     layout: "plot-throughput-speedup-analysis"
10870
10871 - type: "plot"
10872   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
10873   algorithm: "plot_throughput_speedup_analysis_name"
10874   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
10875   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10876   include:
10877     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10878     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
10879     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
10880     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
10881   layout:
10882     title: "2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr"
10883     layout: "plot-throughput-speedup-analysis"
10884
10885 - type: "plot"
10886   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr-tsa"
10887   algorithm: "plot_throughput_speedup_analysis_name"
10888   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr-tsa"
10889   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10890   include:
10891     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
10892     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
10893     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
10894     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
10895     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10896     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
10897   layout:
10898     title: "3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr"
10899     layout: "plot-throughput-speedup-analysis"
10900
10901 - type: "plot"
10902   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr-tsa"
10903   algorithm: "plot_throughput_speedup_analysis_name"
10904   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr-tsa"
10905   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10906   include:
10907     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
10908     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
10909     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
10910     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
10911     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10912     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
10913   layout:
10914     title: "3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr"
10915     layout: "plot-throughput-speedup-analysis"
10916
10917 - type: "plot"
10918   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
10919   algorithm: "plot_throughput_speedup_analysis_name"
10920   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
10921   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10922   include:
10923     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
10924     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
10925     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
10926     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10927     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
10928   layout:
10929     title: "3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr"
10930     layout: "plot-throughput-speedup-analysis"
10931
10932 - type: "plot"
10933   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
10934   algorithm: "plot_throughput_speedup_analysis_name"
10935   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
10936   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10937   include:
10938     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
10939     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
10940     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
10941     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10942     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
10943   layout:
10944     title: "3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr"
10945     layout: "plot-throughput-speedup-analysis"
10946
10947 - type: "plot"
10948   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
10949   algorithm: "plot_throughput_speedup_analysis_name"
10950   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
10951   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10952   include:
10953     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
10954     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
10955     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
10956   layout:
10957     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
10958     layout: "plot-throughput-speedup-analysis"
10959
10960 - type: "plot"
10961   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
10962   algorithm: "plot_throughput_speedup_analysis_name"
10963   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
10964   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10965   include:
10966     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
10967     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
10968     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
10969   layout:
10970     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
10971     layout: "plot-throughput-speedup-analysis"
10972
10973 - type: "plot"
10974   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
10975   algorithm: "plot_throughput_speedup_analysis_name"
10976   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
10977   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10978   include:
10979     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
10980     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
10981     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
10982     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10983   layout:
10984     title: "3n-skx-xxv710-64b-l2switching-base-i40e-ndr"
10985     layout: "plot-throughput-speedup-analysis"
10986
10987 - type: "plot"
10988   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
10989   algorithm: "plot_throughput_speedup_analysis_name"
10990   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
10991   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10992   include:
10993     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
10994     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
10995     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
10996     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10997   layout:
10998     title: "3n-skx-xxv710-64b-l2switching-base-i40e-pdr"
10999     layout: "plot-throughput-speedup-analysis"
11000
11001 - type: "plot"
11002   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
11003   algorithm: "plot_throughput_speedup_analysis_name"
11004   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
11005   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11006   include:
11007     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
11008     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11009     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11010     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
11011     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
11012     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11013   layout:
11014     title: "3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr"
11015     layout: "plot-throughput-speedup-analysis"
11016
11017 - type: "plot"
11018   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
11019   algorithm: "plot_throughput_speedup_analysis_name"
11020   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
11021   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11022   include:
11023     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
11024     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11025     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11026     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
11027     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
11028     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11029   layout:
11030     title: "3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr"
11031     layout: "plot-throughput-speedup-analysis"
11032
11033 - type: "plot"
11034   title: "Speedup: 3n-skx-xxv710-64b-feature-l2switching-base-i40e-ndr-tsa"
11035   algorithm: "plot_throughput_speedup_analysis_name"
11036   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-feature-l2switching-base-i40e-ndr-tsa"
11037   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11038   include:
11039     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11040     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11041     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11042     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11043     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11044     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11045   layout:
11046     title: "3n-skx-xxv710-64b-feature-l2switching-base-i40e-ndr"
11047     layout: "plot-throughput-speedup-analysis"
11048
11049 - type: "plot"
11050   title: "Speedup: 3n-skx-xxv710-64b-feature-l2switching-base-i40e-pdr-tsa"
11051   algorithm: "plot_throughput_speedup_analysis_name"
11052   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-feature-l2switching-base-i40e-pdr-tsa"
11053   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11054   include:
11055     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11056     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11057     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11058     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11059     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11060     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11061   layout:
11062     title: "3n-skx-xxv710-64b-feature-l2switching-base-i40e-pdr"
11063     layout: "plot-throughput-speedup-analysis"
11064
11065 - type: "plot"
11066   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
11067   algorithm: "plot_throughput_speedup_analysis_name"
11068   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
11069   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11070   include:
11071     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11072     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11073     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11074     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11075     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11076     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11077   layout:
11078     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-ndr"
11079     layout: "plot-throughput-speedup-analysis"
11080
11081 - type: "plot"
11082   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
11083   algorithm: "plot_throughput_speedup_analysis_name"
11084   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
11085   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11086   include:
11087     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11088     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11089     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11090     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11091     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11092     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11093   layout:
11094     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-pdr"
11095     layout: "plot-throughput-speedup-analysis"
11096
11097 - type: "plot"
11098   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
11099   algorithm: "plot_throughput_speedup_analysis_name"
11100   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
11101   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11102   include:
11103     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11104     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11105     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11106     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11107     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11108     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11109   layout:
11110     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-ndr"
11111     layout: "plot-throughput-speedup-analysis"
11112
11113 - type: "plot"
11114   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
11115   algorithm: "plot_throughput_speedup_analysis_name"
11116   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
11117   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11118   include:
11119     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11120     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11121     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11122     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11123     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11124     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11125   layout:
11126     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-pdr"
11127     layout: "plot-throughput-speedup-analysis"
11128
11129 - type: "plot"
11130   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
11131   algorithm: "plot_throughput_speedup_analysis_name"
11132   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
11133   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11134   include:
11135     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11136     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11137     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11138     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11139   layout:
11140     title: "2n-skx-xxv710-64b-vhost-base-i40e-ndr"
11141     layout: "plot-throughput-speedup-analysis"
11142
11143 - type: "plot"
11144   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
11145   algorithm: "plot_throughput_speedup_analysis_name"
11146   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
11147   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11148   include:
11149     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11150     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11151     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11152     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11153   layout:
11154     title: "2n-skx-xxv710-64b-vhost-base-i40e-pdr"
11155     layout: "plot-throughput-speedup-analysis"
11156
11157 - type: "plot"
11158   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-ndr-tsa"
11159   algorithm: "plot_throughput_speedup_analysis_name"
11160   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-ndr-tsa"
11161   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11162   include:
11163     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11164     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11165     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11166     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11167   layout:
11168     title: "3n-hsw-xl710-64b-vhost-base-i40e-ndr"
11169     layout: "plot-throughput-speedup-analysis"
11170
11171 - type: "plot"
11172   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-pdr-tsa"
11173   algorithm: "plot_throughput_speedup_analysis_name"
11174   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-pdr-tsa"
11175   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11176   include:
11177     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11178     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11179     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11180     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11181   layout:
11182     title: "3n-hsw-xl710-64b-vhost-base-i40e-pdr"
11183     layout: "plot-throughput-speedup-analysis"
11184
11185 #- type: "plot"
11186 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
11187 #  algorithm: "plot_throughput_speedup_analysis_name"
11188 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
11189 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11190 #  include:
11191 #    - ""
11192 #  layout:
11193 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-i40e-ndr"
11194 #    layout: "plot-throughput-speedup-analysis"
11195 #
11196 #- type: "plot"
11197 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
11198 #  algorithm: "plot_throughput_speedup_analysis_name"
11199 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
11200 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11201 #  include:
11202 #    - ""
11203 #  layout:
11204 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-i40e-pdr"
11205 #    layout: "plot-throughput-speedup-analysis"
11206
11207 - type: "plot"
11208   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
11209   algorithm: "plot_throughput_speedup_analysis_name"
11210   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
11211   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11212   include:
11213     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11214     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11215     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11216     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11217     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11218   layout:
11219     title: "3n-skx-xxv710-64b-vhost-base-i40e-ndr"
11220     layout: "plot-throughput-speedup-analysis"
11221
11222 - type: "plot"
11223   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
11224   algorithm: "plot_throughput_speedup_analysis_name"
11225   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
11226   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11227   include:
11228     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11229     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11230     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11231     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11232     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11233   layout:
11234     title: "3n-skx-xxv710-64b-vhost-base-i40e-pdr"
11235     layout: "plot-throughput-speedup-analysis"
11236
11237 - type: "plot"
11238   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
11239   algorithm: "plot_throughput_speedup_analysis_name"
11240   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
11241   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11242   include:
11243     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11244     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11245     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11246     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11247     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11248     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11249   layout:
11250     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr"
11251     layout: "plot-throughput-speedup-analysis"
11252
11253 - type: "plot"
11254   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
11255   algorithm: "plot_throughput_speedup_analysis_name"
11256   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
11257   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11258   include:
11259     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11260     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11261     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11262     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11263     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11264     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11265   layout:
11266     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr"
11267     layout: "plot-throughput-speedup-analysis"
11268
11269 - type: "plot"
11270   title: "Speedup: 3n-hsw-xl710-114b-vts-l2switching-base-i40e-ndr-tsa"
11271   algorithm: "plot_throughput_speedup_analysis_name"
11272   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-vts-l2switching-base-i40e-ndr-tsa"
11273   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11274   include:
11275     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
11276     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
11277     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
11278   layout:
11279     title: "3n-hsw-xl710-114b-vts-l2switching-base-i40e-ndr"
11280     layout: "plot-throughput-speedup-analysis"
11281
11282 - type: "plot"
11283   title: "Speedup: 3n-hsw-xl710-114b-vts-l2switching-base-i40e-pdr-tsa"
11284   algorithm: "plot_throughput_speedup_analysis_name"
11285   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-vts-l2switching-base-i40e-pdr-tsa"
11286   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11287   include:
11288     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
11289     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
11290     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
11291   layout:
11292     title: "3n-hsw-xl710-114b-vts-l2switching-base-i40e-pdr"
11293     layout: "plot-throughput-speedup-analysis"
11294
11295 - type: "plot"
11296   title: "Speedup: 3n-skx-xxv710-114b-vts-l2switching-base-i40e-ndr-tsa"
11297   algorithm: "plot_throughput_speedup_analysis_name"
11298   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-vts-l2switching-base-i40e-ndr-tsa"
11299   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11300   include:
11301     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
11302     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
11303     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
11304   layout:
11305     title: "3n-skx-xxv710-114b-vts-l2switching-base-i40e-ndr"
11306     layout: "plot-throughput-speedup-analysis"
11307
11308 - type: "plot"
11309   title: "Speedup: 3n-skx-xxv710-114b-vts-l2switching-base-i40e-pdr-tsa"
11310   algorithm: "plot_throughput_speedup_analysis_name"
11311   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-vts-l2switching-base-i40e-pdr-tsa"
11312   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11313   include:
11314     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
11315     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
11316     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
11317   layout:
11318     title: "3n-skx-xxv710-114b-vts-l2switching-base-i40e-pdr"
11319     layout: "plot-throughput-speedup-analysis"
11320
11321 - type: "plot"
11322   title: "Speedup: 3n-tsh-x520-64b-memif-base-i40e-ndr-tsa"
11323   algorithm: "plot_throughput_speedup_analysis_name"
11324   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-i40e-ndr-tsa"
11325   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11326   include:
11327     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11328     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11329     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11330     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11331     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11332   layout:
11333     title: "3n-tsh-x520-64b-memif-base-i40e-ndr"
11334     layout: "plot-throughput-speedup-analysis"
11335
11336 - type: "plot"
11337   title: "Speedup: 3n-tsh-x520-64b-memif-base-i40e-pdr-tsa"
11338   algorithm: "plot_throughput_speedup_analysis_name"
11339   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-i40e-pdr-tsa"
11340   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11341   include:
11342     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11343     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11344     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11345     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11346     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11347   layout:
11348     title: "3n-tsh-x520-64b-memif-base-i40e-pdr"
11349     layout: "plot-throughput-speedup-analysis"
11350
11351 - type: "plot"
11352   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-i40e-ndr-tsa"
11353   algorithm: "plot_throughput_speedup_analysis_name"
11354   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-i40e-ndr-tsa"
11355   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11356   include:
11357     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
11358     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11359     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
11360     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
11361     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
11362   layout:
11363     title: "3n-tsh-x520-64b-ip4routing-base-scale-i40e-ndr"
11364     layout: "plot-throughput-speedup-analysis"
11365
11366 - type: "plot"
11367   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-i40e-pdr-tsa"
11368   algorithm: "plot_throughput_speedup_analysis_name"
11369   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-i40e-pdr-tsa"
11370   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11371   include:
11372     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
11373     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11374     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
11375     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
11376     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
11377   layout:
11378     title: "3n-tsh-x520-64b-ip4routing-base-scale-i40e-pdr"
11379     layout: "plot-throughput-speedup-analysis"
11380
11381 - type: "plot"
11382   title: "Speedup: 3n-tsh-x520-64b-feature-ip4routing-base-i40e-ndr-tsa"
11383   algorithm: "plot_throughput_speedup_analysis_name"
11384   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-feature-ip4routing-base-i40e-ndr-tsa"
11385   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11386   include:
11387     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11388     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11389     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11390     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11391     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11392     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
11393   layout:
11394     title: "3n-tsh-x520-64b-feature-ip4routing-base-i40e-ndr"
11395     layout: "plot-throughput-speedup-analysis"
11396
11397 - type: "plot"
11398   title: "Speedup: 3n-tsh-x520-64b-feature-ip4routing-base-i40e-pdr-tsa"
11399   algorithm: "plot_throughput_speedup_analysis_name"
11400   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-feature-ip4routing-base-i40e-pdr-tsa"
11401   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11402   include:
11403     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11404     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11405     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11406     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11407     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11408     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
11409   layout:
11410     title: "3n-tsh-x520-64b-feature-ip4routing-base-i40e-pdr"
11411     layout: "plot-throughput-speedup-analysis"
11412
11413 - type: "plot"
11414   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-i40e-ndr-tsa"
11415   algorithm: "plot_throughput_speedup_analysis_name"
11416   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-i40e-ndr-tsa"
11417   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11418   include:
11419     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
11420     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11421     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11422     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11423   layout:
11424     title: "3n-tsh-x520-64b-ip4tunnel-base-i40e-ndr"
11425     layout: "plot-throughput-speedup-analysis"
11426
11427 - type: "plot"
11428   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-i40e-pdr-tsa"
11429   algorithm: "plot_throughput_speedup_analysis_name"
11430   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-i40e-pdr-tsa"
11431   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11432   include:
11433     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
11434     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11435     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11436     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11437   layout:
11438     title: "3n-tsh-x520-64b-ip4tunnel-base-i40e-pdr"
11439     layout: "plot-throughput-speedup-analysis"
11440
11441 - type: "plot"
11442   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-i40e-ndr-tsa"
11443   algorithm: "plot_throughput_speedup_analysis_name"
11444   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-i40e-ndr-tsa"
11445   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11446   include:
11447     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
11448     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
11449     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
11450     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
11451     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
11452   layout:
11453     title: "3n-tsh-x520-78b-ip6routing-base-scale-i40e-ndr"
11454     layout: "plot-throughput-speedup-analysis"
11455
11456 - type: "plot"
11457   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-i40e-pdr-tsa"
11458   algorithm: "plot_throughput_speedup_analysis_name"
11459   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-i40e-pdr-tsa"
11460   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11461   include:
11462     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
11463     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
11464     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
11465     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
11466     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
11467   layout:
11468     title: "3n-tsh-x520-78b-ip6routing-base-scale-i40e-pdr"
11469     layout: "plot-throughput-speedup-analysis"
11470
11471 - type: "plot"
11472   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
11473   algorithm: "plot_throughput_speedup_analysis_name"
11474   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
11475   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11476   include:
11477     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11478     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11479     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11480     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11481     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11482     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11483   layout:
11484     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr"
11485     layout: "plot-throughput-speedup-analysis"
11486
11487 - type: "plot"
11488   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
11489   algorithm: "plot_throughput_speedup_analysis_name"
11490   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
11491   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11492   include:
11493     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11494     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11495     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11496     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11497     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11498     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11499   layout:
11500     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr"
11501     layout: "plot-throughput-speedup-analysis"
11502
11503 - type: "plot"
11504   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-i40e-ndr-tsa"
11505   algorithm: "plot_throughput_speedup_analysis_name"
11506   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-i40e-ndr-tsa"
11507   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11508   include:
11509     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
11510     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11511     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11512     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11513   layout:
11514     title: "3n-tsh-x520-64b-l2switching-base-i40e-ndr"
11515     layout: "plot-throughput-speedup-analysis"
11516
11517 - type: "plot"
11518   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-i40e-pdr-tsa"
11519   algorithm: "plot_throughput_speedup_analysis_name"
11520   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-i40e-pdr-tsa"
11521   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11522   include:
11523     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
11524     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11525     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11526     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11527   layout:
11528     title: "3n-tsh-x520-64b-l2switching-base-i40e-pdr"
11529     layout: "plot-throughput-speedup-analysis"
11530
11531 - type: "plot"
11532   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-i40e-ndr-tsa"
11533   algorithm: "plot_throughput_speedup_analysis_name"
11534   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-i40e-ndr-tsa"
11535   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11536   include:
11537     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
11538     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11539     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11540     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
11541     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
11542     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11543   layout:
11544     title: "3n-tsh-x520-64b-l2switching-base-scale-i40e-ndr"
11545     layout: "plot-throughput-speedup-analysis"
11546
11547 - type: "plot"
11548   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-i40e-pdr-tsa"
11549   algorithm: "plot_throughput_speedup_analysis_name"
11550   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-i40e-pdr-tsa"
11551   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11552   include:
11553     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
11554     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11555     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11556     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
11557     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
11558     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11559   layout:
11560     title: "3n-tsh-x520-64b-l2switching-base-scale-i40e-pdr"
11561     layout: "plot-throughput-speedup-analysis"
11562
11563 - type: "plot"
11564   title: "Speedup: 3n-tsh-x520-64b-feature-l2switching-base-i40e-ndr-tsa"
11565   algorithm: "plot_throughput_speedup_analysis_name"
11566   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-feature-l2switching-base-i40e-ndr-tsa"
11567   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11568   include:
11569     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11570     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11571     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11572     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11573     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11574     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11575   layout:
11576     title: "3n-tsh-x520-64b-feature-l2switching-base-i40e-ndr"
11577     layout: "plot-throughput-speedup-analysis"
11578
11579 - type: "plot"
11580   title: "Speedup: 3n-tsh-x520-64b-feature-l2switching-base-i40e-pdr-tsa"
11581   algorithm: "plot_throughput_speedup_analysis_name"
11582   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-feature-l2switching-base-i40e-pdr-tsa"
11583   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11584   include:
11585     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11586     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11587     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11588     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11589     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11590     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11591   layout:
11592     title: "3n-tsh-x520-64b-feature-l2switching-base-i40e-pdr"
11593     layout: "plot-throughput-speedup-analysis"
11594
11595 - type: "plot"
11596   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-i40e-ndr-tsa"
11597   algorithm: "plot_throughput_speedup_analysis_name"
11598   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-i40e-ndr-tsa"
11599   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11600   include:
11601     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11602     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11603     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11604     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11605     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11606     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11607   layout:
11608     title: "3n-tsh-x520-78b-srv6-ip6routing-base-i40e-ndr"
11609     layout: "plot-throughput-speedup-analysis"
11610
11611 - type: "plot"
11612   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-i40e-pdr-tsa"
11613   algorithm: "plot_throughput_speedup_analysis_name"
11614   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-i40e-pdr-tsa"
11615   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11616   include:
11617     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11618     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11619     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11620     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11621     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11622     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11623   layout:
11624     title: "3n-tsh-x520-78b-srv6-ip6routing-base-i40e-pdr"
11625     layout: "plot-throughput-speedup-analysis"
11626
11627 - type: "plot"
11628   title: "Speedup: 3n-tsh-x520-64b-vhost-base-i40e-ndr-tsa"
11629   algorithm: "plot_throughput_speedup_analysis_name"
11630   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-i40e-ndr-tsa"
11631   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11632   include:
11633     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11634     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11635     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11636     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11637     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11638   layout:
11639     title: "3n-tsh-x520-64b-vhost-base-i40e-ndr"
11640     layout: "plot-throughput-speedup-analysis"
11641
11642 - type: "plot"
11643   title: "Speedup: 3n-tsh-x520-64b-vhost-base-i40e-pdr-tsa"
11644   algorithm: "plot_throughput_speedup_analysis_name"
11645   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-i40e-pdr-tsa"
11646   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11647   include:
11648     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11649     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11650     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11651     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11652     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11653   layout:
11654     title: "3n-tsh-x520-64b-vhost-base-i40e-pdr"
11655     layout: "plot-throughput-speedup-analysis"
11656
11657 - type: "plot"
11658   title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-i40e-ndr-tsa"
11659   algorithm: "plot_throughput_speedup_analysis_name"
11660   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-i40e-ndr-tsa"
11661   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11662   include:
11663     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11664     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11665     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11666     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11667     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11668     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11669   layout:
11670     title: "3n-tsh-x520-64b-link-bonding-vhost-base-i40e-ndr"
11671     layout: "plot-throughput-speedup-analysis"
11672
11673 - type: "plot"
11674   title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-i40e-pdr-tsa"
11675   algorithm: "plot_throughput_speedup_analysis_name"
11676   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-i40e-pdr-tsa"
11677   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11678   include:
11679     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11680     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11681     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11682     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11683     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11684     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11685   layout:
11686     title: "3n-tsh-x520-64b-link-bonding-vhost-base-i40e-pdr"
11687     layout: "plot-throughput-speedup-analysis"
11688
11689 - type: "plot"
11690   title: "Speedup: 3n-tsh-x520-114b-vts-l2switching-base-i40e-ndr-tsa"
11691   algorithm: "plot_throughput_speedup_analysis_name"
11692   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-vts-l2switching-base-i40e-ndr-tsa"
11693   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11694   include:
11695     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
11696     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
11697     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
11698   layout:
11699     title: "3n-tsh-x520-114b-vts-l2switching-base-i40e-ndr"
11700     layout: "plot-throughput-speedup-analysis"
11701
11702 - type: "plot"
11703   title: "Speedup: 3n-tsh-x520-114b-vts-l2switching-base-i40e-pdr-tsa"
11704   algorithm: "plot_throughput_speedup_analysis_name"
11705   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-vts-l2switching-base-i40e-pdr-tsa"
11706   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11707   include:
11708     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
11709     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
11710     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
11711   layout:
11712     title: "3n-tsh-x520-114b-vts-l2switching-base-i40e-pdr"
11713     layout: "plot-throughput-speedup-analysis"
11714
11715 ################################################################################
11716
11717 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
11718 - type: "plot"
11719   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
11720   algorithm: "plot_performance_box"
11721   output-file-type: ".html"
11722   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
11723   data: "plot-dpdk-throughput-latency-3n-hsw"
11724   filter: "'NIC_Intel-X520-DA2' and
11725            '64B' and
11726            'BASE' and
11727            'NDRPDR' and
11728            '1T1C' and
11729            'IP4FWD'"
11730   parameters:
11731   - "throughput"
11732   - "parent"
11733   - "tags"
11734   traces:
11735     hoverinfo: "x+y"
11736     boxpoints: "outliers"
11737     whiskerwidth: 0
11738   layout:
11739     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
11740     layout: "plot-throughput"
11741
11742 - type: "plot"
11743   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
11744   algorithm: "plot_performance_box"
11745   output-file-type: ".html"
11746   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
11747   data: "plot-dpdk-throughput-latency-3n-hsw"
11748   filter: "'NIC_Intel-X520-DA2' and
11749            '64B' and
11750            'BASE' and
11751            'NDRPDR' and
11752            '2T2C' and
11753            'IP4FWD'"
11754   parameters:
11755   - "throughput"
11756   - "parent"
11757   - "tags"
11758   traces:
11759     hoverinfo: "x+y"
11760     boxpoints: "outliers"
11761     whiskerwidth: 0
11762   layout:
11763     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
11764     layout: "plot-throughput"
11765
11766 - type: "plot"
11767   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
11768   algorithm: "plot_performance_box"
11769   output-file-type: ".html"
11770   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
11771   data: "plot-dpdk-throughput-latency-3n-hsw"
11772   filter: "'NIC_Intel-X520-DA2' and
11773            '64B' and
11774            'BASE' and
11775            'NDRPDR' and
11776            '1T1C' and
11777            'IP4FWD'"
11778   parameters:
11779   - "throughput"
11780   - "parent"
11781   - "tags"
11782   traces:
11783     hoverinfo: "x+y"
11784     boxpoints: "outliers"
11785     whiskerwidth: 0
11786   layout:
11787     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
11788     layout: "plot-throughput"
11789
11790 - type: "plot"
11791   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
11792   algorithm: "plot_performance_box"
11793   output-file-type: ".html"
11794   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
11795   data: "plot-dpdk-throughput-latency-3n-hsw"
11796   filter: "'NIC_Intel-X520-DA2' and
11797            '64B' and
11798            'BASE' and
11799            'NDRPDR' and
11800            '2T2C' and
11801            'IP4FWD'"
11802   parameters:
11803   - "throughput"
11804   - "parent"
11805   - "tags"
11806   traces:
11807     hoverinfo: "x+y"
11808     boxpoints: "outliers"
11809     whiskerwidth: 0
11810   layout:
11811     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
11812     layout: "plot-throughput"
11813
11814 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
11815 - type: "plot"
11816   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
11817   algorithm: "plot_performance_box"
11818   output-file-type: ".html"
11819   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
11820   data: "plot-dpdk-throughput-latency-3n-hsw"
11821   filter: "'NIC_Intel-X710' and
11822            '64B' and
11823            'BASE' and
11824            'NDRPDR' and
11825            '1T1C' and
11826            'IP4FWD'"
11827   parameters:
11828   - "throughput"
11829   - "parent"
11830   - "tags"
11831   traces:
11832     hoverinfo: "x+y"
11833     boxpoints: "outliers"
11834     whiskerwidth: 0
11835   layout:
11836     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
11837     layout: "plot-throughput"
11838
11839 - type: "plot"
11840   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
11841   algorithm: "plot_performance_box"
11842   output-file-type: ".html"
11843   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
11844   data: "plot-dpdk-throughput-latency-3n-hsw"
11845   filter: "'NIC_Intel-X710' and
11846            '64B' and
11847            'BASE' and
11848            'NDRPDR' and
11849            '2T2C' and
11850            'IP4FWD'"
11851   parameters:
11852   - "throughput"
11853   - "parent"
11854   - "tags"
11855   traces:
11856     hoverinfo: "x+y"
11857     boxpoints: "outliers"
11858     whiskerwidth: 0
11859   layout:
11860     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
11861     layout: "plot-throughput"
11862
11863 - type: "plot"
11864   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
11865   algorithm: "plot_performance_box"
11866   output-file-type: ".html"
11867   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
11868   data: "plot-dpdk-throughput-latency-3n-hsw"
11869   filter: "'NIC_Intel-X710' and
11870            '64B' and
11871            'BASE' and
11872            'NDRPDR' and
11873            '1T1C' and
11874            'IP4FWD'"
11875   parameters:
11876   - "throughput"
11877   - "parent"
11878   - "tags"
11879   traces:
11880     hoverinfo: "x+y"
11881     boxpoints: "outliers"
11882     whiskerwidth: 0
11883   layout:
11884     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
11885     layout: "plot-throughput"
11886
11887 - type: "plot"
11888   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
11889   algorithm: "plot_performance_box"
11890   output-file-type: ".html"
11891   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
11892   data: "plot-dpdk-throughput-latency-3n-hsw"
11893   filter: "'NIC_Intel-X710' and
11894            '64B' and
11895            'BASE' and
11896            'NDRPDR' and
11897            '2T2C' and
11898            'IP4FWD'"
11899   parameters:
11900   - "throughput"
11901   - "parent"
11902   - "tags"
11903   traces:
11904     hoverinfo: "x+y"
11905     boxpoints: "outliers"
11906     whiskerwidth: 0
11907   layout:
11908     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
11909     layout: "plot-throughput"
11910
11911 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
11912 - type: "plot"
11913   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
11914   algorithm: "plot_performance_box"
11915   output-file-type: ".html"
11916   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
11917   data: "plot-dpdk-throughput-latency-3n-hsw"
11918   filter: "'NIC_Intel-XL710' and
11919            '64B' and
11920            'BASE' and
11921            'NDRPDR' and
11922            '1T1C' and
11923            'IP4FWD'"
11924   parameters:
11925   - "throughput"
11926   - "parent"
11927   - "tags"
11928   traces:
11929     hoverinfo: "x+y"
11930     boxpoints: "outliers"
11931     whiskerwidth: 0
11932   layout:
11933     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
11934     layout: "plot-throughput"
11935
11936 - type: "plot"
11937   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
11938   algorithm: "plot_performance_box"
11939   output-file-type: ".html"
11940   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
11941   data: "plot-dpdk-throughput-latency-3n-hsw"
11942   filter: "'NIC_Intel-XL710' and
11943            '64B' and
11944            'BASE' and
11945            'NDRPDR' and
11946            '2T2C' and
11947            'IP4FWD'"
11948   parameters:
11949   - "throughput"
11950   - "parent"
11951   - "tags"
11952   traces:
11953     hoverinfo: "x+y"
11954     boxpoints: "outliers"
11955     whiskerwidth: 0
11956   layout:
11957     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
11958     layout: "plot-throughput"
11959
11960 - type: "plot"
11961   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
11962   algorithm: "plot_performance_box"
11963   output-file-type: ".html"
11964   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
11965   data: "plot-dpdk-throughput-latency-3n-hsw"
11966   filter: "'NIC_Intel-XL710' and
11967            '64B' and
11968            'BASE' and
11969            'NDRPDR' and
11970            '1T1C' and
11971            'IP4FWD'"
11972   parameters:
11973   - "throughput"
11974   - "parent"
11975   - "tags"
11976   traces:
11977     hoverinfo: "x+y"
11978     boxpoints: "outliers"
11979     whiskerwidth: 0
11980   layout:
11981     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
11982     layout: "plot-throughput"
11983
11984 - type: "plot"
11985   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
11986   algorithm: "plot_performance_box"
11987   output-file-type: ".html"
11988   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
11989   data: "plot-dpdk-throughput-latency-3n-hsw"
11990   filter: "'NIC_Intel-XL710' and
11991            '64B' and
11992            'BASE' and
11993            'NDRPDR' and
11994            '2T2C' and
11995            'IP4FWD'"
11996   parameters:
11997   - "throughput"
11998   - "parent"
11999   - "tags"
12000   traces:
12001     hoverinfo: "x+y"
12002     boxpoints: "outliers"
12003     whiskerwidth: 0
12004   layout:
12005     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
12006     layout: "plot-throughput"
12007
12008 # Packet Throughput - DPDK l3fwd 3n-skx-x710
12009 - type: "plot"
12010   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
12011   algorithm: "plot_performance_box"
12012   output-file-type: ".html"
12013   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
12014   data: "plot-dpdk-throughput-latency-3n-skx"
12015   filter: "'NIC_Intel-X710' and
12016            '64B' and
12017            'BASE' and
12018            'NDRPDR' and
12019            '2T1C' and
12020            'IP4FWD'"
12021   parameters:
12022   - "throughput"
12023   - "parent"
12024   - "tags"
12025   traces:
12026     hoverinfo: "x+y"
12027     boxpoints: "outliers"
12028     whiskerwidth: 0
12029   layout:
12030     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
12031     layout: "plot-throughput"
12032
12033 - type: "plot"
12034   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
12035   algorithm: "plot_performance_box"
12036   output-file-type: ".html"
12037   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
12038   data: "plot-dpdk-throughput-latency-3n-skx"
12039   filter: "'NIC_Intel-X710' and
12040            '64B' and
12041            'BASE' and
12042            'NDRPDR' and
12043            '4T2C' and
12044            'IP4FWD'"
12045   parameters:
12046   - "throughput"
12047   - "parent"
12048   - "tags"
12049   traces:
12050     hoverinfo: "x+y"
12051     boxpoints: "outliers"
12052     whiskerwidth: 0
12053   layout:
12054     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
12055     layout: "plot-throughput"
12056
12057 - type: "plot"
12058   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
12059   algorithm: "plot_performance_box"
12060   output-file-type: ".html"
12061   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
12062   data: "plot-dpdk-throughput-latency-3n-skx"
12063   filter: "'NIC_Intel-X710' and
12064            '64B' and
12065            'BASE' and
12066            'NDRPDR' and
12067            '2T1C' and
12068            'IP4FWD'"
12069   parameters:
12070   - "throughput"
12071   - "parent"
12072   - "tags"
12073   traces:
12074     hoverinfo: "x+y"
12075     boxpoints: "outliers"
12076     whiskerwidth: 0
12077   layout:
12078     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
12079     layout: "plot-throughput"
12080
12081 - type: "plot"
12082   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
12083   algorithm: "plot_performance_box"
12084   output-file-type: ".html"
12085   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
12086   data: "plot-dpdk-throughput-latency-3n-skx"
12087   filter: "'NIC_Intel-X710' and
12088            '64B' and
12089            'BASE' and
12090            'NDRPDR' and
12091            '4T2C' and
12092            'IP4FWD'"
12093   parameters:
12094   - "throughput"
12095   - "parent"
12096   - "tags"
12097   traces:
12098     hoverinfo: "x+y"
12099     boxpoints: "outliers"
12100     whiskerwidth: 0
12101   layout:
12102     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
12103     layout: "plot-throughput"
12104
12105 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
12106 - type: "plot"
12107   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
12108   algorithm: "plot_performance_box"
12109   output-file-type: ".html"
12110   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
12111   data: "plot-dpdk-throughput-latency-3n-skx"
12112   filter: "'NIC_Intel-XXV710' and
12113            '64B' and
12114            'BASE' and
12115            'NDRPDR' and
12116            '2T1C' and
12117            'IP4FWD'"
12118   parameters:
12119   - "throughput"
12120   - "parent"
12121   - "tags"
12122   traces:
12123     hoverinfo: "x+y"
12124     boxpoints: "outliers"
12125     whiskerwidth: 0
12126   layout:
12127     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
12128     layout: "plot-throughput"
12129
12130 - type: "plot"
12131   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
12132   algorithm: "plot_performance_box"
12133   output-file-type: ".html"
12134   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
12135   data: "plot-dpdk-throughput-latency-3n-skx"
12136   filter: "'NIC_Intel-XXV710' and
12137            '64B' and
12138            'BASE' and
12139            'NDRPDR' and
12140            '4T2C' and
12141            'IP4FWD'"
12142   parameters:
12143   - "throughput"
12144   - "parent"
12145   - "tags"
12146   traces:
12147     hoverinfo: "x+y"
12148     boxpoints: "outliers"
12149     whiskerwidth: 0
12150   layout:
12151     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
12152     layout: "plot-throughput"
12153
12154 - type: "plot"
12155   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
12156   algorithm: "plot_performance_box"
12157   output-file-type: ".html"
12158   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
12159   data: "plot-dpdk-throughput-latency-3n-skx"
12160   filter: "'NIC_Intel-XXV710' and
12161            '64B' and
12162            'BASE' and
12163            'NDRPDR' and
12164            '2T1C' and
12165            'IP4FWD'"
12166   parameters:
12167   - "throughput"
12168   - "parent"
12169   - "tags"
12170   traces:
12171     hoverinfo: "x+y"
12172     boxpoints: "outliers"
12173     whiskerwidth: 0
12174   layout:
12175     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
12176     layout: "plot-throughput"
12177
12178 - type: "plot"
12179   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
12180   algorithm: "plot_performance_box"
12181   output-file-type: ".html"
12182   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
12183   data: "plot-dpdk-throughput-latency-3n-skx"
12184   filter: "'NIC_Intel-XXV710' and
12185            '64B' and
12186            'BASE' and
12187            'NDRPDR' and
12188            '4T2C' and
12189            'IP4FWD'"
12190   parameters:
12191   - "throughput"
12192   - "parent"
12193   - "tags"
12194   traces:
12195     hoverinfo: "x+y"
12196     boxpoints: "outliers"
12197     whiskerwidth: 0
12198   layout:
12199     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
12200     layout: "plot-throughput"
12201
12202 # Packet Throughput - DPDK l3fwd 2n-skx-x710
12203 - type: "plot"
12204   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
12205   algorithm: "plot_performance_box"
12206   output-file-type: ".html"
12207   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
12208   data: "plot-dpdk-throughput-latency-2n-skx"
12209   filter: "'NIC_Intel-X710' and
12210            '64B' and
12211            'BASE' and
12212            'NDRPDR' and
12213            '2T1C' and
12214            'IP4FWD'"
12215   parameters:
12216   - "throughput"
12217   - "parent"
12218   - "tags"
12219   traces:
12220     hoverinfo: "x+y"
12221     boxpoints: "outliers"
12222     whiskerwidth: 0
12223   layout:
12224     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
12225     layout: "plot-throughput"
12226
12227 - type: "plot"
12228   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
12229   algorithm: "plot_performance_box"
12230   output-file-type: ".html"
12231   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
12232   data: "plot-dpdk-throughput-latency-2n-skx"
12233   filter: "'NIC_Intel-X710' and
12234            '64B' and
12235            'BASE' and
12236            'NDRPDR' and
12237            '4T2C' and
12238            'IP4FWD'"
12239   parameters:
12240   - "throughput"
12241   - "parent"
12242   - "tags"
12243   traces:
12244     hoverinfo: "x+y"
12245     boxpoints: "outliers"
12246     whiskerwidth: 0
12247   layout:
12248     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
12249     layout: "plot-throughput"
12250
12251 - type: "plot"
12252   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
12253   algorithm: "plot_performance_box"
12254   output-file-type: ".html"
12255   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
12256   data: "plot-dpdk-throughput-latency-2n-skx"
12257   filter: "'NIC_Intel-X710' and
12258            '64B' and
12259            'BASE' and
12260            'NDRPDR' and
12261            '2T1C' and
12262            'IP4FWD'"
12263   parameters:
12264   - "throughput"
12265   - "parent"
12266   - "tags"
12267   traces:
12268     hoverinfo: "x+y"
12269     boxpoints: "outliers"
12270     whiskerwidth: 0
12271   layout:
12272     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
12273     layout: "plot-throughput"
12274
12275 - type: "plot"
12276   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
12277   algorithm: "plot_performance_box"
12278   output-file-type: ".html"
12279   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
12280   data: "plot-dpdk-throughput-latency-2n-skx"
12281   filter: "'NIC_Intel-X710' and
12282            '64B' and
12283            'BASE' and
12284            'NDRPDR' and
12285            '4T2C' and
12286            'IP4FWD'"
12287   parameters:
12288   - "throughput"
12289   - "parent"
12290   - "tags"
12291   traces:
12292     hoverinfo: "x+y"
12293     boxpoints: "outliers"
12294     whiskerwidth: 0
12295   layout:
12296     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
12297     layout: "plot-throughput"
12298
12299 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
12300 - type: "plot"
12301   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
12302   algorithm: "plot_performance_box"
12303   output-file-type: ".html"
12304   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
12305   data: "plot-dpdk-throughput-latency-2n-skx"
12306   filter: "'NIC_Intel-XXV710' and
12307            '64B' and
12308            'BASE' and
12309            'NDRPDR' and
12310            '2T1C' and
12311            'IP4FWD'"
12312   parameters:
12313   - "throughput"
12314   - "parent"
12315   - "tags"
12316   traces:
12317     hoverinfo: "x+y"
12318     boxpoints: "outliers"
12319     whiskerwidth: 0
12320   layout:
12321     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
12322     layout: "plot-throughput"
12323
12324 - type: "plot"
12325   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
12326   algorithm: "plot_performance_box"
12327   output-file-type: ".html"
12328   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
12329   data: "plot-dpdk-throughput-latency-2n-skx"
12330   filter: "'NIC_Intel-XXV710' and
12331            '64B' and
12332            'BASE' and
12333            'NDRPDR' and
12334            '4T2C' and
12335            'IP4FWD'"
12336   parameters:
12337   - "throughput"
12338   - "parent"
12339   - "tags"
12340   traces:
12341     hoverinfo: "x+y"
12342     boxpoints: "outliers"
12343     whiskerwidth: 0
12344   layout:
12345     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
12346     layout: "plot-throughput"
12347
12348 - type: "plot"
12349   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
12350   algorithm: "plot_performance_box"
12351   output-file-type: ".html"
12352   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
12353   data: "plot-dpdk-throughput-latency-2n-skx"
12354   filter: "'NIC_Intel-XXV710' and
12355            '64B' and
12356            'BASE' and
12357            'NDRPDR' and
12358            '2T1C' and
12359            'IP4FWD'"
12360   parameters:
12361   - "throughput"
12362   - "parent"
12363   - "tags"
12364   traces:
12365     hoverinfo: "x+y"
12366     boxpoints: "outliers"
12367     whiskerwidth: 0
12368   layout:
12369     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
12370     layout: "plot-throughput"
12371
12372 - type: "plot"
12373   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
12374   algorithm: "plot_performance_box"
12375   output-file-type: ".html"
12376   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
12377   data: "plot-dpdk-throughput-latency-2n-skx"
12378   filter: "'NIC_Intel-XXV710' and
12379            '64B' and
12380            'BASE' and
12381            'NDRPDR' and
12382            '4T2C' and
12383            'IP4FWD'"
12384   parameters:
12385   - "throughput"
12386   - "parent"
12387   - "tags"
12388   traces:
12389     hoverinfo: "x+y"
12390     boxpoints: "outliers"
12391     whiskerwidth: 0
12392   layout:
12393     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
12394     layout: "plot-throughput"
12395
12396 ################################################################################
12397
12398 # Packet Throughput - DPDK testpmd 3n-hsw-x520
12399 - type: "plot"
12400   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
12401   algorithm: "plot_performance_box"
12402   output-file-type: ".html"
12403   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
12404   data: "plot-dpdk-throughput-latency-3n-hsw"
12405   filter: "'NIC_Intel-X520-DA2' and
12406            '64B' and
12407            'BASE' and
12408            'NDRPDR' and
12409            '1T1C' and
12410            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12411   parameters:
12412   - "throughput"
12413   - "parent"
12414   - "tags"
12415   traces:
12416     hoverinfo: "x+y"
12417     boxpoints: "outliers"
12418     whiskerwidth: 0
12419   layout:
12420     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
12421     layout: "plot-throughput"
12422
12423 - type: "plot"
12424   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
12425   algorithm: "plot_performance_box"
12426   output-file-type: ".html"
12427   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
12428   data: "plot-dpdk-throughput-latency-3n-hsw"
12429   filter: "'NIC_Intel-X520-DA2' and
12430            '64B' and
12431            'BASE' and
12432            'NDRPDR' and
12433            '2T2C' and
12434            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12435   parameters:
12436   - "throughput"
12437   - "parent"
12438   - "tags"
12439   traces:
12440     hoverinfo: "x+y"
12441     boxpoints: "outliers"
12442     whiskerwidth: 0
12443   layout:
12444     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
12445     layout: "plot-throughput"
12446
12447 - type: "plot"
12448   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
12449   algorithm: "plot_performance_box"
12450   output-file-type: ".html"
12451   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
12452   data: "plot-dpdk-throughput-latency-3n-hsw"
12453   filter: "'NIC_Intel-X520-DA2' and
12454            '64B' and
12455            'BASE' and
12456            'NDRPDR' and
12457            '1T1C' and
12458            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12459   parameters:
12460   - "throughput"
12461   - "parent"
12462   - "tags"
12463   traces:
12464     hoverinfo: "x+y"
12465     boxpoints: "outliers"
12466     whiskerwidth: 0
12467   layout:
12468     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
12469     layout: "plot-throughput"
12470
12471 - type: "plot"
12472   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
12473   algorithm: "plot_performance_box"
12474   output-file-type: ".html"
12475   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
12476   data: "plot-dpdk-throughput-latency-3n-hsw"
12477   filter: "'NIC_Intel-X520-DA2' and
12478            '64B' and
12479            'BASE' and
12480            'NDRPDR' and
12481            '2T2C' and
12482            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12483   parameters:
12484   - "throughput"
12485   - "parent"
12486   - "tags"
12487   traces:
12488     hoverinfo: "x+y"
12489     boxpoints: "outliers"
12490     whiskerwidth: 0
12491   layout:
12492     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
12493     layout: "plot-throughput"
12494
12495 # Packet Throughput - DPDK testpmd 3n-hsw-x710
12496 - type: "plot"
12497   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
12498   algorithm: "plot_performance_box"
12499   output-file-type: ".html"
12500   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
12501   data: "plot-dpdk-throughput-latency-3n-hsw"
12502   filter: "'NIC_Intel-X710' and
12503            '64B' and
12504            'BASE' and
12505            'NDRPDR' and
12506            '1T1C' and
12507            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12508   parameters:
12509   - "throughput"
12510   - "parent"
12511   - "tags"
12512   traces:
12513     hoverinfo: "x+y"
12514     boxpoints: "outliers"
12515     whiskerwidth: 0
12516   layout:
12517     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
12518     layout: "plot-throughput"
12519
12520 - type: "plot"
12521   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
12522   algorithm: "plot_performance_box"
12523   output-file-type: ".html"
12524   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
12525   data: "plot-dpdk-throughput-latency-3n-hsw"
12526   filter: "'NIC_Intel-X710' and
12527            '64B' and
12528            'BASE' and
12529            'NDRPDR' and
12530            '2T2C' and
12531            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12532   parameters:
12533   - "throughput"
12534   - "parent"
12535   - "tags"
12536   traces:
12537     hoverinfo: "x+y"
12538     boxpoints: "outliers"
12539     whiskerwidth: 0
12540   layout:
12541     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
12542     layout: "plot-throughput"
12543
12544 - type: "plot"
12545   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
12546   algorithm: "plot_performance_box"
12547   output-file-type: ".html"
12548   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
12549   data: "plot-dpdk-throughput-latency-3n-hsw"
12550   filter: "'NIC_Intel-X710' and
12551            '64B' and
12552            'BASE' and
12553            'NDRPDR' and
12554            '1T1C' and
12555            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12556   parameters:
12557   - "throughput"
12558   - "parent"
12559   - "tags"
12560   traces:
12561     hoverinfo: "x+y"
12562     boxpoints: "outliers"
12563     whiskerwidth: 0
12564   layout:
12565     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
12566     layout: "plot-throughput"
12567
12568 - type: "plot"
12569   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
12570   algorithm: "plot_performance_box"
12571   output-file-type: ".html"
12572   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
12573   data: "plot-dpdk-throughput-latency-3n-hsw"
12574   filter: "'NIC_Intel-X710' and
12575            '64B' and
12576            'BASE' and
12577            'NDRPDR' and
12578            '2T2C' and
12579            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12580   parameters:
12581   - "throughput"
12582   - "parent"
12583   - "tags"
12584   traces:
12585     hoverinfo: "x+y"
12586     boxpoints: "outliers"
12587     whiskerwidth: 0
12588   layout:
12589     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
12590     layout: "plot-throughput"
12591
12592 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
12593 - type: "plot"
12594   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
12595   algorithm: "plot_performance_box"
12596   output-file-type: ".html"
12597   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
12598   data: "plot-dpdk-throughput-latency-3n-hsw"
12599   filter: "'NIC_Intel-XL710' and
12600            '64B' and
12601            'BASE' and
12602            'NDRPDR' and
12603            '1T1C' and
12604            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12605   parameters:
12606   - "throughput"
12607   - "parent"
12608   - "tags"
12609   traces:
12610     hoverinfo: "x+y"
12611     boxpoints: "outliers"
12612     whiskerwidth: 0
12613   layout:
12614     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
12615     layout: "plot-throughput"
12616
12617 - type: "plot"
12618   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
12619   algorithm: "plot_performance_box"
12620   output-file-type: ".html"
12621   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
12622   data: "plot-dpdk-throughput-latency-3n-hsw"
12623   filter: "'NIC_Intel-XL710' and
12624            '64B' and
12625            'BASE' and
12626            'NDRPDR' and
12627            '2T2C' and
12628            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12629   parameters:
12630   - "throughput"
12631   - "parent"
12632   - "tags"
12633   traces:
12634     hoverinfo: "x+y"
12635     boxpoints: "outliers"
12636     whiskerwidth: 0
12637   layout:
12638     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
12639     layout: "plot-throughput"
12640
12641 - type: "plot"
12642   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
12643   algorithm: "plot_performance_box"
12644   output-file-type: ".html"
12645   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
12646   data: "plot-dpdk-throughput-latency-3n-hsw"
12647   filter: "'NIC_Intel-XL710' and
12648            '64B' and
12649            'BASE' and
12650            'NDRPDR' and
12651            '1T1C' and
12652            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12653   parameters:
12654   - "throughput"
12655   - "parent"
12656   - "tags"
12657   traces:
12658     hoverinfo: "x+y"
12659     boxpoints: "outliers"
12660     whiskerwidth: 0
12661   layout:
12662     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
12663     layout: "plot-throughput"
12664
12665 - type: "plot"
12666   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
12667   algorithm: "plot_performance_box"
12668   output-file-type: ".html"
12669   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
12670   data: "plot-dpdk-throughput-latency-3n-hsw"
12671   filter: "'NIC_Intel-XL710' and
12672            '64B' and
12673            'BASE' and
12674            'NDRPDR' and
12675            '2T2C' and
12676            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12677   parameters:
12678   - "throughput"
12679   - "parent"
12680   - "tags"
12681   traces:
12682     hoverinfo: "x+y"
12683     boxpoints: "outliers"
12684     whiskerwidth: 0
12685   layout:
12686     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
12687     layout: "plot-throughput"
12688
12689 # Packet Throughput - DPDK testpmd 3n-skx-x710
12690 - type: "plot"
12691   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
12692   algorithm: "plot_performance_box"
12693   output-file-type: ".html"
12694   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
12695   data: "plot-dpdk-throughput-latency-3n-skx"
12696   filter: "'NIC_Intel-X710' and
12697            '64B' and
12698            'BASE' and
12699            'NDRPDR' and
12700            '2T1C' and
12701            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12702   parameters:
12703   - "throughput"
12704   - "parent"
12705   - "tags"
12706   traces:
12707     hoverinfo: "x+y"
12708     boxpoints: "outliers"
12709     whiskerwidth: 0
12710   layout:
12711     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
12712     layout: "plot-throughput"
12713
12714 - type: "plot"
12715   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
12716   algorithm: "plot_performance_box"
12717   output-file-type: ".html"
12718   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
12719   data: "plot-dpdk-throughput-latency-3n-skx"
12720   filter: "'NIC_Intel-X710' and
12721            '64B' and
12722            'BASE' and
12723            'NDRPDR' and
12724            '4T2C' and
12725            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12726   parameters:
12727   - "throughput"
12728   - "parent"
12729   - "tags"
12730   traces:
12731     hoverinfo: "x+y"
12732     boxpoints: "outliers"
12733     whiskerwidth: 0
12734   layout:
12735     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
12736     layout: "plot-throughput"
12737
12738 - type: "plot"
12739   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
12740   algorithm: "plot_performance_box"
12741   output-file-type: ".html"
12742   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
12743   data: "plot-dpdk-throughput-latency-3n-skx"
12744   filter: "'NIC_Intel-X710' and
12745            '64B' and
12746            'BASE' and
12747            'NDRPDR' and
12748            '2T1C' and
12749            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12750   parameters:
12751   - "throughput"
12752   - "parent"
12753   - "tags"
12754   traces:
12755     hoverinfo: "x+y"
12756     boxpoints: "outliers"
12757     whiskerwidth: 0
12758   layout:
12759     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
12760     layout: "plot-throughput"
12761
12762 - type: "plot"
12763   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
12764   algorithm: "plot_performance_box"
12765   output-file-type: ".html"
12766   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
12767   data: "plot-dpdk-throughput-latency-3n-skx"
12768   filter: "'NIC_Intel-X710' and
12769            '64B' and
12770            'BASE' and
12771            'NDRPDR' and
12772            '4T2C' and
12773            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12774   parameters:
12775   - "throughput"
12776   - "parent"
12777   - "tags"
12778   traces:
12779     hoverinfo: "x+y"
12780     boxpoints: "outliers"
12781     whiskerwidth: 0
12782   layout:
12783     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
12784     layout: "plot-throughput"
12785
12786 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
12787 - type: "plot"
12788   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
12789   algorithm: "plot_performance_box"
12790   output-file-type: ".html"
12791   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
12792   data: "plot-dpdk-throughput-latency-3n-skx"
12793   filter: "'NIC_Intel-XXV710' and
12794            '64B' and
12795            'BASE' and
12796            'NDRPDR' and
12797            '2T1C' and
12798            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12799   parameters:
12800   - "throughput"
12801   - "parent"
12802   - "tags"
12803   traces:
12804     hoverinfo: "x+y"
12805     boxpoints: "outliers"
12806     whiskerwidth: 0
12807   layout:
12808     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
12809     layout: "plot-throughput"
12810
12811 - type: "plot"
12812   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
12813   algorithm: "plot_performance_box"
12814   output-file-type: ".html"
12815   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
12816   data: "plot-dpdk-throughput-latency-3n-skx"
12817   filter: "'NIC_Intel-XXV710' and
12818            '64B' and
12819            'BASE' and
12820            'NDRPDR' and
12821            '4T2C' and
12822            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12823   parameters:
12824   - "throughput"
12825   - "parent"
12826   - "tags"
12827   traces:
12828     hoverinfo: "x+y"
12829     boxpoints: "outliers"
12830     whiskerwidth: 0
12831   layout:
12832     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
12833     layout: "plot-throughput"
12834
12835 - type: "plot"
12836   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
12837   algorithm: "plot_performance_box"
12838   output-file-type: ".html"
12839   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
12840   data: "plot-dpdk-throughput-latency-3n-skx"
12841   filter: "'NIC_Intel-XXV710' and
12842            '64B' and
12843            'BASE' and
12844            'NDRPDR' and
12845            '2T1C' and
12846            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12847   parameters:
12848   - "throughput"
12849   - "parent"
12850   - "tags"
12851   traces:
12852     hoverinfo: "x+y"
12853     boxpoints: "outliers"
12854     whiskerwidth: 0
12855   layout:
12856     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
12857     layout: "plot-throughput"
12858
12859 - type: "plot"
12860   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
12861   algorithm: "plot_performance_box"
12862   output-file-type: ".html"
12863   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
12864   data: "plot-dpdk-throughput-latency-3n-skx"
12865   filter: "'NIC_Intel-XXV710' and
12866            '64B' and
12867            'BASE' and
12868            'NDRPDR' and
12869            '4T2C' and
12870            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12871   parameters:
12872   - "throughput"
12873   - "parent"
12874   - "tags"
12875   traces:
12876     hoverinfo: "x+y"
12877     boxpoints: "outliers"
12878     whiskerwidth: 0
12879   layout:
12880     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
12881     layout: "plot-throughput"
12882
12883 # Packet Throughput - DPDK testpmd 2n-skx-x710
12884 - type: "plot"
12885   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
12886   algorithm: "plot_performance_box"
12887   output-file-type: ".html"
12888   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
12889   data: "plot-dpdk-throughput-latency-2n-skx"
12890   filter: "'NIC_Intel-X710' and
12891            '64B' and
12892            'BASE' and
12893            'NDRPDR' and
12894            '2T1C' and
12895            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12896   parameters:
12897   - "throughput"
12898   - "parent"
12899   - "tags"
12900   traces:
12901     hoverinfo: "x+y"
12902     boxpoints: "outliers"
12903     whiskerwidth: 0
12904   layout:
12905     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
12906     layout: "plot-throughput"
12907
12908 - type: "plot"
12909   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
12910   algorithm: "plot_performance_box"
12911   output-file-type: ".html"
12912   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
12913   data: "plot-dpdk-throughput-latency-2n-skx"
12914   filter: "'NIC_Intel-X710' and
12915            '64B' and
12916            'BASE' and
12917            'NDRPDR' and
12918            '4T2C' and
12919            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12920   parameters:
12921   - "throughput"
12922   - "parent"
12923   - "tags"
12924   traces:
12925     hoverinfo: "x+y"
12926     boxpoints: "outliers"
12927     whiskerwidth: 0
12928   layout:
12929     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
12930     layout: "plot-throughput"
12931
12932 - type: "plot"
12933   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
12934   algorithm: "plot_performance_box"
12935   output-file-type: ".html"
12936   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
12937   data: "plot-dpdk-throughput-latency-2n-skx"
12938   filter: "'NIC_Intel-X710' and
12939            '64B' and
12940            'BASE' and
12941            'NDRPDR' and
12942            '2T1C' and
12943            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12944   parameters:
12945   - "throughput"
12946   - "parent"
12947   - "tags"
12948   traces:
12949     hoverinfo: "x+y"
12950     boxpoints: "outliers"
12951     whiskerwidth: 0
12952   layout:
12953     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
12954     layout: "plot-throughput"
12955
12956 - type: "plot"
12957   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
12958   algorithm: "plot_performance_box"
12959   output-file-type: ".html"
12960   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
12961   data: "plot-dpdk-throughput-latency-2n-skx"
12962   filter: "'NIC_Intel-X710' and
12963            '64B' and
12964            'BASE' and
12965            'NDRPDR' and
12966            '4T2C' and
12967            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12968   parameters:
12969   - "throughput"
12970   - "parent"
12971   - "tags"
12972   traces:
12973     hoverinfo: "x+y"
12974     boxpoints: "outliers"
12975     whiskerwidth: 0
12976   layout:
12977     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
12978     layout: "plot-throughput"
12979
12980 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
12981 - type: "plot"
12982   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
12983   algorithm: "plot_performance_box"
12984   output-file-type: ".html"
12985   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
12986   data: "plot-dpdk-throughput-latency-2n-skx"
12987   filter: "'NIC_Intel-XXV710' and
12988            '64B' and
12989            'BASE' and
12990            'NDRPDR' and
12991            '2T1C' and
12992            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12993   parameters:
12994   - "throughput"
12995   - "parent"
12996   - "tags"
12997   traces:
12998     hoverinfo: "x+y"
12999     boxpoints: "outliers"
13000     whiskerwidth: 0
13001   layout:
13002     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
13003     layout: "plot-throughput"
13004
13005 - type: "plot"
13006   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
13007   algorithm: "plot_performance_box"
13008   output-file-type: ".html"
13009   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
13010   data: "plot-dpdk-throughput-latency-2n-skx"
13011   filter: "'NIC_Intel-XXV710' and
13012            '64B' and
13013            'BASE' and
13014            'NDRPDR' and
13015            '4T2C' and
13016            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13017   parameters:
13018   - "throughput"
13019   - "parent"
13020   - "tags"
13021   traces:
13022     hoverinfo: "x+y"
13023     boxpoints: "outliers"
13024     whiskerwidth: 0
13025   layout:
13026     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
13027     layout: "plot-throughput"
13028
13029 - type: "plot"
13030   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
13031   algorithm: "plot_performance_box"
13032   output-file-type: ".html"
13033   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
13034   data: "plot-dpdk-throughput-latency-2n-skx"
13035   filter: "'NIC_Intel-XXV710' and
13036            '64B' and
13037            'BASE' and
13038            'NDRPDR' and
13039            '2T1C' and
13040            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13041   parameters:
13042   - "throughput"
13043   - "parent"
13044   - "tags"
13045   traces:
13046     hoverinfo: "x+y"
13047     boxpoints: "outliers"
13048     whiskerwidth: 0
13049   layout:
13050     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
13051     layout: "plot-throughput"
13052
13053 - type: "plot"
13054   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
13055   algorithm: "plot_performance_box"
13056   output-file-type: ".html"
13057   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
13058   data: "plot-dpdk-throughput-latency-2n-skx"
13059   filter: "'NIC_Intel-XXV710' and
13060            '64B' and
13061            'BASE' and
13062            'NDRPDR' and
13063            '4T2C' and
13064            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13065   parameters:
13066   - "throughput"
13067   - "parent"
13068   - "tags"
13069   traces:
13070     hoverinfo: "x+y"
13071     boxpoints: "outliers"
13072     whiskerwidth: 0
13073   layout:
13074     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
13075     layout: "plot-throughput"
13076
13077 ################################################################################
13078
13079 # Packet Latency - DPDK l3fwd 3n-hsw-x520
13080 - type: "plot"
13081   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
13082   algorithm: "plot_latency_error_bars"
13083   output-file-type: ".html"
13084   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
13085   data: "plot-dpdk-throughput-latency-3n-hsw"
13086   filter: "'NIC_Intel-X520-DA2' and
13087            '64B' and
13088            'BASE' and
13089            'NDRPDR' and
13090            '1T1C' and
13091            'IP4FWD'"
13092   parameters:
13093   - "latency"
13094   - "parent"
13095   - "tags"
13096   layout:
13097     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
13098     layout: "plot-latency"
13099
13100 - type: "plot"
13101   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
13102   algorithm: "plot_latency_error_bars"
13103   output-file-type: ".html"
13104   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
13105   data: "plot-dpdk-throughput-latency-3n-hsw"
13106   filter: "'NIC_Intel-X520-DA2' and
13107            '64B' and
13108            'BASE' and
13109            'NDRPDR' and
13110            '2T2C' and
13111            'IP4FWD'"
13112   parameters:
13113   - "latency"
13114   - "parent"
13115   - "tags"
13116   layout:
13117     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
13118     layout: "plot-latency"
13119
13120 # Packet Latency - DPDK l3fwd 3n-hsw-x710
13121 - type: "plot"
13122   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
13123   algorithm: "plot_latency_error_bars"
13124   output-file-type: ".html"
13125   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
13126   data: "plot-dpdk-throughput-latency-3n-hsw"
13127   filter: "'NIC_Intel-X710' and
13128            '64B' and
13129            'BASE' and
13130            'NDRPDR' and
13131            '1T1C' and
13132            'IP4FWD'"
13133   parameters:
13134   - "latency"
13135   - "parent"
13136   - "tags"
13137   layout:
13138     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
13139     layout: "plot-latency"
13140
13141 - type: "plot"
13142   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
13143   algorithm: "plot_latency_error_bars"
13144   output-file-type: ".html"
13145   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
13146   data: "plot-dpdk-throughput-latency-3n-hsw"
13147   filter: "'NIC_Intel-X710' and
13148            '64B' and
13149            'BASE' and
13150            'NDRPDR' and
13151            '2T2C' and
13152            'IP4FWD'"
13153   parameters:
13154   - "latency"
13155   - "parent"
13156   - "tags"
13157   layout:
13158     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
13159     layout: "plot-latency"
13160
13161 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
13162 - type: "plot"
13163   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
13164   algorithm: "plot_latency_error_bars"
13165   output-file-type: ".html"
13166   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
13167   data: "plot-dpdk-throughput-latency-3n-hsw"
13168   filter: "'NIC_Intel-XL710' and
13169            '64B' and
13170            'BASE' and
13171            'NDRPDR' and
13172            '1T1C' and
13173            'IP4FWD'"
13174   parameters:
13175   - "latency"
13176   - "parent"
13177   - "tags"
13178   layout:
13179     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
13180     layout: "plot-latency"
13181
13182 - type: "plot"
13183   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
13184   algorithm: "plot_latency_error_bars"
13185   output-file-type: ".html"
13186   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
13187   data: "plot-dpdk-throughput-latency-3n-hsw"
13188   filter: "'NIC_Intel-XL710' and
13189            '64B' and
13190            'BASE' and
13191            'NDRPDR' and
13192            '2T2C' and
13193            'IP4FWD'"
13194   parameters:
13195   - "latency"
13196   - "parent"
13197   - "tags"
13198   layout:
13199     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
13200     layout: "plot-latency"
13201
13202 # Packet Latency - DPDK l3fwd 3n-skx-x710
13203 - type: "plot"
13204   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
13205   algorithm: "plot_latency_error_bars"
13206   output-file-type: ".html"
13207   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
13208   data: "plot-dpdk-throughput-latency-3n-skx"
13209   filter: "'NIC_Intel-X710' and
13210            '64B' and
13211            'BASE' and
13212            'NDRPDR' and
13213            '2T1C' and
13214            'IP4FWD'"
13215   parameters:
13216   - "latency"
13217   - "parent"
13218   - "tags"
13219   layout:
13220     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
13221     layout: "plot-latency"
13222
13223 - type: "plot"
13224   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
13225   algorithm: "plot_latency_error_bars"
13226   output-file-type: ".html"
13227   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
13228   data: "plot-dpdk-throughput-latency-3n-skx"
13229   filter: "'NIC_Intel-X710' and
13230            '64B' and
13231            'BASE' and
13232            'NDRPDR' and
13233            '4T2C' and
13234            'IP4FWD'"
13235   parameters:
13236   - "latency"
13237   - "parent"
13238   - "tags"
13239   layout:
13240     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
13241     layout: "plot-latency"
13242
13243 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
13244 - type: "plot"
13245   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
13246   algorithm: "plot_latency_error_bars"
13247   output-file-type: ".html"
13248   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
13249   data: "plot-dpdk-throughput-latency-3n-skx"
13250   filter: "'NIC_Intel-XXV710' and
13251            '64B' and
13252            'BASE' and
13253            'NDRPDR' and
13254            '2T1C' and
13255            'IP4FWD'"
13256   parameters:
13257   - "latency"
13258   - "parent"
13259   - "tags"
13260   layout:
13261     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
13262     layout: "plot-latency"
13263
13264 - type: "plot"
13265   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
13266   algorithm: "plot_latency_error_bars"
13267   output-file-type: ".html"
13268   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
13269   data: "plot-dpdk-throughput-latency-3n-skx"
13270   filter: "'NIC_Intel-XXV710' and
13271            '64B' and
13272            'BASE' and
13273            'NDRPDR' and
13274            '4T2C' and
13275            'IP4FWD'"
13276   parameters:
13277   - "latency"
13278   - "parent"
13279   - "tags"
13280   layout:
13281     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
13282     layout: "plot-latency"
13283
13284 # Packet Latency - DPDK l3fwd 2n-skx-x710
13285 - type: "plot"
13286   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
13287   algorithm: "plot_latency_error_bars"
13288   output-file-type: ".html"
13289   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
13290   data: "plot-dpdk-throughput-latency-2n-skx"
13291   filter: "'NIC_Intel-X710' and
13292            '64B' and
13293            'BASE' and
13294            'NDRPDR' and
13295            '2T1C' and
13296            'IP4FWD'"
13297   parameters:
13298   - "latency"
13299   - "parent"
13300   - "tags"
13301   layout:
13302     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
13303     layout: "plot-latency"
13304
13305 - type: "plot"
13306   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
13307   algorithm: "plot_latency_error_bars"
13308   output-file-type: ".html"
13309   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
13310   data: "plot-dpdk-throughput-latency-2n-skx"
13311   filter: "'NIC_Intel-X710' and
13312            '64B' and
13313            'BASE' and
13314            'NDRPDR' and
13315            '4T2C' and
13316            'IP4FWD'"
13317   parameters:
13318   - "latency"
13319   - "parent"
13320   - "tags"
13321   layout:
13322     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
13323     layout: "plot-latency"
13324
13325 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
13326 - type: "plot"
13327   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
13328   algorithm: "plot_latency_error_bars"
13329   output-file-type: ".html"
13330   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
13331   data: "plot-dpdk-throughput-latency-2n-skx"
13332   filter: "'NIC_Intel-XXV710' and
13333            '64B' and
13334            'BASE' and
13335            'NDRPDR' and
13336            '2T1C' and
13337            'IP4FWD'"
13338   parameters:
13339   - "latency"
13340   - "parent"
13341   - "tags"
13342   layout:
13343     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
13344     layout: "plot-latency"
13345
13346 - type: "plot"
13347   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
13348   algorithm: "plot_latency_error_bars"
13349   output-file-type: ".html"
13350   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
13351   data: "plot-dpdk-throughput-latency-2n-skx"
13352   filter: "'NIC_Intel-XXV710' and
13353            '64B' and
13354            'BASE' and
13355            'NDRPDR' and
13356            '4T2C' and
13357            'IP4FWD'"
13358   parameters:
13359   - "latency"
13360   - "parent"
13361   - "tags"
13362   layout:
13363     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
13364     layout: "plot-latency"
13365
13366 ################################################################################
13367
13368 # Packet Latency - DPDK testpmd 3n-hsw-x520
13369 - type: "plot"
13370   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
13371   algorithm: "plot_latency_error_bars"
13372   output-file-type: ".html"
13373   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
13374   data: "plot-dpdk-throughput-latency-3n-hsw"
13375   filter: "'NIC_Intel-X520-DA2' and
13376            '64B' and
13377            'BASE' and
13378            'NDRPDR' and
13379            '1T1C' and
13380            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13381   parameters:
13382   - "latency"
13383   - "parent"
13384   - "tags"
13385   layout:
13386     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
13387     layout: "plot-latency"
13388
13389 - type: "plot"
13390   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
13391   algorithm: "plot_latency_error_bars"
13392   output-file-type: ".html"
13393   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
13394   data: "plot-dpdk-throughput-latency-3n-hsw"
13395   filter: "'NIC_Intel-X520-DA2' and
13396            '64B' and
13397            'BASE' and
13398            'NDRPDR' and
13399            '2T2C' and
13400            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13401   parameters:
13402   - "latency"
13403   - "parent"
13404   - "tags"
13405   layout:
13406     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
13407     layout: "plot-latency"
13408
13409 # Packet Latency - DPDK testpmd 3n-hsw-x710
13410 - type: "plot"
13411   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
13412   algorithm: "plot_latency_error_bars"
13413   output-file-type: ".html"
13414   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
13415   data: "plot-dpdk-throughput-latency-3n-hsw"
13416   filter: "'NIC_Intel-X710' and
13417            '64B' and
13418            'BASE' and
13419            'NDRPDR' and
13420            '1T1C' and
13421            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13422   parameters:
13423   - "latency"
13424   - "parent"
13425   - "tags"
13426   layout:
13427     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
13428     layout: "plot-latency"
13429
13430 - type: "plot"
13431   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
13432   algorithm: "plot_latency_error_bars"
13433   output-file-type: ".html"
13434   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
13435   data: "plot-dpdk-throughput-latency-3n-hsw"
13436   filter: "'NIC_Intel-X710' and
13437            '64B' and
13438            'BASE' and
13439            'NDRPDR' and
13440            '2T2C' and
13441            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13442   parameters:
13443   - "latency"
13444   - "parent"
13445   - "tags"
13446   layout:
13447     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
13448     layout: "plot-latency"
13449
13450 # Packet Latency - DPDK testpmd 3n-hsw-xl710
13451 - type: "plot"
13452   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
13453   algorithm: "plot_latency_error_bars"
13454   output-file-type: ".html"
13455   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
13456   data: "plot-dpdk-throughput-latency-3n-hsw"
13457   filter: "'NIC_Intel-XL710' and
13458            '64B' and
13459            'BASE' and
13460            'NDRPDR' and
13461            '1T1C' and
13462            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13463   parameters:
13464   - "latency"
13465   - "parent"
13466   - "tags"
13467   layout:
13468     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
13469     layout: "plot-latency"
13470
13471 - type: "plot"
13472   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
13473   algorithm: "plot_latency_error_bars"
13474   output-file-type: ".html"
13475   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
13476   data: "plot-dpdk-throughput-latency-3n-hsw"
13477   filter: "'NIC_Intel-XL710' and
13478            '64B' and
13479            'BASE' and
13480            'NDRPDR' and
13481            '2T2C' and
13482            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13483   parameters:
13484   - "latency"
13485   - "parent"
13486   - "tags"
13487   layout:
13488     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
13489     layout: "plot-latency"
13490
13491 # Packet Latency - DPDK testpmd 3n-skx-x710
13492 - type: "plot"
13493   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
13494   algorithm: "plot_latency_error_bars"
13495   output-file-type: ".html"
13496   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
13497   data: "plot-dpdk-throughput-latency-3n-skx"
13498   filter: "'NIC_Intel-X710' and
13499            '64B' and
13500            'BASE' and
13501            'NDRPDR' and
13502            '2T1C' and
13503            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13504   parameters:
13505   - "latency"
13506   - "parent"
13507   - "tags"
13508   layout:
13509     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
13510     layout: "plot-latency"
13511
13512 - type: "plot"
13513   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
13514   algorithm: "plot_latency_error_bars"
13515   output-file-type: ".html"
13516   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
13517   data: "plot-dpdk-throughput-latency-3n-skx"
13518   filter: "'NIC_Intel-X710' and
13519            '64B' and
13520            'BASE' and
13521            'NDRPDR' and
13522            '4T2C' and
13523            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13524   parameters:
13525   - "latency"
13526   - "parent"
13527   - "tags"
13528   layout:
13529     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
13530     layout: "plot-latency"
13531
13532 # Packet Latency - DPDK testpmd 3n-skx-xxv710
13533 - type: "plot"
13534   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
13535   algorithm: "plot_latency_error_bars"
13536   output-file-type: ".html"
13537   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
13538   data: "plot-dpdk-throughput-latency-3n-skx"
13539   filter: "'NIC_Intel-XXV710' and
13540            '64B' and
13541            'BASE' and
13542            'NDRPDR' and
13543            '2T1C' and
13544            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13545   parameters:
13546   - "latency"
13547   - "parent"
13548   - "tags"
13549   layout:
13550     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
13551     layout: "plot-latency"
13552
13553 - type: "plot"
13554   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
13555   algorithm: "plot_latency_error_bars"
13556   output-file-type: ".html"
13557   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
13558   data: "plot-dpdk-throughput-latency-3n-skx"
13559   filter: "'NIC_Intel-XXV710' and
13560            '64B' and
13561            'BASE' and
13562            'NDRPDR' and
13563            '4T2C' and
13564            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13565   parameters:
13566   - "latency"
13567   - "parent"
13568   - "tags"
13569   layout:
13570     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
13571     layout: "plot-latency"
13572
13573 # Packet Latency - DPDK testpmd 2n-skx-x710
13574 - type: "plot"
13575   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
13576   algorithm: "plot_latency_error_bars"
13577   output-file-type: ".html"
13578   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
13579   data: "plot-dpdk-throughput-latency-2n-skx"
13580   filter: "'NIC_Intel-X710' and
13581            '64B' and
13582            'BASE' and
13583            'NDRPDR' and
13584            '2T1C' and
13585            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13586   parameters:
13587   - "latency"
13588   - "parent"
13589   - "tags"
13590   layout:
13591     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
13592     layout: "plot-latency"
13593
13594 - type: "plot"
13595   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
13596   algorithm: "plot_latency_error_bars"
13597   output-file-type: ".html"
13598   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
13599   data: "plot-dpdk-throughput-latency-2n-skx"
13600   filter: "'NIC_Intel-X710' and
13601            '64B' and
13602            'BASE' and
13603            'NDRPDR' and
13604            '4T2C' and
13605            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13606   parameters:
13607   - "latency"
13608   - "parent"
13609   - "tags"
13610   layout:
13611     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
13612     layout: "plot-latency"
13613
13614 # Packet Latency - DPDK testpmd 2n-skx-xxv710
13615 - type: "plot"
13616   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
13617   algorithm: "plot_latency_error_bars"
13618   output-file-type: ".html"
13619   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
13620   data: "plot-dpdk-throughput-latency-2n-skx"
13621   filter: "'NIC_Intel-XXV710' and
13622            '64B' and
13623            'BASE' and
13624            'NDRPDR' and
13625            '2T1C' and
13626            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13627   parameters:
13628   - "latency"
13629   - "parent"
13630   - "tags"
13631   layout:
13632     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
13633     layout: "plot-latency"
13634
13635 - type: "plot"
13636   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
13637   algorithm: "plot_latency_error_bars"
13638   output-file-type: ".html"
13639   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
13640   data: "plot-dpdk-throughput-latency-2n-skx"
13641   filter: "'NIC_Intel-XXV710' and
13642            '64B' and
13643            'BASE' and
13644            'NDRPDR' and
13645            '4T2C' and
13646            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13647   parameters:
13648   - "latency"
13649   - "parent"
13650   - "tags"
13651   layout:
13652     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
13653     layout: "plot-latency"