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-throughput-lat-tsa-3n-hsw-vhost:
150       csit-vpp-perf-verify-1908-3n-hsw:
151         - 40  # NDRPDR sel vhost
152         - 41  # NDRPDR sel vhost
153         - 42  # NDRPDR sel vhost
154         - 43  # NDRPDR sel vhost
155         - 44  # NDRPDR sel vhost
156         - 45  # NDRPDR sel vhost
157
158     plot-vpp-http-server-performance:
159       csit-vpp-perf-verify-1908-2n-skx:
160         - 29  # TCP
161         - 30  # TCP
162         - 58  # TCP
163         - 59  # TCP
164         - 60  # TCP
165         - 61  # TCP
166         - 62  # TCP
167         - 63  # TCP
168         - 64  # TCP
169         - 65  # TCP
170
171     plot-dpdk-throughput-latency-3n-hsw:
172       csit-dpdk-perf-verify-1908-3n-hsw:
173         - 2   # NDRPDR sel
174         - 3   # NDRPDR sel
175         - 4   # NDRPDR sel
176         - 5   # NDRPDR sel
177         - 6   # NDRPDR sel
178         - 7   # NDRPDR sel
179         - 8   # NDRPDR sel
180         - 9   # NDRPDR sel
181         - 10  # NDRPDR sel
182         - 11  # NDRPDR sel
183
184     # 3n-skx
185
186     plot-vpp-throughput-lat-tsa-3n-skx:
187       csit-vpp-perf-verify-1908-3n-skx:
188         - 14  # NDRPDR sel
189         - 16  # NDRPDR sel
190         - 19  # NDRPDR sel
191         - 20  # NDRPDR sel
192         - 22  # NDRPDR sel
193         - 23  # NDRPDR sel
194         - 24  # NDRPDR sel
195         - 25  # NDRPDR sel
196         - 26  # NDRPDR sel
197         - 29  # NDRPDR sel
198
199     plot-vpp-throughput-lat-tsa-3n-skx-vhost:
200       csit-vpp-perf-verify-1908-3n-skx:
201         - 44  # NDRPDR sel vhost
202         - 45  # NDRPDR sel vhost
203         - 46  # NDRPDR sel vhost
204         - 47  # NDRPDR sel vhost
205         - 48  # NDRPDR sel vhost
206         - 49  # NDRPDR sel vhost
207
208     plot-dpdk-throughput-latency-3n-skx:
209       csit-dpdk-perf-verify-1908-3n-skx:
210         - 3   # NDRPDR sel
211         - 4   # NDRPDR sel
212         - 5   # NDRPDR sel
213         - 6   # NDRPDR sel
214         - 7   # NDRPDR sel
215         - 8   # NDRPDR sel
216         - 9   # NDRPDR sel
217         - 10  # NDRPDR sel
218         - 11  # NDRPDR sel
219         - 12  # NDRPDR sel
220
221     # 2n-skx
222
223     plot-vpp-throughput-lat-tsa-2n-skx:
224       csit-vpp-perf-verify-1908-2n-skx:
225         - 26  # NDRPDR sel
226         - 27  # NDRPDR sel
227         - 34  # NDRPDR sel
228         - 35  # NDRPDR sel
229         - 36  # NDRPDR sel
230         - 42  # NDRPDR sel
231         - 43  # NDRPDR sel
232         - 44  # NDRPDR sel
233         - 45  # NDRPDR sel
234         - 46  # NDRPDR sel
235
236     plot-vpp-throughput-lat-tsa-2n-skx-vhost:
237       csit-vpp-perf-verify-1908-2n-skx:
238         - 72  # NDRPDR sel vhost
239         - 73  # NDRPDR sel vhost
240         - 74  # NDRPDR sel vhost
241         - 75  # NDRPDR sel vhost
242         - 76  # NDRPDR sel vhost
243         - 78  # NDRPDR sel vhost
244         - 84  # NDRPDR sel vhost
245         - 85  # NDRPDR sel vhost
246
247 #    plot-vpp-soak-2n-skx:
248 #      # TODO: Add data
249 #      csit-vpp-perf-verify-1908-2n-skx:
250
251     plot-vpp-nfv-2n-skx-ndrpdr:
252       csit-vpp-perf-verify-1908-2n-skx:
253         - 22  # NFV
254         - 31  # NFV
255         - 32  # NFV
256         - 37  # NFV
257         - 38  # NFV
258         - 39  # NFV
259         - 53  # NFV
260         - 67  # NFV
261         - 68  # NFV
262         - 70  # NFV
263
264     plot-vpp-nfv-2n-skx-mrr:
265       csit-vpp-perf-verify-1908-2n-skx:
266         - 71  # NFV MRR
267
268     plot-dpdk-throughput-latency-2n-skx:
269       csit-dpdk-perf-verify-1908-2n-skx:
270         - 2   # NDRPDR sel
271         - 3   # NDRPDR sel
272         - 4   # NDRPDR sel
273         - 5   # NDRPDR sel
274         - 7   # NDRPDR sel
275         - 8   # NDRPDR sel
276         - 9   # NDRPDR sel
277         - 10  # NDRPDR sel
278         - 11  # NDRPDR sel
279         - 12  # NDRPDR sel
280
281     plot-vpp-throughput-lat-tsa-3n-tsh:
282       csit-vpp-perf-verify-1908-3n-tsh:
283         - 7   # NDRPDR sel
284         - 8   # NDRPDR sel
285         - 9   # NDRPDR sel
286         - 10  # NDRPDR sel
287         - 11  # NDRPDR sel
288         - 12  # NDRPDR sel
289         - 13  # NDRPDR sel
290         - 14  # NDRPDR sel
291         - 15  # NDRPDR sel
292
293     ###########################################################################
294     # Simple tables (only one data set):
295
296     # NIC Comparisons
297
298     vpp-nic-comparison-3n-skx:
299       csit-vpp-perf-verify-1908-3n-skx:
300         - 14  # NDRPDR sel
301         - 16  # NDRPDR sel
302         - 19  # NDRPDR sel
303         - 20  # NDRPDR sel
304         - 22  # NDRPDR sel
305         - 23  # NDRPDR sel
306         - 24  # NDRPDR sel
307         - 25  # NDRPDR sel
308         - 26  # NDRPDR sel
309         - 29  # NDRPDR sel
310
311     vpp-nic-comparison-2n-skx:
312       csit-vpp-perf-verify-1908-2n-skx:
313         - 26  # NDRPDR sel
314         - 27  # NDRPDR sel
315         - 34  # NDRPDR sel
316         - 35  # NDRPDR sel
317         - 36  # NDRPDR sel
318         - 42  # NDRPDR sel
319         - 43  # NDRPDR sel
320         - 44  # NDRPDR sel
321         - 45  # NDRPDR sel
322         - 46  # NDRPDR sel
323
324     vpp-nic-comparison-3n-skx-mrr:
325       csit-vpp-perf-verify-1908-3n-skx:
326         - 36  # MRR sel
327
328     vpp-nic-comparison-2n-skx-mrr:
329       csit-vpp-perf-verify-1908-2n-skx:
330         - 69  # MRR sel
331
332     # Results
333
334     vpp-perf-results-3n-hsw:
335       csit-vpp-perf-verify-1908-3n-hsw:
336         - 24  # NDRPDR full
337         - 25  # NDRPDR full
338         - 26  # NDRPDR full
339         - 27  # NDRPDR full
340         - 28  # NDRPDR full
341         - 29  # NDRPDR full
342         - 32  # NDRPDR full
343         - 33  # NDRPDR full
344         - 36  # NDRPDR full
345         - 38  # NDRPDR full
346         - 46  # NDRPDR full
347
348     vpp-perf-results-3n-skx:
349       # TODO: Add FULL data
350       csit-vpp-perf-verify-1908-3n-skx:
351         - 27  # NDRPDR full
352         - 28  # NDRPDR full
353         - 30  # NDRPDR full
354         - 31  # NDRPDR full
355         - 32  # NDRPDR full
356         - 33  # NDRPDR full
357         - 34  # NDRPDR full
358         - 35  # NDRPDR full
359         - 37  # NDRPDR full
360         - 39  # NDRPDR full
361         - 40  # NDRPDR full
362         - 41  # NDRPDR full
363         - 50  # NDRPDR full
364
365     vpp-perf-results-2n-skx:
366       csit-vpp-perf-verify-1908-2n-skx:
367         - 48  # NDRPDR full
368         - 49  # NDRPDR full
369         - 50  # NDRPDR full
370         - 51  # NDRPDR full
371         - 54  # NDRPDR full
372         - 55  # NDRPDR full
373         - 79  # NDRPDR full vhost
374
375     vpp-perf-results-3n-tsh:
376       csit-vpp-perf-verify-1908-3n-tsh:
377         - 13  # NDRPDR sel
378
379     vpp-mrr-results-3n-hsw:
380       csit-vpp-perf-verify-1908-3n-hsw:
381         - 39  # MRR sel
382
383     vpp-mrr-results-3n-skx:
384       csit-vpp-perf-verify-1908-3n-skx:
385         - 36  # MRR sel
386
387     vpp-mrr-results-2n-skx:
388       csit-vpp-perf-verify-1908-2n-skx:
389         - 69  # MRR sel
390
391     vpp-func-results-ubuntu:
392       csit-vpp-functional-1908-ubuntu1604-virl:
393         - 64
394
395     vpp-func-results-centos:
396       csit-vpp-functional-1908-centos7-virl:
397         - 64
398
399     vpp-device-results-ubuntu:
400       csit-vpp-device-1908-ubuntu1804-1n-skx:
401         - 65
402
403     dpdk-perf-results-3n-hsw:
404       csit-dpdk-perf-verify-1908-3n-hsw:
405         - 10  # NDRPDR sel
406
407     dpdk-perf-results-3n-skx:
408       csit-dpdk-perf-verify-1908-3n-skx:
409         - 12  # NDRPDR sel
410
411     dpdk-perf-results-2n-skx:
412       csit-dpdk-perf-verify-1908-2n-skx:
413         - 12  # NDRPDR sel
414
415 ###########################################################################
416     # Tables (more than one data set)
417
418     # Performance changes
419
420 #    intel-dnv-vpp-changes-2n-dnv-h1:
421 #      intel-dnv-vpp-release-1810:
422 #        - 1
423 #    intel-dnv-vpp-changes-2n-dnv-ref:
424 #      intel-dnv-vpp-release-1901:
425 #        - 1
426 #    intel-dnv-vpp-changes-2n-dnv-cmp:
427 #      # intel-dnv-vpp-release-1904:
428 #      intel-dnv-vpp-release-1901:
429 #        - 1
430 #    intel-dnv-vpp-changes-2n-dnv:
431 #      - "intel-dnv-vpp-changes-2n-dnv-h1"
432 #      - "intel-dnv-vpp-changes-2n-dnv-ref"
433 #      - "intel-dnv-vpp-changes-2n-dnv-cmp"
434
435     vpp-performance-changes-3n-hsw-h1:
436       csit-vpp-perf-verify-1901-3n-hsw:
437         - 10  # NDRPDR sel
438         - 19  # NDRPDR sel
439         - 31  # NDRPDR sel
440         - 36  # NDRPDR sel
441         - 40  # NDRPDR sel
442         - 42  # NDRPDR sel
443         - 44  # NDRPDR sel
444         - 46  # NDRPDR sel
445         - 47  # NDRPDR sel
446         - 48  # NDRPDR sel
447         - 61  # NDRPDR LB
448         - 62  # NDRPDR LB
449         - 63  # NDRPDR LB
450         - 64  # NDRPDR LB
451         - 65  # NDRPDR LB
452         - 66  # NDRPDR LB
453         - 67  # NDRPDR LB
454         - 69  # NDRPDR LB
455         - 70  # NDRPDR LB
456         - 71  # NDRPDR LB
457     vpp-performance-changes-3n-hsw-ref:
458       csit-vpp-perf-verify-1904-3n-hsw:
459         - 11  # NDRPDR sel
460         - 12  # NDRPDR sel
461         - 20  # NDRPDR sel
462         - 21  # NDRPDR sel
463         - 23  # NDRPDR sel
464         - 24  # NDRPDR sel
465         - 25  # NDRPDR sel
466         - 26  # NDRPDR sel
467         - 29  # NDRPDR sel
468         - 30  # NDRPDR sel
469     vpp-performance-changes-3n-hsw-cmp:
470       csit-vpp-perf-verify-1908-3n-hsw:
471         - 12  # NDRPDR sel
472         - 13  # NDRPDR sel
473         - 14  # NDRPDR sel
474         - 15  # NDRPDR sel
475         - 16  # NDRPDR sel
476         - 17  # NDRPDR sel
477         - 18  # NDRPDR sel
478         - 19  # NDRPDR sel
479         - 20  # NDRPDR sel
480         - 21  # NDRPDR sel
481     vpp-performance-changes-3n-hsw:
482       - "vpp-performance-changes-3n-hsw-h1"
483       - "vpp-performance-changes-3n-hsw-ref"
484       - "vpp-performance-changes-3n-hsw-cmp"
485
486     vpp-performance-changes-3n-skx-h1:
487       csit-vpp-perf-verify-1901-3n-skx:
488         - 18  # NDRPDR sel
489         - 19  # NDRPDR sel
490         - 20  # NDRPDR sel
491         - 28  # NDRPDR sel
492         - 31  # NDRPDR sel
493         - 33  # NDRPDR sel
494         - 36  # NDRPDR sel
495         - 38  # NDRPDR sel
496         - 47  # NDRPDR sel
497         - 48  # NDRPDR sel
498         - 54  # NDRPDR LB
499         - 57  # NDRPDR LB
500         - 58  # NDRPDR LB
501         - 59  # NDRPDR LB
502         - 60  # NDRPDR LB
503         - 63  # NDRPDR LB
504         - 64  # NDRPDR LB
505         - 65  # NDRPDR LB
506         - 66  # NDRPDR LB
507         - 67  # NDRPDR LB
508     vpp-performance-changes-3n-skx-ref:
509       csit-vpp-perf-verify-1904-3n-skx:
510         - 8   # NDRPDR sel
511         - 9   # NDRPDR sel
512         - 10  # NDRPDR sel
513         - 11  # NDRPDR sel
514         - 12  # NDRPDR sel
515         - 14  # NDRPDR sel
516         - 16  # NDRPDR sel
517         - 21  # NDRPDR sel
518         - 23  # NDRPDR sel
519         - 25  # NDRPDR sel
520     vpp-performance-changes-3n-skx-cmp:
521       csit-vpp-perf-verify-1908-3n-skx:
522         - 14  # NDRPDR sel
523         - 16  # NDRPDR sel
524         - 19  # NDRPDR sel
525         - 20  # NDRPDR sel
526         - 22  # NDRPDR sel
527         - 23  # NDRPDR sel
528         - 24  # NDRPDR sel
529         - 25  # NDRPDR sel
530         - 26  # NDRPDR sel
531         - 29  # NDRPDR sel
532     vpp-performance-changes-3n-skx:
533       - "vpp-performance-changes-3n-skx-h1"
534       - "vpp-performance-changes-3n-skx-ref"
535       - "vpp-performance-changes-3n-skx-cmp"
536
537     vpp-performance-changes-2n-skx-h1:
538       csit-vpp-perf-verify-1901-2n-skx:
539         - 5   # NDRPDR sel
540         - 12  # NDRPDR sel
541         - 13  # NDRPDR sel
542         - 21  # NDRPDR sel
543         - 23  # NDRPDR sel
544         - 31  # NDRPDR sel
545         - 34  # NDRPDR sel
546         - 40  # NDRPDR sel
547         - 42  # NDRPDR sel
548         - 43  # NDRPDR sel
549     vpp-performance-changes-2n-skx-ref:
550       csit-vpp-perf-verify-1904-2n-skx:
551         - 12  # NDRPDR sel
552         - 14  # NDRPDR sel
553         - 16  # NDRPDR sel
554         - 17  # NDRPDR sel
555         - 18  # NDRPDR sel
556         - 21  # NDRPDR sel
557         - 27  # NDRPDR sel
558         - 30  # NDRPDR sel
559         - 31  # NDRPDR sel
560         - 32  # NDRPDR sel
561     vpp-performance-changes-2n-skx-cmp:
562       csit-vpp-perf-verify-1908-2n-skx:
563         - 26  # NDRPDR sel
564         - 27  # NDRPDR sel
565         - 34  # NDRPDR sel
566         - 35  # NDRPDR sel
567         - 36  # NDRPDR sel
568         - 42  # NDRPDR sel
569         - 43  # NDRPDR sel
570         - 44  # NDRPDR sel
571         - 45  # NDRPDR sel
572         - 46  # NDRPDR sel
573     vpp-performance-changes-2n-skx:
574       - "vpp-performance-changes-2n-skx-h1"
575       - "vpp-performance-changes-2n-skx-ref"
576       - "vpp-performance-changes-2n-skx-cmp"
577
578 #    vpp-soak-vs-ndr-2n-skx-ref:
579 #      csit-vpp-perf-verify-1904-2n-skx:
580 #        - 12  # NDRPDR sel
581 #        - 14  # NDRPDR sel
582 #        - 16  # NDRPDR sel
583 #        - 17  # NDRPDR sel
584 #        - 18  # NDRPDR sel
585 #        - 21  # NDRPDR sel
586 #        - 27  # NDRPDR sel
587 #        - 30  # NDRPDR sel
588 #        - 31  # NDRPDR sel
589 #        - 32  # NDRPDR sel
590 #      # TODO: Add data
591 #      # csit-vpp-perf-verify-1908-2n-skx:
592 #    vpp-soak-vs-ndr-2n-skx-cmp:
593 #      csit-vpp-perf-verify-1904-2n-skx:
594 #        - 70  # soak
595 #        - 71  # soak
596 #      # TODO: Add data
597 #      # csit-vpp-perf-verify-1908-2n-skx:
598 #    vpp-soak-vs-ndr-2n-skx:
599 #      csit-vpp-perf-verify-1904-2n-skx:
600 #        - 12  # NDRPDR sel
601 #        - 14  # NDRPDR sel
602 #        - 16  # NDRPDR sel
603 #        - 17  # NDRPDR sel
604 #        - 18  # NDRPDR sel
605 #        - 21  # NDRPDR sel
606 #        - 27  # NDRPDR sel
607 #        - 30  # NDRPDR sel
608 #        - 31  # NDRPDR sel
609 #        - 32  # NDRPDR sel
610 #        - 70  # soak
611 #        - 71  # soak
612 #      # TODO: Add data
613 #      # csit-vpp-perf-verify-1908-2n-skx:
614
615     vpp-performance-changes-3n-hsw-mrr-h1:
616       csit-vpp-perf-verify-1901-3n-hsw:
617         - 35  # MRR sel
618     vpp-performance-changes-3n-hsw-mrr-ref:
619       csit-vpp-perf-verify-1904-3n-hsw:
620         - 9   # MRR sel
621     vpp-performance-changes-3n-hsw-mrr-cmp:
622       csit-vpp-perf-verify-1908-3n-hsw:
623         - 39  # MRR sel
624     vpp-performance-changes-3n-hsw-mrr:
625       - "vpp-performance-changes-3n-hsw-mrr-h1"
626       - "vpp-performance-changes-3n-hsw-mrr-ref"
627       - "vpp-performance-changes-3n-hsw-mrr-cmp"
628
629     vpp-performance-changes-3n-skx-mrr-h1:
630       csit-vpp-perf-verify-1901-3n-skx:
631         - 32  # MRR sel
632     vpp-performance-changes-3n-skx-mrr-ref:
633       csit-vpp-perf-verify-1904-3n-skx:
634         - 7   # MRR sel
635     vpp-performance-changes-3n-skx-mrr-cmp:
636       csit-vpp-perf-verify-1908-3n-skx:
637         - 36  # MRR sel
638     vpp-performance-changes-3n-skx-mrr:
639       - "vpp-performance-changes-3n-skx-mrr-h1"
640       - "vpp-performance-changes-3n-skx-mrr-ref"
641       - "vpp-performance-changes-3n-skx-mrr-cmp"
642
643     vpp-performance-changes-2n-skx-mrr-h1:
644       csit-vpp-perf-verify-1901-2n-skx:
645         - 22  # MRR sel
646     vpp-performance-changes-2n-skx-mrr-ref:
647       csit-vpp-perf-verify-1904-2n-skx:
648         - 11  # MRR sel
649     vpp-performance-changes-2n-skx-mrr-cmp:
650       csit-vpp-perf-verify-1908-2n-skx:
651         - 69  # MRR sel
652     vpp-performance-changes-2n-skx-mrr:
653       - "vpp-performance-changes-2n-skx-mrr-h1"
654       - "vpp-performance-changes-2n-skx-mrr-ref"
655       - "vpp-performance-changes-2n-skx-mrr-cmp"
656
657     dpdk-performance-changes-3n-hsw-h1:
658       csit-dpdk-perf-verify-1901-3n-hsw:
659         - 13  # NDRPDR sel
660         - 14  # NDRPDR sel
661         - 16  # NDRPDR sel
662         - 17  # NDRPDR sel
663         - 18  # NDRPDR sel
664         - 19  # NDRPDR sel
665         - 20  # NDRPDR sel
666         - 21  # NDRPDR sel
667         - 22  # NDRPDR sel
668         - 23  # NDRPDR sel
669     dpdk-performance-changes-3n-hsw-ref:
670       csit-dpdk-perf-verify-1904-3n-hsw:
671         - 2   # NDRPDR sel
672         - 3   # NDRPDR sel
673         - 5   # NDRPDR sel
674         - 6   # NDRPDR sel
675         - 13  # NDRPDR sel
676         - 14  # NDRPDR sel
677         - 15  # NDRPDR sel
678         - 18  # NDRPDR sel
679         - 19  # NDRPDR sel
680         - 20  # NDRPDR sel
681     dpdk-performance-changes-3n-hsw-cmp:
682       csit-dpdk-perf-verify-1908-3n-hsw:
683         - 2   # NDRPDR sel
684         - 3   # NDRPDR sel
685         - 4   # NDRPDR sel
686         - 5   # NDRPDR sel
687         - 6   # NDRPDR sel
688         - 7   # NDRPDR sel
689         - 8   # NDRPDR sel
690         - 9   # NDRPDR sel
691         - 10  # NDRPDR sel
692         - 11  # NDRPDR sel
693     dpdk-performance-changes-3n-hsw:
694       - "dpdk-performance-changes-3n-hsw-h1"
695       - "dpdk-performance-changes-3n-hsw-ref"
696       - "dpdk-performance-changes-3n-hsw-cmp"
697
698     dpdk-performance-changes-3n-skx-h1:
699       csit-dpdk-perf-verify-1901-3n-skx:
700         - 3   # NDRPDR sel
701         - 5   # NDRPDR sel
702         - 6   # NDRPDR sel
703         - 7   # NDRPDR sel
704         - 8   # NDRPDR sel
705         - 9   # NDRPDR sel
706         - 10  # NDRPDR sel
707         - 11  # NDRPDR sel
708         - 12  # NDRPDR sel
709         - 13  # NDRPDR sel
710     dpdk-performance-changes-3n-skx-ref:
711       csit-dpdk-perf-verify-1904-3n-skx:
712         - 2   # NDRPDR sel
713         - 3   # NDRPDR sel
714         - 4   # NDRPDR sel
715         - 5   # NDRPDR sel
716         - 6   # NDRPDR sel
717         - 7   # NDRPDR sel
718         - 11  # NDRPDR sel
719         - 12  # NDRPDR sel
720         - 13  # NDRPDR sel
721         - 14  # NDRPDR sel
722     dpdk-performance-changes-3n-skx-cmp:
723       csit-dpdk-perf-verify-1908-3n-skx:
724         - 3   # NDRPDR sel
725         - 4   # NDRPDR sel
726         - 5   # NDRPDR sel
727         - 6   # NDRPDR sel
728         - 7   # NDRPDR sel
729         - 8   # NDRPDR sel
730         - 9   # NDRPDR sel
731         - 10  # NDRPDR sel
732         - 11  # NDRPDR sel
733         - 12  # NDRPDR sel
734     dpdk-performance-changes-3n-skx:
735       - "dpdk-performance-changes-3n-skx-h1"
736       - "dpdk-performance-changes-3n-skx-ref"
737       - "dpdk-performance-changes-3n-skx-cmp"
738
739     dpdk-performance-changes-2n-skx-h1:
740       csit-dpdk-perf-verify-1901-2n-skx:
741         - 12  # NDRPDR sel
742         - 13  # NDRPDR sel
743         - 14  # NDRPDR sel
744         - 15  # NDRPDR sel
745         - 16  # NDRPDR sel
746         - 17  # NDRPDR sel
747         - 18  # NDRPDR sel
748         - 19  # NDRPDR sel
749         - 20  # NDRPDR sel
750         - 21  # NDRPDR sel
751     dpdk-performance-changes-2n-skx-ref:
752       csit-dpdk-perf-verify-1904-2n-skx:
753         - 2   # NDRPDR sel
754         - 3   # NDRPDR sel
755         - 4   # NDRPDR sel
756         - 5   # NDRPDR sel
757         - 7   # NDRPDR sel
758         - 8   # NDRPDR sel
759         - 9   # NDRPDR sel
760         - 10  # NDRPDR sel
761         - 11  # NDRPDR sel
762         - 12  # NDRPDR sel
763     dpdk-performance-changes-2n-skx-cmp:
764       csit-dpdk-perf-verify-1908-2n-skx:
765         - 2   # NDRPDR sel
766         - 3   # NDRPDR sel
767         - 4   # NDRPDR sel
768         - 5   # NDRPDR sel
769         - 7   # NDRPDR sel
770         - 8   # NDRPDR sel
771         - 9   # NDRPDR sel
772         - 10  # NDRPDR sel
773         - 11  # NDRPDR sel
774         - 12  # NDRPDR sel
775     dpdk-performance-changes-2n-skx:
776       - "dpdk-performance-changes-2n-skx-h1"
777       - "dpdk-performance-changes-2n-skx-ref"
778       - "dpdk-performance-changes-2n-skx-cmp"
779
780     # Compare testbeds
781
782     vpp-compare-testbeds-ref:
783       csit-vpp-perf-verify-1908-3n-hsw:
784         - 12  # NDRPDR sel
785         - 13  # NDRPDR sel
786         - 14  # NDRPDR sel
787         - 15  # NDRPDR sel
788         - 16  # NDRPDR sel
789         - 17  # NDRPDR sel
790         - 18  # NDRPDR sel
791         - 19  # NDRPDR sel
792         - 20  # NDRPDR sel
793         - 21  # NDRPDR sel
794     vpp-compare-testbeds-cmp:
795       csit-vpp-perf-verify-1908-3n-skx:
796         - 14  # NDRPDR sel
797         - 16  # NDRPDR sel
798         - 19  # NDRPDR sel
799         - 20  # NDRPDR sel
800         - 22  # NDRPDR sel
801         - 23  # NDRPDR sel
802         - 24  # NDRPDR sel
803         - 25  # NDRPDR sel
804         - 26  # NDRPDR sel
805         - 29  # NDRPDR sel
806     vpp-compare-testbeds:
807       - "vpp-compare-testbeds-ref"
808       - "vpp-compare-testbeds-cmp"
809
810     vpp-compare-testbeds-mrr-ref:
811       csit-vpp-perf-verify-1908-3n-hsw:
812         - 39  # MRR sel
813     vpp-compare-testbeds-mrr-cmp:
814       csit-vpp-perf-verify-1908-3n-skx:
815         - 36  # MRR sel
816     vpp-compare-testbeds-mrr:
817       - "vpp-compare-testbeds-mrr-ref"
818       - "vpp-compare-testbeds-mrr-cmp"
819
820     dpdk-compare-testbeds-ref:
821       csit-dpdk-perf-verify-1908-3n-hsw:
822         - 2   # NDRPDR sel
823         - 3   # NDRPDR sel
824         - 4   # NDRPDR sel
825         - 5   # NDRPDR sel
826         - 6   # NDRPDR sel
827         - 7   # NDRPDR sel
828         - 8   # NDRPDR sel
829         - 9   # NDRPDR sel
830         - 10  # NDRPDR sel
831         - 11  # NDRPDR sel
832     dpdk-compare-testbeds-cmp:
833       csit-dpdk-perf-verify-1908-3n-skx:
834         - 3   # NDRPDR sel
835         - 4   # NDRPDR sel
836         - 5   # NDRPDR sel
837         - 6   # NDRPDR sel
838         - 7   # NDRPDR sel
839         - 8   # NDRPDR sel
840         - 9   # NDRPDR sel
841         - 10  # NDRPDR sel
842         - 11  # NDRPDR sel
843         - 12  # NDRPDR sel
844     dpdk-compare-testbeds:
845       - "dpdk-compare-testbeds-ref"
846       - "dpdk-compare-testbeds-cmp"
847
848     # Compare topologies
849
850     vpp-compare-topologies-ref:
851       csit-vpp-perf-verify-1908-3n-skx:
852         - 14  # NDRPDR sel
853         - 16  # NDRPDR sel
854         - 19  # NDRPDR sel
855         - 20  # NDRPDR sel
856         - 22  # NDRPDR sel
857         - 23  # NDRPDR sel
858         - 24  # NDRPDR sel
859         - 25  # NDRPDR sel
860         - 26  # NDRPDR sel
861         - 29  # NDRPDR sel
862     vpp-compare-topologies-cmp:
863       csit-vpp-perf-verify-1908-2n-skx:
864         - 26  # NDRPDR sel
865         - 27  # NDRPDR sel
866         - 34  # NDRPDR sel
867         - 35  # NDRPDR sel
868         - 36  # NDRPDR sel
869         - 42  # NDRPDR sel
870         - 43  # NDRPDR sel
871         - 44  # NDRPDR sel
872         - 45  # NDRPDR sel
873         - 46  # NDRPDR sel
874     vpp-compare-topologies:
875       - "vpp-compare-topologies-ref"
876       - "vpp-compare-topologies-cmp"
877
878     vpp-compare-topologies-mrr-ref:
879       csit-vpp-perf-verify-1908-3n-skx:
880         - 36  # MRR sel
881     vpp-compare-topologies-mrr-cmp:
882       csit-vpp-perf-verify-1908-2n-skx:
883         - 69  # MRR sel
884     vpp-compare-topologies-mrr:
885       - "vpp-compare-topologies-mrr-ref"
886       - "vpp-compare-topologies-mrr-cmp"
887
888     dpdk-compare-topologies-ref:
889       csit-dpdk-perf-verify-1908-3n-skx:
890         - 3   # NDRPDR sel
891         - 4   # NDRPDR sel
892         - 5   # NDRPDR sel
893         - 6   # NDRPDR sel
894         - 7   # NDRPDR sel
895         - 8   # NDRPDR sel
896         - 9   # NDRPDR sel
897         - 10  # NDRPDR sel
898         - 11  # NDRPDR sel
899         - 12  # NDRPDR sel
900     dpdk-compare-topologies-cmp:
901       csit-dpdk-perf-verify-1908-2n-skx:
902         - 2   # NDRPDR sel
903         - 3   # NDRPDR sel
904         - 4   # NDRPDR sel
905         - 5   # NDRPDR sel
906         - 7   # NDRPDR sel
907         - 8   # NDRPDR sel
908         - 9   # NDRPDR sel
909         - 10  # NDRPDR sel
910         - 11  # NDRPDR sel
911         - 12  # NDRPDR sel
912     dpdk-compare-topologies:
913       - "dpdk-compare-topologies-ref"
914       - "dpdk-compare-topologies-cmp"
915
916   plot-layouts:
917
918     plot-soak-throughput:
919       titlefont:
920         size: 18
921       xaxis:
922         title: "<b>Test Cases [Index]</b>"
923         titlefont:
924           size: 16
925         autorange: True
926         fixedrange: False
927         gridcolor: "rgb(230, 230, 230)"
928         linecolor: "rgb(220, 220, 220)"
929         linewidth: 1
930         showgrid: True
931         showline: True
932         showticklabels: True
933         tickcolor: "rgb(220, 220, 220)"
934         tickmode: "linear"
935         tickfont:
936           size: 16
937         zeroline: False
938       yaxis:
939         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
940         titlefont:
941           size: 16
942         gridcolor: "rgb(230, 230, 230)"
943         hoverformat: ".4r"
944         tickformat: ".3r"
945         linecolor: "rgb(220, 220, 220)"
946         linewidth: 1
947         showgrid: True
948         showline: True
949         showticklabels: True
950         tickcolor: "rgb(220, 220, 220)"
951         tickfont:
952           size: 16
953         zeroline: False
954         range: [0,50]
955       autosize: False
956       margin:
957         t: 50
958         b: 0
959         l: 80
960         r: 20
961       showlegend: True
962       legend:
963         orientation: "h"
964         font:
965           size: 16
966       width: 700
967       height: 900
968
969     plot-service-density:
970       titlefont:
971         size: 18
972       xaxis:
973         side: "top"
974         autorange: True
975         fixedrange: False
976         showgrid: False
977         showline: False
978         showticklabels: False
979         ticks: ""
980         ticklen: 0
981         tickwidth: 0
982         zeroline: False
983       yaxis:
984         autorange: "reversed"
985         showgrid: False
986         showline: False
987         showticklabels: False
988         ticks: ""
989         ticklen: 0
990         tickwidth: 0
991         zeroline: False
992       autosize: True
993       showlegend: False
994       width: 700
995       height: 700
996
997     plot-cps:
998       titlefont:
999         size: 18
1000       xaxis:
1001         title: "<b>Test Cases [Index]</b>"
1002         titlefont:
1003           size: 16
1004         autorange: True
1005         fixedrange: False
1006         gridcolor: "rgb(230, 230, 230)"
1007         linecolor: "rgb(220, 220, 220)"
1008         linewidth: 1
1009         showgrid: True
1010         showline: True
1011         showticklabels: True
1012         tickcolor: "rgb(220, 220, 220)"
1013         tickmode: "linear"
1014         tickfont:
1015           size: 16
1016         zeroline: False
1017       yaxis:
1018         title: "<b>Connections Per Second [cps]</b>"
1019         titlefont:
1020           size: 16
1021         gridcolor: "rgb(230, 230, 230)"
1022         hoverformat: ".4s"
1023         linecolor: "rgb(220, 220, 220)"
1024         linewidth: 1
1025         rangemode: "tozero"
1026         showgrid: True
1027         showline: True
1028         showticklabels: True
1029         tickcolor: "rgb(220, 220, 220)"
1030         tickformat: ".3s"
1031         tickfont:
1032           size: 16
1033         zeroline: False
1034       boxmode: "group"
1035       boxgroupgap: 0.5
1036       autosize: False
1037       margin:
1038         t: 50
1039         b: 20
1040         l: 80
1041         r: 20
1042       showlegend: True
1043       legend:
1044         orientation: "h"
1045         font:
1046           size: 16
1047       width: 700
1048       height: 800
1049
1050     plot-rps:
1051       titlefont:
1052         size: 18
1053       xaxis:
1054         title: "<b>Test Cases [Index]</b>"
1055         titlefont:
1056           size: 16
1057         autorange: True
1058         fixedrange: False
1059         gridcolor: "rgb(230, 230, 230)"
1060         linecolor: "rgb(220, 220, 220)"
1061         linewidth: 1
1062         showgrid: True
1063         showline: True
1064         showticklabels: True
1065         tickcolor: "rgb(220, 220, 220)"
1066         tickmode: "linear"
1067         tickfont:
1068           size: 16
1069         zeroline: False
1070       yaxis:
1071         title: "<b>Requests Per Second [rps]</b>"
1072         titlefont:
1073           size: 16
1074         gridcolor: "rgb(230, 230, 230)"
1075         hoverformat: ".4s"
1076         linecolor: "rgb(220, 220, 220)"
1077         linewidth: 1
1078         rangemode: "tozero"
1079         showgrid: True
1080         showline: True
1081         showticklabels: True
1082         tickcolor: "rgb(230, 230, 230)"
1083         tickformat: ".3s"
1084         tickfont:
1085           size: 16
1086         zeroline: False
1087       boxmode: "group"
1088       boxgroupgap: 0.5
1089       autosize: False
1090       margin:
1091         t: 50
1092         b: 20
1093         l: 80
1094         r: 20
1095       showlegend: True
1096       legend:
1097         orientation: "h"
1098         font:
1099           size: 16
1100       width: 700
1101       height: 800
1102
1103     plot-throughput:
1104       titlefont:
1105         size: 18
1106       xaxis:
1107         title: "<b>Test Cases [Index]</b>"
1108         titlefont:
1109           size: 16
1110         autorange: True
1111         fixedrange: False
1112         gridcolor: "rgb(230, 230, 230)"
1113         linecolor: "rgb(220, 220, 220)"
1114         linewidth: 1
1115         showgrid: True
1116         showline: True
1117         showticklabels: True
1118         tickcolor: "rgb(220, 220, 220)"
1119         tickmode: "linear"
1120         tickfont:
1121           size: 16
1122         zeroline: False
1123       yaxis:
1124         title: "<b>Packet Throughput [Mpps]</b>"
1125         titlefont:
1126           size: 16
1127         gridcolor: "rgb(230, 230, 230)"
1128         hoverformat: ".4r"
1129         tickformat: ".3r"
1130         linecolor: "rgb(220, 220, 220)"
1131         linewidth: 1
1132         showgrid: True
1133         showline: True
1134         showticklabels: True
1135         tickcolor: "rgb(220, 220, 220)"
1136         tickfont:
1137           size: 16
1138         zeroline: False
1139         range: [0,50]
1140       boxmode: "group"
1141       boxgroupgap: 0.5
1142       autosize: False
1143       margin:
1144         t: 50
1145         b: 0
1146         l: 80
1147         r: 20
1148       showlegend: True
1149       legend:
1150         orientation: "h"
1151         font:
1152           size: 16
1153       width: 700
1154       height: 900
1155
1156     plot-throughput-speedup-analysis:
1157       titlefont:
1158         size: 18
1159       xaxis:
1160         title: "<b>Number of Cores [Qty]</b>"
1161         titlefont:
1162           size: 16
1163         autorange: True
1164         fixedrange: False
1165         gridcolor: "rgb(230, 230, 230)"
1166         linecolor: "rgb(220, 220, 220)"
1167         linewidth: 1
1168         showgrid: True
1169         showline: True
1170         showticklabels: True
1171         tickcolor: "rgb(238, 238, 238)"
1172         tickmode: "linear"
1173         tickfont:
1174           size: 16
1175         zeroline: False
1176       yaxis:
1177         title: "<b>Packet Throughput [Mpps]</b>"
1178         titlefont:
1179           size: 16
1180         type: "linear"
1181         gridcolor: "rgb(230, 230, 230)"
1182         hoverformat: ".4s"
1183         linecolor: "rgb(220, 220, 220)"
1184         linewidth: 1
1185         showgrid: True
1186         showline: True
1187         showticklabels: True
1188         tickcolor: "rgb(220, 220, 220)"
1189         tickformat: ".4s"
1190         tickfont:
1191           size: 16
1192         zeroline: True
1193         rangemode: "tozero"
1194         range: [0,100]
1195       legend:
1196         orientation: "h"
1197         font:
1198           size: 16
1199         xanchor: "left"
1200         yanchor: "top"
1201         x: 0
1202         y: -0.2
1203         bgcolor: "rgba(255, 255, 255, 0)"
1204         bordercolor: "rgba(255, 255, 255, 0)"
1205         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1206       autosize: False
1207       margin:
1208           't': 50
1209           'b': 150
1210           'l': 85
1211           'r': 10
1212       showlegend: True
1213       width: 700
1214       height: 700
1215       hoverlabel:
1216         namelength: -1
1217       annotations: [
1218         {
1219           text: "_ _          __          ...",
1220           align: "left",
1221           showarrow: False,
1222           xref: "paper",
1223           yref: "paper",
1224           xanchor: "left",
1225           yanchor: "top",
1226           x: 0,
1227           y: -0.13,
1228           font: {
1229             family: "Consolas, Courier New",
1230             size: 15
1231           },
1232         },
1233         {
1234           text: "    Perfect     Measured     Limit",
1235           align: "left",
1236           showarrow: False,
1237           xref: "paper",
1238           yref: "paper",
1239           xanchor: "left",
1240           yanchor: "top",
1241           x: 0,
1242           y: -0.15,
1243           font: {
1244             family: "Consolas, Courier New",
1245             size: 15
1246           },
1247         },
1248       ]
1249
1250     plot-latency:
1251       titlefont:
1252         size: 18
1253       xaxis:
1254         title: "<b>Direction</b>"
1255         titlefont:
1256           size: 16
1257         autorange: True
1258         fixedrange: False
1259         gridcolor: "rgb(230, 230, 230)"
1260         linecolor: "rgb(220, 220, 220)"
1261         linewidth: 1
1262         showgrid: True
1263         showline: True
1264         showticklabels: False
1265         tickcolor: "rgb(220, 220, 220)"
1266         tickmode: "linear"
1267         tickfont:
1268           size: 16
1269         zeroline: False
1270       yaxis:
1271         title: "<b>Packet Latency [uSec]</b>"
1272         titlefont:
1273           size: 16
1274         type: "linear"
1275         gridcolor: "rgb(230, 230, 230)"
1276         hoverformat: ".4s"
1277         linecolor: "rgb(220, 220, 220)"
1278         linewidth: 1
1279         showgrid: True
1280         showline: True
1281         showticklabels: True
1282         tickcolor: "rgb(220, 220, 220)"
1283         tickformat: ".4s"
1284         tickfont:
1285           size: 16
1286         zeroline: True
1287         rangemode: "tozero"
1288       legend:
1289         orientation: "h"
1290         font:
1291           size: 16
1292         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1293       autosize: False
1294       margin:
1295           't': 50
1296           'b': 150
1297           'l': 80
1298           'r': 10
1299       showlegend: True
1300       width: 700
1301       height: 700
1302       hoverlabel:
1303         namelength: -1
1304
1305 - type: "static"
1306   src-path: "{DIR[RST]}"
1307   dst-path: "{DIR[WORKING,SRC]}"
1308
1309 - type: "input"
1310   general:
1311     file-name: "output_info.xml.gz"
1312     file-format: ".gz"
1313     arch-file-format:
1314       - ".gz"
1315       - ".zip"
1316     download-path: "{job}/{build}/archives/{filename}"
1317     extract: "output.xml"
1318
1319     zip-file-name: "robot-plugin.zip"
1320     zip-file-format: ".zip"
1321     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1322     zip-extract: "robot-plugin/output.xml"
1323
1324   builds:
1325 #    intel-dnv-vpp-release-1904:
1326 #      - 1
1327 #
1328 #    intel-dnv-vpp-release-1901:
1329 #      - 1
1330
1331     csit-vpp-perf-verify-1901-3n-hsw:
1332       - 35  # MRR sel
1333       - 10  # NDRPDR sel
1334       - 19  # NDRPDR sel
1335       - 31  # NDRPDR sel
1336       - 36  # NDRPDR sel
1337       - 40  # NDRPDR sel
1338       - 42  # NDRPDR sel
1339       - 44  # NDRPDR sel
1340       - 46  # NDRPDR sel
1341       - 47  # NDRPDR sel
1342       - 48  # NDRPDR sel
1343       - 61  # NDRPDR LB
1344       - 62  # NDRPDR LB
1345       - 63  # NDRPDR LB
1346       - 64  # NDRPDR LB
1347       - 65  # NDRPDR LB
1348       - 66  # NDRPDR LB
1349       - 67  # NDRPDR LB
1350       - 69  # NDRPDR LB
1351       - 70  # NDRPDR LB
1352       - 71  # NDRPDR LB
1353     csit-vpp-perf-verify-1904-3n-hsw:
1354       - 9   # MRR sel
1355       - 11  # NDRPDR sel
1356       - 12  # NDRPDR sel
1357       - 20  # NDRPDR sel
1358       - 21  # NDRPDR sel
1359       - 23  # NDRPDR sel
1360       - 24  # NDRPDR sel
1361       - 25  # NDRPDR sel
1362       - 26  # NDRPDR sel
1363       - 29  # NDRPDR sel
1364       - 30  # NDRPDR sel
1365     csit-vpp-perf-verify-1908-3n-hsw:
1366       - 12  # NDRPDR sel
1367       - 13  # NDRPDR sel
1368       - 14  # NDRPDR sel
1369       - 15  # NDRPDR sel
1370       - 16  # NDRPDR sel
1371       - 17  # NDRPDR sel
1372       - 18  # NDRPDR sel
1373       - 19  # NDRPDR sel
1374       - 20  # NDRPDR sel
1375       - 21  # NDRPDR sel
1376       - 40  # NDRPDR sel vhost
1377       - 41  # NDRPDR sel vhost
1378       - 42  # NDRPDR sel vhost
1379       - 43  # NDRPDR sel vhost
1380       - 44  # NDRPDR sel vhost
1381       - 45  # NDRPDR sel vhost
1382       - 24  # NDRPDR full
1383       - 25  # NDRPDR full
1384       - 26  # NDRPDR full
1385       - 27  # NDRPDR full
1386       - 28  # NDRPDR full
1387       - 29  # NDRPDR full
1388       - 32  # NDRPDR full
1389       - 33  # NDRPDR full
1390       - 36  # NDRPDR full
1391       - 38  # NDRPDR full
1392       - 46  # NDRPDR full
1393       - 39  # MRR sel
1394
1395     csit-vpp-perf-verify-1901-3n-skx:
1396       - 32  # MRR sel
1397       - 18  # NDRPDR sel
1398       - 19  # NDRPDR sel
1399       - 20  # NDRPDR sel
1400       - 28  # NDRPDR sel
1401       - 31  # NDRPDR sel
1402       - 33  # NDRPDR sel
1403       - 36  # NDRPDR sel
1404       - 38  # NDRPDR sel
1405       - 47  # NDRPDR sel
1406       - 48  # NDRPDR sel
1407       - 54  # NDRPDR LB
1408       - 57  # NDRPDR LB
1409       - 58  # NDRPDR LB
1410       - 59  # NDRPDR LB
1411       - 60  # NDRPDR LB
1412       - 63  # NDRPDR LB
1413       - 64  # NDRPDR LB
1414       - 65  # NDRPDR LB
1415       - 66  # NDRPDR LB
1416       - 67  # NDRPDR LB
1417     csit-vpp-perf-verify-1904-3n-skx:
1418       - 7   # MRR sel
1419       - 8   # NDRPDR sel
1420       - 9   # NDRPDR sel
1421       - 10  # NDRPDR sel
1422       - 11  # NDRPDR sel
1423       - 12  # NDRPDR sel
1424       - 14  # NDRPDR sel
1425       - 16  # NDRPDR sel
1426       - 21  # NDRPDR sel
1427       - 23  # NDRPDR sel
1428       - 25  # NDRPDR sel
1429     # TODO: Add data
1430     csit-vpp-perf-verify-1908-3n-skx:
1431       - 14  # NDRPDR sel
1432       - 16  # NDRPDR sel
1433       - 19  # NDRPDR sel
1434       - 20  # NDRPDR sel
1435       - 22  # NDRPDR sel
1436       - 23  # NDRPDR sel
1437       - 24  # NDRPDR sel
1438       - 25  # NDRPDR sel
1439       - 26  # NDRPDR sel
1440       - 29  # NDRPDR sel
1441       - 44  # NDRPDR sel vhost
1442       - 45  # NDRPDR sel vhost
1443       - 46  # NDRPDR sel vhost
1444       - 47  # NDRPDR sel vhost
1445       - 48  # NDRPDR sel vhost
1446       - 49  # NDRPDR sel vhost
1447       - 27  # NDRPDR full
1448       - 28  # NDRPDR full
1449       - 30  # NDRPDR full
1450       - 31  # NDRPDR full
1451       - 32  # NDRPDR full
1452       - 33  # NDRPDR full
1453       - 34  # NDRPDR full
1454       - 35  # NDRPDR full
1455       - 37  # NDRPDR full
1456       - 39  # NDRPDR full
1457       - 40  # NDRPDR full
1458       - 41  # NDRPDR full
1459       - 50  # NDRPDR full
1460       - 36  # MRR sel
1461
1462     csit-vpp-perf-verify-1901-2n-skx:
1463       - 22  # MRR sel
1464       - 5   # NDRPDR sel
1465       - 12  # NDRPDR sel
1466       - 13  # NDRPDR sel
1467       - 21  # NDRPDR sel
1468       - 23  # NDRPDR sel
1469       - 31  # NDRPDR sel
1470       - 34  # NDRPDR sel
1471       - 40  # NDRPDR sel
1472       - 42  # NDRPDR sel
1473       - 43  # NDRPDR sel
1474     csit-vpp-perf-verify-1904-2n-skx:
1475       - 11  # MRR sel
1476       - 12  # NDRPDR sel
1477       - 14  # NDRPDR sel
1478       - 16  # NDRPDR sel
1479       - 17  # NDRPDR sel
1480       - 18  # NDRPDR sel
1481       - 21  # NDRPDR sel
1482       - 27  # NDRPDR sel
1483       - 30  # NDRPDR sel
1484       - 31  # NDRPDR sel
1485       - 32  # NDRPDR sel
1486     # TODO: Add data
1487     csit-vpp-perf-verify-1908-2n-skx:
1488       - 26  # NDRPDR sel
1489       - 27  # NDRPDR sel
1490       - 34  # NDRPDR sel
1491       - 35  # NDRPDR sel
1492       - 36  # NDRPDR sel
1493       - 42  # NDRPDR sel
1494       - 43  # NDRPDR sel
1495       - 44  # NDRPDR sel
1496       - 45  # NDRPDR sel
1497       - 46  # NDRPDR sel
1498       - 72  # NDRPDR sel vhost
1499       - 73  # NDRPDR sel vhost
1500       - 74  # NDRPDR sel vhost
1501       - 75  # NDRPDR sel vhost
1502       - 76  # NDRPDR sel vhost
1503       - 78  # NDRPDR sel vhost
1504       - 84  # NDRPDR sel vhost
1505       - 85  # NDRPDR sel vhost
1506       - 48  # NDRPDR full
1507       - 49  # NDRPDR full
1508       - 50  # NDRPDR full
1509       - 51  # NDRPDR full
1510       - 54  # NDRPDR full
1511       - 55  # NDRPDR full
1512       - 79  # NDRPDR full vhost
1513       - 69  # MRR sel
1514       - 29  # TCP
1515       - 30  # TCP
1516       - 58  # TCP
1517       - 59  # TCP
1518       - 60  # TCP
1519       - 61  # TCP
1520       - 62  # TCP
1521       - 63  # TCP
1522       - 64  # TCP
1523       - 65  # TCP
1524       - 22  # NFV
1525       - 31  # NFV
1526       - 32  # NFV
1527       - 37  # NFV
1528       - 38  # NFV
1529       - 39  # NFV
1530       - 53  # NFV
1531       - 67  # NFV
1532       - 68  # NFV
1533       - 70  # NFV
1534       - 71  # NFV MRR
1535
1536     csit-vpp-perf-verify-1908-3n-tsh:
1537       - 7   # NDRPDR sel
1538       - 8   # NDRPDR sel
1539       - 9   # NDRPDR sel
1540       - 10  # NDRPDR sel
1541       - 11  # NDRPDR sel
1542       - 12  # NDRPDR sel
1543       - 13  # NDRPDR sel
1544       - 14  # NDRPDR sel
1545       - 15  # NDRPDR sel
1546
1547     csit-dpdk-perf-verify-1901-3n-hsw:
1548       - 13  # NDRPDR sel
1549       - 14  # NDRPDR sel
1550       - 16  # NDRPDR sel
1551       - 17  # NDRPDR sel
1552       - 18  # NDRPDR sel
1553       - 19  # NDRPDR sel
1554       - 20  # NDRPDR sel
1555       - 21  # NDRPDR sel
1556       - 22  # NDRPDR sel
1557       - 23  # NDRPDR sel
1558     csit-dpdk-perf-verify-1904-3n-hsw:
1559       - 2   # NDRPDR sel
1560       - 3   # NDRPDR sel
1561       - 5   # NDRPDR sel
1562       - 6   # NDRPDR sel
1563       - 13  # NDRPDR sel
1564       - 14  # NDRPDR sel
1565       - 15  # NDRPDR sel
1566       - 18  # NDRPDR sel
1567       - 19  # NDRPDR sel
1568       - 20  # NDRPDR sel
1569     csit-dpdk-perf-verify-1908-3n-hsw:
1570       - 2   # NDRPDR sel
1571       - 3   # NDRPDR sel
1572       - 4   # NDRPDR sel
1573       - 5   # NDRPDR sel
1574       - 6   # NDRPDR sel
1575       - 7   # NDRPDR sel
1576       - 8   # NDRPDR sel
1577       - 9   # NDRPDR sel
1578       - 10  # NDRPDR sel
1579       - 11  # NDRPDR sel
1580
1581     csit-dpdk-perf-verify-1901-3n-skx:
1582       - 3   # NDRPDR sel
1583       - 5   # NDRPDR sel
1584       - 6   # NDRPDR sel
1585       - 7   # NDRPDR sel
1586       - 8   # NDRPDR sel
1587       - 9   # NDRPDR sel
1588       - 10  # NDRPDR sel
1589       - 11  # NDRPDR sel
1590       - 12  # NDRPDR sel
1591       - 13  # NDRPDR sel
1592     csit-dpdk-perf-verify-1904-3n-skx:
1593       - 2   # NDRPDR sel
1594       - 3   # NDRPDR sel
1595       - 4   # NDRPDR sel
1596       - 5   # NDRPDR sel
1597       - 6   # NDRPDR sel
1598       - 7   # NDRPDR sel
1599       - 11  # NDRPDR sel
1600       - 12  # NDRPDR sel
1601       - 13  # NDRPDR sel
1602       - 14  # NDRPDR sel
1603     csit-dpdk-perf-verify-1908-3n-skx:
1604       - 3   # NDRPDR sel
1605       - 4   # NDRPDR sel
1606       - 5   # NDRPDR sel
1607       - 6   # NDRPDR sel
1608       - 7   # NDRPDR sel
1609       - 8   # NDRPDR sel
1610       - 9   # NDRPDR sel
1611       - 10  # NDRPDR sel
1612       - 11  # NDRPDR sel
1613       - 12  # NDRPDR sel
1614
1615     csit-dpdk-perf-verify-1901-2n-skx:
1616       - 12  # NDRPDR sel
1617       - 13  # NDRPDR sel
1618       - 14  # NDRPDR sel
1619       - 15  # NDRPDR sel
1620       - 16  # NDRPDR sel
1621       - 17  # NDRPDR sel
1622       - 18  # NDRPDR sel
1623       - 19  # NDRPDR sel
1624       - 20  # NDRPDR sel
1625       - 21  # NDRPDR sel
1626     csit-dpdk-perf-verify-1904-2n-skx:
1627       - 2   # NDRPDR sel
1628       - 3   # NDRPDR sel
1629       - 4   # NDRPDR sel
1630       - 5   # NDRPDR sel
1631       - 7   # NDRPDR sel
1632       - 8   # NDRPDR sel
1633       - 9   # NDRPDR sel
1634       - 10  # NDRPDR sel
1635       - 11  # NDRPDR sel
1636       - 12  # NDRPDR sel
1637     csit-dpdk-perf-verify-1908-2n-skx:
1638       - 2   # NDRPDR sel
1639       - 3   # NDRPDR sel
1640       - 4   # NDRPDR sel
1641       - 5   # NDRPDR sel
1642       - 7   # NDRPDR sel
1643       - 8   # NDRPDR sel
1644       - 9   # NDRPDR sel
1645       - 10  # NDRPDR sel
1646       - 11  # NDRPDR sel
1647       - 12  # NDRPDR sel
1648
1649     csit-vpp-functional-1908-ubuntu1604-virl:
1650       - 64
1651     csit-vpp-functional-1908-centos7-virl:
1652       - 64
1653     csit-vpp-device-1908-ubuntu1804-1n-skx:
1654       - 65
1655
1656 - type: "output"
1657   output: "report"
1658   format:
1659     html:
1660     - full
1661     pdf:
1662     - minimal
1663
1664 ################################################################################
1665 ###                               T A B L E S                                ###
1666 ################################################################################
1667
1668 ## VPP Soak vs NDR
1669 #- type: "table"
1670 #  title: "VPP Soak vs NDR 2n-skx"
1671 #  algorithm: "table_soak_vs_ndr"
1672 #  output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
1673 #  reference:
1674 #    title: "NDR"
1675 #    data: "vpp-soak-vs-ndr-2n-skx-ref"
1676 #  compare:
1677 #    title: "Soak"
1678 #    data: "vpp-soak-vs-ndr-2n-skx-cmp"
1679 #  data: "vpp-soak-vs-ndr-2n-skx"
1680 #  include-tests: "NDR"
1681 #  filter: "('NDRPDR' or 'SOAK')"
1682 #  parameters:
1683 #    - "throughput"
1684 #    - "name"
1685 #    - "parent"
1686
1687 ################################################################################
1688
1689 # VPP Compare NICs 3n-skx 2t1c ndr
1690 - type: "table"
1691   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1692   algorithm: "table_nics_comparison"
1693   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1694   reference:
1695     title: "x710"
1696     nic: "NIC_Intel-X710"
1697   compare:
1698     title: "xxv710"
1699     nic: "NIC_Intel-XXV710"
1700   data: "vpp-nic-comparison-3n-skx"
1701   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1702   filter: "'2T1C' and 'NDRPDR'"
1703   parameters:
1704   - "name"
1705   - "parent"
1706   - "throughput"
1707   - "tags"
1708
1709 # VPP Compare NICs 3n-skx 4t2c ndr
1710 - type: "table"
1711   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1712   algorithm: "table_nics_comparison"
1713   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1714   reference:
1715     title: "x710"
1716     nic: "NIC_Intel-X710"
1717   compare:
1718     title: "xxv710"
1719     nic: "NIC_Intel-XXV710"
1720   data: "vpp-nic-comparison-3n-skx"
1721   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1722   filter: "'4T2C' and 'NDRPDR'"
1723   parameters:
1724   - "name"
1725   - "parent"
1726   - "throughput"
1727   - "tags"
1728
1729 # VPP Compare NICs 3n-skx 2t1c pdr
1730 - type: "table"
1731   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1732   algorithm: "table_nics_comparison"
1733   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1734   reference:
1735     title: "x710"
1736     nic: "NIC_Intel-X710"
1737   compare:
1738     title: "xxv710"
1739     nic: "NIC_Intel-XXV710"
1740   data: "vpp-nic-comparison-3n-skx"
1741   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1742   filter: "'2T1C' and 'NDRPDR'"
1743   parameters:
1744   - "name"
1745   - "parent"
1746   - "throughput"
1747   - "tags"
1748
1749  # VPP Compare NICs 3n-skx 4t2c pdr
1750 - type: "table"
1751   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1752   algorithm: "table_nics_comparison"
1753   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1754   reference:
1755     title: "x710"
1756     nic: "NIC_Intel-X710"
1757   compare:
1758     title: "xxv710"
1759     nic: "NIC_Intel-XXV710"
1760   data: "vpp-nic-comparison-3n-skx"
1761   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1762   filter: "'4T2C' and 'NDRPDR'"
1763   parameters:
1764   - "name"
1765   - "parent"
1766   - "throughput"
1767   - "tags"
1768
1769 # VPP Compare NICs 3n-skx 2t1c mrr
1770 - type: "table"
1771   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1772   algorithm: "table_nics_comparison"
1773   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1774   reference:
1775     title: "x710"
1776     nic: "NIC_Intel-X710"
1777   compare:
1778     title: "xxv710"
1779     nic: "NIC_Intel-XXV710"
1780   data: "vpp-nic-comparison-3n-skx-mrr"
1781   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1782   filter: "'2T1C' and 'MRR'"
1783   parameters:
1784   - "name"
1785   - "parent"
1786   - "result"
1787   - "tags"
1788
1789 # VPP Compare NICs 3n-skx 4t2c mrr
1790 - type: "table"
1791   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1792   algorithm: "table_nics_comparison"
1793   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1794   reference:
1795     title: "x710"
1796     nic: "NIC_Intel-X710"
1797   compare:
1798     title: "xxv710"
1799     nic: "NIC_Intel-XXV710"
1800   data: "vpp-nic-comparison-3n-skx-mrr"
1801   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1802   filter: "'4T2C' and 'MRR'"
1803   parameters:
1804   - "name"
1805   - "parent"
1806   - "result"
1807   - "tags"
1808
1809  # VPP Compare NICs 3n-skx 8t4c mrr
1810 - type: "table"
1811   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1812   algorithm: "table_nics_comparison"
1813   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1814   reference:
1815     title: "x710"
1816     nic: "NIC_Intel-X710"
1817   compare:
1818     title: "xxv710"
1819     nic: "NIC_Intel-XXV710"
1820   data: "vpp-nic-comparison-3n-skx-mrr"
1821   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1822   filter: "'8T4C' and 'MRR'"
1823   parameters:
1824   - "name"
1825   - "parent"
1826   - "result"
1827   - "tags"
1828
1829 # VPP Compare NICs 2n-skx 2t1c ndr
1830 - type: "table"
1831   title: "VPP Compare NICs 2n-skx 2t1c ndr"
1832   algorithm: "table_nics_comparison"
1833   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
1834   reference:
1835     title: "x710"
1836     nic: "NIC_Intel-X710"
1837   compare:
1838     title: "xxv710"
1839     nic: "NIC_Intel-XXV710"
1840   data: "vpp-nic-comparison-2n-skx"
1841   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1842   filter: "'2T1C' and 'NDRPDR'"
1843   parameters:
1844   - "name"
1845   - "parent"
1846   - "throughput"
1847   - "tags"
1848
1849 # VPP Compare NICs 2n-skx 4t2c ndr
1850 - type: "table"
1851   title: "VPP Compare NICs 2n-skx 4t2c ndr"
1852   algorithm: "table_nics_comparison"
1853   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
1854   reference:
1855     title: "x710"
1856     nic: "NIC_Intel-X710"
1857   compare:
1858     title: "xxv710"
1859     nic: "NIC_Intel-XXV710"
1860   data: "vpp-nic-comparison-2n-skx"
1861   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1862   filter: "'4T2C' and 'NDRPDR'"
1863   parameters:
1864   - "name"
1865   - "parent"
1866   - "throughput"
1867   - "tags"
1868
1869  # VPP Compare NICs 2n-skx 2t1c pdr
1870 - type: "table"
1871   title: "VPP Compare NICs 2n-skx 2t1c pdr"
1872   algorithm: "table_nics_comparison"
1873   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
1874   reference:
1875     title: "x710"
1876     nic: "NIC_Intel-X710"
1877   compare:
1878     title: "xxv710"
1879     nic: "NIC_Intel-XXV710"
1880   data: "vpp-nic-comparison-2n-skx"
1881   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1882   filter: "'2T1C' and 'NDRPDR'"
1883   parameters:
1884   - "name"
1885   - "parent"
1886   - "throughput"
1887   - "tags"
1888
1889 # VPP Compare NICs 2n-skx 4t2c pdr
1890 - type: "table"
1891   title: "VPP Compare NICs 2n-skx 4t2c pdr"
1892   algorithm: "table_nics_comparison"
1893   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
1894   reference:
1895     title: "x710"
1896     nic: "NIC_Intel-X710"
1897   compare:
1898     title: "xxv710"
1899     nic: "NIC_Intel-XXV710"
1900   data: "vpp-nic-comparison-2n-skx"
1901   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1902   filter: "'4T2C' and 'NDRPDR'"
1903   parameters:
1904   - "name"
1905   - "parent"
1906   - "throughput"
1907   - "tags"
1908
1909 # VPP Compare NICs 2n-skx 2t1c mrr
1910 - type: "table"
1911   title: "VPP Compare NICs 2n-skx 2t1c mrr"
1912   algorithm: "table_nics_comparison"
1913   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
1914   reference:
1915     title: "x710"
1916     nic: "NIC_Intel-X710"
1917   compare:
1918     title: "xxv710"
1919     nic: "NIC_Intel-XXV710"
1920   data: "vpp-nic-comparison-2n-skx-mrr"
1921   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1922   filter: "'2T1C' and 'MRR'"
1923   parameters:
1924   - "name"
1925   - "parent"
1926   - "result"
1927   - "tags"
1928
1929 # VPP Compare NICs 2n-skx 4t2c mrr
1930 - type: "table"
1931   title: "VPP Compare NICs 2n-skx 4t2c mrr"
1932   algorithm: "table_nics_comparison"
1933   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
1934   reference:
1935     title: "x710"
1936     nic: "NIC_Intel-X710"
1937   compare:
1938     title: "xxv710"
1939     nic: "NIC_Intel-XXV710"
1940   data: "vpp-nic-comparison-2n-skx-mrr"
1941   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1942   filter: "'4T2C' and 'MRR'"
1943   parameters:
1944   - "name"
1945   - "parent"
1946   - "result"
1947   - "tags"
1948
1949 # VPP Compare NICs 2n-skx 8t4c mrr
1950 - type: "table"
1951   title: "VPP Compare NICs 2n-skx 8t4c mrr"
1952   algorithm: "table_nics_comparison"
1953   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
1954   reference:
1955     title: "x710"
1956     nic: "NIC_Intel-X710"
1957   compare:
1958     title: "xxv710"
1959     nic: "NIC_Intel-XXV710"
1960   data: "vpp-nic-comparison-2n-skx-mrr"
1961   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1962   filter: "'8T4C' and 'MRR'"
1963   parameters:
1964   - "name"
1965   - "parent"
1966   - "result"
1967   - "tags"
1968
1969 ################################################################################
1970 # VPP
1971
1972 ## VPP Performance Changes 2n-dnv 1t1c pdr
1973 #- type: "table"
1974 #  title: "VPP Performance Changes 2n-dnv 1t1c pdr"
1975 #  algorithm: "table_performance_comparison"
1976 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
1977 #  history:
1978 #    - title: "rls1901"
1979 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
1980 #  reference:
1981 #    title: "rls1904"
1982 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
1983 #  compare:
1984 #    title: "rls1908"
1985 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
1986 #  data: "intel-dnv-vpp-changes-2n-dnv"
1987 #  include-tests: "PDR"
1988 #  filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1989 #  parameters:
1990 #  - "name"
1991 #  - "parent"
1992 #  - "throughput"
1993 #
1994 ## VPP Performance Changes 2n-dnv 2t2c pdr
1995 #- type: "table"
1996 #  title: "VPP Performance Changes 2n-dnv 2t2c pdr"
1997 #  algorithm: "table_performance_comparison"
1998 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
1999 #  history:
2000 #    - title: "rls1901"
2001 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2002 #  reference:
2003 #    title: "rls1904"
2004 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2005 #  compare:
2006 #    title: "rls1908"
2007 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2008 #  data: "intel-dnv-vpp-changes-2n-dnv"
2009 #  include-tests: "PDR"
2010 #  filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2011 #  parameters:
2012 #  - "name"
2013 #  - "parent"
2014 #  - "throughput"
2015 #
2016 ## VPP Performance Changes 2n-dnv 1t1c ndr
2017 #- type: "table"
2018 #  title: "VPP Performance Changes 2n-dnv 1t1c ndr"
2019 #  algorithm: "table_performance_comparison"
2020 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
2021 #  history:
2022 #    - title: "rls1901"
2023 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2024 #  reference:
2025 #    title: "rls1904"
2026 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2027 #  compare:
2028 #    title: "rls1908"
2029 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2030 #  data: "intel-dnv-vpp-changes-2n-dnv"
2031 #  include-tests: "NDR"
2032 #  filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2033 #  parameters:
2034 #  - "name"
2035 #  - "parent"
2036 #  - "throughput"
2037 #
2038 ## VPP Performance Changes 2n-dnv 2t2c ndr
2039 #- type: "table"
2040 #  title: "VPP Performance Changes 2n-dnv 2t2c ndr"
2041 #  algorithm: "table_performance_comparison"
2042 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
2043 #  history:
2044 #    - title: "rls1901"
2045 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2046 #  reference:
2047 #    title: "rls1904"
2048 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2049 #  compare:
2050 #    title: "rls1908"
2051 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2052 #  data: "intel-dnv-vpp-changes-2n-dnv"
2053 #  include-tests: "NDR"
2054 #  filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2055 #  parameters:
2056 #  - "name"
2057 #  - "parent"
2058 #  - "throughput"
2059 #
2060 ## VPP Performance Changes 2n-dnv 1t1c MRR
2061 #- type: "table"
2062 #  title: "VPP Performance Changes 2n-dnv 1t1c MRR"
2063 #  algorithm: "table_performance_comparison"
2064 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
2065 #  history:
2066 #    - title: "rls1901"
2067 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2068 #  reference:
2069 #    title: "rls1904"
2070 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2071 #  compare:
2072 #    title: "rls1908"
2073 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2074 #  data: "intel-dnv-vpp-changes-2n-dnv"
2075 #  include-tests: "MRR"
2076 #  filter: "'1T1C' and 'MRR'"
2077 #  parameters:
2078 #  - "name"
2079 #  - "parent"
2080 #  - "result"
2081 #
2082 ## VPP Performance Changes 2n-dnv 2t2c MRR
2083 #- type: "table"
2084 #  title: "VPP Performance Changes 2n-dnv 2t2c MRR"
2085 #  algorithm: "table_performance_comparison"
2086 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
2087 #  history:
2088 #    - title: "rls1901"
2089 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2090 #  reference:
2091 #    title: "rls1904"
2092 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2093 #  compare:
2094 #    title: "rls1908"
2095 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2096 #  data: "intel-dnv-vpp-changes-2n-dnv"
2097 #  include-tests: "MRR"
2098 #  filter: "'2T2C' and 'MRR'"
2099 #  parameters:
2100 #  - "name"
2101 #  - "parent"
2102 #  - "result"
2103 #
2104 ## VPP Performance Changes 2n-dnv 4t4c MRR
2105 #- type: "table"
2106 #  title: "VPP Performance Changes 2n-dnv 4t4c MRR"
2107 #  algorithm: "table_performance_comparison"
2108 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
2109 #  history:
2110 #    - title: "rls1901"
2111 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2112 #  reference:
2113 #    title: "rls1904"
2114 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2115 #  compare:
2116 #    title: "rls1908"
2117 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2118 #  data: "intel-dnv-vpp-changes-2n-dnv"
2119 #  include-tests: "MRR"
2120 #  filter: "'4T4C' and 'MRR'"
2121 #  parameters:
2122 #  - "name"
2123 #  - "parent"
2124 #  - "result"
2125
2126 # VPP Performance Changes 3n-hsw 1t1c pdr
2127 - type: "table"
2128   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2129   algorithm: "table_performance_comparison"
2130   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2131   history:
2132     - title: "rls1901"
2133       data: "vpp-performance-changes-3n-hsw-h1"
2134   reference:
2135     title: "rls1904"
2136     data: "vpp-performance-changes-3n-hsw-ref"
2137   compare:
2138     title: "rls1908"
2139     data: "vpp-performance-changes-3n-hsw-cmp"
2140   data: "vpp-performance-changes-3n-hsw"
2141   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2142   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2143   parameters:
2144   - "name"
2145   - "parent"
2146   - "throughput"
2147
2148 # VPP Performance Changes 3n-hsw 2t2c pdr
2149 - type: "table"
2150   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2151   algorithm: "table_performance_comparison"
2152   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2153   history:
2154     - title: "rls1901"
2155       data: "vpp-performance-changes-3n-hsw-h1"
2156   reference:
2157     title: "rls1904"
2158     data: "vpp-performance-changes-3n-hsw-ref"
2159   compare:
2160     title: "rls1908"
2161     data: "vpp-performance-changes-3n-hsw-cmp"
2162   data: "vpp-performance-changes-3n-hsw"
2163   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2164   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2165   parameters:
2166   - "name"
2167   - "parent"
2168   - "throughput"
2169
2170 # VPP Performance Changes 3n-hsw 1t1c ndr
2171 - type: "table"
2172   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2173   algorithm: "table_performance_comparison"
2174   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2175   history:
2176     - title: "rls1901"
2177       data: "vpp-performance-changes-3n-hsw-h1"
2178   reference:
2179     title: "rls1904"
2180     data: "vpp-performance-changes-3n-hsw-ref"
2181   compare:
2182     title: "rls1908"
2183     data: "vpp-performance-changes-3n-hsw-cmp"
2184   data: "vpp-performance-changes-3n-hsw"
2185   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2186   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2187   parameters:
2188   - "name"
2189   - "parent"
2190   - "throughput"
2191
2192 # VPP Performance Changes 3n-hsw 2t2c ndr
2193 - type: "table"
2194   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2195   algorithm: "table_performance_comparison"
2196   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2197   history:
2198     - title: "rls1901"
2199       data: "vpp-performance-changes-3n-hsw-h1"
2200   reference:
2201     title: "rls1904"
2202     data: "vpp-performance-changes-3n-hsw-ref"
2203   compare:
2204     title: "rls1908"
2205     data: "vpp-performance-changes-3n-hsw-cmp"
2206   data: "vpp-performance-changes-3n-hsw"
2207   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2208   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2209   parameters:
2210   - "name"
2211   - "parent"
2212   - "throughput"
2213
2214 # VPP Performance Changes 3n-skx 2t1c pdr
2215 - type: "table"
2216   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2217   algorithm: "table_performance_comparison_nic"
2218   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2219   history:
2220     - title: "rls1901 x710"
2221       data: "vpp-performance-changes-3n-skx-h1"
2222       nic: "NIC_Intel-X710"
2223   reference:
2224     title: "rls1904 x710"
2225     data: "vpp-performance-changes-3n-skx-ref"
2226     nic: "NIC_Intel-X710"
2227   compare:
2228     title: "rls1908 xxv710"
2229     data: "vpp-performance-changes-3n-skx-cmp"
2230     nic: "NIC_Intel-XXV710"
2231   data: "vpp-performance-changes-3n-skx"
2232   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2233   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2234   parameters:
2235   - "name"
2236   - "parent"
2237   - "throughput"
2238   - "tags"
2239
2240 # VPP Performance Changes 3n-skx 4t2c pdr
2241 - type: "table"
2242   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2243   algorithm: "table_performance_comparison_nic"
2244   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2245   history:
2246     - title: "rls1901 x710"
2247       data: "vpp-performance-changes-3n-skx-h1"
2248       nic: "NIC_Intel-X710"
2249   reference:
2250     title: "rls1904 x710"
2251     data: "vpp-performance-changes-3n-skx-ref"
2252     nic: "NIC_Intel-X710"
2253   compare:
2254     title: "rls1908 xxv710"
2255     data: "vpp-performance-changes-3n-skx-cmp"
2256     nic: "NIC_Intel-XXV710"
2257   data: "vpp-performance-changes-3n-skx"
2258   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2259   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2260   parameters:
2261   - "name"
2262   - "parent"
2263   - "throughput"
2264   - "tags"
2265
2266 # VPP Performance Changes 3n-skx 2t1c ndr
2267 - type: "table"
2268   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2269   algorithm: "table_performance_comparison_nic"
2270   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2271   history:
2272     - title: "rls1901 x710"
2273       data: "vpp-performance-changes-3n-skx-h1"
2274       nic: "NIC_Intel-X710"
2275   reference:
2276     title: "rls1904 x710"
2277     data: "vpp-performance-changes-3n-skx-ref"
2278     nic: "NIC_Intel-X710"
2279   compare:
2280     title: "rls1908 xxv710"
2281     data: "vpp-performance-changes-3n-skx-cmp"
2282     nic: "NIC_Intel-XXV710"
2283   data: "vpp-performance-changes-3n-skx"
2284   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2285   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2286   parameters:
2287   - "name"
2288   - "parent"
2289   - "throughput"
2290   - "tags"
2291
2292 # VPP Performance Changes 3n-skx 4t2c ndr
2293 - type: "table"
2294   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2295   algorithm: "table_performance_comparison_nic"
2296   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2297   history:
2298     - title: "rls1901 x710"
2299       data: "vpp-performance-changes-3n-skx-h1"
2300       nic: "NIC_Intel-X710"
2301   reference:
2302     title: "rls1904 x710"
2303     data: "vpp-performance-changes-3n-skx-ref"
2304     nic: "NIC_Intel-X710"
2305   compare:
2306     title: "rls1908 xxv710"
2307     data: "vpp-performance-changes-3n-skx-cmp"
2308     nic: "NIC_Intel-XXV710"
2309   data: "vpp-performance-changes-3n-skx"
2310   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2311   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2312   parameters:
2313   - "name"
2314   - "parent"
2315   - "throughput"
2316   - "tags"
2317
2318 # VPP Performance Changes 2n-skx 2t1c pdr
2319 - type: "table"
2320   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2321   algorithm: "table_performance_comparison_nic"
2322   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2323   history:
2324     - title: "rls1901 x710"
2325       data: "vpp-performance-changes-2n-skx-h1"
2326       nic: "NIC_Intel-X710"
2327   reference:
2328     title: "rls1904 x710"
2329     data: "vpp-performance-changes-2n-skx-ref"
2330     nic: "NIC_Intel-X710"
2331   compare:
2332     title: "rls1908 xxv710"
2333     data: "vpp-performance-changes-2n-skx-cmp"
2334     nic: "NIC_Intel-XXV710"
2335   data: "vpp-performance-changes-2n-skx"
2336   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2337   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2338   parameters:
2339   - "name"
2340   - "parent"
2341   - "throughput"
2342   - "tags"
2343
2344 # VPP Performance Changes 2n-skx 4t2c pdr
2345 - type: "table"
2346   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2347   algorithm: "table_performance_comparison_nic"
2348   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2349   history:
2350     - title: "rls1901 x710"
2351       data: "vpp-performance-changes-2n-skx-h1"
2352       nic: "NIC_Intel-X710"
2353   reference:
2354     title: "rls1904 x710"
2355     data: "vpp-performance-changes-2n-skx-ref"
2356     nic: "NIC_Intel-X710"
2357   compare:
2358     title: "rls1908 xxv710"
2359     data: "vpp-performance-changes-2n-skx-cmp"
2360     nic: "NIC_Intel-XXV710"
2361   data: "vpp-performance-changes-2n-skx"
2362   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2363   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2364   parameters:
2365   - "name"
2366   - "parent"
2367   - "throughput"
2368   - "tags"
2369
2370 # VPP Performance Changes 2n-skx 2t1c ndr
2371 - type: "table"
2372   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2373   algorithm: "table_performance_comparison_nic"
2374   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2375   history:
2376     - title: "rls1901 x710"
2377       data: "vpp-performance-changes-2n-skx-h1"
2378       nic: "NIC_Intel-X710"
2379   reference:
2380     title: "rls1904 x710"
2381     data: "vpp-performance-changes-2n-skx-ref"
2382     nic: "NIC_Intel-X710"
2383   compare:
2384     title: "rls1908 xxv710"
2385     data: "vpp-performance-changes-2n-skx-cmp"
2386     nic: "NIC_Intel-XXV710"
2387   data: "vpp-performance-changes-2n-skx"
2388   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2389   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2390   parameters:
2391   - "name"
2392   - "parent"
2393   - "throughput"
2394   - "tags"
2395
2396 # VPP Performance Changes 2n-skx 4t2c ndr
2397 - type: "table"
2398   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2399   algorithm: "table_performance_comparison_nic"
2400   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2401   history:
2402     - title: "rls1901 x710"
2403       data: "vpp-performance-changes-2n-skx-h1"
2404       nic: "NIC_Intel-X710"
2405   reference:
2406     title: "rls1904 x710"
2407     data: "vpp-performance-changes-2n-skx-ref"
2408     nic: "NIC_Intel-X710"
2409   compare:
2410     title: "rls1908 xxv710"
2411     data: "vpp-performance-changes-2n-skx-cmp"
2412     nic: "NIC_Intel-XXV710"
2413   data: "vpp-performance-changes-2n-skx"
2414   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2415   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2416   parameters:
2417   - "name"
2418   - "parent"
2419   - "throughput"
2420   - "tags"
2421
2422 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2423 - type: "table"
2424   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2425   algorithm: "table_performance_comparison"
2426   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2427   reference:
2428     title: "3n-hsw xl710"
2429     data: "vpp-compare-testbeds-ref"
2430     nic: "NIC_Intel-XL710"
2431   compare:
2432     title: "3n-skx xxv710"
2433     data: "vpp-compare-testbeds-cmp"
2434     nic: "NIC_Intel-XXV710"
2435   data: "vpp-compare-testbeds"
2436   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2437   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
2438   parameters:
2439   - "name"
2440   - "parent"
2441   - "throughput"
2442
2443 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2444 - type: "table"
2445   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2446   algorithm: "table_performance_comparison"
2447   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2448   reference:
2449     title: "3n-hsw xl710"
2450     data: "vpp-compare-testbeds-ref"
2451     nic: "NIC_Intel-XL710"
2452   compare:
2453     title: "3n-skx xxv710"
2454     data: "vpp-compare-testbeds-cmp"
2455     nic: "NIC_Intel-XXV710"
2456   data: "vpp-compare-testbeds"
2457   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2458   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
2459   parameters:
2460   - "name"
2461   - "parent"
2462   - "throughput"
2463
2464 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2465 - type: "table"
2466   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2467   algorithm: "table_performance_comparison"
2468   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2469   reference:
2470     title: "3n-hsw xl710"
2471     data: "vpp-compare-testbeds-ref"
2472     nic: "NIC_Intel-XL710"
2473   compare:
2474     title: "3n-skx xxv710"
2475     data: "vpp-compare-testbeds-cmp"
2476     nic: "NIC_Intel-XXV710"
2477   data: "vpp-compare-testbeds"
2478   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2479   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
2480   parameters:
2481   - "name"
2482   - "parent"
2483   - "throughput"
2484
2485 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2486 - type: "table"
2487   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2488   algorithm: "table_performance_comparison"
2489   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2490   reference:
2491     title: "3n-hsw xl710"
2492     data: "vpp-compare-testbeds-ref"
2493     nic: "NIC_Intel-XL710"
2494   compare:
2495     title: "3n-skx xxv710"
2496     data: "vpp-compare-testbeds-cmp"
2497     nic: "NIC_Intel-XXV710"
2498   data: "vpp-compare-testbeds"
2499   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2500   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
2501   parameters:
2502   - "name"
2503   - "parent"
2504   - "throughput"
2505
2506 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2507 - type: "table"
2508   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2509   algorithm: "table_performance_comparison"
2510   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2511   reference:
2512     title: "3-Node Skx"
2513     data: "vpp-compare-topologies-ref"
2514   compare:
2515     title: "2-Node Skx"
2516     data: "vpp-compare-topologies-cmp"
2517   data: "vpp-compare-topologies"
2518   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2519   filter: "'NDRPDR' and '1C'"
2520   parameters:
2521   - "name"
2522   - "parent"
2523   - "throughput"
2524
2525 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2526 - type: "table"
2527   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2528   algorithm: "table_performance_comparison"
2529   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2530   reference:
2531     title: "3-Node Skx"
2532     data: "vpp-compare-topologies-ref"
2533   compare:
2534     title: "2-Node Skx"
2535     data: "vpp-compare-topologies-cmp"
2536   data: "vpp-compare-topologies"
2537   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2538   filter: "'NDRPDR' and '2C'"
2539   parameters:
2540   - "name"
2541   - "parent"
2542   - "throughput"
2543
2544 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2545 - type: "table"
2546   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2547   algorithm: "table_performance_comparison"
2548   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2549   reference:
2550     title: "3-Node Skx"
2551     data: "vpp-compare-topologies-ref"
2552   compare:
2553     title: "2-Node Skx"
2554     data: "vpp-compare-topologies-cmp"
2555   data: "vpp-compare-topologies"
2556   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2557   filter: "'NDRPDR' and '1C'"
2558   parameters:
2559   - "name"
2560   - "parent"
2561   - "throughput"
2562
2563 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2564 - type: "table"
2565   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2566   algorithm: "table_performance_comparison"
2567   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2568   reference:
2569     title: "3-Node Skx"
2570     data: "vpp-compare-topologies-ref"
2571   compare:
2572     title: "2-Node Skx"
2573     data: "vpp-compare-topologies-cmp"
2574   data: "vpp-compare-topologies"
2575   include-tests: "PDR"
2576   filter: "'NDRPDR' and '2C'"
2577   parameters:
2578   - "name"
2579   - "parent"
2580   - "throughput"
2581
2582 # VPP Performance Changes 3n-hsw 1t1c MRR
2583 - type: "table"
2584   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2585   algorithm: "table_performance_comparison"
2586   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2587   history:
2588     - title: "rls1901"
2589       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2590   reference:
2591     title: "rls1904"
2592     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2593   compare:
2594     title: "rls1908"
2595     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2596   data: "vpp-performance-changes-3n-hsw-mrr"
2597   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2598   filter: "'1T1C' and 'MRR' and (not 'VHOST' or 'VTS')"
2599   parameters:
2600   - "name"
2601   - "parent"
2602   - "result"
2603
2604 # VPP Performance Changes 3n-hsw 2t2c MRR
2605 - type: "table"
2606   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2607   algorithm: "table_performance_comparison"
2608   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2609   history:
2610     - title: "rls1901"
2611       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2612   reference:
2613     title: "rls1904"
2614     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2615   compare:
2616     title: "rls1908"
2617     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2618   data: "vpp-performance-changes-3n-hsw-mrr"
2619   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2620   filter: "'2T2C' and 'MRR' and (not 'VHOST' or 'VTS')"
2621   parameters:
2622   - "name"
2623   - "parent"
2624   - "result"
2625
2626 # VPP Performance Changes 3n-hsw 4t4c MRR
2627 - type: "table"
2628   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2629   algorithm: "table_performance_comparison"
2630   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2631   history:
2632     - title: "rls1901"
2633       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2634   reference:
2635     title: "rls1904"
2636     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2637   compare:
2638     title: "rls1908"
2639     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2640   data: "vpp-performance-changes-3n-hsw-mrr"
2641   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2642   filter: "'4T4C' and 'MRR' and (not 'VHOST' or 'VTS')"
2643   parameters:
2644   - "name"
2645   - "parent"
2646   - "result"
2647
2648 # VPP Performance Changes 3n-skx 2t1c MRR
2649 - type: "table"
2650   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2651   algorithm: "table_performance_comparison"
2652   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2653   history:
2654     - title: "rls1901"
2655       data: "vpp-performance-changes-3n-skx-mrr-h1"
2656   reference:
2657     title: "rls1904"
2658     data: "vpp-performance-changes-3n-skx-mrr-ref"
2659   compare:
2660     title: "rls1908"
2661     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2662   data: "vpp-performance-changes-3n-skx-mrr"
2663   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2664   filter: "'2T1C' and 'MRR' and (not 'VHOST' or 'VTS')"
2665   parameters:
2666   - "name"
2667   - "parent"
2668   - "result"
2669
2670 # VPP Performance Changes 3n-skx 4t2c MRR
2671 - type: "table"
2672   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2673   algorithm: "table_performance_comparison"
2674   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2675   history:
2676     - title: "rls1901"
2677       data: "vpp-performance-changes-3n-skx-mrr-h1"
2678   reference:
2679     title: "rls1904"
2680     data: "vpp-performance-changes-3n-skx-mrr-ref"
2681   compare:
2682     title: "rls1908"
2683     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2684   data: "vpp-performance-changes-3n-skx-mrr"
2685   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2686   filter: "'4T2C' and 'MRR' and (not 'VHOST' or 'VTS')"
2687   parameters:
2688   - "name"
2689   - "parent"
2690   - "result"
2691
2692 # VPP Performance Changes 3n-skx 8t4c MRR
2693 - type: "table"
2694   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2695   algorithm: "table_performance_comparison"
2696   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2697   history:
2698     - title: "rls1901"
2699       data: "vpp-performance-changes-3n-skx-mrr-h1"
2700   reference:
2701     title: "rls1904"
2702     data: "vpp-performance-changes-3n-skx-mrr-ref"
2703   compare:
2704     title: "rls1908"
2705     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2706   data: "vpp-performance-changes-3n-skx-mrr"
2707   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2708   filter: "'8T4C' and 'MRR' and (not 'VHOST' or 'VTS')"
2709   parameters:
2710   - "name"
2711   - "parent"
2712   - "result"
2713
2714 # VPP Performance Changes 2n-skx 2t1c MRR
2715 - type: "table"
2716   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2717   algorithm: "table_performance_comparison"
2718   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2719   history:
2720     - title: "rls1901"
2721       data: "vpp-performance-changes-2n-skx-mrr-h1"
2722   reference:
2723     title: "rls1904"
2724     data: "vpp-performance-changes-2n-skx-mrr-ref"
2725   compare:
2726     title: "rls1908"
2727     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2728   data: "vpp-performance-changes-2n-skx-mrr"
2729   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2730   filter: "'2T1C' and 'MRR' and (not 'VHOST' or 'VTS')"
2731   parameters:
2732   - "name"
2733   - "parent"
2734   - "result"
2735
2736 # VPP Performance Changes 2n-skx 4t2c MRR
2737 - type: "table"
2738   title: "VPP Performance Changes 2n-skx 4t2c MRR"
2739   algorithm: "table_performance_comparison"
2740   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2741   history:
2742     - title: "rls1901"
2743       data: "vpp-performance-changes-2n-skx-mrr-h1"
2744   reference:
2745     title: "rls1904"
2746     data: "vpp-performance-changes-2n-skx-mrr-ref"
2747   compare:
2748     title: "rls1908"
2749     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2750   data: "vpp-performance-changes-2n-skx-mrr"
2751   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2752   filter: "'4T2C' and 'MRR' and (not 'VHOST' or 'VTS')"
2753   parameters:
2754   - "name"
2755   - "parent"
2756   - "result"
2757
2758 # VPP Performance Changes 2n-skx 8t4c MRR
2759 - type: "table"
2760   title: "VPP Performance Changes 2n-skx 8t4c MRR"
2761   algorithm: "table_performance_comparison"
2762   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2763   history:
2764     - title: "rls1901"
2765       data: "vpp-performance-changes-2n-skx-mrr-h1"
2766   reference:
2767     title: "rls1904"
2768     data: "vpp-performance-changes-2n-skx-mrr-ref"
2769   compare:
2770     title: "rls1908"
2771     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2772   data: "vpp-performance-changes-2n-skx-mrr"
2773   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2774   filter: "'8T4C' and 'MRR' and (not 'VHOST' or 'VTS')"
2775   parameters:
2776   - "name"
2777   - "parent"
2778   - "result"
2779
2780 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2781 - type: "table"
2782   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2783   algorithm: "table_performance_comparison"
2784   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2785   reference:
2786     title: "3n-hsw xl710"
2787     data: "vpp-compare-testbeds-mrr-ref"
2788     nic: "NIC_Intel-XL710"
2789   compare:
2790     title: "3n-skx xxv710"
2791     data: "vpp-compare-testbeds-mrr-cmp"
2792     nic: "NIC_Intel-XXV710"
2793   data: "vpp-compare-testbeds-mrr"
2794   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2795   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
2796   parameters:
2797   - "name"
2798   - "parent"
2799   - "result"
2800
2801 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2802 - type: "table"
2803   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2804   algorithm: "table_performance_comparison"
2805   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2806   reference:
2807     title: "3n-hsw xl710"
2808     data: "vpp-compare-testbeds-mrr-ref"
2809     nic: "NIC_Intel-XL710"
2810   compare:
2811     title: "3n-skx xxv710"
2812     data: "vpp-compare-testbeds-mrr-cmp"
2813     nic: "NIC_Intel-XXV710"
2814   data: "vpp-compare-testbeds-mrr"
2815   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2816   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
2817   parameters:
2818   - "name"
2819   - "parent"
2820   - "result"
2821
2822 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2823 - type: "table"
2824   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2825   algorithm: "table_performance_comparison"
2826   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2827   reference:
2828     title: "3n-hsw xl710"
2829     data: "vpp-compare-testbeds-mrr-ref"
2830     nic: "NIC_Intel-XL710"
2831   compare:
2832     title: "3n-skx xxv710"
2833     data: "vpp-compare-testbeds-mrr-cmp"
2834     nic: "NIC_Intel-XXV710"
2835   data: "vpp-compare-testbeds-mrr"
2836   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2837   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
2838   parameters:
2839   - "name"
2840   - "parent"
2841   - "result"
2842
2843 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2844 - type: "table"
2845   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2846   algorithm: "table_performance_comparison"
2847   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2848   reference:
2849     title: "3-Node Skx"
2850     data: "vpp-compare-topologies-mrr-ref"
2851   compare:
2852     title: "2-Node Skx"
2853     data: "vpp-compare-topologies-mrr-cmp"
2854   data: "vpp-compare-topologies-mrr"
2855   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2856   filter: "'MRR' and '1C'"
2857   parameters:
2858   - "name"
2859   - "parent"
2860   - "result"
2861
2862 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2863 - type: "table"
2864   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
2865   algorithm: "table_performance_comparison"
2866   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
2867   reference:
2868     title: "3-Node Skx"
2869     data: "vpp-compare-topologies-mrr-ref"
2870   compare:
2871     title: "2-Node Skx"
2872     data: "vpp-compare-topologies-mrr-cmp"
2873   data: "vpp-compare-topologies-mrr"
2874   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2875   filter: "'MRR' and '2C'"
2876   parameters:
2877   - "name"
2878   - "parent"
2879   - "result"
2880
2881 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
2882 - type: "table"
2883   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
2884   algorithm: "table_performance_comparison"
2885   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
2886   reference:
2887     title: "3-Node Skx"
2888     data: "vpp-compare-topologies-mrr-ref"
2889   compare:
2890     title: "2-Node Skx"
2891     data: "vpp-compare-topologies-mrr-cmp"
2892   data: "vpp-compare-topologies-mrr"
2893   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2894   filter: "'MRR' and '4C'"
2895   parameters:
2896   - "name"
2897   - "parent"
2898   - "result"
2899
2900 # Detailed Test Results - VPP Performance Results 3n-hsw
2901 - type: "table"
2902   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
2903   algorithm: "table_merged_details"
2904   output-file-ext: ".csv"
2905   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2906   columns:
2907   - title: "Name"
2908     data: "data name"
2909   - title: "Status"
2910     data: "data msg"
2911   rows: "generated"
2912   data: "vpp-perf-results-3n-hsw"
2913   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
2914   parameters:
2915   - "name"
2916   - "parent"
2917   - "msg"
2918
2919 # Detailed Test Results - VPP Performance Results 3n-skx
2920 - type: "table"
2921   title: "Detailed Test Results - VPP Performance Results 3n-skx"
2922   algorithm: "table_merged_details"
2923   output-file-ext: ".csv"
2924   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2925   columns:
2926   - title: "Name"
2927     data: "data name"
2928   - title: "Status"
2929     data: "data msg"
2930   rows: "generated"
2931   data: "vpp-perf-results-3n-skx"
2932   filter: "not 'CFS_OPT'"
2933   parameters:
2934   - "name"
2935   - "parent"
2936   - "msg"
2937
2938 # Detailed Test Results - VPP Performance Results 2n-skx
2939 - type: "table"
2940   title: "Detailed Test Results - VPP Performance Results 2n-skx"
2941   algorithm: "table_merged_details"
2942   output-file-ext: ".csv"
2943   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2944   columns:
2945   - title: "Name"
2946     data: "data name"
2947   - title: "Status"
2948     data: "data msg"
2949   rows: "generated"
2950   data: "vpp-perf-results-2n-skx"
2951   filter: "not 'CFS_OPT'"
2952   parameters:
2953   - "name"
2954   - "parent"
2955   - "msg"
2956
2957 # Detailed Test Results - VPP Performance Results 3n-tsh
2958 - type: "table"
2959   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
2960   algorithm: "table_merged_details"
2961   output-file-ext: ".csv"
2962   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
2963   columns:
2964   - title: "Name"
2965     data: "data name"
2966   - title: "Status"
2967     data: "data msg"
2968   rows: "generated"
2969   data: "vpp-perf-results-3n-tsh"
2970   filter: "not 'CFS_OPT'"
2971   parameters:
2972   - "name"
2973   - "parent"
2974   - "msg"
2975
2976 ## Detailed Test Results - VPP Performance Results 2n-dnv
2977 #- type: "table"
2978 #  title: "Detailed Test Results - VPP Performance Results 2n-dnv"
2979 #  algorithm: "table_details"
2980 #  output-file-ext: ".csv"
2981 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
2982 #  columns:
2983 #  - title: "Name"
2984 #    data: "data name"
2985 #  - title: "Status"
2986 #    data: "data msg"
2987 #  rows: "generated"
2988 #  data: "intel-dnv-vpp"
2989 #  filter: "'NDRPDR'"
2990 #  parameters:
2991 #  - "name"
2992 #  - "parent"
2993 #  - "msg"
2994
2995 # Test configuration - VPP Performance Test Configs 3n-hsw
2996 - type: "table"
2997   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
2998   algorithm: "table_merged_details"
2999   output-file-ext: ".csv"
3000   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
3001   columns:
3002   - title: "Name"
3003     data: "data name"
3004   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3005     data: "data conf-history"
3006   rows: "generated"
3007   data: "vpp-perf-results-3n-hsw"
3008   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3009   parameters:
3010   - "parent"
3011   - "name"
3012   - "conf-history"
3013
3014 # Test configuration - VPP Performance Test Configs 3n-skx
3015 - type: "table"
3016   title: "Test configuration - VPP Performance Test Configs 3n-skx"
3017   algorithm: "table_merged_details"
3018   output-file-ext: ".csv"
3019   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
3020   columns:
3021   - title: "Name"
3022     data: "data name"
3023   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3024     data: "data conf-history"
3025   rows: "generated"
3026   data: "vpp-perf-results-3n-skx"
3027   filter: "not 'CFS_OPT'"
3028   parameters:
3029   - "parent"
3030   - "name"
3031   - "conf-history"
3032
3033 # Test configuration - VPP Performance Test Configs 2n-skx
3034 - type: "table"
3035   title: "Test configuration - VPP Performance Test Configs 2n-skx"
3036   algorithm: "table_merged_details"
3037   output-file-ext: ".csv"
3038   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
3039   columns:
3040   - title: "Name"
3041     data: "data name"
3042   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3043     data: "data conf-history"
3044   rows: "generated"
3045   data: "vpp-perf-results-2n-skx"
3046   filter: "not 'CFS_OPT'"
3047   parameters:
3048   - "parent"
3049   - "name"
3050   - "conf-history"
3051
3052 # Test configuration - VPP Performance Test Configs 3n-tsh
3053 - type: "table"
3054   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
3055   algorithm: "table_merged_details"
3056   output-file-ext: ".csv"
3057   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_test_configuration_3n_tsh"
3058   columns:
3059   - title: "Name"
3060     data: "data name"
3061   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3062     data: "data conf-history"
3063   rows: "generated"
3064   data: "vpp-perf-results-3n-tsh"
3065   filter: "not 'CFS_OPT'"
3066   parameters:
3067   - "parent"
3068   - "name"
3069   - "conf-history"
3070
3071 ## Test configuration - VPP Performance Test Configs 2n-dnv
3072 #- type: "table"
3073 #  title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3074 #  algorithm: "table_details"
3075 #  output-file-ext: ".csv"
3076 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3077 #  columns:
3078 #  - title: "Name"
3079 #    data: "data name"
3080 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
3081 #    data: "data conf-history"
3082 #  rows: "generated"
3083 #  data: "intel-dnv-vpp"
3084 #  filter: "'NDRPDR'"
3085 #  parameters:
3086 #  - "parent"
3087 #  - "name"
3088 #  - "conf-history"
3089
3090 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3091 - type: "table"
3092   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3093   algorithm: "table_merged_details"
3094   output-file-ext: ".csv"
3095   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3096   columns:
3097   - title: "Name"
3098     data: "data name"
3099   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3100     data: "data show-run"
3101   rows: "generated"
3102   data: "vpp-perf-results-3n-hsw"
3103   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3104   parameters:
3105   - "parent"
3106   - "name"
3107   - "show-run"
3108
3109 # Test Operational Data - VPP Performance Operational Data 3n-skx
3110 - type: "table"
3111   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3112   algorithm: "table_merged_details"
3113   output-file-ext: ".csv"
3114   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3115   columns:
3116   - title: "Name"
3117     data: "data name"
3118   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3119     data: "data show-run"
3120   rows: "generated"
3121   data: "vpp-perf-results-3n-skx"
3122   filter: "not 'CFS_OPT'"
3123   parameters:
3124   - "parent"
3125   - "name"
3126   - "show-run"
3127
3128 # Test Operational Data - VPP Performance Operational Data 2n-skx
3129 - type: "table"
3130   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3131   algorithm: "table_merged_details"
3132   output-file-ext: ".csv"
3133   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3134   columns:
3135   - title: "Name"
3136     data: "data name"
3137   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3138     data: "data show-run"
3139   rows: "generated"
3140   data: "vpp-perf-results-2n-skx"
3141   filter: "not 'CFS_OPT'"
3142   parameters:
3143   - "parent"
3144   - "name"
3145   - "show-run"
3146
3147 # Test Operational Data - VPP Performance Operational Data 3n-tsh
3148 - type: "table"
3149   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
3150   algorithm: "table_merged_details"
3151   output-file-ext: ".csv"
3152   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_test_operational_3n_tsh"
3153   columns:
3154   - title: "Name"
3155     data: "data name"
3156   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3157     data: "data show-run"
3158   rows: "generated"
3159   data: "vpp-perf-results-3n-tsh"
3160   filter: "not 'CFS_OPT'"
3161   parameters:
3162   - "parent"
3163   - "name"
3164   - "show-run"
3165
3166 ## Test Operational Data - VPP Performance Operational Data 2n-dnv
3167 #- type: "table"
3168 #  title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3169 #  algorithm: "table_details"
3170 #  output-file-ext: ".csv"
3171 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3172 #  columns:
3173 #  - title: "Name"
3174 #    data: "data name"
3175 #  - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3176 #    data: "data show-run"
3177 #  rows: "generated"
3178 #  data: "intel-dnv-vpp"
3179 #  filter: "'NDRPDR'"
3180 #  parameters:
3181 #  - "parent"
3182 #  - "name"
3183 #  - "show-run"
3184
3185 # Detailed Test Results - VPP MRR Results 3n-hsw
3186 - type: "table"
3187   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3188   algorithm: "table_details"
3189   output-file-ext: ".csv"
3190   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3191   columns:
3192   - title: "Name"
3193     data: "data name"
3194   - title: "Status"
3195     data: "data msg"
3196   rows: "generated"
3197   data: "vpp-mrr-results-3n-hsw"
3198   filter: "'MRR'"
3199   parameters:
3200   - "name"
3201   - "parent"
3202   - "msg"
3203
3204 # Detailed Test Results - VPP MRR Results 3n-skx
3205 - type: "table"
3206   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3207   algorithm: "table_details"
3208   output-file-ext: ".csv"
3209   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3210   columns:
3211   - title: "Name"
3212     data: "data name"
3213   - title: "Status"
3214     data: "data msg"
3215   rows: "generated"
3216   data: "vpp-mrr-results-3n-skx"
3217   filter: "'MRR'"
3218   parameters:
3219   - "name"
3220   - "parent"
3221   - "msg"
3222
3223 # Detailed Test Results - VPP MRR Results 2n-skx
3224 - type: "table"
3225   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3226   algorithm: "table_details"
3227   output-file-ext: ".csv"
3228   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3229   columns:
3230   - title: "Name"
3231     data: "data name"
3232   - title: "Status"
3233     data: "data msg"
3234   rows: "generated"
3235   data: "vpp-mrr-results-2n-skx"
3236   filter: "'MRR'"
3237   parameters:
3238   - "name"
3239   - "parent"
3240   - "msg"
3241
3242 ## Detailed Test Results - VPP MRR Results 2n-dnv
3243 #- type: "table"
3244 #  title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3245 #  algorithm: "table_details"
3246 #  output-file-ext: ".csv"
3247 #  output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3248 #  columns:
3249 #  - title: "Name"
3250 #    data: "data name"
3251 #  - title: "Status"
3252 #    data: "data msg"
3253 #  rows: "generated"
3254 #  data: "intel-dnv-vpp"
3255 #  filter: "'MRR'"
3256 #  parameters:
3257 #  - "name"
3258 #  - "parent"
3259 #  - "msg"
3260
3261 # Test configuration - VPP MRR Test Configs 3n-hsw
3262 - type: "table"
3263   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3264   algorithm: "table_details"
3265   output-file-ext: ".csv"
3266   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3267   columns:
3268   - title: "Name"
3269     data: "data name"
3270   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3271     data: "data conf-history"
3272   rows: "generated"
3273   data: "vpp-mrr-results-3n-hsw"
3274   filter: "'MRR'"
3275   parameters:
3276   - "parent"
3277   - "name"
3278   - "conf-history"
3279
3280 # Test configuration - VPP MRR Test Configs 3n-skx
3281 - type: "table"
3282   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3283   algorithm: "table_details"
3284   output-file-ext: ".csv"
3285   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3286   columns:
3287   - title: "Name"
3288     data: "data name"
3289   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3290     data: "data conf-history"
3291   rows: "generated"
3292   data: "vpp-mrr-results-3n-skx"
3293   filter: "'MRR'"
3294   parameters:
3295   - "parent"
3296   - "name"
3297   - "conf-history"
3298
3299 # Test configuration - VPP MRR Test Configs 2n-skx
3300 - type: "table"
3301   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3302   algorithm: "table_details"
3303   output-file-ext: ".csv"
3304   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3305   columns:
3306   - title: "Name"
3307     data: "data name"
3308   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3309     data: "data conf-history"
3310   rows: "generated"
3311   data: "vpp-mrr-results-2n-skx"
3312   filter: "'MRR'"
3313   parameters:
3314   - "parent"
3315   - "name"
3316   - "conf-history"
3317
3318 ## Test configuration - VPP MRR Test Configs 2n-dnv
3319 #- type: "table"
3320 #  title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3321 #  algorithm: "table_details"
3322 #  output-file-ext: ".csv"
3323 #  output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3324 #  columns:
3325 #  - title: "Name"
3326 #    data: "data name"
3327 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
3328 #    data: "data conf-history"
3329 #  rows: "generated"
3330 #  data: "intel-dnv-vpp"
3331 #  filter: "'MRR'"
3332 #  parameters:
3333 #  - "parent"
3334 #  - "name"
3335 #  - "conf-history"
3336
3337 # Detailed Test Results - VPP Functional Results - Ubuntu
3338 - type: "table"
3339   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3340   algorithm: "table_details"
3341   output-file-ext: ".csv"
3342   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3343   columns:
3344   - title: "Name"
3345     data: "data name"
3346   - title: "Documentation"
3347     data: "data doc"
3348   - title: "Status"
3349     data: "data status"
3350   rows: "generated"
3351   data: "vpp-func-results-ubuntu"
3352   filter: "all"
3353   parameters:
3354   - "name"
3355   - "parent"
3356   - "doc"
3357   - "status"
3358
3359 # Detailed Test Results - VPP Functional Results - CentOS
3360 - type: "table"
3361   title: "Detailed Test Results - VPP Functional Results - CentOS"
3362   algorithm: "table_details"
3363   output-file-ext: ".csv"
3364   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3365   columns:
3366   - title: "Name"
3367     data: "data name"
3368   - title: "Documentation"
3369     data: "data doc"
3370   -
3371     title: "Status"
3372     data: "data status"
3373   rows: "generated"
3374   data:
3375     "vpp-func-results-centos"
3376   filter: "all"
3377   parameters:
3378   - "name"
3379   - "parent"
3380   - "doc"
3381   - "status"
3382
3383 # Test configuration - VPP Functional Test Configs - Ubuntu
3384 - type: "table"
3385   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3386   algorithm: "table_details"
3387   output-file-ext: ".csv"
3388   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3389   columns:
3390   - title: "Name"
3391     data: "data name"
3392   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3393     data: "data conf-history"
3394   rows: "generated"
3395   data: "vpp-func-results-ubuntu"
3396   filter: "all"
3397   parameters:
3398   - "parent"
3399   - "name"
3400   - "conf-history"
3401
3402 # Test configuration - VPP Functional Test Configs - CentOS
3403 - type: "table"
3404   title: "Test configuration - VPP Functional Test Configs - CentOS"
3405   algorithm: "table_details"
3406   output-file-ext: ".csv"
3407   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3408   columns:
3409   - title: "Name"
3410     data: "data name"
3411   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3412     data: "data conf-history"
3413   rows: "generated"
3414   data: "vpp-func-results-centos"
3415   filter: "all"
3416   parameters:
3417   - "parent"
3418   - "name"
3419   - "conf-history"
3420
3421 ## Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3422 #- type: "table"
3423 #  title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3424 #  algorithm: "table_details"
3425 #  output-file-ext: ".csv"
3426 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3427 #  columns:
3428 #  - title: "Name"
3429 #    data: "data name"
3430 #  - title: "Status"
3431 #    data: "data msg"
3432 #  rows: "generated"
3433 #  data: "ligato-perf-results-3n-hsw"
3434 #  filter: "all"
3435 #  parameters:
3436 #  - "name"
3437 #  - "parent"
3438 #  - "msg"
3439
3440 # Detailed Test Results - VPP Device Results - Ubuntu
3441 - type: "table"
3442   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3443   algorithm: "table_details"
3444   output-file-ext: ".csv"
3445   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3446   columns:
3447   - title: "Name"
3448     data: "data name"
3449   - title: "Documentation"
3450     data: "data doc"
3451   - title: "Status"
3452     data: "data status"
3453   rows: "generated"
3454   data: "vpp-device-results-ubuntu"
3455   filter: "all"
3456   parameters:
3457   - "name"
3458   - "parent"
3459   - "doc"
3460   - "status"
3461
3462 # Test configuration - VPP Device Test Configs - Ubuntu
3463 - type: "table"
3464   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3465   algorithm: "table_details"
3466   output-file-ext: ".csv"
3467   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3468   columns:
3469   - title: "Name"
3470     data: "data name"
3471   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3472     data: "data conf-history"
3473   rows: "generated"
3474   data: "vpp-device-results-ubuntu"
3475   filter: "all"
3476   parameters:
3477   - "parent"
3478   - "name"
3479   - "conf-history"
3480
3481 ################################################################################
3482
3483 # DPDK Performance Changes 3n-hsw 1t1c pdr
3484 - type: "table"
3485   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3486   algorithm: "table_performance_comparison"
3487   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3488   history:
3489     - title: "rls1901"
3490       data: "dpdk-performance-changes-3n-hsw-h1"
3491   reference:
3492     title: "rls1904"
3493     data: "dpdk-performance-changes-3n-hsw-ref"
3494   compare:
3495     title: "rls1908"
3496     data: "dpdk-performance-changes-3n-hsw-cmp"
3497   data: "dpdk-performance-changes-3n-hsw"
3498   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3499   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3500   parameters:
3501   - "name"
3502   - "parent"
3503   - "throughput"
3504
3505 # DPDK Performance Changes 3n-hsw 2t2c pdr
3506 - type: "table"
3507   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3508   algorithm: "table_performance_comparison"
3509   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3510   history:
3511     - title: "rls1901"
3512       data: "dpdk-performance-changes-3n-hsw-h1"
3513   reference:
3514     title: "rls1904"
3515     data: "dpdk-performance-changes-3n-hsw-ref"
3516   compare:
3517     title: "rls1908"
3518     data: "dpdk-performance-changes-3n-hsw-cmp"
3519   data: "dpdk-performance-changes-3n-hsw"
3520   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3521   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3522   parameters:
3523   - "name"
3524   - "parent"
3525   - "throughput"
3526
3527 # DPDK Performance Changes 3n-hsw 1t1c ndr
3528 - type: "table"
3529   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3530   algorithm: "table_performance_comparison"
3531   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3532   history:
3533     - title: "rls1901"
3534       data: "dpdk-performance-changes-3n-hsw-h1"
3535   reference:
3536     title: "rls1904"
3537     data: "dpdk-performance-changes-3n-hsw-ref"
3538   compare:
3539     title: "rls1908"
3540     data: "dpdk-performance-changes-3n-hsw-cmp"
3541   data: "dpdk-performance-changes-3n-hsw"
3542   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3543   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3544   parameters:
3545   - "name"
3546   - "parent"
3547   - "throughput"
3548
3549 # DPDK Performance Changes 3n-hsw 2t2c ndr
3550 - type: "table"
3551   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3552   algorithm: "table_performance_comparison"
3553   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3554   history:
3555     - title: "rls1901"
3556       data: "dpdk-performance-changes-3n-hsw-h1"
3557   reference:
3558     title: "rls1904"
3559     data: "dpdk-performance-changes-3n-hsw-ref"
3560   compare:
3561     title: "rls1908"
3562     data: "dpdk-performance-changes-3n-hsw-cmp"
3563   data: "dpdk-performance-changes-3n-hsw"
3564   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3565   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3566   parameters:
3567   - "name"
3568   - "parent"
3569   - "throughput"
3570
3571 # DPDK Performance Changes 3n-skx 2t1c pdr
3572 - type: "table"
3573   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3574   algorithm: "table_performance_comparison"
3575   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3576   history:
3577     - title: "rls1901"
3578       data: "dpdk-performance-changes-3n-skx-h1"
3579   reference:
3580     title: "rls1904"
3581     data: "dpdk-performance-changes-3n-skx-ref"
3582   compare:
3583     title: "rls1908"
3584     data: "dpdk-performance-changes-3n-skx-cmp"
3585   data: "dpdk-performance-changes-3n-skx"
3586   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3587   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3588   parameters:
3589   - "name"
3590   - "parent"
3591   - "throughput"
3592
3593 # DPDK Performance Changes 3n-skx 4t2c pdr
3594 - type: "table"
3595   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3596   algorithm: "table_performance_comparison"
3597   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3598   history:
3599     - title: "rls1901"
3600       data: "dpdk-performance-changes-3n-skx-h1"
3601   reference:
3602     title: "rls1904"
3603     data: "dpdk-performance-changes-3n-skx-ref"
3604   compare:
3605     title: "rls1908"
3606     data: "dpdk-performance-changes-3n-skx-cmp"
3607   data: "dpdk-performance-changes-3n-skx"
3608   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3609   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3610   parameters:
3611   - "name"
3612   - "parent"
3613   - "throughput"
3614
3615 # DPDK Performance Changes 3n-skx 2t1c ndr
3616 - type: "table"
3617   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3618   algorithm: "table_performance_comparison"
3619   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3620   history:
3621     - title: "rls1901"
3622       data: "dpdk-performance-changes-3n-skx-h1"
3623   reference:
3624     title: "rls1904"
3625     data: "dpdk-performance-changes-3n-skx-ref"
3626   compare:
3627     title: "rls1908"
3628     data: "dpdk-performance-changes-3n-skx-cmp"
3629   data: "dpdk-performance-changes-3n-skx"
3630   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3631   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3632   parameters:
3633   - "name"
3634   - "parent"
3635   - "throughput"
3636
3637 # DPDK Performance Changes 3n-skx 4t2c ndr
3638 - type: "table"
3639   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3640   algorithm: "table_performance_comparison"
3641   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3642   history:
3643     - title: "rls1901"
3644       data: "dpdk-performance-changes-3n-skx-h1"
3645   reference:
3646     title: "rls1904"
3647     data: "dpdk-performance-changes-3n-skx-ref"
3648   compare:
3649     title: "rls1908"
3650     data: "dpdk-performance-changes-3n-skx-cmp"
3651   data: "dpdk-performance-changes-3n-skx"
3652   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3653   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3654   parameters:
3655   - "name"
3656   - "parent"
3657   - "throughput"
3658
3659 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3660 - type: "table"
3661   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3662   algorithm: "table_performance_comparison"
3663   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
3664   reference:
3665     title: "3-Node Hsw"
3666     data: "dpdk-compare-testbeds-ref"
3667   compare:
3668     title: "3-Node Skx"
3669     data: "dpdk-compare-testbeds-cmp"
3670   data: "dpdk-compare-testbeds"
3671   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3672   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3673   parameters:
3674   - "name"
3675   - "parent"
3676   - "throughput"
3677
3678 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
3679 - type: "table"
3680   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
3681   algorithm: "table_performance_comparison"
3682   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
3683   reference:
3684     title: "3-Node Hsw"
3685     data: "dpdk-compare-testbeds-ref"
3686   compare:
3687     title: "3-Node Skx"
3688     data: "dpdk-compare-testbeds-cmp"
3689   data: "dpdk-compare-testbeds"
3690   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3691   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3692   parameters:
3693   - "name"
3694   - "parent"
3695   - "throughput"
3696
3697 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
3698 - type: "table"
3699   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
3700   algorithm: "table_performance_comparison"
3701   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
3702   reference:
3703     title: "3-Node Skx"
3704     data: "dpdk-compare-topologies-ref"
3705   compare:
3706     title: "2-Node Skx"
3707     data: "dpdk-compare-topologies-cmp"
3708   data: "dpdk-compare-topologies"
3709   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3710   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3711   parameters:
3712   - "name"
3713   - "parent"
3714   - "throughput"
3715
3716 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
3717 - type: "table"
3718   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
3719   algorithm: "table_performance_comparison"
3720   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
3721   reference:
3722     title: "3-Node Skx"
3723     data: "dpdk-compare-topologies-ref"
3724   compare:
3725     title: "2-Node Skx"
3726     data: "dpdk-compare-topologies-cmp"
3727   data: "dpdk-compare-topologies"
3728   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3729   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3730   parameters:
3731   - "name"
3732   - "parent"
3733   - "throughput"
3734
3735 # DPDK Performance Changes 2n-skx 2t1c pdr
3736 - type: "table"
3737   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
3738   algorithm: "table_performance_comparison"
3739   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
3740   history:
3741     - title: "rls1901"
3742       data: "dpdk-performance-changes-2n-skx-h1"
3743   reference:
3744     title: "rls1904"
3745     data: "dpdk-performance-changes-2n-skx-ref"
3746   compare:
3747     title: "rls1908"
3748     data: "dpdk-performance-changes-2n-skx-cmp"
3749   data: "dpdk-performance-changes-2n-skx"
3750   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3751   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3752   parameters:
3753   - "name"
3754   - "parent"
3755   - "throughput"
3756
3757 # DPDK Performance Changes 2n-skx 4t2c pdr
3758 - type: "table"
3759   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
3760   algorithm: "table_performance_comparison"
3761   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
3762   history:
3763     - title: "rls1901"
3764       data: "dpdk-performance-changes-2n-skx-h1"
3765   reference:
3766     title: "rls1904"
3767     data: "dpdk-performance-changes-2n-skx-ref"
3768   compare:
3769     title: "rls1908"
3770     data: "dpdk-performance-changes-2n-skx-cmp"
3771   data: "dpdk-performance-changes-2n-skx"
3772   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3773   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3774   parameters:
3775   - "name"
3776   - "parent"
3777   - "throughput"
3778
3779 # DPDK Performance Changes 2n-skx 2t1c ndr
3780 - type: "table"
3781   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
3782   algorithm: "table_performance_comparison"
3783   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
3784   history:
3785     - title: "rls1901"
3786       data: "dpdk-performance-changes-2n-skx-h1"
3787   reference:
3788     title: "rls1904"
3789     data: "dpdk-performance-changes-2n-skx-ref"
3790   compare:
3791     title: "rls1908"
3792     data: "dpdk-performance-changes-2n-skx-cmp"
3793   data: "dpdk-performance-changes-2n-skx"
3794   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3795   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3796   parameters:
3797   - "name"
3798   - "parent"
3799   - "throughput"
3800
3801 # DPDK Performance Changes 2n-skx 4t2c ndr
3802 - type: "table"
3803   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
3804   algorithm: "table_performance_comparison"
3805   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
3806   history:
3807     - title: "rls1901"
3808       data: "dpdk-performance-changes-2n-skx-h1"
3809   reference:
3810     title: "rls1904"
3811     data: "dpdk-performance-changes-2n-skx-ref"
3812   compare:
3813     title: "rls1908"
3814     data: "dpdk-performance-changes-2n-skx-cmp"
3815   data: "dpdk-performance-changes-2n-skx"
3816   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3817   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3818   parameters:
3819   - "name"
3820   - "parent"
3821   - "throughput"
3822
3823 # Detailed Test Results - DPDK Performance Results 3n-hsw
3824 - type: "table"
3825   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
3826   algorithm: "table_details"
3827   output-file-ext: ".csv"
3828   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
3829   columns:
3830   - title: "Name"
3831     data: "data name"
3832   - title: "Status"
3833     data: "data msg"
3834   rows: "generated"
3835   data: "dpdk-perf-results-3n-hsw"
3836   filter: "all"
3837   parameters:
3838   - "name"
3839   - "parent"
3840   - "msg"
3841
3842 # Detailed Test Results - DPDK Performance Results 3n-skx
3843 - type: "table"
3844   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
3845   algorithm: "table_details"
3846   output-file-ext: ".csv"
3847   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3848   columns:
3849   - title: "Name"
3850     data: "data name"
3851   - title: "Status"
3852     data: "data msg"
3853   rows: "generated"
3854   data: "dpdk-perf-results-3n-skx"
3855   filter: "all"
3856   parameters:
3857   - "name"
3858   - "parent"
3859   - "msg"
3860
3861 # Detailed Test Results - DPDK Performance Results 2n-skx
3862 - type: "table"
3863   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
3864   algorithm: "table_details"
3865   output-file-ext: ".csv"
3866   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3867   columns:
3868   - title: "Name"
3869     data: "data name"
3870   - title: "Status"
3871     data: "data msg"
3872   rows: "generated"
3873   data: "dpdk-perf-results-2n-skx"
3874   filter: "all"
3875   parameters:
3876   - "name"
3877   - "parent"
3878   - "msg"
3879
3880 ################################################################################
3881 ###                                F I L E S                                 ###
3882 ################################################################################
3883
3884 # VPP Performance Results 3n-hsw
3885 - type: "file"
3886   title: "VPP Performance Results 3n-hsw"
3887   algorithm: "file_test_results"
3888   output-file-ext: ".rst"
3889   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3890   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"
3891   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
3892   data: "vpp-perf-results-3n-hsw"
3893   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3894   parameters:
3895   - "name"
3896   - "doc"
3897   - "level"
3898   - "parent"
3899   data-start-level: 3
3900
3901 # VPP Performance Results 3n-skx
3902 - type: "file"
3903   title: "VPP Performance Results 3n-skx"
3904   algorithm: "file_test_results"
3905   output-file-ext: ".rst"
3906   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3907   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"
3908   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
3909   data: "vpp-perf-results-3n-skx"
3910   filter: "not 'CFS_OPT'"
3911   parameters:
3912   - "name"
3913   - "doc"
3914   - "level"
3915   - "parent"
3916   data-start-level: 3
3917
3918 # VPP Performance Results 2n-skx
3919 - type: "file"
3920   title: "VPP Performance Results 2n-skx"
3921   algorithm: "file_test_results"
3922   output-file-ext: ".rst"
3923   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3924   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"
3925   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
3926   data: "vpp-perf-results-2n-skx"
3927   filter: "not 'CFS_OPT'"
3928   parameters:
3929   - "name"
3930   - "doc"
3931   - "level"
3932   - "parent"
3933   data-start-level: 3
3934
3935 # VPP Performance Results 3n-tsh
3936 - type: "file"
3937   title: "VPP Performance Results 3n-tsh"
3938   algorithm: "file_test_results"
3939   output-file-ext: ".rst"
3940   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
3941   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"
3942   dir-tables: "{DIR[DTR,PERF,VPP,3N,TSH]}"
3943   data: "vpp-perf-results-3n-tsh"
3944   filter: "not 'CFS_OPT'"
3945   parameters:
3946   - "name"
3947   - "doc"
3948   - "level"
3949   - "parent"
3950   data-start-level: 3
3951
3952 ## VPP Performance Results 2n-dnv
3953 #- type: "file"
3954 #  title: "VPP Performance Results 2n-dnv"
3955 #  algorithm: "file_test_results"
3956 #  output-file-ext: ".rst"
3957 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3958 #  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"
3959 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
3960 #  data: "intel-dnv-vpp"
3961 #  filter: "'NDRPDR'"
3962 #  parameters:
3963 #  - "name"
3964 #  - "doc"
3965 #  - "level"
3966 #  - "parent"
3967 #  data-start-level: 3
3968
3969 # VPP Performance Configuration 3n-hsw
3970 - type: "file"
3971   title: "VPP Performance Configuration 3n-hsw"
3972   algorithm: "file_test_results"
3973   output-file-ext: ".rst"
3974   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
3975   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"
3976   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
3977   data: "vpp-perf-results-3n-hsw"
3978   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3979   parameters:
3980   - "name"
3981   - "doc"
3982   - "level"
3983   - "parent"
3984   data-start-level: 3
3985
3986 # VPP Performance Configuration 3n-skx
3987 - type: "file"
3988   title: "VPP Performance Configuration 3n-skx"
3989   algorithm: "file_test_results"
3990   output-file-ext: ".rst"
3991   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
3992   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"
3993   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
3994   data: "vpp-perf-results-3n-skx"
3995   filter: "not 'CFS_OPT'"
3996   parameters:
3997   - "name"
3998   - "doc"
3999   - "level"
4000   - "parent"
4001   data-start-level: 3
4002
4003 # VPP Performance Configuration 2n-skx
4004 - type: "file"
4005   title: "VPP Performance Configuration 2n-skx"
4006   algorithm: "file_test_results"
4007   output-file-ext: ".rst"
4008   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
4009   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"
4010   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
4011   data: "vpp-perf-results-2n-skx"
4012   filter: "not 'CFS_OPT'"
4013   parameters:
4014   - "name"
4015   - "doc"
4016   - "level"
4017   - "parent"
4018   data-start-level: 3
4019
4020 # VPP Performance Configuration 3n-tsh
4021 - type: "file"
4022   title: "VPP Performance Configuration 3n-tsh"
4023   algorithm: "file_test_results"
4024   output-file-ext: ".rst"
4025   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_performance_configuration_3n_tsh"
4026   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"
4027   dir-tables: "{DIR[DTC,PERF,VPP,3N,TSH]}"
4028   data: "vpp-perf-results-3n-tsh"
4029   filter: "not 'CFS_OPT'"
4030   parameters:
4031   - "name"
4032   - "doc"
4033   - "level"
4034   - "parent"
4035   data-start-level: 3
4036
4037 ## VPP Performance Configuration 2n-dnv
4038 #- type: "file"
4039 #  title: "VPP Performance Configuration 2n-dnv"
4040 #  algorithm: "file_test_results"
4041 #  output-file-ext: ".rst"
4042 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
4043 #  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"
4044 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
4045 #  data: "intel-dnv-vpp"
4046 #  filter: "'NDRPDR'"
4047 #  parameters:
4048 #  - "name"
4049 #  - "doc"
4050 #  - "level"
4051 #  - "parent"
4052 #  data-start-level: 3
4053
4054 # VPP Performance Operational Data 3n-hsw
4055 - type: "file"
4056   title: "VPP Performance Operational Data 3n-hsw"
4057   algorithm: "file_test_results"
4058   output-file-ext: ".rst"
4059   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
4060   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"
4061   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
4062   data: "vpp-perf-results-3n-hsw"
4063   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4064   parameters:
4065   - "name"
4066   - "doc"
4067   - "level"
4068   - "parent"
4069   data-start-level: 3
4070
4071 # VPP Performance Operational Data 3n-skx
4072 - type: "file"
4073   title: "VPP Performance Operational Data 3n-skx"
4074   algorithm: "file_test_results"
4075   output-file-ext: ".rst"
4076   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
4077   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"
4078   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
4079   data: "vpp-perf-results-3n-skx"
4080   filter: "not 'CFS_OPT'"
4081   parameters:
4082   - "name"
4083   - "doc"
4084   - "level"
4085   - "parent"
4086   data-start-level: 3
4087
4088 # VPP Performance Operational Data 2n-skx
4089 - type: "file"
4090   title: "VPP Performance Operational Data 2n-skx"
4091   algorithm: "file_test_results"
4092   output-file-ext: ".rst"
4093   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
4094   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"
4095   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
4096   data: "vpp-perf-results-2n-skx"
4097   filter: "not 'CFS_OPT'"
4098   parameters:
4099   - "name"
4100   - "doc"
4101   - "level"
4102   - "parent"
4103   data-start-level: 3
4104
4105 # VPP Performance Operational Data 3n-tsh
4106 - type: "file"
4107   title: "VPP Performance Operational Data 3n-tsh"
4108   algorithm: "file_test_results"
4109   output-file-ext: ".rst"
4110   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_performance_operational_data_3n_tsh"
4111   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"
4112   dir-tables: "{DIR[DTO,PERF,VPP,3N,TSH]}"
4113   data: "vpp-perf-results-3n-tsh"
4114   filter: "not 'CFS_OPT'"
4115   parameters:
4116   - "name"
4117   - "doc"
4118   - "level"
4119   - "parent"
4120   data-start-level: 3
4121
4122 ## VPP Performance Operational Data 2n-dnv
4123 #- type: "file"
4124 #  title: "VPP Performance Operational Data 2n-dnv"
4125 #  algorithm: "file_test_results"
4126 #  output-file-ext: ".rst"
4127 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
4128 #  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"
4129 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
4130 #  data: "intel-dnv-vpp"
4131 #  filter: "'NDRPDR'"
4132 #  parameters:
4133 #  - "name"
4134 #  - "doc"
4135 #  - "level"
4136 #  - "parent"
4137 #  data-start-level: 3
4138
4139 # VPP MRR Results 3n-hsw
4140 - type: "file"
4141   title: "VPP MRR Results 3n-hsw"
4142   algorithm: "file_test_results"
4143   output-file-ext: ".rst"
4144   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4145   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"
4146   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
4147   data: "vpp-mrr-results-3n-hsw"
4148   filter: "'MRR'"
4149   parameters:
4150   - "name"
4151   - "doc"
4152   - "level"
4153   - "parent"
4154   data-start-level: 3
4155
4156 # VPP MRR Results 3n-skx
4157 - type: "file"
4158   title: "VPP MRR Results 3n-skx"
4159   algorithm: "file_test_results"
4160   output-file-ext: ".rst"
4161   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4162   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"
4163   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
4164   data: "vpp-mrr-results-3n-skx"
4165   filter: "'MRR'"
4166   parameters:
4167   - "name"
4168   - "doc"
4169   - "level"
4170   - "parent"
4171   data-start-level: 3
4172
4173 # VPP MRR Results 2n-skx
4174 - type: "file"
4175   title: "VPP MRR Results 2n-skx"
4176   algorithm: "file_test_results"
4177   output-file-ext: ".rst"
4178   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4179   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"
4180   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
4181   data: "vpp-mrr-results-2n-skx"
4182   filter: "all"
4183   parameters:
4184   - "name"
4185   - "doc"
4186   - "level"
4187   - "parent"
4188   data-start-level: 3
4189
4190 # VPP MRR Configuration 3n-hsw
4191 - type: "file"
4192   title: "VPP MRR Configuration 3n-hsw"
4193   algorithm: "file_test_results"
4194   output-file-ext: ".rst"
4195   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
4196   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"
4197   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
4198   data: "vpp-mrr-results-3n-hsw"
4199   filter: "'MRR'"
4200   parameters:
4201   - "name"
4202   - "doc"
4203   - "level"
4204   - "parent"
4205   data-start-level: 3
4206
4207 # VPP MRR Configuration 3n-skx
4208 - type: "file"
4209   title: "VPP MRR Configuration 3n-skx"
4210   algorithm: "file_test_results"
4211   output-file-ext: ".rst"
4212   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
4213   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"
4214   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
4215   data: "vpp-mrr-results-3n-skx"
4216   filter: "'MRR'"
4217   parameters:
4218   - "name"
4219   - "doc"
4220   - "level"
4221   - "parent"
4222   data-start-level: 3
4223
4224 # VPP MRR Configuration 2n-skx
4225 - type: "file"
4226   title: "VPP MRR Configuration 2n-skx"
4227   algorithm: "file_test_results"
4228   output-file-ext: ".rst"
4229   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
4230   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"
4231   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
4232   data: "vpp-mrr-results-2n-skx"
4233   filter: "'MRR'"
4234   parameters:
4235   - "name"
4236   - "doc"
4237   - "level"
4238   - "parent"
4239   data-start-level: 3
4240
4241 # VPP Functional Results - Ubuntu
4242 - type: "file"
4243   title: "VPP Functional Results - Ubuntu"
4244   algorithm: "file_test_results"
4245   output-file-ext: ".rst"
4246   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
4247   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"
4248   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
4249   data: "vpp-func-results-ubuntu"
4250   filter: "all"
4251   parameters:
4252   - "name"
4253   - "doc"
4254   - "level"
4255   - "parent"
4256   data-start-level: 3
4257
4258 # VPP Functional Results - CentOS
4259 - type: "file"
4260   title: "VPP Functional Results - CentOS"
4261   algorithm: "file_test_results"
4262   output-file-ext: ".rst"
4263   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
4264   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"
4265   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
4266   data:
4267     "vpp-func-results-centos"
4268   filter: "all"
4269   parameters:
4270   - "name"
4271   - "doc"
4272   - "level"
4273   - "parent"
4274   data-start-level: 3
4275
4276 # VPP Functional Configuration - Ubuntu
4277 - type: "file"
4278   title: "VPP Functional Configuration - Ubuntu"
4279   algorithm: "file_test_results"
4280   output-file-ext: ".rst"
4281   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
4282   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"
4283   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
4284   data: "vpp-func-results-ubuntu"
4285   filter: "all"
4286   parameters:
4287   - "name"
4288   - "doc"
4289   - "level"
4290   - "parent"
4291   data-start-level: 3
4292
4293 # VPP Functional Configuration - CentOS
4294 - type: "file"
4295   title: "VPP Functional Configuration - CentOS"
4296   algorithm: "file_test_results"
4297   output-file-ext: ".rst"
4298   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
4299   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"
4300   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
4301   data:
4302     "vpp-func-results-centos"
4303   filter: "all"
4304   parameters:
4305   - "name"
4306   - "doc"
4307   - "level"
4308   - "parent"
4309   data-start-level: 3
4310
4311 # VPP Device Results - Ubuntu
4312 - type: "file"
4313   title: "VPP Device Results - Ubuntu"
4314   algorithm: "file_test_results"
4315   output-file-ext: ".rst"
4316   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4317   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"
4318   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
4319   data: "vpp-device-results-ubuntu"
4320   filter: "all"
4321   parameters:
4322   - "name"
4323   - "doc"
4324   - "level"
4325   - "parent"
4326   data-start-level: 2
4327
4328 # VPP Device Configuration - Ubuntu
4329 - type: "file"
4330   title: "VPP Device Configuration - Ubuntu"
4331   algorithm: "file_test_results"
4332   output-file-ext: ".rst"
4333   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4334   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"
4335   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
4336   data: "vpp-device-results-ubuntu"
4337   filter: "all"
4338   parameters:
4339   - "name"
4340   - "doc"
4341   - "level"
4342   - "parent"
4343   data-start-level: 2
4344
4345 ## Container Orchestrated Performance Results 3n-hsw
4346 #- type: "file"
4347 #  title: "Container Orchestrated Performance Results 3n-hsw"
4348 #  algorithm: "file_test_results"
4349 #  output-file-ext: ".rst"
4350 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
4351 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4352 #  dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
4353 #  data: "ligato-perf-results-3n-hsw"
4354 #  filter: "all"
4355 #  parameters:
4356 #  - "name"
4357 #  - "doc"
4358 #  - "level"
4359 #  - "parent"
4360 #  data-start-level: 3
4361
4362 # DPDK Performance Results 3n-hsw
4363 - type: "file"
4364   title: "DPDK Performance Results 3n-hsw"
4365   algorithm: "file_test_results"
4366   output-file-ext: ".rst"
4367   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4368   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"
4369   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
4370   data: "dpdk-perf-results-3n-hsw"
4371   filter: "all"
4372   parameters:
4373   - "name"
4374   - "doc"
4375   - "level"
4376   - "parent"
4377   data-start-level: 3
4378
4379 # DPDK Performance Results 3n-skx
4380 - type: "file"
4381   title: "DPDK Performance Results 3n-skx"
4382   algorithm: "file_test_results"
4383   output-file-ext: ".rst"
4384   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4385   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"
4386   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
4387   data: "dpdk-perf-results-3n-skx"
4388   filter: "all"
4389   parameters:
4390   - "name"
4391   - "doc"
4392   - "level"
4393   - "parent"
4394   data-start-level: 3
4395
4396 # DPDK Performance Results 2n-skx
4397 - type: "file"
4398   title: "DPDK Performance Results 2n-skx"
4399   algorithm: "file_test_results"
4400   output-file-ext: ".rst"
4401   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4402   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"
4403   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
4404   data: "dpdk-perf-results-2n-skx"
4405   filter: "all"
4406   parameters:
4407   - "name"
4408   - "doc"
4409   - "level"
4410   - "parent"
4411   data-start-level: 3
4412
4413 ################################################################################
4414 ###                                P L O T S                                 ###
4415 ################################################################################
4416
4417 # Plots VPP HTTP Server Performance
4418 - type: "plot"
4419   title: "VPP HTTP Server Performance"
4420   algorithm: "plot_http_server_performance_box"
4421   output-file-type: ".html"
4422   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
4423   data:
4424     "plot-vpp-http-server-performance"
4425   # Keep this formatting, the filter is enclosed with " (quotation mark) and
4426   # each tag is enclosed with ' (apostrophe).
4427   filter: "'HTTP' and 'TCP_CPS'"
4428   parameters:
4429   - "result"
4430   - "name"
4431   traces:
4432     hoverinfo: "x+y"
4433     boxpoints: "outliers"
4434     whiskerwidth: 0
4435   layout:
4436     title: "VPP HTTP Server Performance"
4437     layout:
4438       "plot-cps"
4439
4440 - type: "plot"
4441   title: "VPP HTTP Server Performance"
4442   algorithm: "plot_http_server_performance_box"
4443   output-file-type: ".html"
4444   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
4445   data:
4446     "plot-vpp-http-server-performance"
4447   filter: "'HTTP' and 'TCP_RPS'"
4448   parameters:
4449   - "result"
4450   - "name"
4451   traces:
4452     hoverinfo: "x+y"
4453     boxpoints: "outliers"
4454     whiskerwidth: 0
4455   layout:
4456     title: "VPP HTTP Server Performance"
4457     layout:
4458       "plot-rps"
4459
4460 ################################################################################
4461
4462 ## Soak Test (PLRsearch), boxes
4463 #- type: "plot"
4464 #  title: "VPP Critical rate: 2 Hours Soak Test (PLRsearch)"
4465 #  algorithm: "plot_performance_box"
4466 #  output-file-type: ".html"
4467 #  output-file: "{DIR[STATIC,VPP]}/soak-test-1"
4468 #  data: "plot-vpp-soak-2n-skx"
4469 #  filter: "('L2BDMACLRN' or 'L2PATCH' or 'L2XCBASE') and not 'VHOST' and not 'MEMIF'"
4470 #  parameters:
4471 #    - "throughput"
4472 #    - "parent"
4473 #    - "tags"
4474 #  sort:
4475 #    - "DRV_AVF"
4476 #    - "DRV_AVF"
4477 #    - "DRV_AVF"
4478 #    - "L2BDMACLRN"
4479 #    - "L2XCBASE"
4480 #    - "L2PATCH"
4481 #  traces:
4482 #    hoverinfo: "x+y"
4483 #    boxpoints: "all"
4484 #    whiskerwidth: 0
4485 #  layout:
4486 #    title: "2 Hours Soak Test (PLRsearch)"
4487 #    layout: "plot-soak-throughput"
4488 #
4489 ## Soak Test (PLRsearch), boxes
4490 #- type: "plot"
4491 #  title: "VPP Critical rate: 2 Hours Soak Test (PLRsearch)"
4492 #  algorithm: "plot_performance_box"
4493 #  output-file-type: ".html"
4494 #  output-file: "{DIR[STATIC,VPP]}/soak-test-2"
4495 #  data: "plot-vpp-soak-2n-skx"
4496 #  filter: "'L2BDMACLRN' and ('VHOST' or 'MEMIF') or 'IP4BASE' or 'IP6BASE'"
4497 #  parameters:
4498 #    - "throughput"
4499 #    - "parent"
4500 #    - "tags"
4501 #  sort:
4502 #    - "VHOST"
4503 #    - "MEMIF"
4504 #    - "IP4FWD"
4505 #    - "IP6FWD"
4506 #  traces:
4507 #    hoverinfo: "x+y"
4508 #    boxpoints: "all"
4509 #    whiskerwidth: 0
4510 #  layout:
4511 #    title: "2 Hours Soak Test (PLRsearch)"
4512 #    layout: "plot-soak-throughput"
4513
4514 ###############################################################################
4515 # Plots - NF Density - VSC - MRR 64b
4516 - type: "plot"
4517   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4518   algorithm: "plot_service_density_heatmap"
4519   output-file-type: ".html"
4520   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
4521   data: "plot-vpp-nfv-2n-skx-mrr"
4522   filter: "'NIC_Intel-XXV710' and
4523            'NF_DENSITY' and
4524            'VHOST' and
4525            'CHAIN' and
4526            'NF_VPPIP4' and
4527            '64B' and
4528            '2T1C' and
4529            'MRR'"
4530   reference:
4531     include: "2"
4532     name: "VNF-1c"
4533   compare:
4534     include: "1"
4535     name: "VNF-0.5c"
4536   parameters:
4537   - "result"
4538   - "name"
4539   - "tags"
4540   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4541   x-axis: "X = VNFs per Service Chain"
4542   y-axis: "Y = Number of Service Chains"
4543   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4544   layout:
4545     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4546     layout: "plot-service-density"
4547
4548 - type: "plot"
4549   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4550   algorithm: "plot_service_density_heatmap"
4551   output-file-type: ".html"
4552   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
4553   data: "plot-vpp-nfv-2n-skx-mrr"
4554   filter: "'NIC_Intel-XXV710' and
4555            'NF_DENSITY' and
4556            'VHOST' and
4557            'CHAIN' and
4558            'NF_VPPIP4' and
4559            '64B' and
4560            '4T2C' and
4561            'MRR'"
4562   reference:
4563     include: "2"
4564     name: "VNF-1c"
4565   compare:
4566     include: "1"
4567     name: "VNF-0.5c"
4568   parameters:
4569   - "result"
4570   - "name"
4571   - "tags"
4572   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4573   x-axis: "X = VNFs per Service Chain"
4574   y-axis: "Y = Number of Service Chains"
4575   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4576   layout:
4577     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4578     layout: "plot-service-density"
4579
4580 - type: "plot"
4581   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4582   algorithm: "plot_service_density_heatmap"
4583   output-file-type: ".html"
4584   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
4585   data: "plot-vpp-nfv-2n-skx-mrr"
4586   filter: "'NIC_Intel-XXV710' and
4587            'NF_DENSITY' and
4588            'VHOST' and
4589            'CHAIN' and
4590            'NF_VPPIP4' and
4591            '64B' and
4592            '8T4C' and
4593            'MRR'"
4594   reference:
4595     include: "2"
4596     name: "VNF-1c"
4597   compare:
4598     include: "1"
4599     name: "VNF-0.5c"
4600   parameters:
4601   - "result"
4602   - "name"
4603   - "tags"
4604   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4605   x-axis: "X = VNFs per Service Chain"
4606   y-axis: "Y = Number of Service Chains"
4607   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4608   layout:
4609     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4610     layout: "plot-service-density"
4611
4612 # Plots - NF Density - VSC - MRR IMIX
4613 - type: "plot"
4614   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4615   algorithm: "plot_service_density_heatmap"
4616   output-file-type: ".html"
4617   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
4618   data: "plot-vpp-nfv-2n-skx-mrr"
4619   filter: "'NIC_Intel-XXV710' and
4620            'NF_DENSITY' and
4621            'VHOST' and
4622            'CHAIN' and
4623            'NF_VPPIP4' and
4624            'IMIX' and
4625            '2T1C' and
4626            'MRR'"
4627   reference:
4628     include: "2"
4629     name: "VNF-1c"
4630   compare:
4631     include: "1"
4632     name: "VNF-0.5c"
4633   parameters:
4634   - "result"
4635   - "name"
4636   - "tags"
4637   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4638   x-axis: "X = VNFs per Service Chain"
4639   y-axis: "Y = Number of Service Chains"
4640   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4641   layout:
4642     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4643     layout: "plot-service-density"
4644
4645 - type: "plot"
4646   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4647   algorithm: "plot_service_density_heatmap"
4648   output-file-type: ".html"
4649   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
4650   data: "plot-vpp-nfv-2n-skx-mrr"
4651   filter: "'NIC_Intel-XXV710' and
4652            'NF_DENSITY' and
4653            'VHOST' and
4654            'CHAIN' and
4655            'NF_VPPIP4' and
4656            'IMIX' and
4657            '4T2C' and
4658            'MRR'"
4659   reference:
4660     include: "2"
4661     name: "VNF-1c"
4662   compare:
4663     include: "1"
4664     name: "VNF-0.5c"
4665   parameters:
4666   - "result"
4667   - "name"
4668   - "tags"
4669   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4670   x-axis: "X = VNFs per Service Chain"
4671   y-axis: "Y = Number of Service Chains"
4672   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4673   layout:
4674     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4675     layout: "plot-service-density"
4676
4677 - type: "plot"
4678   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4679   algorithm: "plot_service_density_heatmap"
4680   output-file-type: ".html"
4681   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
4682   data: "plot-vpp-nfv-2n-skx-mrr"
4683   filter: "'NIC_Intel-XXV710' and
4684            'NF_DENSITY' and
4685            'VHOST' and
4686            'CHAIN' and
4687            'NF_VPPIP4' and
4688            'IMIX' and
4689            '8T4C' and
4690            'MRR'"
4691   reference:
4692     include: "2"
4693     name: "VNF-1c"
4694   compare:
4695     include: "1"
4696     name: "VNF-0.5c"
4697   parameters:
4698   - "result"
4699   - "name"
4700   - "tags"
4701   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4702   x-axis: "X = VNFs per Service Chain"
4703   y-axis: "Y = Number of Service Chains"
4704   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4705   layout:
4706     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4707     layout: "plot-service-density"
4708
4709 # Plots - NF Density - VSC - NDR 64b
4710 - type: "plot"
4711   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4712   algorithm: "plot_service_density_heatmap"
4713   output-file-type: ".html"
4714   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
4715   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4716   filter: "'NIC_Intel-XXV710' and
4717            'NF_DENSITY' and
4718            'VHOST' and
4719            'CHAIN' and
4720            'NF_VPPIP4' and
4721            '64B' and
4722            '2T1C' and
4723            'NDRPDR'"
4724   reference:
4725     include: "2"
4726     name: "VNF-1c"
4727   compare:
4728     include: "1"
4729     name: "VNF-0.5c"
4730   parameters:
4731   - "throughput"
4732   - "name"
4733   - "tags"
4734   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4735   x-axis: "X = VNFs per Service Chain"
4736   y-axis: "Y = Number of Service Chains"
4737   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4738   layout:
4739     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4740     layout: "plot-service-density"
4741
4742 - type: "plot"
4743   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4744   algorithm: "plot_service_density_heatmap"
4745   output-file-type: ".html"
4746   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
4747   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4748   filter: "'NIC_Intel-XXV710' and
4749            'NF_DENSITY' and
4750            'VHOST' and
4751            'CHAIN' and
4752            'NF_VPPIP4' and
4753            '64B' and
4754            '4T2C' and
4755            'NDRPDR'"
4756   reference:
4757     include: "2"
4758     name: "VNF-1c"
4759   compare:
4760     include: "1"
4761     name: "VNF-0.5c"
4762   parameters:
4763   - "throughput"
4764   - "name"
4765   - "tags"
4766   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4767   x-axis: "X = VNFs per Service Chain"
4768   y-axis: "Y = Number of Service Chains"
4769   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4770   layout:
4771     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4772     layout: "plot-service-density"
4773
4774 - type: "plot"
4775   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4776   algorithm: "plot_service_density_heatmap"
4777   output-file-type: ".html"
4778   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
4779   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4780   filter: "'NIC_Intel-XXV710' and
4781            'NF_DENSITY' and
4782            'VHOST' and
4783            'CHAIN' and
4784            'NF_VPPIP4' and
4785            '64B' and
4786            '8T4C' and
4787            'NDRPDR'"
4788   reference:
4789     include: "2"
4790     name: "VNF-1c"
4791   compare:
4792     include: "1"
4793     name: "VNF-0.5c"
4794   parameters:
4795   - "throughput"
4796   - "name"
4797   - "tags"
4798   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4799   x-axis: "X = VNFs per Service Chain"
4800   y-axis: "Y = Number of Service Chains"
4801   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4802   layout:
4803     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4804     layout: "plot-service-density"
4805
4806 # Plots - NF Density - VSC - NDR IMIX
4807 - type: "plot"
4808   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4809   algorithm: "plot_service_density_heatmap"
4810   output-file-type: ".html"
4811   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
4812   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4813   filter: "'NIC_Intel-XXV710' and
4814            'NF_DENSITY' and
4815            'VHOST' and
4816            'CHAIN' and
4817            'NF_VPPIP4' and
4818            'IMIX' and
4819            '2T1C' and
4820            'NDRPDR'"
4821   reference:
4822     include: "2"
4823     name: "VNF-1c"
4824   compare:
4825     include: "1"
4826     name: "VNF-0.5c"
4827   parameters:
4828   - "throughput"
4829   - "name"
4830   - "tags"
4831   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4832   x-axis: "X = VNFs per Service Chain"
4833   y-axis: "Y = Number of Service Chains"
4834   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4835   layout:
4836     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4837     layout: "plot-service-density"
4838
4839 - type: "plot"
4840   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4841   algorithm: "plot_service_density_heatmap"
4842   output-file-type: ".html"
4843   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
4844   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4845   filter: "'NIC_Intel-XXV710' and
4846            'NF_DENSITY' and
4847            'VHOST' and
4848            'CHAIN' and
4849            'NF_VPPIP4' and
4850            'IMIX' and
4851            '4T2C' and
4852            'NDRPDR'"
4853   reference:
4854     include: "2"
4855     name: "VNF-1c"
4856   compare:
4857     include: "1"
4858     name: "VNF-0.5c"
4859   parameters:
4860   - "throughput"
4861   - "name"
4862   - "tags"
4863   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4864   x-axis: "X = VNFs per Service Chain"
4865   y-axis: "Y = Number of Service Chains"
4866   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4867   layout:
4868     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4869     layout: "plot-service-density"
4870
4871 - type: "plot"
4872   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4873   algorithm: "plot_service_density_heatmap"
4874   output-file-type: ".html"
4875   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
4876   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4877   filter: "'NIC_Intel-XXV710' and
4878            'NF_DENSITY' and
4879            'VHOST' and
4880            'CHAIN' and
4881            'NF_VPPIP4' and
4882            'IMIX' and
4883            '8T4C' and
4884            'NDRPDR'"
4885   reference:
4886     include: "2"
4887     name: "VNF-1c"
4888   compare:
4889     include: "1"
4890     name: "VNF-0.5c"
4891   parameters:
4892   - "throughput"
4893   - "name"
4894   - "tags"
4895   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4896   x-axis: "X = VNFs per Service Chain"
4897   y-axis: "Y = Number of Service Chains"
4898   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4899   layout:
4900     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4901     layout: "plot-service-density"
4902
4903 # Plots - NF Density - VSC - PDR 64b
4904 - type: "plot"
4905   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4906   algorithm: "plot_service_density_heatmap"
4907   output-file-type: ".html"
4908   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
4909   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4910   filter: "'NIC_Intel-XXV710' and
4911            'NF_DENSITY' and
4912            'VHOST' and
4913            'CHAIN' and
4914            'NF_VPPIP4' and
4915            '64B' and
4916            '2T1C' and
4917            'NDRPDR'"
4918   reference:
4919     include: "2"
4920     name: "VNF-1c"
4921   compare:
4922     include: "1"
4923     name: "VNF-0.5c"
4924   parameters:
4925   - "throughput"
4926   - "name"
4927   - "tags"
4928   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4929   x-axis: "X = VNFs per Service Chain"
4930   y-axis: "Y = Number of Service Chains"
4931   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
4932   layout:
4933     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4934     layout: "plot-service-density"
4935
4936 - type: "plot"
4937   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4938   algorithm: "plot_service_density_heatmap"
4939   output-file-type: ".html"
4940   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
4941   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4942   filter: "'NIC_Intel-XXV710' and
4943            'NF_DENSITY' and
4944            'VHOST' and
4945            'CHAIN' and
4946            'NF_VPPIP4' and
4947            '64B' and
4948            '4T2C' and
4949            'NDRPDR'"
4950   reference:
4951     include: "2"
4952     name: "VNF-1c"
4953   compare:
4954     include: "1"
4955     name: "VNF-0.5c"
4956   parameters:
4957   - "throughput"
4958   - "name"
4959   - "tags"
4960   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4961   x-axis: "X = VNFs per Service Chain"
4962   y-axis: "Y = Number of Service Chains"
4963   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
4964   layout:
4965     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4966     layout: "plot-service-density"
4967
4968 - type: "plot"
4969   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4970   algorithm: "plot_service_density_heatmap"
4971   output-file-type: ".html"
4972   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
4973   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4974   filter: "'NIC_Intel-XXV710' and
4975            'NF_DENSITY' and
4976            'VHOST' and
4977            'CHAIN' and
4978            'NF_VPPIP4' and
4979            '64B' and
4980            '8T4C' and
4981            'NDRPDR'"
4982   reference:
4983     include: "2"
4984     name: "VNF-1c"
4985   compare:
4986     include: "1"
4987     name: "VNF-0.5c"
4988   parameters:
4989   - "throughput"
4990   - "name"
4991   - "tags"
4992   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4993   x-axis: "X = VNFs per Service Chain"
4994   y-axis: "Y = Number of Service Chains"
4995   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
4996   layout:
4997     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4998     layout: "plot-service-density"
4999
5000 # Plots - NF Density - VSC - PDR IMIX
5001 - type: "plot"
5002   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5003   algorithm: "plot_service_density_heatmap"
5004   output-file-type: ".html"
5005   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
5006   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5007   filter: "'NIC_Intel-XXV710' and
5008            'NF_DENSITY' and
5009            'VHOST' and
5010            'CHAIN' and
5011            'NF_VPPIP4' and
5012            'IMIX' and
5013            '2T1C' and
5014            'NDRPDR'"
5015   reference:
5016     include: "2"
5017     name: "VNF-1c"
5018   compare:
5019     include: "1"
5020     name: "VNF-0.5c"
5021   parameters:
5022   - "throughput"
5023   - "name"
5024   - "tags"
5025   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5026   x-axis: "X = VNFs per Service Chain"
5027   y-axis: "Y = Number of Service Chains"
5028   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5029   layout:
5030     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5031     layout: "plot-service-density"
5032
5033 - type: "plot"
5034   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5035   algorithm: "plot_service_density_heatmap"
5036   output-file-type: ".html"
5037   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
5038   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5039   filter: "'NIC_Intel-XXV710' and
5040            'NF_DENSITY' and
5041            'VHOST' and
5042            'CHAIN' and
5043            'NF_VPPIP4' and
5044            'IMIX' and
5045            '4T2C' and
5046            'NDRPDR'"
5047   reference:
5048     include: "2"
5049     name: "VNF-1c"
5050   compare:
5051     include: "1"
5052     name: "VNF-0.5c"
5053   parameters:
5054   - "throughput"
5055   - "name"
5056   - "tags"
5057   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5058   x-axis: "X = VNFs per Service Chain"
5059   y-axis: "Y = Number of Service Chains"
5060   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5061   layout:
5062     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5063     layout: "plot-service-density"
5064
5065 - type: "plot"
5066   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5067   algorithm: "plot_service_density_heatmap"
5068   output-file-type: ".html"
5069   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
5070   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5071   filter: "'NIC_Intel-XXV710' and
5072            'NF_DENSITY' and
5073            'VHOST' and
5074            'CHAIN' and
5075            'NF_VPPIP4' and
5076            'IMIX' and
5077            '8T4C' and
5078            'NDRPDR'"
5079   reference:
5080     include: "2"
5081     name: "VNF-1c"
5082   compare:
5083     include: "1"
5084     name: "VNF-0.5c"
5085   parameters:
5086   - "throughput"
5087   - "name"
5088   - "tags"
5089   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5090   x-axis: "X = VNFs per Service Chain"
5091   y-axis: "Y = Number of Service Chains"
5092   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5093   layout:
5094     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5095     layout: "plot-service-density"
5096
5097 ###############################################################################
5098 # Plots - NF Density - CSC - MRR 64b
5099 - type: "plot"
5100   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5101   algorithm: "plot_service_density_heatmap"
5102   output-file-type: ".html"
5103   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
5104   data: "plot-vpp-nfv-2n-skx-mrr"
5105   filter: "'NIC_Intel-XXV710' and
5106            'NF_DENSITY' and
5107            'DOCKER' and
5108            'CHAIN' and
5109            'NF_VPPIP4' and
5110            '64B' and
5111            '2T1C' and
5112            'MRR'"
5113   reference:
5114     include: "2"
5115     name: "CNF-1c"
5116   compare:
5117     include: "1"
5118     name: "CNF-0.5c"
5119   parameters:
5120   - "result"
5121   - "name"
5122   - "tags"
5123   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5124   x-axis: "X = CNFs per Service Chain"
5125   y-axis: "Y = Number of Service Chains"
5126   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5127   layout:
5128     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5129     layout: "plot-service-density"
5130
5131 - type: "plot"
5132   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5133   algorithm: "plot_service_density_heatmap"
5134   output-file-type: ".html"
5135   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
5136   data: "plot-vpp-nfv-2n-skx-mrr"
5137   filter: "'NIC_Intel-XXV710' and
5138            'NF_DENSITY' and
5139            'DOCKER' and
5140            'CHAIN' and
5141            'NF_VPPIP4' and
5142            '64B' and
5143            '4T2C' and
5144            'MRR'"
5145   reference:
5146     include: "2"
5147     name: "CNF-1c"
5148   compare:
5149     include: "1"
5150     name: "CNF-0.5c"
5151   parameters:
5152   - "result"
5153   - "name"
5154   - "tags"
5155   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5156   x-axis: "X = CNFs per Service Chain"
5157   y-axis: "Y = Number of Service Chains"
5158   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5159   layout:
5160     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5161     layout: "plot-service-density"
5162
5163 - type: "plot"
5164   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5165   algorithm: "plot_service_density_heatmap"
5166   output-file-type: ".html"
5167   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
5168   data: "plot-vpp-nfv-2n-skx-mrr"
5169   filter: "'NIC_Intel-XXV710' and
5170            'NF_DENSITY' and
5171            'DOCKER' and
5172            'CHAIN' and
5173            'NF_VPPIP4' and
5174            '64B' and
5175            '8T4C' and
5176            'MRR'"
5177   reference:
5178     include: "2"
5179     name: "CNF-1c"
5180   compare:
5181     include: "1"
5182     name: "CNF-0.5c"
5183   parameters:
5184   - "result"
5185   - "name"
5186   - "tags"
5187   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5188   x-axis: "X = CNFs per Service Chain"
5189   y-axis: "Y = Number of Service Chains"
5190   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5191   layout:
5192     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5193     layout: "plot-service-density"
5194
5195 # Plots - NF Density - CSC - MRR IMIX
5196 - type: "plot"
5197   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5198   algorithm: "plot_service_density_heatmap"
5199   output-file-type: ".html"
5200   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
5201   data: "plot-vpp-nfv-2n-skx-mrr"
5202   filter: "'NIC_Intel-XXV710' and
5203            'NF_DENSITY' and
5204            'DOCKER' and
5205            'CHAIN' and
5206            'NF_VPPIP4' and
5207            'IMIX' and
5208            '2T1C' and
5209            'MRR'"
5210   reference:
5211     include: "2"
5212     name: "CNF-1c"
5213   compare:
5214     include: "1"
5215     name: "CNF-0.5c"
5216   parameters:
5217   - "result"
5218   - "name"
5219   - "tags"
5220   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5221   x-axis: "X = CNFs per Service Chain"
5222   y-axis: "Y = Number of Service Chains"
5223   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5224   layout:
5225     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5226     layout: "plot-service-density"
5227
5228 - type: "plot"
5229   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5230   algorithm: "plot_service_density_heatmap"
5231   output-file-type: ".html"
5232   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
5233   data: "plot-vpp-nfv-2n-skx-mrr"
5234   filter: "'NIC_Intel-XXV710' and
5235            'NF_DENSITY' and
5236            'DOCKER' and
5237            'CHAIN' and
5238            'NF_VPPIP4' and
5239            'IMIX' and
5240            '4T2C' and
5241            'MRR'"
5242   reference:
5243     include: "2"
5244     name: "CNF-1c"
5245   compare:
5246     include: "1"
5247     name: "CNF-0.5c"
5248   parameters:
5249   - "result"
5250   - "name"
5251   - "tags"
5252   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5253   x-axis: "X = CNFs per Service Chain"
5254   y-axis: "Y = Number of Service Chains"
5255   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5256   layout:
5257     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5258     layout: "plot-service-density"
5259
5260 - type: "plot"
5261   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5262   algorithm: "plot_service_density_heatmap"
5263   output-file-type: ".html"
5264   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
5265   data: "plot-vpp-nfv-2n-skx-mrr"
5266   filter: "'NIC_Intel-XXV710' and
5267            'NF_DENSITY' and
5268            'DOCKER' and
5269            'CHAIN' and
5270            'NF_VPPIP4' and
5271            'IMIX' and
5272            '8T4C' and
5273            'MRR'"
5274   reference:
5275     include: "2"
5276     name: "CNF-1c"
5277   compare:
5278     include: "1"
5279     name: "CNF-0.5c"
5280   parameters:
5281   - "result"
5282   - "name"
5283   - "tags"
5284   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5285   x-axis: "X = CNFs per Service Chain"
5286   y-axis: "Y = Number of Service Chains"
5287   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5288   layout:
5289     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5290     layout: "plot-service-density"
5291
5292 # Plots - NF Density - CSC - NDR 64b
5293 - type: "plot"
5294   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5295   algorithm: "plot_service_density_heatmap"
5296   output-file-type: ".html"
5297   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
5298   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5299   filter: "'NIC_Intel-XXV710' and
5300            'NF_DENSITY' and
5301            'DOCKER' and
5302            'CHAIN' and
5303            'NF_VPPIP4' and
5304            '64B' and
5305            '2T1C' and
5306            'NDRPDR'"
5307   reference:
5308     include: "2"
5309     name: "CNF-1c"
5310   compare:
5311     include: "1"
5312     name: "CNF-0.5c"
5313   parameters:
5314   - "throughput"
5315   - "name"
5316   - "tags"
5317   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5318   x-axis: "X = CNFs per Service Chain"
5319   y-axis: "Y = Number of Service Chains"
5320   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5321   layout:
5322     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5323     layout: "plot-service-density"
5324
5325 - type: "plot"
5326   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5327   algorithm: "plot_service_density_heatmap"
5328   output-file-type: ".html"
5329   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
5330   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5331   filter: "'NIC_Intel-XXV710' and
5332            'NF_DENSITY' and
5333            'DOCKER' and
5334            'CHAIN' and
5335            'NF_VPPIP4' and
5336            '64B' and
5337            '4T2C' and
5338            'NDRPDR'"
5339   reference:
5340     include: "2"
5341     name: "CNF-1c"
5342   compare:
5343     include: "1"
5344     name: "CNF-0.5c"
5345   parameters:
5346   - "throughput"
5347   - "name"
5348   - "tags"
5349   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5350   x-axis: "X = CNFs per Service Chain"
5351   y-axis: "Y = Number of Service Chains"
5352   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5353   layout:
5354     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5355     layout: "plot-service-density"
5356
5357 - type: "plot"
5358   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5359   algorithm: "plot_service_density_heatmap"
5360   output-file-type: ".html"
5361   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
5362   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5363   filter: "'NIC_Intel-XXV710' and
5364            'NF_DENSITY' and
5365            'DOCKER' and
5366            'CHAIN' and
5367            'NF_VPPIP4' and
5368            '64B' and
5369            '8T4C' and
5370            'NDRPDR'"
5371   reference:
5372     include: "2"
5373     name: "CNF-1c"
5374   compare:
5375     include: "1"
5376     name: "CNF-0.5c"
5377   parameters:
5378   - "throughput"
5379   - "name"
5380   - "tags"
5381   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5382   x-axis: "X = CNFs per Service Chain"
5383   y-axis: "Y = Number of Service Chains"
5384   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5385   layout:
5386     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5387     layout: "plot-service-density"
5388
5389 # Plots - NF Density - CSC - NDR IMIX
5390 - type: "plot"
5391   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5392   algorithm: "plot_service_density_heatmap"
5393   output-file-type: ".html"
5394   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
5395   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5396   filter: "'NIC_Intel-XXV710' and
5397            'NF_DENSITY' and
5398            'DOCKER' and
5399            'CHAIN' and
5400            'NF_VPPIP4' and
5401            'IMIX' and
5402            '2T1C' and
5403            'NDRPDR'"
5404   reference:
5405     include: "2"
5406     name: "CNF-1c"
5407   compare:
5408     include: "1"
5409     name: "CNF-0.5c"
5410   parameters:
5411   - "throughput"
5412   - "name"
5413   - "tags"
5414   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5415   x-axis: "X = CNFs per Service Chain"
5416   y-axis: "Y = Number of Service Chains"
5417   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5418   layout:
5419     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5420     layout: "plot-service-density"
5421
5422 - type: "plot"
5423   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5424   algorithm: "plot_service_density_heatmap"
5425   output-file-type: ".html"
5426   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
5427   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5428   filter: "'NIC_Intel-XXV710' and
5429            'NF_DENSITY' and
5430            'DOCKER' and
5431            'CHAIN' and
5432            'NF_VPPIP4' and
5433            'IMIX' and
5434            '4T2C' and
5435            'NDRPDR'"
5436   reference:
5437     include: "2"
5438     name: "CNF-1c"
5439   compare:
5440     include: "1"
5441     name: "CNF-0.5c"
5442   parameters:
5443   - "throughput"
5444   - "name"
5445   - "tags"
5446   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5447   x-axis: "X = CNFs per Service Chain"
5448   y-axis: "Y = Number of Service Chains"
5449   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5450   layout:
5451     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5452     layout: "plot-service-density"
5453
5454 - type: "plot"
5455   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5456   algorithm: "plot_service_density_heatmap"
5457   output-file-type: ".html"
5458   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
5459   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5460   filter: "'NIC_Intel-XXV710' and
5461            'NF_DENSITY' and
5462            'DOCKER' and
5463            'CHAIN' and
5464            'NF_VPPIP4' and
5465            'IMIX' and
5466            '8T4C' and
5467            'NDRPDR'"
5468   reference:
5469     include: "2"
5470     name: "CNF-1c"
5471   compare:
5472     include: "1"
5473     name: "CNF-0.5c"
5474   parameters:
5475   - "throughput"
5476   - "name"
5477   - "tags"
5478   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5479   x-axis: "X = CNFs per Service Chain"
5480   y-axis: "Y = Number of Service Chains"
5481   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5482   layout:
5483     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5484     layout: "plot-service-density"
5485
5486 # Plots - NF Density - CSC - PDR 64b
5487 - type: "plot"
5488   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5489   algorithm: "plot_service_density_heatmap"
5490   output-file-type: ".html"
5491   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
5492   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5493   filter: "'NIC_Intel-XXV710' and
5494            'NF_DENSITY' and
5495            'DOCKER' and
5496            'CHAIN' and
5497            'NF_VPPIP4' and
5498            '64B' and
5499            '2T1C' and
5500            'NDRPDR'"
5501   reference:
5502     include: "2"
5503     name: "CNF-1c"
5504   compare:
5505     include: "1"
5506     name: "CNF-0.5c"
5507   parameters:
5508   - "throughput"
5509   - "name"
5510   - "tags"
5511   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5512   x-axis: "X = CNFs per Service Chain"
5513   y-axis: "Y = Number of Service Chains"
5514   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5515   layout:
5516     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5517     layout: "plot-service-density"
5518
5519 - type: "plot"
5520   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5521   algorithm: "plot_service_density_heatmap"
5522   output-file-type: ".html"
5523   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
5524   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5525   filter: "'NIC_Intel-XXV710' and
5526            'NF_DENSITY' and
5527            'DOCKER' and
5528            'CHAIN' and
5529            'NF_VPPIP4' and
5530            '64B' and
5531            '4T2C' and
5532            'NDRPDR'"
5533   reference:
5534     include: "2"
5535     name: "CNF-1c"
5536   compare:
5537     include: "1"
5538     name: "CNF-0.5c"
5539   parameters:
5540   - "throughput"
5541   - "name"
5542   - "tags"
5543   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5544   x-axis: "X = CNFs per Service Chain"
5545   y-axis: "Y = Number of Service Chains"
5546   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5547   layout:
5548     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5549     layout: "plot-service-density"
5550
5551 - type: "plot"
5552   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5553   algorithm: "plot_service_density_heatmap"
5554   output-file-type: ".html"
5555   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
5556   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5557   filter: "'NIC_Intel-XXV710' and
5558            'NF_DENSITY' and
5559            'DOCKER' and
5560            'CHAIN' and
5561            'NF_VPPIP4' and
5562            '64B' and
5563            '8T4C' and
5564            'NDRPDR'"
5565   reference:
5566     include: "2"
5567     name: "CNF-1c"
5568   compare:
5569     include: "1"
5570     name: "CNF-0.5c"
5571   parameters:
5572   - "throughput"
5573   - "name"
5574   - "tags"
5575   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5576   x-axis: "X = CNFs per Service Chain"
5577   y-axis: "Y = Number of Service Chains"
5578   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5579   layout:
5580     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5581     layout: "plot-service-density"
5582
5583 # Plots - NF Density - CSC - PDR IMIX
5584 - type: "plot"
5585   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5586   algorithm: "plot_service_density_heatmap"
5587   output-file-type: ".html"
5588   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
5589   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5590   filter: "'NIC_Intel-XXV710' and
5591            'NF_DENSITY' and
5592            'DOCKER' and
5593            'CHAIN' and
5594            'NF_VPPIP4' and
5595            'IMIX' and
5596            '2T1C' and
5597            'NDRPDR'"
5598   reference:
5599     include: "2"
5600     name: "CNF-1c"
5601   compare:
5602     include: "1"
5603     name: "CNF-0.5c"
5604   parameters:
5605   - "throughput"
5606   - "name"
5607   - "tags"
5608   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5609   x-axis: "X = CNFs per Service Chain"
5610   y-axis: "Y = Number of Service Chains"
5611   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5612   layout:
5613     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5614     layout: "plot-service-density"
5615
5616 - type: "plot"
5617   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5618   algorithm: "plot_service_density_heatmap"
5619   output-file-type: ".html"
5620   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
5621   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5622   filter: "'NIC_Intel-XXV710' and
5623            'NF_DENSITY' and
5624            'DOCKER' and
5625            'CHAIN' and
5626            'NF_VPPIP4' and
5627            'IMIX' and
5628            '4T2C' and
5629            'NDRPDR'"
5630   reference:
5631     include: "2"
5632     name: "CNF-1c"
5633   compare:
5634     include: "1"
5635     name: "CNF-0.5c"
5636   parameters:
5637   - "throughput"
5638   - "name"
5639   - "tags"
5640   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5641   x-axis: "X = CNFs per Service Chain"
5642   y-axis: "Y = Number of Service Chains"
5643   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5644   layout:
5645     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5646     layout: "plot-service-density"
5647
5648 - type: "plot"
5649   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5650   algorithm: "plot_service_density_heatmap"
5651   output-file-type: ".html"
5652   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
5653   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5654   filter: "'NIC_Intel-XXV710' and
5655            'NF_DENSITY' and
5656            'DOCKER' and
5657            'CHAIN' and
5658            'NF_VPPIP4' and
5659            'IMIX' and
5660            '8T4C' and
5661            'NDRPDR'"
5662   reference:
5663     include: "2"
5664     name: "CNF-1c"
5665   compare:
5666     include: "1"
5667     name: "CNF-0.5c"
5668   parameters:
5669   - "throughput"
5670   - "name"
5671   - "tags"
5672   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5673   x-axis: "X = CNFs per Service Chain"
5674   y-axis: "Y = Number of Service Chains"
5675   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5676   layout:
5677     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5678     layout: "plot-service-density"
5679
5680 ###############################################################################
5681 # Plots - NF Density - CSP - MRR 64b
5682 - type: "plot"
5683   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5684   algorithm: "plot_service_density_heatmap"
5685   output-file-type: ".html"
5686   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
5687   data: "plot-vpp-nfv-2n-skx-mrr"
5688   filter: "'NIC_Intel-XXV710' and
5689            'NF_DENSITY' and
5690            'DOCKER' and
5691            'PIPELINE' and
5692            'NF_VPPIP4' and
5693            '64B' and
5694            '2T1C' and
5695            'MRR'"
5696   reference:
5697     include: "2"
5698     name: "CNF-1c"
5699   compare:
5700     include: "1"
5701     name: "CNF-0.5c"
5702   parameters:
5703   - "result"
5704   - "name"
5705   - "tags"
5706   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5707   x-axis: "X = CNFs per Service Pipeline"
5708   y-axis: "Y = Number of Service Pipelines"
5709   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5710   layout:
5711     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5712     layout: "plot-service-density"
5713
5714 - type: "plot"
5715   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5716   algorithm: "plot_service_density_heatmap"
5717   output-file-type: ".html"
5718   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
5719   data: "plot-vpp-nfv-2n-skx-mrr"
5720   filter: "'NIC_Intel-XXV710' and
5721            'NF_DENSITY' and
5722            'DOCKER' and
5723            'PIPELINE' and
5724            'NF_VPPIP4' and
5725            '64B' and
5726            '4T2C' and
5727            'MRR'"
5728   reference:
5729     include: "2"
5730     name: "CNF-1c"
5731   compare:
5732     include: "1"
5733     name: "CNF-0.5c"
5734   parameters:
5735   - "result"
5736   - "name"
5737   - "tags"
5738   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5739   x-axis: "X = CNFs per Service Pipeline"
5740   y-axis: "Y = Number of Service Pipelines"
5741   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5742   layout:
5743     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5744     layout: "plot-service-density"
5745
5746 - type: "plot"
5747   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5748   algorithm: "plot_service_density_heatmap"
5749   output-file-type: ".html"
5750   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
5751   data: "plot-vpp-nfv-2n-skx-mrr"
5752   filter: "'NIC_Intel-XXV710' and
5753            'NF_DENSITY' and
5754            'DOCKER' and
5755            'PIPELINE' and
5756            'NF_VPPIP4' and
5757            '64B' and
5758            '8T4C' and
5759            'MRR'"
5760   reference:
5761     include: "2"
5762     name: "CNF-1c"
5763   compare:
5764     include: "1"
5765     name: "CNF-0.5c"
5766   parameters:
5767   - "result"
5768   - "name"
5769   - "tags"
5770   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5771   x-axis: "X = CNFs per Service Pipeline"
5772   y-axis: "Y = Number of Service Pipelines"
5773   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5774   layout:
5775     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5776     layout: "plot-service-density"
5777
5778 # Plots - NF Density - CSP - MRR IMIX
5779 - type: "plot"
5780   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5781   algorithm: "plot_service_density_heatmap"
5782   output-file-type: ".html"
5783   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
5784   data: "plot-vpp-nfv-2n-skx-mrr"
5785   filter: "'NIC_Intel-XXV710' and
5786            'NF_DENSITY' and
5787            'DOCKER' and
5788            'PIPELINE' and
5789            'NF_VPPIP4' and
5790            'IMIX' and
5791            '2T1C' and
5792            'MRR'"
5793   reference:
5794     include: "2"
5795     name: "CNF-1c"
5796   compare:
5797     include: "1"
5798     name: "CNF-0.5c"
5799   parameters:
5800   - "result"
5801   - "name"
5802   - "tags"
5803   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5804   x-axis: "X = CNFs per Service Pipeline"
5805   y-axis: "Y = Number of Service Pipelines"
5806   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5807   layout:
5808     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5809     layout: "plot-service-density"
5810
5811 - type: "plot"
5812   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5813   algorithm: "plot_service_density_heatmap"
5814   output-file-type: ".html"
5815   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
5816   data: "plot-vpp-nfv-2n-skx-mrr"
5817   filter: "'NIC_Intel-XXV710' and
5818            'NF_DENSITY' and
5819            'DOCKER' and
5820            'PIPELINE' and
5821            'NF_VPPIP4' and
5822            'IMIX' and
5823            '4T2C' and
5824            'MRR'"
5825   reference:
5826     include: "2"
5827     name: "CNF-1c"
5828   compare:
5829     include: "1"
5830     name: "CNF-0.5c"
5831   parameters:
5832   - "result"
5833   - "name"
5834   - "tags"
5835   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5836   x-axis: "X = CNFs per Service Pipeline"
5837   y-axis: "Y = Number of Service Pipelines"
5838   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5839   layout:
5840     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5841     layout: "plot-service-density"
5842
5843 - type: "plot"
5844   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5845   algorithm: "plot_service_density_heatmap"
5846   output-file-type: ".html"
5847   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
5848   data: "plot-vpp-nfv-2n-skx-mrr"
5849   filter: "'NIC_Intel-XXV710' and
5850            'NF_DENSITY' and
5851            'DOCKER' and
5852            'PIPELINE' and
5853            'NF_VPPIP4' and
5854            'IMIX' and
5855            '8T4C' and
5856            'MRR'"
5857   reference:
5858     include: "2"
5859     name: "CNF-1c"
5860   compare:
5861     include: "1"
5862     name: "CNF-0.5c"
5863   parameters:
5864   - "result"
5865   - "name"
5866   - "tags"
5867   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5868   x-axis: "X = CNFs per Service Pipeline"
5869   y-axis: "Y = Number of Service Pipelines"
5870   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5871   layout:
5872     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5873     layout: "plot-service-density"
5874
5875 # Plots - NF Density - CSP - NDR 64b
5876 - type: "plot"
5877   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5878   algorithm: "plot_service_density_heatmap"
5879   output-file-type: ".html"
5880   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
5881   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5882   filter: "'NIC_Intel-XXV710' and
5883            'NF_DENSITY' and
5884            'DOCKER' and
5885            'PIPELINE' and
5886            'NF_VPPIP4' and
5887            '64B' and
5888            '2T1C' and
5889            'NDRPDR'"
5890   reference:
5891     include: "2"
5892     name: "CNF-1c"
5893   compare:
5894     include: "1"
5895     name: "CNF-0.5c"
5896   parameters:
5897   - "throughput"
5898   - "name"
5899   - "tags"
5900   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5901   x-axis: "X = CNFs per Service Pipeline"
5902   y-axis: "Y = Number of Service Pipelines"
5903   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5904   layout:
5905     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5906     layout: "plot-service-density"
5907
5908 - type: "plot"
5909   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5910   algorithm: "plot_service_density_heatmap"
5911   output-file-type: ".html"
5912   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
5913   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5914   filter: "'NIC_Intel-XXV710' and
5915            'NF_DENSITY' and
5916            'DOCKER' and
5917            'PIPELINE' and
5918            'NF_VPPIP4' and
5919            '64B' and
5920            '4T2C' and
5921            'NDRPDR'"
5922   reference:
5923     include: "2"
5924     name: "CNF-1c"
5925   compare:
5926     include: "1"
5927     name: "CNF-0.5c"
5928   parameters:
5929   - "throughput"
5930   - "name"
5931   - "tags"
5932   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5933   x-axis: "X = CNFs per Service Pipeline"
5934   y-axis: "Y = Number of Service Pipelines"
5935   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5936   layout:
5937     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5938     layout: "plot-service-density"
5939
5940 - type: "plot"
5941   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5942   algorithm: "plot_service_density_heatmap"
5943   output-file-type: ".html"
5944   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
5945   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5946   filter: "'NIC_Intel-XXV710' and
5947            'NF_DENSITY' and
5948            'DOCKER' and
5949            'PIPELINE' and
5950            'NF_VPPIP4' and
5951            '64B' and
5952            '8T4C' and
5953            'NDRPDR'"
5954   reference:
5955     include: "2"
5956     name: "CNF-1c"
5957   compare:
5958     include: "1"
5959     name: "CNF-0.5c"
5960   parameters:
5961   - "throughput"
5962   - "name"
5963   - "tags"
5964   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5965   x-axis: "X = CNFs per Service Pipeline"
5966   y-axis: "Y = Number of Service Pipelines"
5967   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5968   layout:
5969     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5970     layout: "plot-service-density"
5971
5972 # Plots - NF Density - CSP - NDR IMIX
5973 - type: "plot"
5974   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5975   algorithm: "plot_service_density_heatmap"
5976   output-file-type: ".html"
5977   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
5978   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5979   filter: "'NIC_Intel-XXV710' and
5980            'NF_DENSITY' and
5981            'DOCKER' and
5982            'PIPELINE' and
5983            'NF_VPPIP4' and
5984            'IMIX' and
5985            '2T1C' and
5986            'NDRPDR'"
5987   reference:
5988     include: "2"
5989     name: "CNF-1c"
5990   compare:
5991     include: "1"
5992     name: "CNF-0.5c"
5993   parameters:
5994   - "throughput"
5995   - "name"
5996   - "tags"
5997   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5998   x-axis: "X = CNFs per Service Pipeline"
5999   y-axis: "Y = Number of Service Pipelines"
6000   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6001   layout:
6002     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6003     layout: "plot-service-density"
6004
6005 - type: "plot"
6006   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6007   algorithm: "plot_service_density_heatmap"
6008   output-file-type: ".html"
6009   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
6010   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6011   filter: "'NIC_Intel-XXV710' and
6012            'NF_DENSITY' and
6013            'DOCKER' and
6014            'PIPELINE' and
6015            'NF_VPPIP4' and
6016            'IMIX' and
6017            '4T2C' and
6018            'NDRPDR'"
6019   reference:
6020     include: "2"
6021     name: "CNF-1c"
6022   compare:
6023     include: "1"
6024     name: "CNF-0.5c"
6025   parameters:
6026   - "throughput"
6027   - "name"
6028   - "tags"
6029   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6030   x-axis: "X = CNFs per Service Pipeline"
6031   y-axis: "Y = Number of Service Pipelines"
6032   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6033   layout:
6034     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6035     layout: "plot-service-density"
6036
6037 - type: "plot"
6038   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6039   algorithm: "plot_service_density_heatmap"
6040   output-file-type: ".html"
6041   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
6042   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6043   filter: "'NIC_Intel-XXV710' and
6044            'NF_DENSITY' and
6045            'DOCKER' and
6046            'PIPELINE' and
6047            'NF_VPPIP4' and
6048            'IMIX' and
6049            '8T4C' and
6050            'NDRPDR'"
6051   reference:
6052     include: "2"
6053     name: "CNF-1c"
6054   compare:
6055     include: "1"
6056     name: "CNF-0.5c"
6057   parameters:
6058   - "throughput"
6059   - "name"
6060   - "tags"
6061   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6062   x-axis: "X = CNFs per Service Pipeline"
6063   y-axis: "Y = Number of Service Pipelines"
6064   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6065   layout:
6066     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6067     layout: "plot-service-density"
6068
6069 # Plots - NF Density - CSP - PDR 64b
6070 - type: "plot"
6071   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6072   algorithm: "plot_service_density_heatmap"
6073   output-file-type: ".html"
6074   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
6075   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6076   filter: "'NIC_Intel-XXV710' and
6077            'NF_DENSITY' and
6078            'DOCKER' and
6079            'PIPELINE' and
6080            'NF_VPPIP4' and
6081            '64B' and
6082            '2T1C' and
6083            'NDRPDR'"
6084   reference:
6085     include: "2"
6086     name: "CNF-1c"
6087   compare:
6088     include: "1"
6089     name: "CNF-0.5c"
6090   parameters:
6091   - "throughput"
6092   - "name"
6093   - "tags"
6094   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6095   x-axis: "X = CNFs per Service Pipeline"
6096   y-axis: "Y = Number of Service Pipelines"
6097   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6098   layout:
6099     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6100     layout: "plot-service-density"
6101
6102 - type: "plot"
6103   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6104   algorithm: "plot_service_density_heatmap"
6105   output-file-type: ".html"
6106   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
6107   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6108   filter: "'NIC_Intel-XXV710' and
6109            'NF_DENSITY' and
6110            'DOCKER' and
6111            'PIPELINE' and
6112            'NF_VPPIP4' and
6113            '64B' and
6114            '4T2C' and
6115            'NDRPDR'"
6116   reference:
6117     include: "2"
6118     name: "CNF-1c"
6119   compare:
6120     include: "1"
6121     name: "CNF-0.5c"
6122   parameters:
6123   - "throughput"
6124   - "name"
6125   - "tags"
6126   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6127   x-axis: "X = CNFs per Service Pipeline"
6128   y-axis: "Y = Number of Service Pipelines"
6129   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6130   layout:
6131     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6132     layout: "plot-service-density"
6133
6134 - type: "plot"
6135   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6136   algorithm: "plot_service_density_heatmap"
6137   output-file-type: ".html"
6138   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
6139   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6140   filter: "'NIC_Intel-XXV710' and
6141            'NF_DENSITY' and
6142            'DOCKER' and
6143            'PIPELINE' and
6144            'NF_VPPIP4' and
6145            '64B' and
6146            '8T4C' and
6147            'NDRPDR'"
6148   reference:
6149     include: "2"
6150     name: "CNF-1c"
6151   compare:
6152     include: "1"
6153     name: "CNF-0.5c"
6154   parameters:
6155   - "throughput"
6156   - "name"
6157   - "tags"
6158   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6159   x-axis: "X = CNFs per Service Pipeline"
6160   y-axis: "Y = Number of Service Pipelines"
6161   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6162   layout:
6163     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6164     layout: "plot-service-density"
6165
6166 # Plots - NF Density - CSP - PDR IMIX
6167 - type: "plot"
6168   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6169   algorithm: "plot_service_density_heatmap"
6170   output-file-type: ".html"
6171   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
6172   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6173   filter: "'NIC_Intel-XXV710' and
6174            'NF_DENSITY' and
6175            'DOCKER' and
6176            'PIPELINE' and
6177            'NF_VPPIP4' and
6178            'IMIX' and
6179            '2T1C' and
6180            'NDRPDR'"
6181   reference:
6182     include: "2"
6183     name: "CNF-1c"
6184   compare:
6185     include: "1"
6186     name: "CNF-0.5c"
6187   parameters:
6188   - "throughput"
6189   - "name"
6190   - "tags"
6191   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6192   x-axis: "X = CNFs per Service Pipeline"
6193   y-axis: "Y = Number of Service Pipelines"
6194   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6195   layout:
6196     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6197     layout: "plot-service-density"
6198
6199 - type: "plot"
6200   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6201   algorithm: "plot_service_density_heatmap"
6202   output-file-type: ".html"
6203   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
6204   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6205   filter: "'NIC_Intel-XXV710' and
6206            'NF_DENSITY' and
6207            'DOCKER' and
6208            'PIPELINE' and
6209            'NF_VPPIP4' and
6210            'IMIX' and
6211            '4T2C' and
6212            'NDRPDR'"
6213   reference:
6214     include: "2"
6215     name: "CNF-1c"
6216   compare:
6217     include: "1"
6218     name: "CNF-0.5c"
6219   parameters:
6220   - "throughput"
6221   - "name"
6222   - "tags"
6223   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6224   x-axis: "X = CNFs per Service Pipeline"
6225   y-axis: "Y = Number of Service Pipelines"
6226   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6227   layout:
6228     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6229     layout: "plot-service-density"
6230
6231 - type: "plot"
6232   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6233   algorithm: "plot_service_density_heatmap"
6234   output-file-type: ".html"
6235   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
6236   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6237   filter: "'NIC_Intel-XXV710' and
6238            'NF_DENSITY' and
6239            'DOCKER' and
6240            'PIPELINE' and
6241            'NF_VPPIP4' and
6242            'IMIX' and
6243            '8T4C' and
6244            'NDRPDR'"
6245   reference:
6246     include: "2"
6247     name: "CNF-1c"
6248   compare:
6249     include: "1"
6250     name: "CNF-0.5c"
6251   parameters:
6252   - "throughput"
6253   - "name"
6254   - "tags"
6255   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6256   x-axis: "X = CNFs per Service Pipeline"
6257   y-axis: "Y = Number of Service Pipelines"
6258   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6259   layout:
6260     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6261     layout: "plot-service-density"
6262
6263 ################################################################################
6264
6265 # Packet Throughput
6266
6267 - type: "plot"
6268   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6269   algorithm: "plot_performance_name_box"
6270   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6271   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6272   include:
6273     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6274     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6275     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6276     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6277   layout:
6278     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6279     layout: "plot-throughput"
6280
6281 - type: "plot"
6282   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6283   algorithm: "plot_performance_name_box"
6284   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6285   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6286   include:
6287     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6288     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6289     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6290     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6291   layout:
6292     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6293     layout: "plot-throughput"
6294
6295 - type: "plot"
6296   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6297   algorithm: "plot_performance_name_box"
6298   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6299   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6300   include:
6301     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6302     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6303     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6304     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6305     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6306   layout:
6307     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6308     layout: "plot-throughput"
6309
6310 - type: "plot"
6311   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6312   algorithm: "plot_performance_name_box"
6313   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6314   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6315   include:
6316     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6317     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6318     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6319     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6320     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6321   layout:
6322     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6323     layout: "plot-throughput"
6324
6325 - type: "plot"
6326   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-i40e-ndr"
6327   algorithm: "plot_performance_name_box"
6328   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-i40e-ndr"
6329   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6330   include:
6331     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6332     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6333     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6334     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6335     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6336   layout:
6337     title: "3n-tsh-x520-64b-1t1c-memif-base-i40e-ndr"
6338     layout: "plot-throughput"
6339
6340 - type: "plot"
6341   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-i40e-pdr"
6342   algorithm: "plot_performance_name_box"
6343   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-i40e-pdr"
6344   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6345   include:
6346     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6347     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6348     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6349     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6350     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6351   layout:
6352     title: "3n-tsh-x520-64b-1t1c-memif-base-i40e-pdr"
6353     layout: "plot-throughput"
6354
6355 - type: "plot"
6356   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6357   algorithm: "plot_performance_name_box"
6358   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6359   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6360   include:
6361     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
6362     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6363     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6364     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6365     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6366   layout:
6367     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6368     layout: "plot-throughput"
6369
6370 - type: "plot"
6371   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6372   algorithm: "plot_performance_name_box"
6373   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6374   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6375   include:
6376     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
6377     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6378     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6379     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6380     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6381   layout:
6382     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6383     layout: "plot-throughput"
6384
6385 - type: "plot"
6386   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6387   algorithm: "plot_performance_name_box"
6388   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6389   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6390   include:
6391     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
6392     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
6393     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
6394     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6395   layout:
6396     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6397     layout: "plot-throughput"
6398
6399 - type: "plot"
6400   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6401   algorithm: "plot_performance_name_box"
6402   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6403   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6404   include:
6405     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
6406     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
6407     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
6408     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6409   layout:
6410     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6411     layout: "plot-throughput"
6412
6413 - type: "plot"
6414   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6415   algorithm: "plot_performance_name_box"
6416   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6417   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6418   include:
6419     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6420     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6421     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
6422     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
6423     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6424   layout:
6425     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6426     layout: "plot-throughput"
6427
6428 - type: "plot"
6429   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6430   algorithm: "plot_performance_name_box"
6431   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6432   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6433   include:
6434     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6435     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6436     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
6437     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
6438     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6439   layout:
6440     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6441     layout: "plot-throughput"
6442
6443 - type: "plot"
6444   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
6445   algorithm: "plot_performance_name_box"
6446   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
6447   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6448   include:
6449     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6450     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6451     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6452     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6453     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6454     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
6455   layout:
6456     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
6457     layout: "plot-throughput"
6458
6459 - type: "plot"
6460   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
6461   algorithm: "plot_performance_name_box"
6462   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
6463   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6464   include:
6465     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6466     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6467     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6468     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6469     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6470     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
6471   layout:
6472     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
6473     layout: "plot-throughput"
6474
6475 - type: "plot"
6476   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
6477   algorithm: "plot_performance_name_box"
6478   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
6479   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6480   include:
6481     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6482     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6483     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6484   layout:
6485     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
6486     layout: "plot-throughput"
6487
6488 - type: "plot"
6489   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
6490   algorithm: "plot_performance_name_box"
6491   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
6492   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6493   include:
6494     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6495     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6496     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6497   layout:
6498     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
6499     layout: "plot-throughput"
6500
6501 - type: "plot"
6502   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6503   algorithm: "plot_performance_name_box"
6504   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6505   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6506   include:
6507     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
6508     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6509     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6510     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6511     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6512   layout:
6513     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6514     layout: "plot-throughput"
6515
6516 - type: "plot"
6517   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6518   algorithm: "plot_performance_name_box"
6519   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6520   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6521   include:
6522     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
6523     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6524     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6525     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6526     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6527   layout:
6528     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6529     layout: "plot-throughput"
6530
6531 - type: "plot"
6532   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6533   algorithm: "plot_performance_name_box"
6534   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6535   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6536   include:
6537     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
6538     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
6539     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
6540     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6541   layout:
6542     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6543     layout: "plot-throughput"
6544
6545 - type: "plot"
6546   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6547   algorithm: "plot_performance_name_box"
6548   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6549   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6550   include:
6551     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
6552     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
6553     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
6554     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6555   layout:
6556     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6557     layout: "plot-throughput"
6558
6559 - type: "plot"
6560   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6561   algorithm: "plot_performance_name_box"
6562   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6563   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6564   include:
6565     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6566     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6567     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
6568     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
6569     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6570   layout:
6571     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6572     layout: "plot-throughput"
6573
6574 - type: "plot"
6575   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6576   algorithm: "plot_performance_name_box"
6577   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6578   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6579   include:
6580     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6581     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6582     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
6583     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
6584     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6585   layout:
6586     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6587     layout: "plot-throughput"
6588
6589 - type: "plot"
6590   title: "Throughput: 3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-ndr"
6591   algorithm: "plot_performance_name_box"
6592   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-ndr"
6593   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6594   include:
6595     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6596     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6597     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6598     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6599     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6600     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
6601   layout:
6602     title: "3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-ndr"
6603     layout: "plot-throughput"
6604
6605 - type: "plot"
6606   title: "Throughput: 3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-pdr"
6607   algorithm: "plot_performance_name_box"
6608   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-pdr"
6609   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6610   include:
6611     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6612     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6613     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6614     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6615     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6616     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
6617   layout:
6618     title: "3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-pdr"
6619     layout: "plot-throughput"
6620
6621 - type: "plot"
6622   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-i40e-ndr"
6623   algorithm: "plot_performance_name_box"
6624   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-i40e-ndr"
6625   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6626   include:
6627     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6628     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6629     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
6630     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
6631     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6632   layout:
6633     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-i40e-ndr"
6634     layout: "plot-throughput"
6635
6636 - type: "plot"
6637   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-i40e-pdr"
6638   algorithm: "plot_performance_name_box"
6639   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-i40e-pdr"
6640   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6641   include:
6642     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6643     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6644     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
6645     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
6646     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6647   layout:
6648     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-i40e-pdr"
6649     layout: "plot-throughput"
6650
6651 - type: "plot"
6652   title: "Throughput: 3n-tsh-x520-64b-1t1c-feature-ip4routing-base-i40e-ndr"
6653   algorithm: "plot_performance_name_box"
6654   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-feature-ip4routing-base-i40e-ndr"
6655   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6656   include:
6657     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6658     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6659     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6660     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6661     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6662     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
6663   layout:
6664     title: "3n-tsh-x520-64b-1t1c-feature-ip4routing-base-i40e-ndr"
6665     layout: "plot-throughput"
6666
6667 - type: "plot"
6668   title: "Throughput: 3n-tsh-x520-64b-1t1c-feature-ip4routing-base-i40e-pdr"
6669   algorithm: "plot_performance_name_box"
6670   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-feature-ip4routing-base-i40e-pdr"
6671   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6672   include:
6673     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6674     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6675     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6676     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6677     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6678     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
6679   layout:
6680     title: "3n-tsh-x520-64b-1t1c-feature-ip4routing-base-i40e-pdr"
6681     layout: "plot-throughput"
6682
6683 - type: "plot"
6684   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
6685   algorithm: "plot_performance_name_box"
6686   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
6687   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6688   include:
6689     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
6690     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6691   layout:
6692     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
6693     layout: "plot-throughput"
6694
6695 - type: "plot"
6696   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-pdr"
6697   algorithm: "plot_performance_name_box"
6698   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-pdr"
6699   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6700   include:
6701     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
6702     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6703   layout:
6704     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-pdr"
6705     layout: "plot-throughput"
6706
6707 - type: "plot"
6708   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
6709   algorithm: "plot_performance_name_box"
6710   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
6711   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6712   include:
6713     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
6714     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6715     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6716     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6717   layout:
6718     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
6719     layout: "plot-throughput"
6720
6721 - type: "plot"
6722   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
6723   algorithm: "plot_performance_name_box"
6724   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
6725   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6726   include:
6727     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
6728     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6729     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6730     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6731   layout:
6732     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
6733     layout: "plot-throughput"
6734
6735 - type: "plot"
6736   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-i40e-ndr"
6737   algorithm: "plot_performance_name_box"
6738   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-i40e-ndr"
6739   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6740   include:
6741     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
6742     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6743     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6744     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6745   layout:
6746     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-i40e-ndr"
6747     layout: "plot-throughput"
6748
6749 - type: "plot"
6750   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-i40e-pdr"
6751   algorithm: "plot_performance_name_box"
6752   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-i40e-pdr"
6753   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6754   include:
6755     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
6756     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6757     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6758     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6759   layout:
6760     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-i40e-pdr"
6761     layout: "plot-throughput"
6762
6763 - type: "plot"
6764   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6765   algorithm: "plot_performance_name_box"
6766   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6767   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6768   include:
6769     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6770     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6771     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6772   layout:
6773     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6774     layout: "plot-throughput"
6775
6776 - type: "plot"
6777   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6778   algorithm: "plot_performance_name_box"
6779   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6780   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6781   include:
6782     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6783     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6784     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6785   layout:
6786     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6787     layout: "plot-throughput"
6788
6789 - type: "plot"
6790   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6791   algorithm: "plot_performance_name_box"
6792   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6793   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6794   include:
6795     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6796     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6797     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
6798     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
6799     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6800   layout:
6801     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6802     layout: "plot-throughput"
6803
6804 - type: "plot"
6805   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6806   algorithm: "plot_performance_name_box"
6807   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6808   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6809   include:
6810     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6811     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6812     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
6813     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
6814     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6815   layout:
6816     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6817     layout: "plot-throughput"
6818
6819 - type: "plot"
6820   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
6821   algorithm: "plot_performance_name_box"
6822   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
6823   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6824   include:
6825     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
6826     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
6827     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
6828   layout:
6829     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
6830     layout: "plot-throughput"
6831
6832 - type: "plot"
6833   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
6834   algorithm: "plot_performance_name_box"
6835   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
6836   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6837   include:
6838     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
6839     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
6840     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
6841   layout:
6842     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
6843     layout: "plot-throughput"
6844
6845 - type: "plot"
6846   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6847   algorithm: "plot_performance_name_box"
6848   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6849   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6850   include:
6851     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6852     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6853     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6854   layout:
6855     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6856     layout: "plot-throughput"
6857
6858 - type: "plot"
6859   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6860   algorithm: "plot_performance_name_box"
6861   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6862   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6863   include:
6864     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6865     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6866     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6867   layout:
6868     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6869     layout: "plot-throughput"
6870
6871 - type: "plot"
6872   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6873   algorithm: "plot_performance_name_box"
6874   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6875   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6876   include:
6877     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6878     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6879     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
6880     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
6881     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6882   layout:
6883     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6884     layout: "plot-throughput"
6885
6886 - type: "plot"
6887   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6888   algorithm: "plot_performance_name_box"
6889   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6890   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6891   include:
6892     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6893     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6894     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
6895     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
6896     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6897   layout:
6898     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6899     layout: "plot-throughput"
6900
6901 - type: "plot"
6902   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-i40e-ndr"
6903   algorithm: "plot_performance_name_box"
6904   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-i40e-ndr"
6905   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6906   include:
6907     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
6908     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
6909     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
6910     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
6911     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
6912   layout:
6913     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-i40e-ndr"
6914     layout: "plot-throughput"
6915
6916 - type: "plot"
6917   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-i40e-pdr"
6918   algorithm: "plot_performance_name_box"
6919   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-i40e-pdr"
6920   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6921   include:
6922     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
6923     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
6924     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
6925     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
6926     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
6927   layout:
6928     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-i40e-pdr"
6929     layout: "plot-throughput"
6930
6931 - type: "plot"
6932   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
6933   algorithm: "plot_performance_name_box"
6934   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
6935   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6936   include:
6937     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6938     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6939     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6940     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6941     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6942     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6943   layout:
6944     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
6945     layout: "plot-throughput"
6946
6947 - type: "plot"
6948   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
6949   algorithm: "plot_performance_name_box"
6950   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
6951   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6952   include:
6953     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6954     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6955     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6956     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6957     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6958     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6959   layout:
6960     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
6961     layout: "plot-throughput"
6962
6963 - type: "plot"
6964   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
6965   algorithm: "plot_performance_name_box"
6966   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
6967   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6968   include:
6969     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
6970     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6971     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
6972     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6973   layout:
6974     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
6975     layout: "plot-throughput"
6976
6977 - type: "plot"
6978   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
6979   algorithm: "plot_performance_name_box"
6980   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
6981   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6982   include:
6983     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
6984     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6985     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6986     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6987   layout:
6988     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
6989     layout: "plot-throughput"
6990
6991 - type: "plot"
6992   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
6993   algorithm: "plot_performance_name_box"
6994   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
6995   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6996   include:
6997     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6998     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6999     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7000     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7001     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7002     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7003   layout:
7004     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
7005     layout: "plot-throughput"
7006
7007 - type: "plot"
7008   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
7009   algorithm: "plot_performance_name_box"
7010   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
7011   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7012   include:
7013     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7014     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7015     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7016     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7017     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7018     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7019   layout:
7020     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
7021     layout: "plot-throughput"
7022
7023 - type: "plot"
7024   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
7025   algorithm: "plot_performance_name_box"
7026   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
7027   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7028   include:
7029     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7030     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7031     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7032     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7033     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7034     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7035   layout:
7036     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
7037     layout: "plot-throughput"
7038
7039 - type: "plot"
7040   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
7041   algorithm: "plot_performance_name_box"
7042   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
7043   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7044   include:
7045     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7046     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7047     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7048     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7049     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7050     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7051   layout:
7052     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
7053     layout: "plot-throughput"
7054
7055 - type: "plot"
7056   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7057   algorithm: "plot_performance_name_box"
7058   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7059   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7060   include:
7061     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7062     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
7063     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7064     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7065     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7066     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7067   layout:
7068     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7069     layout: "plot-throughput"
7070
7071 - type: "plot"
7072   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7073   algorithm: "plot_performance_name_box"
7074   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7075   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7076   include:
7077     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7078     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
7079     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7080     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7081     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7082     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7083   layout:
7084     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7085     layout: "plot-throughput"
7086
7087 - type: "plot"
7088   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7089   algorithm: "plot_performance_name_box"
7090   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7091   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7092   include:
7093     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
7094     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7095     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
7096     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7097   layout:
7098     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7099     layout: "plot-throughput"
7100
7101 - type: "plot"
7102   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7103   algorithm: "plot_performance_name_box"
7104   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7105   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7106   include:
7107     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
7108     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7109     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
7110     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7111   layout:
7112     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7113     layout: "plot-throughput"
7114
7115 - type: "plot"
7116   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7117   algorithm: "plot_performance_name_box"
7118   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7119   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7120   include:
7121     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
7122     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
7123     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7124     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7125     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7126   layout:
7127     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7128     layout: "plot-throughput"
7129
7130 - type: "plot"
7131   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7132   algorithm: "plot_performance_name_box"
7133   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7134   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7135   include:
7136     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
7137     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
7138     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7139     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7140     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7141   layout:
7142     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7143     layout: "plot-throughput"
7144
7145 - type: "plot"
7146   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7147   algorithm: "plot_performance_name_box"
7148   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7149   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7150   include:
7151     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7152     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7153     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7154     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7155   layout:
7156     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7157     layout: "plot-throughput"
7158
7159 - type: "plot"
7160   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7161   algorithm: "plot_performance_name_box"
7162   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7163   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7164   include:
7165     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7166     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7167     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7168     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7169   layout:
7170     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7171     layout: "plot-throughput"
7172
7173 - type: "plot"
7174   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
7175   algorithm: "plot_performance_name_box"
7176   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
7177   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7178   include:
7179     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7180     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7181     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7182     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7183     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7184     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7185   layout:
7186     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
7187     layout: "plot-throughput"
7188
7189 - type: "plot"
7190   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
7191   algorithm: "plot_performance_name_box"
7192   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
7193   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7194   include:
7195     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7196     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7197     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7198     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7199     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7200     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7201   layout:
7202     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
7203     layout: "plot-throughput"
7204
7205 - type: "plot"
7206   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7207   algorithm: "plot_performance_name_box"
7208   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7209   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7210   include:
7211     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7212     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7213     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7214     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7215     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7216   layout:
7217     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7218     layout: "plot-throughput"
7219
7220 - type: "plot"
7221   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7222   algorithm: "plot_performance_name_box"
7223   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7224   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7225   include:
7226     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7227     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7228     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7229     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7230     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7231   layout:
7232     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7233     layout: "plot-throughput"
7234
7235 - type: "plot"
7236   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7237   algorithm: "plot_performance_name_box"
7238   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7239   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7240   include:
7241     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
7242     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7243     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7244   layout:
7245     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7246     layout: "plot-throughput"
7247
7248 - type: "plot"
7249   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7250   algorithm: "plot_performance_name_box"
7251   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7252   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7253   include:
7254     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
7255     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7256     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7257   layout:
7258     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7259     layout: "plot-throughput"
7260
7261 - type: "plot"
7262   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7263   algorithm: "plot_performance_name_box"
7264   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7265   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7266   include:
7267     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
7268     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7269     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7270     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7271   layout:
7272     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7273     layout: "plot-throughput"
7274
7275 - type: "plot"
7276   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7277   algorithm: "plot_performance_name_box"
7278   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7279   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7280   include:
7281     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
7282     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7283     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7284     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7285   layout:
7286     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7287     layout: "plot-throughput"
7288
7289 - type: "plot"
7290   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7291   algorithm: "plot_performance_name_box"
7292   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7293   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7294   include:
7295     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
7296     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7297     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7298     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7299     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7300     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7301   layout:
7302     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7303     layout: "plot-throughput"
7304
7305 - type: "plot"
7306   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7307   algorithm: "plot_performance_name_box"
7308   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7309   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7310   include:
7311     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
7312     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7313     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7314     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7315     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7316     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7317   layout:
7318     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7319     layout: "plot-throughput"
7320
7321 - type: "plot"
7322   title: "Throughput: 3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-ndr"
7323   algorithm: "plot_performance_name_box"
7324   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-ndr"
7325   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7326   include:
7327     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7328     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
7329     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
7330     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
7331     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
7332     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
7333   layout:
7334     title: "3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-ndr"
7335     layout: "plot-throughput"
7336
7337 - type: "plot"
7338   title: "Throughput: 3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-pdr"
7339   algorithm: "plot_performance_name_box"
7340   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-pdr"
7341   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7342   include:
7343     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7344     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
7345     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
7346     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
7347     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
7348     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
7349   layout:
7350     title: "3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-pdr"
7351     layout: "plot-throughput"
7352
7353 - type: "plot"
7354   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-i40e-ndr"
7355   algorithm: "plot_performance_name_box"
7356   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-i40e-ndr"
7357   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7358   include:
7359     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7360     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7361     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7362     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7363   layout:
7364     title: "3n-tsh-x520-64b-1t1c-l2switching-base-i40e-ndr"
7365     layout: "plot-throughput"
7366
7367 - type: "plot"
7368   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-i40e-pdr"
7369   algorithm: "plot_performance_name_box"
7370   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-i40e-pdr"
7371   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7372   include:
7373     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7374     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7375     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7376     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7377   layout:
7378     title: "3n-tsh-x520-64b-1t1c-l2switching-base-i40e-pdr"
7379     layout: "plot-throughput"
7380
7381 - type: "plot"
7382   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-i40e-ndr"
7383   algorithm: "plot_performance_name_box"
7384   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-i40e-ndr"
7385   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7386   include:
7387     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7388     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7389     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7390     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7391     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7392     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7393   layout:
7394     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-i40e-ndr"
7395     layout: "plot-throughput"
7396
7397 - type: "plot"
7398   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-i40e-pdr"
7399   algorithm: "plot_performance_name_box"
7400   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-i40e-pdr"
7401   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7402   include:
7403     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7404     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7405     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7406     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7407     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7408     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7409   layout:
7410     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-i40e-pdr"
7411     layout: "plot-throughput"
7412
7413 - type: "plot"
7414   title: "Throughput: 3n-tsh-x520-64b-1t1c-feature-l2switching-base-i40e-ndr"
7415   algorithm: "plot_performance_name_box"
7416   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-feature-l2switching-base-i40e-ndr"
7417   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7418   include:
7419     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7420     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
7421     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
7422     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
7423     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
7424     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
7425   layout:
7426     title: "3n-tsh-x520-64b-1t1c-feature-l2switching-base-i40e-ndr"
7427     layout: "plot-throughput"
7428
7429 - type: "plot"
7430   title: "Throughput: 3n-tsh-x520-64b-1t1c-feature-l2switching-base-i40e-pdr"
7431   algorithm: "plot_performance_name_box"
7432   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-feature-l2switching-base-i40e-pdr"
7433   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7434   include:
7435     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7436     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
7437     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
7438     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
7439     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
7440     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
7441   layout:
7442     title: "3n-tsh-x520-64b-1t1c-feature-l2switching-base-i40e-pdr"
7443     layout: "plot-throughput"
7444
7445 - type: "plot"
7446   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
7447   algorithm: "plot_performance_name_box"
7448   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
7449   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7450   include:
7451     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7452     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7453     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7454     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
7455     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
7456     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
7457   layout:
7458     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
7459     layout: "plot-throughput"
7460
7461 - type: "plot"
7462   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
7463   algorithm: "plot_performance_name_box"
7464   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
7465   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7466   include:
7467     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7468     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7469     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7470     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
7471     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
7472     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
7473   layout:
7474     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
7475     layout: "plot-throughput"
7476
7477 - type: "plot"
7478   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
7479   algorithm: "plot_performance_name_box"
7480   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
7481   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7482   include:
7483     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7484     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7485     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7486     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
7487     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
7488     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
7489   layout:
7490     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
7491     layout: "plot-throughput"
7492
7493 - type: "plot"
7494   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-pdr"
7495   algorithm: "plot_performance_name_box"
7496   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-pdr"
7497   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7498   include:
7499     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7500     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7501     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7502     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
7503     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
7504     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
7505   layout:
7506     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-pdr"
7507     layout: "plot-throughput"
7508
7509 - type: "plot"
7510   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
7511   algorithm: "plot_performance_name_box"
7512   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
7513   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7514   include:
7515     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7516     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7517     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7518     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
7519     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
7520     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
7521   layout:
7522     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
7523     layout: "plot-throughput"
7524
7525 - type: "plot"
7526   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
7527   algorithm: "plot_performance_name_box"
7528   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
7529   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7530   include:
7531     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7532     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7533     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7534     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
7535     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
7536     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
7537   layout:
7538     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
7539     layout: "plot-throughput"
7540
7541 - type: "plot"
7542   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
7543   algorithm: "plot_performance_name_box-vhost"
7544   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
7545   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7546   include:
7547     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7548     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7549     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7550     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7551   layout:
7552     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
7553     layout: "plot-throughput"
7554
7555 - type: "plot"
7556   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
7557   algorithm: "plot_performance_name_box"
7558   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
7559   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
7560   include:
7561     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7562     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7563     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7564     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7565   layout:
7566     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
7567     layout: "plot-throughput"
7568
7569 - type: "plot"
7570   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
7571   algorithm: "plot_performance_name_box"
7572   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
7573   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
7574   include:
7575     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7576     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7577     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7578     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7579   layout:
7580     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
7581     layout: "plot-throughput"
7582
7583 - type: "plot"
7584   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
7585   algorithm: "plot_performance_name_box"
7586   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
7587   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
7588   include:
7589     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7590     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7591     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7592     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7593   layout:
7594     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
7595     layout: "plot-throughput"
7596
7597 #- type: "plot"
7598 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
7599 #  algorithm: "plot_performance_name_box"
7600 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
7601 #  data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
7602 #  include:
7603 #    - ""
7604 #  layout:
7605 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
7606 #    layout: "plot-throughput"
7607 #
7608 #- type: "plot"
7609 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
7610 #  algorithm: "plot_performance_name_box"
7611 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
7612 #  data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
7613 #  include:
7614 #    - ""
7615 #  layout:
7616 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
7617 #    layout: "plot-throughput"
7618
7619 - type: "plot"
7620   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
7621   algorithm: "plot_performance_name_box"
7622   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
7623   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
7624   include:
7625     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7626     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7627     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7628     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7629     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7630   layout:
7631     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
7632     layout: "plot-throughput"
7633
7634 - type: "plot"
7635   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
7636   algorithm: "plot_performance_name_box"
7637   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
7638   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
7639   include:
7640     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7641     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7642     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7643     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7644     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7645   layout:
7646     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
7647     layout: "plot-throughput"
7648
7649 - type: "plot"
7650   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
7651   algorithm: "plot_performance_name_box"
7652   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
7653   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
7654   include:
7655     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7656     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7657     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7658     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7659     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7660     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7661   layout:
7662     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
7663     layout: "plot-throughput"
7664
7665 - type: "plot"
7666   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
7667   algorithm: "plot_performance_name_box"
7668   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
7669   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
7670   include:
7671     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7672     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7673     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7674     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7675     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7676     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7677   layout:
7678     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
7679     layout: "plot-throughput"
7680
7681 - type: "plot"
7682   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-i40e-ndr"
7683   algorithm: "plot_performance_name_box"
7684   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-i40e-ndr"
7685   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7686   include:
7687     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7688     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7689     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7690     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7691     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7692   layout:
7693     title: "3n-tsh-x520-64b-1t1c-vhost-base-i40e-ndr"
7694     layout: "plot-throughput"
7695
7696 - type: "plot"
7697   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-i40e-pdr"
7698   algorithm: "plot_performance_name_box"
7699   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-i40e-pdr"
7700   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7701   include:
7702     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7703     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7704     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7705     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7706     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7707   layout:
7708     title: "3n-tsh-x520-64b-1t1c-vhost-base-i40e-pdr"
7709     layout: "plot-throughput"
7710
7711 - type: "plot"
7712   title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
7713   algorithm: "plot_performance_name_box"
7714   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
7715   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7716   include:
7717     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7718     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7719     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7720     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7721     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7722     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7723   layout:
7724     title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
7725     layout: "plot-throughput"
7726
7727 - type: "plot"
7728   title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-pdr"
7729   algorithm: "plot_performance_name_box"
7730   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-pdr"
7731   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7732   include:
7733     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7734     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7735     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7736     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7737     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7738     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7739   layout:
7740     title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-pdr"
7741     layout: "plot-throughput"
7742
7743 - type: "plot"
7744   title: "Throughput: 3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr"
7745   algorithm: "plot_performance_name_box"
7746   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr"
7747   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7748   include:
7749     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
7750     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
7751     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
7752   layout:
7753     title: "3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr"
7754     layout: "plot-throughput"
7755
7756 - type: "plot"
7757   title: "Throughput: 3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-pdr"
7758   algorithm: "plot_performance_name_box"
7759   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-pdr"
7760   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7761   include:
7762     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
7763     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
7764     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
7765   layout:
7766     title: "3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-pdr"
7767     layout: "plot-throughput"
7768
7769 - type: "plot"
7770   title: "Throughput: 3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
7771   algorithm: "plot_performance_name_box"
7772   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
7773   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7774   include:
7775     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
7776     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
7777     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
7778   layout:
7779     title: "3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
7780     layout: "plot-throughput"
7781
7782 - type: "plot"
7783   title: "Throughput: 3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-pdr"
7784   algorithm: "plot_performance_name_box"
7785   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-pdr"
7786   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7787   include:
7788     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
7789     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
7790     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
7791   layout:
7792     title: "3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-pdr"
7793     layout: "plot-throughput"
7794
7795 - type: "plot"
7796   title: "Throughput: 3n-tsh-x520-114b-1t1c-vts-l2switching-base-i40e-ndr"
7797   algorithm: "plot_performance_name_box"
7798   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-1t1c-vts-l2switching-base-i40e-ndr"
7799   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7800   include:
7801     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
7802     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
7803     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
7804   layout:
7805     title: "3n-tsh-x520-114b-1t1c-vts-l2switching-base-i40e-ndr"
7806     layout: "plot-throughput"
7807
7808 - type: "plot"
7809   title: "Throughput: 3n-tsh-x520-114b-1t1c-vts-l2switching-base-i40e-pdr"
7810   algorithm: "plot_performance_name_box"
7811   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-1t1c-vts-l2switching-base-i40e-pdr"
7812   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7813   include:
7814     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
7815     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
7816     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
7817   layout:
7818     title: "3n-tsh-x520-114b-1t1c-vts-l2switching-base-i40e-pdr"
7819     layout: "plot-throughput"
7820
7821 ################################################################################
7822
7823 # Packet Latency 1C
7824
7825 - type: "plot"
7826   title: "Latency: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
7827   algorithm: "plot_latency_error_bars_name"
7828   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
7829   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7830   include:
7831     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7832     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7833     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7834     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7835   layout:
7836     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
7837     layout: "plot-latency"
7838
7839 - type: "plot"
7840   title: "Latency: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
7841   algorithm: "plot_latency_error_bars_name"
7842   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
7843   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7844   include:
7845     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7846     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
7847     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7848     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
7849     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7850   layout:
7851     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
7852     layout: "plot-latency"
7853
7854 - type: "plot"
7855   title: "Latency: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
7856   algorithm: "plot_latency_error_bars_name"
7857   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
7858   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7859   include:
7860     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
7861     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
7862     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
7863     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
7864     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
7865   layout:
7866     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
7867     layout: "plot-latency"
7868
7869 - type: "plot"
7870   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
7871   algorithm: "plot_latency_error_bars_name"
7872   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
7873   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7874   include:
7875     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
7876     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
7877     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
7878     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
7879   layout:
7880     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
7881     layout: "plot-latency"
7882
7883 - type: "plot"
7884   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
7885   algorithm: "plot_latency_error_bars_name"
7886   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
7887   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7888   include:
7889     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
7890     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
7891     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
7892     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
7893     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
7894   layout:
7895     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
7896     layout: "plot-latency"
7897
7898 - type: "plot"
7899   title: "Latency: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
7900   algorithm: "plot_latency_error_bars_name"
7901   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
7902   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7903   include:
7904     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
7905     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
7906     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
7907     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
7908     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
7909     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
7910   layout:
7911     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
7912     layout: "plot-latency"
7913
7914 - type: "plot"
7915   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
7916   algorithm: "plot_latency_error_bars_name"
7917   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
7918   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7919   include:
7920     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
7921     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
7922     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
7923   layout:
7924     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
7925     layout: "plot-latency"
7926
7927 - type: "plot"
7928   title: "Latency: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
7929   algorithm: "plot_latency_error_bars_name"
7930   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
7931   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7932   include:
7933     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
7934     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
7935     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
7936     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
7937     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
7938   layout:
7939     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
7940     layout: "plot-latency"
7941
7942 - type: "plot"
7943   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
7944   algorithm: "plot_latency_error_bars_name"
7945   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
7946   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7947   include:
7948     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
7949     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
7950     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
7951     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
7952   layout:
7953     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
7954     layout: "plot-latency"
7955
7956 - type: "plot"
7957   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
7958   algorithm: "plot_latency_error_bars_name"
7959   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
7960   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7961   include:
7962     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
7963     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
7964     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
7965     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
7966     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
7967   layout:
7968     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
7969     layout: "plot-latency"
7970
7971 - type: "plot"
7972   title: "Latency: 3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-ndr-lat"
7973   algorithm: "plot_latency_error_bars_name"
7974   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-ndr-lat"
7975   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7976   include:
7977     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
7978     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
7979     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
7980     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
7981     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
7982     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
7983   layout:
7984     title: "3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-ndr"
7985     layout: "plot-latency"
7986
7987 - type: "plot"
7988   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr-lat"
7989   algorithm: "plot_latency_error_bars_name"
7990   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr-lat"
7991   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7992   include:
7993     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
7994     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
7995   layout:
7996     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
7997     layout: "plot-latency"
7998
7999 - type: "plot"
8000   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-lat"
8001   algorithm: "plot_latency_error_bars_name"
8002   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-lat"
8003   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8004   include:
8005     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
8006     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8007     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
8008     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
8009   layout:
8010     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
8011     layout: "plot-latency"
8012
8013 - type: "plot"
8014   title: "Latency: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8015   algorithm: "plot_latency_error_bars_name"
8016   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8017   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8018   include:
8019     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
8020     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
8021     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
8022   layout:
8023     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
8024     layout: "plot-latency"
8025
8026 - type: "plot"
8027   title: "Latency: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8028   algorithm: "plot_latency_error_bars_name"
8029   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8030   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8031   include:
8032     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
8033     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
8034     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
8035     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
8036     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
8037   layout:
8038     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
8039     layout: "plot-latency"
8040
8041 - type: "plot"
8042   title: "Latency: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
8043   algorithm: "plot_latency_error_bars_name"
8044   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
8045   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8046   include:
8047     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
8048     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
8049     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
8050   layout:
8051     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
8052     layout: "plot-latency"
8053
8054 - type: "plot"
8055   title: "Latency: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8056   algorithm: "plot_latency_error_bars_name"
8057   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8058   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8059   include:
8060     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
8061     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
8062     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
8063   layout:
8064     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
8065     layout: "plot-latency"
8066
8067 - type: "plot"
8068   title: "Latency: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8069   algorithm: "plot_latency_error_bars_name"
8070   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8071   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8072   include:
8073     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
8074     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
8075     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
8076     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
8077     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
8078   layout:
8079     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
8080     layout: "plot-latency"
8081
8082 - type: "plot"
8083   title: "Latency: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
8084   algorithm: "plot_latency_error_bars_name"
8085   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
8086   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8087   include:
8088     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8089     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8090     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8091     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8092     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8093     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8094   layout:
8095     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
8096     layout: "plot-latency"
8097
8098 - type: "plot"
8099   title: "Latency: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
8100   algorithm: "plot_latency_error_bars_name"
8101   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
8102   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8103   include:
8104     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
8105     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8106     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
8107     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8108   layout:
8109     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
8110     layout: "plot-latency"
8111
8112 - type: "plot"
8113   title: "Latency: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
8114   algorithm: "plot_latency_error_bars_name"
8115   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
8116   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8117   include:
8118     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8119     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8120     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8121     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8122     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8123     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8124   layout:
8125     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
8126     layout: "plot-latency"
8127
8128 - type: "plot"
8129   title: "Latency: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
8130   algorithm: "plot_latency_error_bars_name"
8131   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
8132   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8133   include:
8134     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
8135     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
8136     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
8137     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8138     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8139     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8140   layout:
8141     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
8142     layout: "plot-latency"
8143
8144 - type: "plot"
8145   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
8146   algorithm: "plot_latency_error_bars_name"
8147   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
8148   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8149   include:
8150     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
8151     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
8152     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
8153     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
8154   layout:
8155     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
8156     layout: "plot-latency"
8157
8158 - type: "plot"
8159   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
8160   algorithm: "plot_latency_error_bars_name"
8161   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
8162   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8163   include:
8164     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
8165     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
8166     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
8167     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8168     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8169   layout:
8170     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
8171     layout: "plot-latency"
8172
8173 - type: "plot"
8174   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
8175   algorithm: "plot_latency_error_bars_name"
8176   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
8177   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8178   include:
8179     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8180     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
8181     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
8182     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8183   layout:
8184     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
8185     layout: "plot-latency"
8186
8187 - type: "plot"
8188   title: "Latency: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
8189   algorithm: "plot_latency_error_bars_name"
8190   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
8191   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8192   include:
8193     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
8194     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
8195     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
8196     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8197     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
8198     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8199   layout:
8200     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
8201     layout: "plot-latency"
8202
8203 - type: "plot"
8204   title: "Latency: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
8205   algorithm: "plot_latency_error_bars_name"
8206   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
8207   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8208   include:
8209     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
8210     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
8211     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8212     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8213     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8214   layout:
8215     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
8216     layout: "plot-latency"
8217
8218 - type: "plot"
8219   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
8220   algorithm: "plot_latency_error_bars_name"
8221   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
8222   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8223   include:
8224     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
8225     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
8226     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
8227   layout:
8228     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
8229     layout: "plot-latency"
8230
8231 - type: "plot"
8232   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
8233   algorithm: "plot_latency_error_bars_name"
8234   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
8235   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8236   include:
8237     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
8238     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
8239     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8240     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8241   layout:
8242     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
8243     layout: "plot-latency"
8244
8245 - type: "plot"
8246   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
8247   algorithm: "plot_latency_error_bars_name"
8248   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
8249   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8250   include:
8251     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
8252     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
8253     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8254     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
8255     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
8256     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8257   layout:
8258     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
8259     layout: "plot-latency"
8260
8261 - type: "plot"
8262   title: "Latency: 3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-ndr-lat"
8263   algorithm: "plot_latency_error_bars_name"
8264   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-ndr-lat"
8265   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8266   include:
8267     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8268     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
8269     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
8270     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
8271     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
8272     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
8273   layout:
8274     title: "3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-ndr"
8275     layout: "plot-latency"
8276
8277 - type: "plot"
8278   title: "Latency: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr-lat"
8279   algorithm: "plot_latency_error_bars_name"
8280   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr-lat"
8281   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8282   include:
8283     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
8284     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
8285     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
8286     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
8287     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
8288     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
8289   layout:
8290     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
8291     layout: "plot-latency"
8292
8293 - type: "plot"
8294   title: "Latency: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr-lat"
8295   algorithm: "plot_latency_error_bars_name"
8296   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr-lat"
8297   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8298   include:
8299     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
8300     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
8301     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
8302     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
8303     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
8304     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
8305   layout:
8306     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
8307     layout: "plot-latency"
8308
8309 - type: "plot"
8310   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
8311   algorithm: "plot_latency_error_bars_name"
8312   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
8313   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
8314   include:
8315     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8316     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8317     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8318     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8319   layout:
8320     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
8321     layout: "plot-latency"
8322
8323 - type: "plot"
8324   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr-lat"
8325   algorithm: "plot_latency_error_bars_name"
8326   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr-lat"
8327   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
8328   include:
8329     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8330     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8331     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8332     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8333   layout:
8334     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
8335     layout: "plot-latency"
8336
8337 #- type: "plot"
8338 #  title: "Latency: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
8339 #  algorithm: "plot_latency_error_bars_name"
8340 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
8341 #  data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
8342 #  include:
8343 #    - ""
8344 #  layout:
8345 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
8346 #    layout: "plot-latency"
8347
8348 - type: "plot"
8349   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
8350   algorithm: "plot_latency_error_bars_name"
8351   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
8352   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
8353   include:
8354     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8355     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8356     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8357     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8358     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8359   layout:
8360     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
8361     layout: "plot-latency"
8362
8363 - type: "plot"
8364   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
8365   algorithm: "plot_latency_error_bars_name"
8366   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
8367   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
8368   include:
8369     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8370     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8371     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8372     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8373     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8374     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8375   layout:
8376     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
8377     layout: "plot-latency"
8378
8379 - type: "plot"
8380   title: "Latency: 3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr-lat"
8381   algorithm: "plot_latency_error_bars_name"
8382   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr-lat"
8383   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8384   include:
8385     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8386     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8387     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8388   layout:
8389     title: "3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr"
8390     layout: "plot-latency"
8391
8392 - type: "plot"
8393   title: "Latency: 3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr-lat"
8394   algorithm: "plot_latency_error_bars_name"
8395   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr-lat"
8396   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8397   include:
8398     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8399     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8400     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8401   layout:
8402     title: "3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
8403     layout: "plot-latency"
8404
8405 - type: "plot"
8406   title: "Latency: 3n-tsh-x520-64b-1t1c-memif-base-i40e-ndr-lat"
8407   algorithm: "plot_latency_error_bars_name"
8408   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-i40e-ndr-lat"
8409   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8410   include:
8411     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
8412     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
8413     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8414     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
8415     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
8416   layout:
8417     title: "3n-tsh-x520-64b-1t1c-memif-base-i40e-ndr"
8418     layout: "plot-latency"
8419
8420 - type: "plot"
8421   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
8422   algorithm: "plot_latency_error_bars_name"
8423   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
8424   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8425   include:
8426     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
8427     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
8428     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
8429     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
8430     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
8431   layout:
8432     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-i40e-ndr"
8433     layout: "plot-latency"
8434
8435 - type: "plot"
8436   title: "Latency: 3n-tsh-x520-64b-1t1c-feature-ip4routing-base-i40e-ndr-lat"
8437   algorithm: "plot_latency_error_bars_name"
8438   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-feature-ip4routing-base-i40e-ndr-lat"
8439   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8440   include:
8441     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
8442     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
8443     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
8444     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
8445     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
8446     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
8447   layout:
8448     title: "3n-tsh-x520-64b-1t1c-feature-ip4routing-base-i40e-ndr"
8449     layout: "plot-latency"
8450
8451 - type: "plot"
8452   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-i40e-ndr-lat"
8453   algorithm: "plot_latency_error_bars_name"
8454   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-i40e-ndr-lat"
8455   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8456   include:
8457     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
8458     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8459     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
8460     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
8461   layout:
8462     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-i40e-ndr-lat"
8463     layout: "plot-latency"
8464
8465 - type: "plot"
8466   title: "Latency: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
8467   algorithm: "plot_latency_error_bars_name"
8468   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
8469   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8470   include:
8471     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
8472     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
8473     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
8474     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
8475     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
8476   layout:
8477     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-i40e-ndr"
8478     layout: "plot-latency"
8479
8480 - type: "plot"
8481   title: "Latency: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
8482   algorithm: "plot_latency_error_bars_name"
8483   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
8484   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8485   include:
8486     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8487     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8488     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8489     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8490     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8491     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8492   layout:
8493     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
8494     layout: "plot-latency"
8495
8496 - type: "plot"
8497   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-i40e-ndr-lat"
8498   algorithm: "plot_latency_error_bars_name"
8499   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-i40e-ndr-lat"
8500   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8501   include:
8502     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
8503     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
8504     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8505     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
8506   layout:
8507     title: "3n-tsh-x520-64b-1t1c-l2switching-base-i40e-ndr"
8508     layout: "plot-latency"
8509
8510 - type: "plot"
8511   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
8512   algorithm: "plot_latency_error_bars_name"
8513   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
8514   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8515   include:
8516     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
8517     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
8518     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
8519     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
8520     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
8521     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8522   layout:
8523     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-i40e-ndr"
8524     layout: "plot-latency"
8525
8526 - type: "plot"
8527   title: "Latency: 3n-tsh-x520-64b-1t1c-feature-l2switching-base-i40e-ndr-lat"
8528   algorithm: "plot_latency_error_bars_name"
8529   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-feature-l2switching-base-i40e-ndr-lat"
8530   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8531   include:
8532     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
8533     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
8534     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
8535     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
8536     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
8537     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
8538   layout:
8539     title: "3n-tsh-x520-64b-1t1c-feature-l2switching-base-i40e-ndr"
8540     layout: "plot-latency"
8541
8542 - type: "plot"
8543   title: "Latency: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-i40e-ndr-lat"
8544   algorithm: "plot_latency_error_bars_name"
8545   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-i40e-ndr-lat"
8546   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8547   include:
8548     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
8549     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
8550     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
8551     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
8552     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
8553     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
8554   layout:
8555     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
8556     layout: "plot-latency"
8557
8558 - type: "plot"
8559   title: "Latency: 3n-tsh-x520-64b-1t1c-vhost-base-i40e-ndr-lat"
8560   algorithm: "plot_latency_error_bars_name"
8561   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-i40e-ndr-lat"
8562   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8563   include:
8564     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8565     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8566     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8567     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8568     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8569   layout:
8570     title: "3n-tsh-x520-64b-1t1c-vhost-base-i40e-ndr"
8571     layout: "plot-latency"
8572
8573 - type: "plot"
8574   title: "Latency: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-ndr-lat"
8575   algorithm: "plot_latency_error_bars_name"
8576   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-ndr-lat"
8577   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8578   include:
8579     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8580     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8581     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8582     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8583     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8584     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8585   layout:
8586     title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
8587     layout: "plot-latency"
8588
8589 - type: "plot"
8590   title: "Latency: 3n-tsh-x520-114b-1t1c-vts-l2switching-base-i40e-ndr-lat"
8591   algorithm: "plot_latency_error_bars_name"
8592   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-1t1c-vts-l2switching-base-i40e-ndr-lat"
8593   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8594   include:
8595     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8596     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8597     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8598   layout:
8599     title: "3n-tsh-x520-114b-1t1c-vts-l2switching-base-i40e-ndr"
8600     layout: "plot-latency"
8601
8602 ################################################################################
8603
8604 # Packet Latency 2C
8605
8606 - type: "plot"
8607   title: "Latency: 2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
8608   algorithm: "plot_latency_error_bars_name"
8609   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
8610   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8611   include:
8612     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
8613     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8614     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8615     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
8616   layout:
8617     title: "2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
8618     layout: "plot-latency"
8619
8620 - type: "plot"
8621   title: "Latency: 3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
8622   algorithm: "plot_latency_error_bars_name"
8623   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
8624   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8625   include:
8626     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
8627     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
8628     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8629     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
8630     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
8631   layout:
8632     title: "3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
8633     layout: "plot-latency"
8634
8635 - type: "plot"
8636   title: "Latency: 2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
8637   algorithm: "plot_latency_error_bars_name"
8638   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
8639   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8640   include:
8641     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
8642     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
8643     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
8644     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
8645     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
8646   layout:
8647     title: "2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
8648     layout: "plot-latency"
8649
8650 - type: "plot"
8651   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
8652   algorithm: "plot_latency_error_bars_name"
8653   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
8654   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8655   include:
8656     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
8657     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
8658     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
8659     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
8660   layout:
8661     title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
8662     layout: "plot-latency"
8663
8664 - type: "plot"
8665   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
8666   algorithm: "plot_latency_error_bars_name"
8667   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
8668   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8669   include:
8670     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
8671     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
8672     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
8673     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
8674     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
8675   layout:
8676     title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
8677     layout: "plot-latency"
8678
8679 - type: "plot"
8680   title: "Latency: 2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
8681   algorithm: "plot_latency_error_bars_name"
8682   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
8683   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8684   include:
8685     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
8686     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
8687     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
8688     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
8689     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
8690     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
8691   layout:
8692     title: "2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
8693     layout: "plot-latency"
8694
8695 - type: "plot"
8696   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
8697   algorithm: "plot_latency_error_bars_name"
8698   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
8699   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8700   include:
8701     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
8702     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
8703     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
8704   layout:
8705     title: "3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr"
8706     layout: "plot-latency"
8707
8708 - type: "plot"
8709   title: "Latency: 3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
8710   algorithm: "plot_latency_error_bars_name"
8711   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
8712   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8713   include:
8714     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
8715     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
8716     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
8717     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
8718     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
8719   layout:
8720     title: "3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
8721     layout: "plot-latency"
8722
8723 - type: "plot"
8724   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
8725   algorithm: "plot_latency_error_bars_name"
8726   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
8727   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8728   include:
8729     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
8730     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
8731     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
8732     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
8733   layout:
8734     title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
8735     layout: "plot-latency"
8736
8737 - type: "plot"
8738   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
8739   algorithm: "plot_latency_error_bars_name"
8740   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
8741   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8742   include:
8743     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
8744     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
8745     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
8746     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
8747     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
8748   layout:
8749     title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
8750     layout: "plot-latency"
8751
8752 - type: "plot"
8753   title: "Latency: 3n-skx-xxv710-64b-4t2c-feature-ip4routing-base-i40e-ndr-lat"
8754   algorithm: "plot_latency_error_bars_name"
8755   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-feature-ip4routing-base-i40e-ndr-lat"
8756   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8757   include:
8758     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
8759     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
8760     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
8761     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
8762     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
8763     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
8764   layout:
8765     title: "3n-skx-xxv710-64b-4t2c-feature-ip4routing-base-i40e-ndr"
8766     layout: "plot-latency"
8767
8768 - type: "plot"
8769   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr-lat"
8770   algorithm: "plot_latency_error_bars_name"
8771   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr-lat"
8772   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8773   include:
8774     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t2c-ethip4vxlan-l2xcbase-ndrpdr"
8775     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8776   layout:
8777     title: "3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr"
8778     layout: "plot-latency"
8779
8780 - type: "plot"
8781   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-lat"
8782   algorithm: "plot_latency_error_bars_name"
8783   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-lat"
8784   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8785   include:
8786     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t2c-ethip4vxlan-l2xcbase-ndrpdr"
8787     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8788     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
8789     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
8790   layout:
8791     title: "3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr"
8792     layout: "plot-latency"
8793
8794 - type: "plot"
8795   title: "Latency: 2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8796   algorithm: "plot_latency_error_bars_name"
8797   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8798   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8799   include:
8800     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
8801     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
8802     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
8803   layout:
8804     title: "2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
8805     layout: "plot-latency"
8806
8807 - type: "plot"
8808   title: "Latency: 2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8809   algorithm: "plot_latency_error_bars_name"
8810   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8811   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8812   include:
8813     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
8814     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
8815     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
8816     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
8817     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
8818   layout:
8819     title: "2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
8820     layout: "plot-latency"
8821
8822 - type: "plot"
8823   title: "Latency: 3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
8824   algorithm: "plot_latency_error_bars_name"
8825   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
8826   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8827   include:
8828     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
8829     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
8830     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
8831   layout:
8832     title: "3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr"
8833     layout: "plot-latency"
8834
8835 - type: "plot"
8836   title: "Latency: 3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8837   algorithm: "plot_latency_error_bars_name"
8838   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8839   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8840   include:
8841     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
8842     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
8843     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
8844   layout:
8845     title: "3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
8846     layout: "plot-latency"
8847
8848 - type: "plot"
8849   title: "Latency: 3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8850   algorithm: "plot_latency_error_bars_name"
8851   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8852   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8853   include:
8854     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
8855     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
8856     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
8857     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
8858     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
8859   layout:
8860     title: "3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
8861     layout: "plot-latency"
8862
8863 - type: "plot"
8864   title: "Latency: 3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
8865   algorithm: "plot_latency_error_bars_name"
8866   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
8867   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8868   include:
8869     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8870     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8871     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8872     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8873     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8874     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8875   layout:
8876     title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
8877     layout: "plot-latency"
8878
8879 - type: "plot"
8880   title: "Latency: 3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
8881   algorithm: "plot_latency_error_bars_name"
8882   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
8883   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8884   include:
8885     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
8886     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8887     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
8888     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8889   layout:
8890     title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
8891     layout: "plot-latency"
8892
8893 - type: "plot"
8894   title: "Latency: 3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
8895   algorithm: "plot_latency_error_bars_name"
8896   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
8897   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8898   include:
8899     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8900     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8901     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8902     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8903     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8904     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8905   layout:
8906     title: "3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr"
8907     layout: "plot-latency"
8908
8909 - type: "plot"
8910   title: "Latency: 2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
8911   algorithm: "plot_latency_error_bars_name"
8912   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
8913   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8914   include:
8915     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
8916     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
8917     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
8918     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
8919     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
8920     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
8921   layout:
8922     title: "2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
8923     layout: "plot-latency"
8924
8925 - type: "plot"
8926   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
8927   algorithm: "plot_latency_error_bars_name"
8928   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
8929   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8930   include:
8931     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
8932     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
8933     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
8934     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
8935   layout:
8936     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
8937     layout: "plot-latency"
8938
8939 - type: "plot"
8940   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
8941   algorithm: "plot_latency_error_bars_name"
8942   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
8943   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8944   include:
8945     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
8946     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
8947     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
8948     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
8949     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
8950   layout:
8951     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
8952     layout: "plot-latency"
8953
8954 - type: "plot"
8955   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
8956   algorithm: "plot_latency_error_bars_name"
8957   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
8958   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8959   include:
8960     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
8961     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
8962     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
8963     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
8964   layout:
8965     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
8966     layout: "plot-latency"
8967
8968 - type: "plot"
8969   title: "Latency: 3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
8970   algorithm: "plot_latency_error_bars_name"
8971   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
8972   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8973   include:
8974     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
8975     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
8976     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
8977     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
8978     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
8979     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
8980   layout:
8981     title: "3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr"
8982     layout: "plot-latency"
8983
8984 - type: "plot"
8985   title: "Latency: 3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
8986   algorithm: "plot_latency_error_bars_name"
8987   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
8988   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8989   include:
8990     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
8991     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
8992     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
8993     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
8994     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
8995   layout:
8996     title: "3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
8997     layout: "plot-latency"
8998
8999 - type: "plot"
9000   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
9001   algorithm: "plot_latency_error_bars_name"
9002   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
9003   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9004   include:
9005     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
9006     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
9007     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
9008   layout:
9009     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
9010     layout: "plot-latency"
9011
9012 - type: "plot"
9013   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
9014   algorithm: "plot_latency_error_bars_name"
9015   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
9016   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9017   include:
9018     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
9019     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
9020     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
9021     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
9022   layout:
9023     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
9024     layout: "plot-latency"
9025
9026 - type: "plot"
9027   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
9028   algorithm: "plot_latency_error_bars_name"
9029   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
9030   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9031   include:
9032     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
9033     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
9034     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
9035     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
9036     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
9037     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
9038   layout:
9039     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
9040     layout: "plot-latency"
9041
9042 - type: "plot"
9043   title: "Latency: 3n-skx-xxv710-64b-4t2c-feature-l2switching-base-i40e-ndr-lat"
9044   algorithm: "plot_latency_error_bars_name"
9045   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-feature-l2switching-base-i40e-ndr-lat"
9046   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9047   include:
9048     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
9049     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
9050     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
9051     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
9052     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
9053     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
9054   layout:
9055     title: "3n-skx-xxv710-64b-4t2c-feature-l2switching-base-i40e-ndr"
9056     layout: "plot-latency"
9057
9058 - type: "plot"
9059   title: "Latency: 3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr-lat"
9060   algorithm: "plot_latency_error_bars_name"
9061   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr-lat"
9062   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9063   include:
9064     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9065     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9066     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9067     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
9068     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
9069     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
9070   layout:
9071     title: "3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr"
9072     layout: "plot-latency"
9073
9074 - type: "plot"
9075   title: "Latency: 3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr-lat"
9076   algorithm: "plot_latency_error_bars_name"
9077   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr-lat"
9078   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9079   include:
9080     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9081     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9082     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9083     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
9084     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
9085     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
9086   layout:
9087     title: "3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr"
9088     layout: "plot-latency"
9089
9090 - type: "plot"
9091   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
9092   algorithm: "plot_latency_error_bars_name"
9093   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
9094   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
9095   include:
9096     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9097     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9098     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9099     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9100   layout:
9101     title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
9102     layout: "plot-latency"
9103
9104 - type: "plot"
9105   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr-lat"
9106   algorithm: "plot_latency_error_bars_name"
9107   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr-lat"
9108   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
9109   include:
9110     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9111     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9112     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9113     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9114   layout:
9115     title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr"
9116     layout: "plot-latency"
9117
9118 #- type: "plot"
9119 #  title: "Latency: 3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
9120 #  algorithm: "plot_latency_error_bars_name"
9121 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
9122 #  data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
9123 #  include:
9124 #    - ""
9125 #  layout:
9126 #    title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
9127 #    layout: "plot-latency"
9128
9129 - type: "plot"
9130   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
9131   algorithm: "plot_latency_error_bars_name"
9132   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
9133   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
9134   include:
9135     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9136     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9137     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9138     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9139     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9140   layout:
9141     title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
9142     layout: "plot-latency"
9143
9144 - type: "plot"
9145   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
9146   algorithm: "plot_latency_error_bars_name"
9147   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
9148   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
9149   include:
9150     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9151     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9152     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9153     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9154     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9155     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9156   layout:
9157     title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
9158     layout: "plot-latency"
9159
9160 - type: "plot"
9161   title: "Latency: 3n-hsw-xl710-114b-2t2c-vts-l2switching-base-i40e-ndr-lat"
9162   algorithm: "plot_latency_error_bars_name"
9163   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-2t2c-vts-l2switching-base-i40e-ndr-lat"
9164   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9165   include:
9166     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
9167     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
9168     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
9169   layout:
9170     title: "3n-hsw-xl710-114b-2t2c-vts-l2switching-base-i40e-ndr"
9171     layout: "plot-latency"
9172
9173 - type: "plot"
9174   title: "Latency: 3n-skx-xxv710-114b-4t2c-vts-l2switching-base-i40e-ndr-lat"
9175   algorithm: "plot_latency_error_bars_name"
9176   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-4t2c-vts-l2switching-base-i40e-ndr-lat"
9177   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9178   include:
9179     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
9180     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
9181     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
9182   layout:
9183     title: "3n-skx-xxv710-114b-4t2c-vts-l2switching-base-i40e-ndr"
9184     layout: "plot-latency"
9185
9186 - type: "plot"
9187   title: "Latency: 3n-tsh-x520-64b-2t2c-memif-base-i40e-ndr-lat"
9188   algorithm: "plot_latency_error_bars_name"
9189   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-memif-base-i40e-ndr-lat"
9190   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9191   include:
9192     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
9193     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
9194     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9195     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
9196     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
9197   layout:
9198     title: "3n-tsh-x520-64b-2t2c-memif-base-i40e-ndr"
9199     layout: "plot-latency"
9200
9201 - type: "plot"
9202   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
9203   algorithm: "plot_latency_error_bars_name"
9204   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
9205   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9206   include:
9207     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
9208     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
9209     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t2c-ethip4-ip4scale20k-ndrpdr"
9210     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t2c-ethip4-ip4scale200k-ndrpdr"
9211     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
9212   layout:
9213     title: "3n-tsh-x520-64b-2t2c-ip4routing-base-scale-i40e-ndr"
9214     layout: "plot-latency"
9215
9216 - type: "plot"
9217   title: "Latency: 3n-tsh-x520-64b-2t2c-feature-ip4routing-base-i40e-ndr-lat"
9218   algorithm: "plot_latency_error_bars_name"
9219   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-feature-ip4routing-base-i40e-ndr-lat"
9220   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9221   include:
9222     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
9223     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9224     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9225     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9226     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9227     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t2c-ethip4udp-ip4base-nat44-ndrpdr"
9228   layout:
9229     title: "3n-tsh-x520-64b-2t2c-feature-ip4routing-base-i40e-ndr"
9230     layout: "plot-latency"
9231
9232 - type: "plot"
9233   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4tunnel-base-i40e-ndr-lat"
9234   algorithm: "plot_latency_error_bars_name"
9235   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4tunnel-base-i40e-ndr-lat"
9236   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9237   include:
9238     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t2c-ethip4vxlan-l2xcbase-ndrpdr"
9239     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
9240     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
9241     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
9242   layout:
9243     title: "3n-tsh-x520-64b-2t2c-ip4tunnel-base-i40e-ndr-lat"
9244     layout: "plot-latency"
9245
9246 - type: "plot"
9247   title: "Latency: 3n-tsh-x520-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
9248   algorithm: "plot_latency_error_bars_name"
9249   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
9250   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9251   include:
9252     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
9253     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
9254     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t2c-ethip6-ip6scale20k-ndrpdr"
9255     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t2c-ethip6-ip6scale200k-ndrpdr"
9256     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
9257   layout:
9258     title: "3n-tsh-x520-78b-2t2c-ip6routing-base-scale-i40e-ndr"
9259     layout: "plot-latency"
9260
9261 - type: "plot"
9262   title: "Latency: 3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
9263   algorithm: "plot_latency_error_bars_name"
9264   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
9265   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9266   include:
9267     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
9268     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9269     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9270     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9271     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9272     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9273   layout:
9274     title: "3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
9275     layout: "plot-latency"
9276
9277 - type: "plot"
9278   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-i40e-ndr-lat"
9279   algorithm: "plot_latency_error_bars_name"
9280   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-i40e-ndr-lat"
9281   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9282   include:
9283     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
9284     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
9285     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
9286     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
9287   layout:
9288     title: "3n-tsh-x520-64b-2t2c-l2switching-base-i40e-ndr"
9289     layout: "plot-latency"
9290
9291 - type: "plot"
9292   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
9293   algorithm: "plot_latency_error_bars_name"
9294   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
9295   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9296   include:
9297     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
9298     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
9299     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
9300     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale10kmaclrn-ndrpdr"
9301     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale100kmaclrn-ndrpdr"
9302     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
9303   layout:
9304     title: "3n-tsh-x520-64b-2t2c-l2switching-base-scale-i40e-ndr"
9305     layout: "plot-latency"
9306
9307 - type: "plot"
9308   title: "Latency: 3n-tsh-x520-64b-2t2c-feature-l2switching-base-i40e-ndr-lat"
9309   algorithm: "plot_latency_error_bars_name"
9310   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-feature-l2switching-base-i40e-ndr-lat"
9311   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9312   include:
9313     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
9314     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
9315     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
9316     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
9317     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
9318     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
9319   layout:
9320     title: "3n-tsh-x520-64b-2t2c-feature-l2switching-base-i40e-ndr"
9321     layout: "plot-latency"
9322
9323 - type: "plot"
9324   title: "Latency: 3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-i40e-ndr-lat"
9325   algorithm: "plot_latency_error_bars_name"
9326   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-i40e-ndr-lat"
9327   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9328   include:
9329     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9330     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9331     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9332     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
9333     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
9334     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
9335   layout:
9336     title: "3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-i40e-ndr"
9337     layout: "plot-latency"
9338
9339 - type: "plot"
9340   title: "Latency: 3n-tsh-x520-64b-2t2c-vhost-base-i40e-ndr-lat"
9341   algorithm: "plot_latency_error_bars_name"
9342   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-vhost-base-i40e-ndr-lat"
9343   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9344   include:
9345     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9346     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9347     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9348     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9349     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9350   layout:
9351     title: "3n-tsh-x520-64b-2t2c-vhost-base-i40e-ndr"
9352     layout: "plot-latency"
9353
9354 - type: "plot"
9355   title: "Latency: 3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-i40e-ndr-lat"
9356   algorithm: "plot_latency_error_bars_name"
9357   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-i40e-ndr-lat"
9358   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9359   include:
9360     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9361     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9362     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9363     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9364     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9365     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9366   layout:
9367     title: "3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-i40e-ndr"
9368     layout: "plot-latency"
9369
9370 - type: "plot"
9371   title: "Latency: 3n-tsh-x520-114b-2t2c-vts-l2switching-base-i40e-ndr-lat"
9372   algorithm: "plot_latency_error_bars_name"
9373   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-2t2c-vts-l2switching-base-i40e-ndr-lat"
9374   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9375   include:
9376     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
9377     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
9378     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
9379   layout:
9380     title: "3n-tsh-x520-114b-2t2c-vts-l2switching-base-i40e-ndr"
9381     layout: "plot-latency"
9382
9383 ################################################################################
9384
9385 # Packet Latency 4C
9386
9387 - type: "plot"
9388   title: "Latency: 2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
9389   algorithm: "plot_latency_error_bars_name"
9390   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
9391   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9392   include:
9393     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
9394     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9395     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9396     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
9397   layout:
9398     title: "2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
9399     layout: "plot-latency"
9400
9401 - type: "plot"
9402   title: "Latency: 3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
9403   algorithm: "plot_latency_error_bars_name"
9404   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
9405   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9406   include:
9407     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
9408     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
9409     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9410     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
9411     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
9412   layout:
9413     title: "3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
9414     layout: "plot-latency"
9415
9416 - type: "plot"
9417   title: "Latency: 2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
9418   algorithm: "plot_latency_error_bars_name"
9419   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
9420   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9421   include:
9422     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
9423     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
9424     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
9425     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
9426     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
9427   layout:
9428     title: "2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
9429     layout: "plot-latency"
9430
9431 - type: "plot"
9432   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
9433   algorithm: "plot_latency_error_bars_name"
9434   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
9435   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9436   include:
9437     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
9438     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
9439     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
9440     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
9441   layout:
9442     title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
9443     layout: "plot-latency"
9444
9445 - type: "plot"
9446   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
9447   algorithm: "plot_latency_error_bars_name"
9448   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
9449   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9450   include:
9451     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
9452     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
9453     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
9454     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
9455     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
9456   layout:
9457     title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
9458     layout: "plot-latency"
9459
9460 - type: "plot"
9461   title: "Latency: 2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
9462   algorithm: "plot_latency_error_bars_name"
9463   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
9464   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9465   include:
9466     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
9467     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9468     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9469     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9470     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9471     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
9472   layout:
9473     title: "2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
9474     layout: "plot-latency"
9475
9476 - type: "plot"
9477   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
9478   algorithm: "plot_latency_error_bars_name"
9479   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
9480   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9481   include:
9482     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
9483     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
9484     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
9485   layout:
9486     title: "3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr"
9487     layout: "plot-latency"
9488
9489 - type: "plot"
9490   title: "Latency: 3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
9491   algorithm: "plot_latency_error_bars_name"
9492   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
9493   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9494   include:
9495     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
9496     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
9497     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
9498     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
9499     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
9500   layout:
9501     title: "3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
9502     layout: "plot-latency"
9503
9504 - type: "plot"
9505   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
9506   algorithm: "plot_latency_error_bars_name"
9507   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
9508   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9509   include:
9510     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
9511     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
9512     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
9513     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
9514   layout:
9515     title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
9516     layout: "plot-latency"
9517
9518 - type: "plot"
9519   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
9520   algorithm: "plot_latency_error_bars_name"
9521   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
9522   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9523   include:
9524     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
9525     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
9526     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
9527     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
9528     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
9529   layout:
9530     title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
9531     layout: "plot-latency"
9532
9533 - type: "plot"
9534   title: "Latency: 3n-skx-xxv710-64b-8t4c-feature-ip4routing-base-i40e-ndr-lat"
9535   algorithm: "plot_latency_error_bars_name"
9536   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-feature-ip4routing-base-i40e-ndr-lat"
9537   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9538   include:
9539     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
9540     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9541     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9542     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9543     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9544     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
9545   layout:
9546     title: "3n-skx-xxv710-64b-8t4c-feature-ip4routing-base-i40e-ndr"
9547     layout: "plot-latency"
9548
9549 - type: "plot"
9550   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr-lat"
9551   algorithm: "plot_latency_error_bars_name"
9552   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr-lat"
9553   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9554   include:
9555     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t4c-ethip4vxlan-l2xcbase-ndrpdr"
9556     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
9557   layout:
9558     title: "3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr"
9559     layout: "plot-latency"
9560
9561 - type: "plot"
9562   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr-lat"
9563   algorithm: "plot_latency_error_bars_name"
9564   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr-lat"
9565   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9566   include:
9567     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-8t4c-ethip4vxlan-l2xcbase-ndrpdr"
9568     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
9569     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-8t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
9570     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-8t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
9571   layout:
9572     title: "3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr"
9573     layout: "plot-latency"
9574
9575 - type: "plot"
9576   title: "Latency: 2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
9577   algorithm: "plot_latency_error_bars_name"
9578   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
9579   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9580   include:
9581     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
9582     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
9583     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
9584   layout:
9585     title: "2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
9586     layout: "plot-latency"
9587
9588 - type: "plot"
9589   title: "Latency: 2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
9590   algorithm: "plot_latency_error_bars_name"
9591   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
9592   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9593   include:
9594     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
9595     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
9596     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
9597     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
9598     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
9599   layout:
9600     title: "2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
9601     layout: "plot-latency"
9602
9603 - type: "plot"
9604   title: "Latency: 3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
9605   algorithm: "plot_latency_error_bars_name"
9606   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
9607   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9608   include:
9609     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
9610     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
9611     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
9612   layout:
9613     title: "3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr"
9614     layout: "plot-latency"
9615
9616 - type: "plot"
9617   title: "Latency: 3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
9618   algorithm: "plot_latency_error_bars_name"
9619   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
9620   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9621   include:
9622     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
9623     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
9624     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
9625   layout:
9626     title: "3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
9627     layout: "plot-latency"
9628
9629 - type: "plot"
9630   title: "Latency: 3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
9631   algorithm: "plot_latency_error_bars_name"
9632   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
9633   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9634   include:
9635     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
9636     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
9637     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
9638     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
9639     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
9640   layout:
9641     title: "3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
9642     layout: "plot-latency"
9643
9644 - type: "plot"
9645   title: "Latency: 3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
9646   algorithm: "plot_latency_error_bars_name"
9647   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
9648   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9649   include:
9650     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
9651     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9652     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9653     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9654     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9655     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9656   layout:
9657     title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
9658     layout: "plot-latency"
9659
9660 - type: "plot"
9661   title: "Latency: 3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
9662   algorithm: "plot_latency_error_bars_name"
9663   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
9664   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9665   include:
9666     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
9667     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9668     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
9669     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9670   layout:
9671     title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
9672     layout: "plot-latency"
9673
9674 - type: "plot"
9675   title: "Latency: 3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
9676   algorithm: "plot_latency_error_bars_name"
9677   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
9678   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9679   include:
9680     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
9681     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9682     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9683     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9684     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9685     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9686   layout:
9687     title: "3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr"
9688     layout: "plot-latency"
9689
9690 - type: "plot"
9691   title: "Latency: 2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
9692   algorithm: "plot_latency_error_bars_name"
9693   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
9694   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9695   include:
9696     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
9697     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
9698     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
9699     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
9700     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
9701     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
9702   layout:
9703     title: "2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
9704     layout: "plot-latency"
9705
9706 - type: "plot"
9707   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
9708   algorithm: "plot_latency_error_bars_name"
9709   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
9710   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9711   include:
9712     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
9713     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
9714     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
9715     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
9716   layout:
9717     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
9718     layout: "plot-latency"
9719
9720 - type: "plot"
9721   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
9722   algorithm: "plot_latency_error_bars_name"
9723   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
9724   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9725   include:
9726     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
9727     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
9728     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
9729     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
9730     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
9731   layout:
9732     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
9733     layout: "plot-latency"
9734
9735 - type: "plot"
9736   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
9737   algorithm: "plot_latency_error_bars_name"
9738   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
9739   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9740   include:
9741     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
9742     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
9743     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
9744     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
9745   layout:
9746     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
9747     layout: "plot-latency"
9748
9749 - type: "plot"
9750   title: "Latency: 3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
9751   algorithm: "plot_latency_error_bars_name"
9752   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
9753   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9754   include:
9755     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
9756     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
9757     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
9758     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
9759     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
9760     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
9761   layout:
9762     title: "3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr"
9763     layout: "plot-latency"
9764
9765 - type: "plot"
9766   title: "Latency: 3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
9767   algorithm: "plot_latency_error_bars_name"
9768   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
9769   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9770   include:
9771     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
9772     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
9773     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
9774     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
9775     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
9776   layout:
9777     title: "3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
9778     layout: "plot-latency"
9779
9780 - type: "plot"
9781   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
9782   algorithm: "plot_latency_error_bars_name"
9783   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
9784   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9785   include:
9786     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
9787     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
9788     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
9789   layout:
9790     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
9791     layout: "plot-latency"
9792
9793 - type: "plot"
9794   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
9795   algorithm: "plot_latency_error_bars_name"
9796   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
9797   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9798   include:
9799     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
9800     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
9801     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
9802     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
9803   layout:
9804     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
9805     layout: "plot-latency"
9806
9807 - type: "plot"
9808   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
9809   algorithm: "plot_latency_error_bars_name"
9810   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
9811   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9812   include:
9813     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
9814     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
9815     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
9816     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
9817     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
9818     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
9819   layout:
9820     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
9821     layout: "plot-latency"
9822
9823 - type: "plot"
9824   title: "Latency: 3n-skx-xxv710-64b-8t4c-feature-l2switching-base-i40e-ndr-lat"
9825   algorithm: "plot_latency_error_bars_name"
9826   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-feature-l2switching-base-i40e-ndr-lat"
9827   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9828   include:
9829     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
9830     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
9831     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
9832     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
9833     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
9834     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
9835   layout:
9836     title: "3n-skx-xxv710-64b-8t4c-feature-l2switching-base-i40e-ndr"
9837     layout: "plot-latency"
9838
9839 - type: "plot"
9840   title: "Latency: 3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr-lat"
9841   algorithm: "plot_latency_error_bars_name"
9842   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr-lat"
9843   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9844   include:
9845     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9846     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9847     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9848     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
9849     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
9850     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
9851   layout:
9852     title: "3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr"
9853     layout: "plot-latency"
9854
9855 - type: "plot"
9856   title: "Latency: 3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr-lat"
9857   algorithm: "plot_latency_error_bars_name"
9858   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr-lat"
9859   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9860   include:
9861     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-8t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9862     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9863     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9864     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
9865     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
9866     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
9867   layout:
9868     title: "3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr"
9869     layout: "plot-latency"
9870
9871 - type: "plot"
9872   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
9873   algorithm: "plot_latency_error_bars_name"
9874   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
9875   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
9876   include:
9877     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9878     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9879     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9880     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9881   layout:
9882     title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
9883     layout: "plot-latency"
9884
9885 - type: "plot"
9886   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr-lat"
9887   algorithm: "plot_latency_error_bars_name"
9888   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr-lat"
9889   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
9890   include:
9891     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9892     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9893     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9894     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9895   layout:
9896     title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr"
9897     layout: "plot-latency"
9898
9899 #- type: "plot"
9900 #  title: "Latency: 3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
9901 #  algorithm: "plot_latency_error_bars_name"
9902 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
9903 #  data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
9904 #  include:
9905 #    - ""
9906 #  layout:
9907 #    title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
9908 #    layout: "plot-latency"
9909
9910 - type: "plot"
9911   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
9912   algorithm: "plot_latency_error_bars_name"
9913   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
9914   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
9915   include:
9916     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9917     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9918     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9919     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9920     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9921   layout:
9922     title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
9923     layout: "plot-latency"
9924
9925 - type: "plot"
9926   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
9927   algorithm: "plot_latency_error_bars_name"
9928   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
9929   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
9930   include:
9931     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9932     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9933     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9934     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9935     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9936     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9937   layout:
9938     title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
9939     layout: "plot-latency"
9940
9941 - type: "plot"
9942   title: "Latency: 3n-hsw-xl710-114b-4t4c-vts-l2switching-base-i40e-ndr-lat"
9943   algorithm: "plot_latency_error_bars_name"
9944   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-4t4c-vts-l2switching-base-i40e-ndr-lat"
9945   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9946   include:
9947     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
9948     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
9949     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
9950   layout:
9951     title: "3n-hsw-xl710-114b-4t4c-vts-l2switching-base-i40e-ndr"
9952     layout: "plot-latency"
9953
9954 - type: "plot"
9955   title: "Latency: 3n-skx-xxv710-114b-8t4c-vts-l2switching-base-i40e-ndr-lat"
9956   algorithm: "plot_latency_error_bars_name"
9957   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-8t4c-vts-l2switching-base-i40e-ndr-lat"
9958   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9959   include:
9960     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
9961     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
9962     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
9963   layout:
9964     title: "3n-skx-xxv710-114b-8t4c-vts-l2switching-base-i40e-ndr"
9965     layout: "plot-latency"
9966
9967 - type: "plot"
9968   title: "Latency: 3n-tsh-x520-64b-4t4c-memif-base-i40e-ndr-lat"
9969   algorithm: "plot_latency_error_bars_name"
9970   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-memif-base-i40e-ndr-lat"
9971   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9972   include:
9973     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
9974     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
9975     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9976     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
9977     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
9978   layout:
9979     title: "3n-tsh-x520-64b-4t4c-memif-base-i40e-ndr"
9980     layout: "plot-latency"
9981
9982 - type: "plot"
9983   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
9984   algorithm: "plot_latency_error_bars_name"
9985   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
9986   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9987   include:
9988     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
9989     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
9990     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t4c-ethip4-ip4scale20k-ndrpdr"
9991     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t4c-ethip4-ip4scale200k-ndrpdr"
9992     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
9993   layout:
9994     title: "3n-tsh-x520-64b-4t4c-ip4routing-base-scale-i40e-ndr"
9995     layout: "plot-latency"
9996
9997 - type: "plot"
9998   title: "Latency: 3n-tsh-x520-64b-4t4c-feature-ip4routing-base-i40e-ndr-lat"
9999   algorithm: "plot_latency_error_bars_name"
10000   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-feature-ip4routing-base-i40e-ndr-lat"
10001   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10002   include:
10003     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
10004     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10005     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10006     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10007     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10008     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t4c-ethip4udp-ip4base-nat44-ndrpdr"
10009   layout:
10010     title: "3n-tsh-x520-64b-4t4c-feature-ip4routing-base-i40e-ndr"
10011     layout: "plot-latency"
10012
10013 - type: "plot"
10014   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4tunnel-base-i40e-ndr-lat"
10015   algorithm: "plot_latency_error_bars_name"
10016   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4tunnel-base-i40e-ndr-lat"
10017   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10018   include:
10019     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t4c-ethip4vxlan-l2xcbase-ndrpdr"
10020     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10021     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10022     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10023   layout:
10024     title: "3n-tsh-x520-64b-4t4c-ip4tunnel-base-i40e-ndr-lat"
10025     layout: "plot-latency"
10026
10027 - type: "plot"
10028   title: "Latency: 3n-tsh-x520-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
10029   algorithm: "plot_latency_error_bars_name"
10030   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
10031   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10032   include:
10033     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
10034     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
10035     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t4c-ethip6-ip6scale20k-ndrpdr"
10036     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t4c-ethip6-ip6scale200k-ndrpdr"
10037     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
10038   layout:
10039     title: "3n-tsh-x520-78b-4t4c-ip6routing-base-scale-i40e-ndr"
10040     layout: "plot-latency"
10041
10042 - type: "plot"
10043   title: "Latency: 3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
10044   algorithm: "plot_latency_error_bars_name"
10045   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
10046   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10047   include:
10048     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10049     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10050     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10051     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10052     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10053     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10054   layout:
10055     title: "3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
10056     layout: "plot-latency"
10057
10058 - type: "plot"
10059   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-i40e-ndr-lat"
10060   algorithm: "plot_latency_error_bars_name"
10061   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-i40e-ndr-lat"
10062   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10063   include:
10064     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
10065     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
10066     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
10067     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
10068   layout:
10069     title: "3n-tsh-x520-64b-4t4c-l2switching-base-i40e-ndr"
10070     layout: "plot-latency"
10071
10072 - type: "plot"
10073   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
10074   algorithm: "plot_latency_error_bars_name"
10075   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
10076   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10077   include:
10078     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
10079     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
10080     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
10081     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale10kmaclrn-ndrpdr"
10082     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale100kmaclrn-ndrpdr"
10083     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
10084   layout:
10085     title: "3n-tsh-x520-64b-4t4c-l2switching-base-scale-i40e-ndr"
10086     layout: "plot-latency"
10087
10088 - type: "plot"
10089   title: "Latency: 3n-tsh-x520-64b-4t4c-feature-l2switching-base-i40e-ndr-lat"
10090   algorithm: "plot_latency_error_bars_name"
10091   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-feature-l2switching-base-i40e-ndr-lat"
10092   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10093   include:
10094     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
10095     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
10096     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
10097     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
10098     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
10099     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
10100   layout:
10101     title: "3n-tsh-x520-64b-4t4c-feature-l2switching-base-i40e-ndr"
10102     layout: "plot-latency"
10103
10104 - type: "plot"
10105   title: "Latency: 3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-i40e-ndr-lat"
10106   algorithm: "plot_latency_error_bars_name"
10107   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-i40e-ndr-lat"
10108   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10109   include:
10110     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
10111     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
10112     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
10113     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
10114     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
10115     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
10116   layout:
10117     title: "3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-i40e-ndr"
10118     layout: "plot-latency"
10119
10120 - type: "plot"
10121   title: "Latency: 3n-tsh-x520-64b-4t4c-vhost-base-i40e-ndr-lat"
10122   algorithm: "plot_latency_error_bars_name"
10123   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-vhost-base-i40e-ndr-lat"
10124   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10125   include:
10126     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10127     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10128     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10129     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10130     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
10131   layout:
10132     title: "3n-tsh-x520-64b-4t4c-vhost-base-i40e-ndr"
10133     layout: "plot-latency"
10134
10135 - type: "plot"
10136   title: "Latency: 3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-i40e-ndr-lat"
10137   algorithm: "plot_latency_error_bars_name"
10138   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-i40e-ndr-lat"
10139   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10140   include:
10141     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10142     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10143     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10144     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10145     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10146     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10147   layout:
10148     title: "3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-i40e-ndr"
10149     layout: "plot-latency"
10150
10151 - type: "plot"
10152   title: "Latency: 3n-tsh-x520-114b-4t4c-vts-l2switching-base-i40e-ndr-lat"
10153   algorithm: "plot_latency_error_bars_name"
10154   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-4t4c-vts-l2switching-base-i40e-ndr-lat"
10155   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10156   include:
10157     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
10158     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
10159     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
10160   layout:
10161     title: "3n-tsh-x520-114b-4t4c-vts-l2switching-base-i40e-ndr"
10162     layout: "plot-latency"
10163
10164 ################################################################################
10165
10166 # Packet Speedup
10167
10168 - type: "plot"
10169   title: "Speedup: 2n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
10170   algorithm: "plot_throughput_speedup_analysis_name"
10171   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
10172   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10173   include:
10174     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10175     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10176     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10177     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10178   layout:
10179     title: "2n-skx-xxv710-64b-memif-base-i40e-ndr"
10180     layout: "plot-throughput-speedup-analysis"
10181
10182 - type: "plot"
10183   title: "Speedup: 2n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
10184   algorithm: "plot_throughput_speedup_analysis_name"
10185   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
10186   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10187   include:
10188     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10189     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10190     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10191     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10192   layout:
10193     title: "2n-skx-xxv710-64b-memif-base-i40e-pdr"
10194     layout: "plot-throughput-speedup-analysis"
10195
10196 - type: "plot"
10197   title: "Speedup: 3n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
10198   algorithm: "plot_throughput_speedup_analysis_name"
10199   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
10200   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10201   include:
10202     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10203     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10204     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10205     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10206     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10207   layout:
10208     title: "3n-skx-xxv710-64b-memif-base-i40e-ndr"
10209     layout: "plot-throughput-speedup-analysis"
10210
10211 - type: "plot"
10212   title: "Speedup: 3n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
10213   algorithm: "plot_throughput_speedup_analysis_name"
10214   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
10215   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10216   include:
10217     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10218     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10219     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10220     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10221     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10222   layout:
10223     title: "3n-skx-xxv710-64b-memif-base-i40e-pdr"
10224     layout: "plot-throughput-speedup-analysis"
10225
10226 - type: "plot"
10227   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
10228   algorithm: "plot_throughput_speedup_analysis_name"
10229   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
10230   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10231   include:
10232     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
10233     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10234     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10235     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10236     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10237   layout:
10238     title: "2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr"
10239     layout: "plot-throughput-speedup-analysis"
10240
10241 - type: "plot"
10242   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
10243   algorithm: "plot_throughput_speedup_analysis_name"
10244   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
10245   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10246   include:
10247     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
10248     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10249     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10250     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10251     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10252   layout:
10253     title: "2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr"
10254     layout: "plot-throughput-speedup-analysis"
10255
10256 - type: "plot"
10257   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
10258   algorithm: "plot_throughput_speedup_analysis_name"
10259   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
10260   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10261   include:
10262     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
10263     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
10264     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
10265     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10266   layout:
10267     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
10268     layout: "plot-throughput-speedup-analysis"
10269
10270 - type: "plot"
10271   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
10272   algorithm: "plot_throughput_speedup_analysis_name"
10273   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
10274   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10275   include:
10276     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
10277     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
10278     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
10279     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10280   layout:
10281     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
10282     layout: "plot-throughput-speedup-analysis"
10283
10284 - type: "plot"
10285   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
10286   algorithm: "plot_throughput_speedup_analysis_name"
10287   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
10288   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10289   include:
10290     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10291     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10292     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
10293     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
10294     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10295   layout:
10296     title: "2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr"
10297     layout: "plot-throughput-speedup-analysis"
10298
10299 - type: "plot"
10300   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
10301   algorithm: "plot_throughput_speedup_analysis_name"
10302   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
10303   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10304   include:
10305     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10306     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10307     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
10308     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
10309     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10310   layout:
10311     title: "2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr"
10312     layout: "plot-throughput-speedup-analysis"
10313
10314 - type: "plot"
10315   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
10316   algorithm: "plot_throughput_speedup_analysis_name"
10317   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
10318   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10319   include:
10320     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10321     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10322     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10323     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10324     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10325     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
10326   layout:
10327     title: "2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr"
10328     layout: "plot-throughput-speedup-analysis"
10329
10330 - type: "plot"
10331   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
10332   algorithm: "plot_throughput_speedup_analysis_name"
10333   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
10334   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10335   include:
10336     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10337     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10338     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10339     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10340     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10341     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
10342   layout:
10343     title: "2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr"
10344     layout: "plot-throughput-speedup-analysis"
10345
10346 - type: "plot"
10347   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr-tsa"
10348   algorithm: "plot_throughput_speedup_analysis_name"
10349   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr-tsa"
10350   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10351   include:
10352     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10353     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10354     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10355   layout:
10356     title: "3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr"
10357     layout: "plot-throughput-speedup-analysis"
10358
10359 - type: "plot"
10360   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr-tsa"
10361   algorithm: "plot_throughput_speedup_analysis_name"
10362   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr-tsa"
10363   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10364   include:
10365     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10366     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10367     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10368   layout:
10369     title: "3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr"
10370     layout: "plot-throughput-speedup-analysis"
10371
10372 - type: "plot"
10373   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
10374   algorithm: "plot_throughput_speedup_analysis_name"
10375   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
10376   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10377   include:
10378     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
10379     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10380     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10381     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10382     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10383   layout:
10384     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr"
10385     layout: "plot-throughput-speedup-analysis"
10386
10387 - type: "plot"
10388   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
10389   algorithm: "plot_throughput_speedup_analysis_name"
10390   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
10391   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10392   include:
10393     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
10394     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10395     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10396     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10397     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10398   layout:
10399     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr"
10400     layout: "plot-throughput-speedup-analysis"
10401
10402 - type: "plot"
10403   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
10404   algorithm: "plot_throughput_speedup_analysis_name"
10405   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
10406   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10407   include:
10408     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
10409     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
10410     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
10411     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10412   layout:
10413     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
10414     layout: "plot-throughput-speedup-analysis"
10415
10416 - type: "plot"
10417   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
10418   algorithm: "plot_throughput_speedup_analysis_name"
10419   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
10420   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10421   include:
10422     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
10423     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
10424     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
10425     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10426   layout:
10427     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
10428     layout: "plot-throughput-speedup-analysis"
10429
10430 - type: "plot"
10431   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
10432   algorithm: "plot_throughput_speedup_analysis_name"
10433   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
10434   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10435   include:
10436     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10437     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10438     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
10439     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
10440     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10441   layout:
10442     title: "3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr"
10443     layout: "plot-throughput-speedup-analysis"
10444
10445 - type: "plot"
10446   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
10447   algorithm: "plot_throughput_speedup_analysis_name"
10448   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
10449   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10450   include:
10451     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10452     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10453     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
10454     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
10455     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10456   layout:
10457     title: "3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr"
10458     layout: "plot-throughput-speedup-analysis"
10459
10460 - type: "plot"
10461   title: "Speedup: 3n-skx-xxv710-64b-feature-ip4routing-base-i40e-ndr-tsa"
10462   algorithm: "plot_throughput_speedup_analysis_name"
10463   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-feature-ip4routing-base-i40e-ndr-tsa"
10464   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10465   include:
10466     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10467     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10468     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10469     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10470     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10471     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
10472   layout:
10473     title: "3n-skx-xxv710-64b-feature-ip4routing-base-i40e-ndr"
10474     layout: "plot-throughput-speedup-analysis"
10475
10476 - type: "plot"
10477   title: "Speedup: 3n-skx-xxv710-64b-feature-ip4routing-base-i40e-pdr-tsa"
10478   algorithm: "plot_throughput_speedup_analysis_name"
10479   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-feature-ip4routing-base-i40e-pdr-tsa"
10480   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10481   include:
10482     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10483     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10484     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10485     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10486     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10487     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
10488   layout:
10489     title: "3n-skx-xxv710-64b-feature-ip4routing-base-i40e-pdr"
10490     layout: "plot-throughput-speedup-analysis"
10491
10492 - type: "plot"
10493   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-i40e-ndr-tsa"
10494   algorithm: "plot_throughput_speedup_analysis_name"
10495   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-i40e-ndr-tsa"
10496   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10497   include:
10498     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
10499     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10500   layout:
10501     title: "3n-hsw-xl710-64b-ip4tunnel-base-i40e-ndr"
10502     layout: "plot-throughput-speedup-analysis"
10503
10504 - type: "plot"
10505   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-i40e-pdr-tsa"
10506   algorithm: "plot_throughput_speedup_analysis_name"
10507   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-i40e-pdr-tsa"
10508   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10509   include:
10510     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
10511     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10512   layout:
10513     title: "3n-hsw-xl710-64b-ip4tunnel-base-i40e-pdr"
10514     layout: "plot-throughput-speedup-analysis"
10515
10516 - type: "plot"
10517   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-ndr-tsa"
10518   algorithm: "plot_throughput_speedup_analysis_name"
10519   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-ndr-tsa"
10520   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10521   include:
10522     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
10523     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10524     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10525     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10526   layout:
10527     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-ndr"
10528     layout: "plot-throughput-speedup-analysis"
10529
10530 - type: "plot"
10531   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-pdr-tsa"
10532   algorithm: "plot_throughput_speedup_analysis_name"
10533   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-pdr-tsa"
10534   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10535   include:
10536     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
10537     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10538     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10539     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10540   layout:
10541     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-pdr"
10542     layout: "plot-throughput-speedup-analysis"
10543
10544 - type: "plot"
10545   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10546   algorithm: "plot_throughput_speedup_analysis_name"
10547   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10548   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10549   include:
10550     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10551     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10552     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10553   layout:
10554     title: "2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr"
10555     layout: "plot-throughput-speedup-analysis"
10556
10557 - type: "plot"
10558   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10559   algorithm: "plot_throughput_speedup_analysis_name"
10560   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10561   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10562   include:
10563     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10564     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10565     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10566   layout:
10567     title: "2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr"
10568     layout: "plot-throughput-speedup-analysis"
10569
10570 - type: "plot"
10571   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10572   algorithm: "plot_throughput_speedup_analysis_name"
10573   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10574   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10575   include:
10576     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10577     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10578     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
10579     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
10580     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10581   layout:
10582     title: "2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr"
10583     layout: "plot-throughput-speedup-analysis"
10584
10585 - type: "plot"
10586   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10587   algorithm: "plot_throughput_speedup_analysis_name"
10588   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10589   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10590   include:
10591     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10592     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10593     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
10594     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
10595     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10596   layout:
10597     title: "2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr"
10598     layout: "plot-throughput-speedup-analysis"
10599
10600 - type: "plot"
10601   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10602   algorithm: "plot_throughput_speedup_analysis_name"
10603   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10604   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10605   include:
10606     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10607     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10608     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10609   layout:
10610     title: "3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr"
10611     layout: "plot-throughput-speedup-analysis"
10612
10613 - type: "plot"
10614   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10615   algorithm: "plot_throughput_speedup_analysis_name"
10616   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10617   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10618   include:
10619     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10620     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10621     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10622   layout:
10623     title: "3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr"
10624     layout: "plot-throughput-speedup-analysis"
10625
10626 - type: "plot"
10627   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10628   algorithm: "plot_throughput_speedup_analysis_name"
10629   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10630   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10631   include:
10632     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10633     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10634     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10635   layout:
10636     title: "3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr"
10637     layout: "plot-throughput-speedup-analysis"
10638
10639 - type: "plot"
10640   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10641   algorithm: "plot_throughput_speedup_analysis_name"
10642   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10643   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10644   include:
10645     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10646     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10647     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10648   layout:
10649     title: "3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr"
10650     layout: "plot-throughput-speedup-analysis"
10651
10652 - type: "plot"
10653   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10654   algorithm: "plot_throughput_speedup_analysis_name"
10655   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10656   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10657   include:
10658     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10659     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10660     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
10661     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
10662     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10663   layout:
10664     title: "3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr"
10665     layout: "plot-throughput-speedup-analysis"
10666
10667 - type: "plot"
10668   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10669   algorithm: "plot_throughput_speedup_analysis_name"
10670   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10671   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10672   include:
10673     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10674     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10675     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
10676     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
10677     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10678   layout:
10679     title: "3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr"
10680     layout: "plot-throughput-speedup-analysis"
10681
10682 - type: "plot"
10683   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
10684   algorithm: "plot_throughput_speedup_analysis_name"
10685   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
10686   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10687   include:
10688     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10689     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10690     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10691     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10692     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10693     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10694   layout:
10695     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr"
10696     layout: "plot-throughput-speedup-analysis"
10697
10698 - type: "plot"
10699   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
10700   algorithm: "plot_throughput_speedup_analysis_name"
10701   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
10702   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10703   include:
10704     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10705     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10706     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10707     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10708     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
10709     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10710   layout:
10711     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr"
10712     layout: "plot-throughput-speedup-analysis"
10713
10714 - type: "plot"
10715   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr-tsa"
10716   algorithm: "plot_throughput_speedup_analysis_name"
10717   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr-tsa"
10718   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10719   include:
10720     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
10721     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10722     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
10723     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10724   layout:
10725     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr"
10726     layout: "plot-throughput-speedup-analysis"
10727
10728 - type: "plot"
10729   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr-tsa"
10730   algorithm: "plot_throughput_speedup_analysis_name"
10731   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr-tsa"
10732   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10733   include:
10734     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
10735     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10736     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10737     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10738   layout:
10739     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr"
10740     layout: "plot-throughput-speedup-analysis"
10741
10742 - type: "plot"
10743   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr-tsa"
10744   algorithm: "plot_throughput_speedup_analysis_name"
10745   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr-tsa"
10746   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10747   include:
10748     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10749     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10750     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10751     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10752     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10753     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10754   layout:
10755     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr"
10756     layout: "plot-throughput-speedup-analysis"
10757
10758 - type: "plot"
10759   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr-tsa"
10760   algorithm: "plot_throughput_speedup_analysis_name"
10761   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr-tsa"
10762   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10763   include:
10764     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10765     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10766     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10767     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10768     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10769     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10770   layout:
10771     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr"
10772     layout: "plot-throughput-speedup-analysis"
10773
10774 - type: "plot"
10775   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
10776   algorithm: "plot_throughput_speedup_analysis_name"
10777   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
10778   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10779   include:
10780     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
10781     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
10782     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
10783     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
10784     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10785     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
10786   layout:
10787     title: "2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr"
10788     layout: "plot-throughput-speedup-analysis"
10789
10790 - type: "plot"
10791   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
10792   algorithm: "plot_throughput_speedup_analysis_name"
10793   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
10794   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10795   include:
10796     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
10797     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
10798     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
10799     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
10800     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10801     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
10802   layout:
10803     title: "2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr"
10804     layout: "plot-throughput-speedup-analysis"
10805
10806 - type: "plot"
10807   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
10808   algorithm: "plot_throughput_speedup_analysis_name"
10809   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
10810   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10811   include:
10812     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
10813     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
10814     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
10815     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
10816   layout:
10817     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
10818     layout: "plot-throughput-speedup-analysis"
10819
10820 - type: "plot"
10821   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
10822   algorithm: "plot_throughput_speedup_analysis_name"
10823   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
10824   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10825   include:
10826     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
10827     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
10828     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
10829     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
10830   layout:
10831     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
10832     layout: "plot-throughput-speedup-analysis"
10833
10834 - type: "plot"
10835   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
10836   algorithm: "plot_throughput_speedup_analysis_name"
10837   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
10838   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10839   include:
10840     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
10841     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
10842     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
10843     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
10844     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10845   layout:
10846     title: "2n-skx-xxv710-64b-l2switching-base-i40e-ndr"
10847     layout: "plot-throughput-speedup-analysis"
10848
10849 - type: "plot"
10850   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
10851   algorithm: "plot_throughput_speedup_analysis_name"
10852   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
10853   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10854   include:
10855     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
10856     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
10857     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
10858     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
10859     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10860   layout:
10861     title: "2n-skx-xxv710-64b-l2switching-base-i40e-pdr"
10862     layout: "plot-throughput-speedup-analysis"
10863
10864 - type: "plot"
10865   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
10866   algorithm: "plot_throughput_speedup_analysis_name"
10867   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
10868   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10869   include:
10870     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10871     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
10872     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
10873     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
10874   layout:
10875     title: "2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr"
10876     layout: "plot-throughput-speedup-analysis"
10877
10878 - type: "plot"
10879   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
10880   algorithm: "plot_throughput_speedup_analysis_name"
10881   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
10882   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10883   include:
10884     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10885     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
10886     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
10887     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
10888   layout:
10889     title: "2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr"
10890     layout: "plot-throughput-speedup-analysis"
10891
10892 - type: "plot"
10893   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr-tsa"
10894   algorithm: "plot_throughput_speedup_analysis_name"
10895   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr-tsa"
10896   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10897   include:
10898     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
10899     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
10900     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
10901     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
10902     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10903     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
10904   layout:
10905     title: "3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr"
10906     layout: "plot-throughput-speedup-analysis"
10907
10908 - type: "plot"
10909   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr-tsa"
10910   algorithm: "plot_throughput_speedup_analysis_name"
10911   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr-tsa"
10912   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10913   include:
10914     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
10915     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
10916     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
10917     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
10918     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10919     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
10920   layout:
10921     title: "3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr"
10922     layout: "plot-throughput-speedup-analysis"
10923
10924 - type: "plot"
10925   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
10926   algorithm: "plot_throughput_speedup_analysis_name"
10927   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
10928   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10929   include:
10930     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
10931     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
10932     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
10933     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10934     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
10935   layout:
10936     title: "3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr"
10937     layout: "plot-throughput-speedup-analysis"
10938
10939 - type: "plot"
10940   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
10941   algorithm: "plot_throughput_speedup_analysis_name"
10942   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
10943   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10944   include:
10945     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
10946     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
10947     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
10948     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10949     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
10950   layout:
10951     title: "3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr"
10952     layout: "plot-throughput-speedup-analysis"
10953
10954 - type: "plot"
10955   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
10956   algorithm: "plot_throughput_speedup_analysis_name"
10957   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
10958   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10959   include:
10960     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
10961     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
10962     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
10963   layout:
10964     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
10965     layout: "plot-throughput-speedup-analysis"
10966
10967 - type: "plot"
10968   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
10969   algorithm: "plot_throughput_speedup_analysis_name"
10970   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
10971   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10972   include:
10973     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
10974     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
10975     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
10976   layout:
10977     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
10978     layout: "plot-throughput-speedup-analysis"
10979
10980 - type: "plot"
10981   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
10982   algorithm: "plot_throughput_speedup_analysis_name"
10983   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
10984   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10985   include:
10986     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
10987     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
10988     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
10989     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10990   layout:
10991     title: "3n-skx-xxv710-64b-l2switching-base-i40e-ndr"
10992     layout: "plot-throughput-speedup-analysis"
10993
10994 - type: "plot"
10995   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
10996   algorithm: "plot_throughput_speedup_analysis_name"
10997   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
10998   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10999   include:
11000     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
11001     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11002     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11003     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11004   layout:
11005     title: "3n-skx-xxv710-64b-l2switching-base-i40e-pdr"
11006     layout: "plot-throughput-speedup-analysis"
11007
11008 - type: "plot"
11009   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
11010   algorithm: "plot_throughput_speedup_analysis_name"
11011   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
11012   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11013   include:
11014     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
11015     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11016     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11017     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
11018     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
11019     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11020   layout:
11021     title: "3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr"
11022     layout: "plot-throughput-speedup-analysis"
11023
11024 - type: "plot"
11025   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
11026   algorithm: "plot_throughput_speedup_analysis_name"
11027   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
11028   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11029   include:
11030     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
11031     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11032     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11033     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
11034     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
11035     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11036   layout:
11037     title: "3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr"
11038     layout: "plot-throughput-speedup-analysis"
11039
11040 - type: "plot"
11041   title: "Speedup: 3n-skx-xxv710-64b-feature-l2switching-base-i40e-ndr-tsa"
11042   algorithm: "plot_throughput_speedup_analysis_name"
11043   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-feature-l2switching-base-i40e-ndr-tsa"
11044   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11045   include:
11046     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11047     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11048     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11049     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11050     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11051     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11052   layout:
11053     title: "3n-skx-xxv710-64b-feature-l2switching-base-i40e-ndr"
11054     layout: "plot-throughput-speedup-analysis"
11055
11056 - type: "plot"
11057   title: "Speedup: 3n-skx-xxv710-64b-feature-l2switching-base-i40e-pdr-tsa"
11058   algorithm: "plot_throughput_speedup_analysis_name"
11059   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-feature-l2switching-base-i40e-pdr-tsa"
11060   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11061   include:
11062     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11063     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11064     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11065     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11066     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11067     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11068   layout:
11069     title: "3n-skx-xxv710-64b-feature-l2switching-base-i40e-pdr"
11070     layout: "plot-throughput-speedup-analysis"
11071
11072 - type: "plot"
11073   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
11074   algorithm: "plot_throughput_speedup_analysis_name"
11075   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
11076   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11077   include:
11078     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11079     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11080     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11081     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11082     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11083     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11084   layout:
11085     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-ndr"
11086     layout: "plot-throughput-speedup-analysis"
11087
11088 - type: "plot"
11089   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
11090   algorithm: "plot_throughput_speedup_analysis_name"
11091   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
11092   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11093   include:
11094     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11095     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11096     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11097     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11098     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11099     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11100   layout:
11101     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-pdr"
11102     layout: "plot-throughput-speedup-analysis"
11103
11104 - type: "plot"
11105   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
11106   algorithm: "plot_throughput_speedup_analysis_name"
11107   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
11108   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11109   include:
11110     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11111     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11112     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11113     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11114     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11115     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11116   layout:
11117     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-ndr"
11118     layout: "plot-throughput-speedup-analysis"
11119
11120 - type: "plot"
11121   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
11122   algorithm: "plot_throughput_speedup_analysis_name"
11123   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
11124   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11125   include:
11126     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11127     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11128     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11129     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11130     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11131     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11132   layout:
11133     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-pdr"
11134     layout: "plot-throughput-speedup-analysis"
11135
11136 - type: "plot"
11137   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
11138   algorithm: "plot_throughput_speedup_analysis_name"
11139   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
11140   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
11141   include:
11142     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11143     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11144     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11145     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11146   layout:
11147     title: "2n-skx-xxv710-64b-vhost-base-i40e-ndr"
11148     layout: "plot-throughput-speedup-analysis"
11149
11150 - type: "plot"
11151   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
11152   algorithm: "plot_throughput_speedup_analysis_name"
11153   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
11154   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
11155   include:
11156     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11157     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11158     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11159     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11160   layout:
11161     title: "2n-skx-xxv710-64b-vhost-base-i40e-pdr"
11162     layout: "plot-throughput-speedup-analysis"
11163
11164 - type: "plot"
11165   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-ndr-tsa"
11166   algorithm: "plot_throughput_speedup_analysis_name"
11167   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-ndr-tsa"
11168   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
11169   include:
11170     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11171     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11172     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11173     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11174   layout:
11175     title: "3n-hsw-xl710-64b-vhost-base-i40e-ndr"
11176     layout: "plot-throughput-speedup-analysis"
11177
11178 - type: "plot"
11179   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-pdr-tsa"
11180   algorithm: "plot_throughput_speedup_analysis_name"
11181   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-pdr-tsa"
11182   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
11183   include:
11184     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11185     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11186     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11187     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11188   layout:
11189     title: "3n-hsw-xl710-64b-vhost-base-i40e-pdr"
11190     layout: "plot-throughput-speedup-analysis"
11191
11192 #- type: "plot"
11193 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
11194 #  algorithm: "plot_throughput_speedup_analysis_name"
11195 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
11196 #  data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
11197 #  include:
11198 #    - ""
11199 #  layout:
11200 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-i40e-ndr"
11201 #    layout: "plot-throughput-speedup-analysis"
11202 #
11203 #- type: "plot"
11204 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
11205 #  algorithm: "plot_throughput_speedup_analysis_name"
11206 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
11207 #  data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
11208 #  include:
11209 #    - ""
11210 #  layout:
11211 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-i40e-pdr"
11212 #    layout: "plot-throughput-speedup-analysis"
11213
11214 - type: "plot"
11215   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
11216   algorithm: "plot_throughput_speedup_analysis_name"
11217   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
11218   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11219   include:
11220     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11221     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11222     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11223     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11224     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11225   layout:
11226     title: "3n-skx-xxv710-64b-vhost-base-i40e-ndr"
11227     layout: "plot-throughput-speedup-analysis"
11228
11229 - type: "plot"
11230   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
11231   algorithm: "plot_throughput_speedup_analysis_name"
11232   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
11233   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
11234   include:
11235     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11236     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11237     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11238     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11239     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11240   layout:
11241     title: "3n-skx-xxv710-64b-vhost-base-i40e-pdr"
11242     layout: "plot-throughput-speedup-analysis"
11243
11244 - type: "plot"
11245   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
11246   algorithm: "plot_throughput_speedup_analysis_name"
11247   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
11248   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
11249   include:
11250     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11251     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11252     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11253     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11254     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11255     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11256   layout:
11257     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr"
11258     layout: "plot-throughput-speedup-analysis"
11259
11260 - type: "plot"
11261   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
11262   algorithm: "plot_throughput_speedup_analysis_name"
11263   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
11264   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
11265   include:
11266     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11267     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11268     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11269     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11270     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11271     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11272   layout:
11273     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr"
11274     layout: "plot-throughput-speedup-analysis"
11275
11276 - type: "plot"
11277   title: "Speedup: 3n-hsw-xl710-114b-vts-l2switching-base-i40e-ndr-tsa"
11278   algorithm: "plot_throughput_speedup_analysis_name"
11279   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-vts-l2switching-base-i40e-ndr-tsa"
11280   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11281   include:
11282     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
11283     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
11284     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
11285   layout:
11286     title: "3n-hsw-xl710-114b-vts-l2switching-base-i40e-ndr"
11287     layout: "plot-throughput-speedup-analysis"
11288
11289 - type: "plot"
11290   title: "Speedup: 3n-hsw-xl710-114b-vts-l2switching-base-i40e-pdr-tsa"
11291   algorithm: "plot_throughput_speedup_analysis_name"
11292   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-vts-l2switching-base-i40e-pdr-tsa"
11293   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11294   include:
11295     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
11296     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
11297     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
11298   layout:
11299     title: "3n-hsw-xl710-114b-vts-l2switching-base-i40e-pdr"
11300     layout: "plot-throughput-speedup-analysis"
11301
11302 - type: "plot"
11303   title: "Speedup: 3n-skx-xxv710-114b-vts-l2switching-base-i40e-ndr-tsa"
11304   algorithm: "plot_throughput_speedup_analysis_name"
11305   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-vts-l2switching-base-i40e-ndr-tsa"
11306   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11307   include:
11308     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
11309     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
11310     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
11311   layout:
11312     title: "3n-skx-xxv710-114b-vts-l2switching-base-i40e-ndr"
11313     layout: "plot-throughput-speedup-analysis"
11314
11315 - type: "plot"
11316   title: "Speedup: 3n-skx-xxv710-114b-vts-l2switching-base-i40e-pdr-tsa"
11317   algorithm: "plot_throughput_speedup_analysis_name"
11318   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-vts-l2switching-base-i40e-pdr-tsa"
11319   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11320   include:
11321     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
11322     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
11323     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
11324   layout:
11325     title: "3n-skx-xxv710-114b-vts-l2switching-base-i40e-pdr"
11326     layout: "plot-throughput-speedup-analysis"
11327
11328 - type: "plot"
11329   title: "Speedup: 3n-tsh-x520-64b-memif-base-i40e-ndr-tsa"
11330   algorithm: "plot_throughput_speedup_analysis_name"
11331   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-i40e-ndr-tsa"
11332   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11333   include:
11334     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11335     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11336     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11337     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11338     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11339   layout:
11340     title: "3n-tsh-x520-64b-memif-base-i40e-ndr"
11341     layout: "plot-throughput-speedup-analysis"
11342
11343 - type: "plot"
11344   title: "Speedup: 3n-tsh-x520-64b-memif-base-i40e-pdr-tsa"
11345   algorithm: "plot_throughput_speedup_analysis_name"
11346   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-i40e-pdr-tsa"
11347   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11348   include:
11349     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11350     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11351     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11352     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11353     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11354   layout:
11355     title: "3n-tsh-x520-64b-memif-base-i40e-pdr"
11356     layout: "plot-throughput-speedup-analysis"
11357
11358 - type: "plot"
11359   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-i40e-ndr-tsa"
11360   algorithm: "plot_throughput_speedup_analysis_name"
11361   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-i40e-ndr-tsa"
11362   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11363   include:
11364     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
11365     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11366     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
11367     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
11368     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
11369   layout:
11370     title: "3n-tsh-x520-64b-ip4routing-base-scale-i40e-ndr"
11371     layout: "plot-throughput-speedup-analysis"
11372
11373 - type: "plot"
11374   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-i40e-pdr-tsa"
11375   algorithm: "plot_throughput_speedup_analysis_name"
11376   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-i40e-pdr-tsa"
11377   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11378   include:
11379     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
11380     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11381     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
11382     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
11383     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
11384   layout:
11385     title: "3n-tsh-x520-64b-ip4routing-base-scale-i40e-pdr"
11386     layout: "plot-throughput-speedup-analysis"
11387
11388 - type: "plot"
11389   title: "Speedup: 3n-tsh-x520-64b-feature-ip4routing-base-i40e-ndr-tsa"
11390   algorithm: "plot_throughput_speedup_analysis_name"
11391   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-feature-ip4routing-base-i40e-ndr-tsa"
11392   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11393   include:
11394     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11395     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11396     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11397     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11398     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11399     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
11400   layout:
11401     title: "3n-tsh-x520-64b-feature-ip4routing-base-i40e-ndr"
11402     layout: "plot-throughput-speedup-analysis"
11403
11404 - type: "plot"
11405   title: "Speedup: 3n-tsh-x520-64b-feature-ip4routing-base-i40e-pdr-tsa"
11406   algorithm: "plot_throughput_speedup_analysis_name"
11407   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-feature-ip4routing-base-i40e-pdr-tsa"
11408   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11409   include:
11410     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11411     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11412     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11413     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11414     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11415     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
11416   layout:
11417     title: "3n-tsh-x520-64b-feature-ip4routing-base-i40e-pdr"
11418     layout: "plot-throughput-speedup-analysis"
11419
11420 - type: "plot"
11421   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-i40e-ndr-tsa"
11422   algorithm: "plot_throughput_speedup_analysis_name"
11423   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-i40e-ndr-tsa"
11424   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11425   include:
11426     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
11427     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11428     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11429     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11430   layout:
11431     title: "3n-tsh-x520-64b-ip4tunnel-base-i40e-ndr"
11432     layout: "plot-throughput-speedup-analysis"
11433
11434 - type: "plot"
11435   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-i40e-pdr-tsa"
11436   algorithm: "plot_throughput_speedup_analysis_name"
11437   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-i40e-pdr-tsa"
11438   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11439   include:
11440     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
11441     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11442     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11443     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11444   layout:
11445     title: "3n-tsh-x520-64b-ip4tunnel-base-i40e-pdr"
11446     layout: "plot-throughput-speedup-analysis"
11447
11448 - type: "plot"
11449   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-i40e-ndr-tsa"
11450   algorithm: "plot_throughput_speedup_analysis_name"
11451   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-i40e-ndr-tsa"
11452   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11453   include:
11454     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
11455     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
11456     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
11457     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
11458     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
11459   layout:
11460     title: "3n-tsh-x520-78b-ip6routing-base-scale-i40e-ndr"
11461     layout: "plot-throughput-speedup-analysis"
11462
11463 - type: "plot"
11464   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-i40e-pdr-tsa"
11465   algorithm: "plot_throughput_speedup_analysis_name"
11466   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-i40e-pdr-tsa"
11467   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11468   include:
11469     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
11470     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
11471     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
11472     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
11473     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
11474   layout:
11475     title: "3n-tsh-x520-78b-ip6routing-base-scale-i40e-pdr"
11476     layout: "plot-throughput-speedup-analysis"
11477
11478 - type: "plot"
11479   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
11480   algorithm: "plot_throughput_speedup_analysis_name"
11481   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
11482   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11483   include:
11484     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11485     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11486     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11487     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11488     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11489     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11490   layout:
11491     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr"
11492     layout: "plot-throughput-speedup-analysis"
11493
11494 - type: "plot"
11495   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
11496   algorithm: "plot_throughput_speedup_analysis_name"
11497   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
11498   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11499   include:
11500     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11501     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11502     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11503     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11504     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11505     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11506   layout:
11507     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr"
11508     layout: "plot-throughput-speedup-analysis"
11509
11510 - type: "plot"
11511   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-i40e-ndr-tsa"
11512   algorithm: "plot_throughput_speedup_analysis_name"
11513   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-i40e-ndr-tsa"
11514   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11515   include:
11516     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
11517     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11518     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11519     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11520   layout:
11521     title: "3n-tsh-x520-64b-l2switching-base-i40e-ndr"
11522     layout: "plot-throughput-speedup-analysis"
11523
11524 - type: "plot"
11525   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-i40e-pdr-tsa"
11526   algorithm: "plot_throughput_speedup_analysis_name"
11527   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-i40e-pdr-tsa"
11528   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11529   include:
11530     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
11531     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11532     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11533     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11534   layout:
11535     title: "3n-tsh-x520-64b-l2switching-base-i40e-pdr"
11536     layout: "plot-throughput-speedup-analysis"
11537
11538 - type: "plot"
11539   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-i40e-ndr-tsa"
11540   algorithm: "plot_throughput_speedup_analysis_name"
11541   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-i40e-ndr-tsa"
11542   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11543   include:
11544     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
11545     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11546     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11547     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
11548     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
11549     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11550   layout:
11551     title: "3n-tsh-x520-64b-l2switching-base-scale-i40e-ndr"
11552     layout: "plot-throughput-speedup-analysis"
11553
11554 - type: "plot"
11555   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-i40e-pdr-tsa"
11556   algorithm: "plot_throughput_speedup_analysis_name"
11557   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-i40e-pdr-tsa"
11558   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11559   include:
11560     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
11561     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11562     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11563     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
11564     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
11565     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11566   layout:
11567     title: "3n-tsh-x520-64b-l2switching-base-scale-i40e-pdr"
11568     layout: "plot-throughput-speedup-analysis"
11569
11570 - type: "plot"
11571   title: "Speedup: 3n-tsh-x520-64b-feature-l2switching-base-i40e-ndr-tsa"
11572   algorithm: "plot_throughput_speedup_analysis_name"
11573   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-feature-l2switching-base-i40e-ndr-tsa"
11574   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11575   include:
11576     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11577     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11578     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11579     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11580     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11581     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11582   layout:
11583     title: "3n-tsh-x520-64b-feature-l2switching-base-i40e-ndr"
11584     layout: "plot-throughput-speedup-analysis"
11585
11586 - type: "plot"
11587   title: "Speedup: 3n-tsh-x520-64b-feature-l2switching-base-i40e-pdr-tsa"
11588   algorithm: "plot_throughput_speedup_analysis_name"
11589   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-feature-l2switching-base-i40e-pdr-tsa"
11590   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11591   include:
11592     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11593     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11594     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11595     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11596     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11597     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11598   layout:
11599     title: "3n-tsh-x520-64b-feature-l2switching-base-i40e-pdr"
11600     layout: "plot-throughput-speedup-analysis"
11601
11602 - type: "plot"
11603   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-i40e-ndr-tsa"
11604   algorithm: "plot_throughput_speedup_analysis_name"
11605   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-i40e-ndr-tsa"
11606   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11607   include:
11608     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11609     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11610     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11611     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11612     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11613     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11614   layout:
11615     title: "3n-tsh-x520-78b-srv6-ip6routing-base-i40e-ndr"
11616     layout: "plot-throughput-speedup-analysis"
11617
11618 - type: "plot"
11619   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-i40e-pdr-tsa"
11620   algorithm: "plot_throughput_speedup_analysis_name"
11621   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-i40e-pdr-tsa"
11622   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11623   include:
11624     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11625     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11626     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11627     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11628     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11629     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11630   layout:
11631     title: "3n-tsh-x520-78b-srv6-ip6routing-base-i40e-pdr"
11632     layout: "plot-throughput-speedup-analysis"
11633
11634 - type: "plot"
11635   title: "Speedup: 3n-tsh-x520-64b-vhost-base-i40e-ndr-tsa"
11636   algorithm: "plot_throughput_speedup_analysis_name"
11637   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-i40e-ndr-tsa"
11638   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11639   include:
11640     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11641     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11642     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11643     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11644     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11645   layout:
11646     title: "3n-tsh-x520-64b-vhost-base-i40e-ndr"
11647     layout: "plot-throughput-speedup-analysis"
11648
11649 - type: "plot"
11650   title: "Speedup: 3n-tsh-x520-64b-vhost-base-i40e-pdr-tsa"
11651   algorithm: "plot_throughput_speedup_analysis_name"
11652   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-i40e-pdr-tsa"
11653   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11654   include:
11655     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11656     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11657     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11658     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11659     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11660   layout:
11661     title: "3n-tsh-x520-64b-vhost-base-i40e-pdr"
11662     layout: "plot-throughput-speedup-analysis"
11663
11664 - type: "plot"
11665   title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-i40e-ndr-tsa"
11666   algorithm: "plot_throughput_speedup_analysis_name"
11667   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-i40e-ndr-tsa"
11668   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11669   include:
11670     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11671     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11672     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11673     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11674     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11675     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11676   layout:
11677     title: "3n-tsh-x520-64b-link-bonding-vhost-base-i40e-ndr"
11678     layout: "plot-throughput-speedup-analysis"
11679
11680 - type: "plot"
11681   title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-i40e-pdr-tsa"
11682   algorithm: "plot_throughput_speedup_analysis_name"
11683   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-i40e-pdr-tsa"
11684   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11685   include:
11686     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11687     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11688     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11689     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11690     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11691     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11692   layout:
11693     title: "3n-tsh-x520-64b-link-bonding-vhost-base-i40e-pdr"
11694     layout: "plot-throughput-speedup-analysis"
11695
11696 - type: "plot"
11697   title: "Speedup: 3n-tsh-x520-114b-vts-l2switching-base-i40e-ndr-tsa"
11698   algorithm: "plot_throughput_speedup_analysis_name"
11699   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-vts-l2switching-base-i40e-ndr-tsa"
11700   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11701   include:
11702     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
11703     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
11704     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
11705   layout:
11706     title: "3n-tsh-x520-114b-vts-l2switching-base-i40e-ndr"
11707     layout: "plot-throughput-speedup-analysis"
11708
11709 - type: "plot"
11710   title: "Speedup: 3n-tsh-x520-114b-vts-l2switching-base-i40e-pdr-tsa"
11711   algorithm: "plot_throughput_speedup_analysis_name"
11712   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-vts-l2switching-base-i40e-pdr-tsa"
11713   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11714   include:
11715     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
11716     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
11717     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
11718   layout:
11719     title: "3n-tsh-x520-114b-vts-l2switching-base-i40e-pdr"
11720     layout: "plot-throughput-speedup-analysis"
11721
11722 ################################################################################
11723
11724 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
11725 - type: "plot"
11726   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
11727   algorithm: "plot_performance_box"
11728   output-file-type: ".html"
11729   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
11730   data: "plot-dpdk-throughput-latency-3n-hsw"
11731   filter: "'NIC_Intel-X520-DA2' and
11732            '64B' and
11733            'BASE' and
11734            'NDRPDR' and
11735            '1T1C' and
11736            'IP4FWD'"
11737   parameters:
11738   - "throughput"
11739   - "parent"
11740   - "tags"
11741   traces:
11742     hoverinfo: "x+y"
11743     boxpoints: "outliers"
11744     whiskerwidth: 0
11745   layout:
11746     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
11747     layout: "plot-throughput"
11748
11749 - type: "plot"
11750   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
11751   algorithm: "plot_performance_box"
11752   output-file-type: ".html"
11753   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
11754   data: "plot-dpdk-throughput-latency-3n-hsw"
11755   filter: "'NIC_Intel-X520-DA2' and
11756            '64B' and
11757            'BASE' and
11758            'NDRPDR' and
11759            '2T2C' and
11760            'IP4FWD'"
11761   parameters:
11762   - "throughput"
11763   - "parent"
11764   - "tags"
11765   traces:
11766     hoverinfo: "x+y"
11767     boxpoints: "outliers"
11768     whiskerwidth: 0
11769   layout:
11770     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
11771     layout: "plot-throughput"
11772
11773 - type: "plot"
11774   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
11775   algorithm: "plot_performance_box"
11776   output-file-type: ".html"
11777   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
11778   data: "plot-dpdk-throughput-latency-3n-hsw"
11779   filter: "'NIC_Intel-X520-DA2' and
11780            '64B' and
11781            'BASE' and
11782            'NDRPDR' and
11783            '1T1C' and
11784            'IP4FWD'"
11785   parameters:
11786   - "throughput"
11787   - "parent"
11788   - "tags"
11789   traces:
11790     hoverinfo: "x+y"
11791     boxpoints: "outliers"
11792     whiskerwidth: 0
11793   layout:
11794     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
11795     layout: "plot-throughput"
11796
11797 - type: "plot"
11798   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
11799   algorithm: "plot_performance_box"
11800   output-file-type: ".html"
11801   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
11802   data: "plot-dpdk-throughput-latency-3n-hsw"
11803   filter: "'NIC_Intel-X520-DA2' and
11804            '64B' and
11805            'BASE' and
11806            'NDRPDR' and
11807            '2T2C' and
11808            'IP4FWD'"
11809   parameters:
11810   - "throughput"
11811   - "parent"
11812   - "tags"
11813   traces:
11814     hoverinfo: "x+y"
11815     boxpoints: "outliers"
11816     whiskerwidth: 0
11817   layout:
11818     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
11819     layout: "plot-throughput"
11820
11821 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
11822 - type: "plot"
11823   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
11824   algorithm: "plot_performance_box"
11825   output-file-type: ".html"
11826   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
11827   data: "plot-dpdk-throughput-latency-3n-hsw"
11828   filter: "'NIC_Intel-X710' and
11829            '64B' and
11830            'BASE' and
11831            'NDRPDR' and
11832            '1T1C' and
11833            'IP4FWD'"
11834   parameters:
11835   - "throughput"
11836   - "parent"
11837   - "tags"
11838   traces:
11839     hoverinfo: "x+y"
11840     boxpoints: "outliers"
11841     whiskerwidth: 0
11842   layout:
11843     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
11844     layout: "plot-throughput"
11845
11846 - type: "plot"
11847   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
11848   algorithm: "plot_performance_box"
11849   output-file-type: ".html"
11850   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
11851   data: "plot-dpdk-throughput-latency-3n-hsw"
11852   filter: "'NIC_Intel-X710' and
11853            '64B' and
11854            'BASE' and
11855            'NDRPDR' and
11856            '2T2C' and
11857            'IP4FWD'"
11858   parameters:
11859   - "throughput"
11860   - "parent"
11861   - "tags"
11862   traces:
11863     hoverinfo: "x+y"
11864     boxpoints: "outliers"
11865     whiskerwidth: 0
11866   layout:
11867     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
11868     layout: "plot-throughput"
11869
11870 - type: "plot"
11871   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
11872   algorithm: "plot_performance_box"
11873   output-file-type: ".html"
11874   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
11875   data: "plot-dpdk-throughput-latency-3n-hsw"
11876   filter: "'NIC_Intel-X710' and
11877            '64B' and
11878            'BASE' and
11879            'NDRPDR' and
11880            '1T1C' and
11881            'IP4FWD'"
11882   parameters:
11883   - "throughput"
11884   - "parent"
11885   - "tags"
11886   traces:
11887     hoverinfo: "x+y"
11888     boxpoints: "outliers"
11889     whiskerwidth: 0
11890   layout:
11891     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
11892     layout: "plot-throughput"
11893
11894 - type: "plot"
11895   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
11896   algorithm: "plot_performance_box"
11897   output-file-type: ".html"
11898   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
11899   data: "plot-dpdk-throughput-latency-3n-hsw"
11900   filter: "'NIC_Intel-X710' and
11901            '64B' and
11902            'BASE' and
11903            'NDRPDR' and
11904            '2T2C' and
11905            'IP4FWD'"
11906   parameters:
11907   - "throughput"
11908   - "parent"
11909   - "tags"
11910   traces:
11911     hoverinfo: "x+y"
11912     boxpoints: "outliers"
11913     whiskerwidth: 0
11914   layout:
11915     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
11916     layout: "plot-throughput"
11917
11918 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
11919 - type: "plot"
11920   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
11921   algorithm: "plot_performance_box"
11922   output-file-type: ".html"
11923   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
11924   data: "plot-dpdk-throughput-latency-3n-hsw"
11925   filter: "'NIC_Intel-XL710' and
11926            '64B' and
11927            'BASE' and
11928            'NDRPDR' and
11929            '1T1C' and
11930            'IP4FWD'"
11931   parameters:
11932   - "throughput"
11933   - "parent"
11934   - "tags"
11935   traces:
11936     hoverinfo: "x+y"
11937     boxpoints: "outliers"
11938     whiskerwidth: 0
11939   layout:
11940     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
11941     layout: "plot-throughput"
11942
11943 - type: "plot"
11944   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
11945   algorithm: "plot_performance_box"
11946   output-file-type: ".html"
11947   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
11948   data: "plot-dpdk-throughput-latency-3n-hsw"
11949   filter: "'NIC_Intel-XL710' and
11950            '64B' and
11951            'BASE' and
11952            'NDRPDR' and
11953            '2T2C' and
11954            'IP4FWD'"
11955   parameters:
11956   - "throughput"
11957   - "parent"
11958   - "tags"
11959   traces:
11960     hoverinfo: "x+y"
11961     boxpoints: "outliers"
11962     whiskerwidth: 0
11963   layout:
11964     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
11965     layout: "plot-throughput"
11966
11967 - type: "plot"
11968   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
11969   algorithm: "plot_performance_box"
11970   output-file-type: ".html"
11971   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
11972   data: "plot-dpdk-throughput-latency-3n-hsw"
11973   filter: "'NIC_Intel-XL710' and
11974            '64B' and
11975            'BASE' and
11976            'NDRPDR' and
11977            '1T1C' and
11978            'IP4FWD'"
11979   parameters:
11980   - "throughput"
11981   - "parent"
11982   - "tags"
11983   traces:
11984     hoverinfo: "x+y"
11985     boxpoints: "outliers"
11986     whiskerwidth: 0
11987   layout:
11988     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
11989     layout: "plot-throughput"
11990
11991 - type: "plot"
11992   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
11993   algorithm: "plot_performance_box"
11994   output-file-type: ".html"
11995   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
11996   data: "plot-dpdk-throughput-latency-3n-hsw"
11997   filter: "'NIC_Intel-XL710' and
11998            '64B' and
11999            'BASE' and
12000            'NDRPDR' and
12001            '2T2C' and
12002            'IP4FWD'"
12003   parameters:
12004   - "throughput"
12005   - "parent"
12006   - "tags"
12007   traces:
12008     hoverinfo: "x+y"
12009     boxpoints: "outliers"
12010     whiskerwidth: 0
12011   layout:
12012     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
12013     layout: "plot-throughput"
12014
12015 # Packet Throughput - DPDK l3fwd 3n-skx-x710
12016 - type: "plot"
12017   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
12018   algorithm: "plot_performance_box"
12019   output-file-type: ".html"
12020   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
12021   data: "plot-dpdk-throughput-latency-3n-skx"
12022   filter: "'NIC_Intel-X710' and
12023            '64B' and
12024            'BASE' and
12025            'NDRPDR' and
12026            '2T1C' and
12027            'IP4FWD'"
12028   parameters:
12029   - "throughput"
12030   - "parent"
12031   - "tags"
12032   traces:
12033     hoverinfo: "x+y"
12034     boxpoints: "outliers"
12035     whiskerwidth: 0
12036   layout:
12037     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
12038     layout: "plot-throughput"
12039
12040 - type: "plot"
12041   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
12042   algorithm: "plot_performance_box"
12043   output-file-type: ".html"
12044   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
12045   data: "plot-dpdk-throughput-latency-3n-skx"
12046   filter: "'NIC_Intel-X710' and
12047            '64B' and
12048            'BASE' and
12049            'NDRPDR' and
12050            '4T2C' and
12051            'IP4FWD'"
12052   parameters:
12053   - "throughput"
12054   - "parent"
12055   - "tags"
12056   traces:
12057     hoverinfo: "x+y"
12058     boxpoints: "outliers"
12059     whiskerwidth: 0
12060   layout:
12061     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
12062     layout: "plot-throughput"
12063
12064 - type: "plot"
12065   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
12066   algorithm: "plot_performance_box"
12067   output-file-type: ".html"
12068   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
12069   data: "plot-dpdk-throughput-latency-3n-skx"
12070   filter: "'NIC_Intel-X710' and
12071            '64B' and
12072            'BASE' and
12073            'NDRPDR' and
12074            '2T1C' and
12075            'IP4FWD'"
12076   parameters:
12077   - "throughput"
12078   - "parent"
12079   - "tags"
12080   traces:
12081     hoverinfo: "x+y"
12082     boxpoints: "outliers"
12083     whiskerwidth: 0
12084   layout:
12085     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
12086     layout: "plot-throughput"
12087
12088 - type: "plot"
12089   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
12090   algorithm: "plot_performance_box"
12091   output-file-type: ".html"
12092   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
12093   data: "plot-dpdk-throughput-latency-3n-skx"
12094   filter: "'NIC_Intel-X710' and
12095            '64B' and
12096            'BASE' and
12097            'NDRPDR' and
12098            '4T2C' and
12099            'IP4FWD'"
12100   parameters:
12101   - "throughput"
12102   - "parent"
12103   - "tags"
12104   traces:
12105     hoverinfo: "x+y"
12106     boxpoints: "outliers"
12107     whiskerwidth: 0
12108   layout:
12109     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
12110     layout: "plot-throughput"
12111
12112 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
12113 - type: "plot"
12114   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
12115   algorithm: "plot_performance_box"
12116   output-file-type: ".html"
12117   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
12118   data: "plot-dpdk-throughput-latency-3n-skx"
12119   filter: "'NIC_Intel-XXV710' and
12120            '64B' and
12121            'BASE' and
12122            'NDRPDR' and
12123            '2T1C' and
12124            'IP4FWD'"
12125   parameters:
12126   - "throughput"
12127   - "parent"
12128   - "tags"
12129   traces:
12130     hoverinfo: "x+y"
12131     boxpoints: "outliers"
12132     whiskerwidth: 0
12133   layout:
12134     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
12135     layout: "plot-throughput"
12136
12137 - type: "plot"
12138   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
12139   algorithm: "plot_performance_box"
12140   output-file-type: ".html"
12141   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
12142   data: "plot-dpdk-throughput-latency-3n-skx"
12143   filter: "'NIC_Intel-XXV710' and
12144            '64B' and
12145            'BASE' and
12146            'NDRPDR' and
12147            '4T2C' and
12148            'IP4FWD'"
12149   parameters:
12150   - "throughput"
12151   - "parent"
12152   - "tags"
12153   traces:
12154     hoverinfo: "x+y"
12155     boxpoints: "outliers"
12156     whiskerwidth: 0
12157   layout:
12158     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
12159     layout: "plot-throughput"
12160
12161 - type: "plot"
12162   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
12163   algorithm: "plot_performance_box"
12164   output-file-type: ".html"
12165   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
12166   data: "plot-dpdk-throughput-latency-3n-skx"
12167   filter: "'NIC_Intel-XXV710' and
12168            '64B' and
12169            'BASE' and
12170            'NDRPDR' and
12171            '2T1C' and
12172            'IP4FWD'"
12173   parameters:
12174   - "throughput"
12175   - "parent"
12176   - "tags"
12177   traces:
12178     hoverinfo: "x+y"
12179     boxpoints: "outliers"
12180     whiskerwidth: 0
12181   layout:
12182     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
12183     layout: "plot-throughput"
12184
12185 - type: "plot"
12186   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
12187   algorithm: "plot_performance_box"
12188   output-file-type: ".html"
12189   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
12190   data: "plot-dpdk-throughput-latency-3n-skx"
12191   filter: "'NIC_Intel-XXV710' and
12192            '64B' and
12193            'BASE' and
12194            'NDRPDR' and
12195            '4T2C' and
12196            'IP4FWD'"
12197   parameters:
12198   - "throughput"
12199   - "parent"
12200   - "tags"
12201   traces:
12202     hoverinfo: "x+y"
12203     boxpoints: "outliers"
12204     whiskerwidth: 0
12205   layout:
12206     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
12207     layout: "plot-throughput"
12208
12209 # Packet Throughput - DPDK l3fwd 2n-skx-x710
12210 - type: "plot"
12211   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
12212   algorithm: "plot_performance_box"
12213   output-file-type: ".html"
12214   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
12215   data: "plot-dpdk-throughput-latency-2n-skx"
12216   filter: "'NIC_Intel-X710' and
12217            '64B' and
12218            'BASE' and
12219            'NDRPDR' and
12220            '2T1C' and
12221            'IP4FWD'"
12222   parameters:
12223   - "throughput"
12224   - "parent"
12225   - "tags"
12226   traces:
12227     hoverinfo: "x+y"
12228     boxpoints: "outliers"
12229     whiskerwidth: 0
12230   layout:
12231     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
12232     layout: "plot-throughput"
12233
12234 - type: "plot"
12235   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
12236   algorithm: "plot_performance_box"
12237   output-file-type: ".html"
12238   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
12239   data: "plot-dpdk-throughput-latency-2n-skx"
12240   filter: "'NIC_Intel-X710' and
12241            '64B' and
12242            'BASE' and
12243            'NDRPDR' and
12244            '4T2C' and
12245            'IP4FWD'"
12246   parameters:
12247   - "throughput"
12248   - "parent"
12249   - "tags"
12250   traces:
12251     hoverinfo: "x+y"
12252     boxpoints: "outliers"
12253     whiskerwidth: 0
12254   layout:
12255     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
12256     layout: "plot-throughput"
12257
12258 - type: "plot"
12259   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
12260   algorithm: "plot_performance_box"
12261   output-file-type: ".html"
12262   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
12263   data: "plot-dpdk-throughput-latency-2n-skx"
12264   filter: "'NIC_Intel-X710' and
12265            '64B' and
12266            'BASE' and
12267            'NDRPDR' and
12268            '2T1C' and
12269            'IP4FWD'"
12270   parameters:
12271   - "throughput"
12272   - "parent"
12273   - "tags"
12274   traces:
12275     hoverinfo: "x+y"
12276     boxpoints: "outliers"
12277     whiskerwidth: 0
12278   layout:
12279     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
12280     layout: "plot-throughput"
12281
12282 - type: "plot"
12283   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
12284   algorithm: "plot_performance_box"
12285   output-file-type: ".html"
12286   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
12287   data: "plot-dpdk-throughput-latency-2n-skx"
12288   filter: "'NIC_Intel-X710' and
12289            '64B' and
12290            'BASE' and
12291            'NDRPDR' and
12292            '4T2C' and
12293            'IP4FWD'"
12294   parameters:
12295   - "throughput"
12296   - "parent"
12297   - "tags"
12298   traces:
12299     hoverinfo: "x+y"
12300     boxpoints: "outliers"
12301     whiskerwidth: 0
12302   layout:
12303     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
12304     layout: "plot-throughput"
12305
12306 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
12307 - type: "plot"
12308   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
12309   algorithm: "plot_performance_box"
12310   output-file-type: ".html"
12311   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
12312   data: "plot-dpdk-throughput-latency-2n-skx"
12313   filter: "'NIC_Intel-XXV710' and
12314            '64B' and
12315            'BASE' and
12316            'NDRPDR' and
12317            '2T1C' and
12318            'IP4FWD'"
12319   parameters:
12320   - "throughput"
12321   - "parent"
12322   - "tags"
12323   traces:
12324     hoverinfo: "x+y"
12325     boxpoints: "outliers"
12326     whiskerwidth: 0
12327   layout:
12328     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
12329     layout: "plot-throughput"
12330
12331 - type: "plot"
12332   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
12333   algorithm: "plot_performance_box"
12334   output-file-type: ".html"
12335   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
12336   data: "plot-dpdk-throughput-latency-2n-skx"
12337   filter: "'NIC_Intel-XXV710' and
12338            '64B' and
12339            'BASE' and
12340            'NDRPDR' and
12341            '4T2C' and
12342            'IP4FWD'"
12343   parameters:
12344   - "throughput"
12345   - "parent"
12346   - "tags"
12347   traces:
12348     hoverinfo: "x+y"
12349     boxpoints: "outliers"
12350     whiskerwidth: 0
12351   layout:
12352     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
12353     layout: "plot-throughput"
12354
12355 - type: "plot"
12356   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
12357   algorithm: "plot_performance_box"
12358   output-file-type: ".html"
12359   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
12360   data: "plot-dpdk-throughput-latency-2n-skx"
12361   filter: "'NIC_Intel-XXV710' and
12362            '64B' and
12363            'BASE' and
12364            'NDRPDR' and
12365            '2T1C' and
12366            'IP4FWD'"
12367   parameters:
12368   - "throughput"
12369   - "parent"
12370   - "tags"
12371   traces:
12372     hoverinfo: "x+y"
12373     boxpoints: "outliers"
12374     whiskerwidth: 0
12375   layout:
12376     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
12377     layout: "plot-throughput"
12378
12379 - type: "plot"
12380   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
12381   algorithm: "plot_performance_box"
12382   output-file-type: ".html"
12383   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
12384   data: "plot-dpdk-throughput-latency-2n-skx"
12385   filter: "'NIC_Intel-XXV710' and
12386            '64B' and
12387            'BASE' and
12388            'NDRPDR' and
12389            '4T2C' and
12390            'IP4FWD'"
12391   parameters:
12392   - "throughput"
12393   - "parent"
12394   - "tags"
12395   traces:
12396     hoverinfo: "x+y"
12397     boxpoints: "outliers"
12398     whiskerwidth: 0
12399   layout:
12400     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
12401     layout: "plot-throughput"
12402
12403 ################################################################################
12404
12405 # Packet Throughput - DPDK testpmd 3n-hsw-x520
12406 - type: "plot"
12407   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
12408   algorithm: "plot_performance_box"
12409   output-file-type: ".html"
12410   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
12411   data: "plot-dpdk-throughput-latency-3n-hsw"
12412   filter: "'NIC_Intel-X520-DA2' and
12413            '64B' and
12414            'BASE' and
12415            'NDRPDR' and
12416            '1T1C' and
12417            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12418   parameters:
12419   - "throughput"
12420   - "parent"
12421   - "tags"
12422   traces:
12423     hoverinfo: "x+y"
12424     boxpoints: "outliers"
12425     whiskerwidth: 0
12426   layout:
12427     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
12428     layout: "plot-throughput"
12429
12430 - type: "plot"
12431   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
12432   algorithm: "plot_performance_box"
12433   output-file-type: ".html"
12434   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
12435   data: "plot-dpdk-throughput-latency-3n-hsw"
12436   filter: "'NIC_Intel-X520-DA2' and
12437            '64B' and
12438            'BASE' and
12439            'NDRPDR' and
12440            '2T2C' and
12441            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12442   parameters:
12443   - "throughput"
12444   - "parent"
12445   - "tags"
12446   traces:
12447     hoverinfo: "x+y"
12448     boxpoints: "outliers"
12449     whiskerwidth: 0
12450   layout:
12451     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
12452     layout: "plot-throughput"
12453
12454 - type: "plot"
12455   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
12456   algorithm: "plot_performance_box"
12457   output-file-type: ".html"
12458   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
12459   data: "plot-dpdk-throughput-latency-3n-hsw"
12460   filter: "'NIC_Intel-X520-DA2' and
12461            '64B' and
12462            'BASE' and
12463            'NDRPDR' and
12464            '1T1C' and
12465            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12466   parameters:
12467   - "throughput"
12468   - "parent"
12469   - "tags"
12470   traces:
12471     hoverinfo: "x+y"
12472     boxpoints: "outliers"
12473     whiskerwidth: 0
12474   layout:
12475     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
12476     layout: "plot-throughput"
12477
12478 - type: "plot"
12479   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
12480   algorithm: "plot_performance_box"
12481   output-file-type: ".html"
12482   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
12483   data: "plot-dpdk-throughput-latency-3n-hsw"
12484   filter: "'NIC_Intel-X520-DA2' and
12485            '64B' and
12486            'BASE' and
12487            'NDRPDR' and
12488            '2T2C' and
12489            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12490   parameters:
12491   - "throughput"
12492   - "parent"
12493   - "tags"
12494   traces:
12495     hoverinfo: "x+y"
12496     boxpoints: "outliers"
12497     whiskerwidth: 0
12498   layout:
12499     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
12500     layout: "plot-throughput"
12501
12502 # Packet Throughput - DPDK testpmd 3n-hsw-x710
12503 - type: "plot"
12504   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
12505   algorithm: "plot_performance_box"
12506   output-file-type: ".html"
12507   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
12508   data: "plot-dpdk-throughput-latency-3n-hsw"
12509   filter: "'NIC_Intel-X710' and
12510            '64B' and
12511            'BASE' and
12512            'NDRPDR' and
12513            '1T1C' and
12514            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12515   parameters:
12516   - "throughput"
12517   - "parent"
12518   - "tags"
12519   traces:
12520     hoverinfo: "x+y"
12521     boxpoints: "outliers"
12522     whiskerwidth: 0
12523   layout:
12524     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
12525     layout: "plot-throughput"
12526
12527 - type: "plot"
12528   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
12529   algorithm: "plot_performance_box"
12530   output-file-type: ".html"
12531   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
12532   data: "plot-dpdk-throughput-latency-3n-hsw"
12533   filter: "'NIC_Intel-X710' and
12534            '64B' and
12535            'BASE' and
12536            'NDRPDR' and
12537            '2T2C' and
12538            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12539   parameters:
12540   - "throughput"
12541   - "parent"
12542   - "tags"
12543   traces:
12544     hoverinfo: "x+y"
12545     boxpoints: "outliers"
12546     whiskerwidth: 0
12547   layout:
12548     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
12549     layout: "plot-throughput"
12550
12551 - type: "plot"
12552   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
12553   algorithm: "plot_performance_box"
12554   output-file-type: ".html"
12555   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
12556   data: "plot-dpdk-throughput-latency-3n-hsw"
12557   filter: "'NIC_Intel-X710' and
12558            '64B' and
12559            'BASE' and
12560            'NDRPDR' and
12561            '1T1C' and
12562            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12563   parameters:
12564   - "throughput"
12565   - "parent"
12566   - "tags"
12567   traces:
12568     hoverinfo: "x+y"
12569     boxpoints: "outliers"
12570     whiskerwidth: 0
12571   layout:
12572     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
12573     layout: "plot-throughput"
12574
12575 - type: "plot"
12576   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
12577   algorithm: "plot_performance_box"
12578   output-file-type: ".html"
12579   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
12580   data: "plot-dpdk-throughput-latency-3n-hsw"
12581   filter: "'NIC_Intel-X710' and
12582            '64B' and
12583            'BASE' and
12584            'NDRPDR' and
12585            '2T2C' and
12586            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12587   parameters:
12588   - "throughput"
12589   - "parent"
12590   - "tags"
12591   traces:
12592     hoverinfo: "x+y"
12593     boxpoints: "outliers"
12594     whiskerwidth: 0
12595   layout:
12596     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
12597     layout: "plot-throughput"
12598
12599 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
12600 - type: "plot"
12601   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
12602   algorithm: "plot_performance_box"
12603   output-file-type: ".html"
12604   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
12605   data: "plot-dpdk-throughput-latency-3n-hsw"
12606   filter: "'NIC_Intel-XL710' and
12607            '64B' and
12608            'BASE' and
12609            'NDRPDR' and
12610            '1T1C' and
12611            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12612   parameters:
12613   - "throughput"
12614   - "parent"
12615   - "tags"
12616   traces:
12617     hoverinfo: "x+y"
12618     boxpoints: "outliers"
12619     whiskerwidth: 0
12620   layout:
12621     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
12622     layout: "plot-throughput"
12623
12624 - type: "plot"
12625   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
12626   algorithm: "plot_performance_box"
12627   output-file-type: ".html"
12628   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
12629   data: "plot-dpdk-throughput-latency-3n-hsw"
12630   filter: "'NIC_Intel-XL710' and
12631            '64B' and
12632            'BASE' and
12633            'NDRPDR' and
12634            '2T2C' and
12635            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12636   parameters:
12637   - "throughput"
12638   - "parent"
12639   - "tags"
12640   traces:
12641     hoverinfo: "x+y"
12642     boxpoints: "outliers"
12643     whiskerwidth: 0
12644   layout:
12645     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
12646     layout: "plot-throughput"
12647
12648 - type: "plot"
12649   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
12650   algorithm: "plot_performance_box"
12651   output-file-type: ".html"
12652   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
12653   data: "plot-dpdk-throughput-latency-3n-hsw"
12654   filter: "'NIC_Intel-XL710' and
12655            '64B' and
12656            'BASE' and
12657            'NDRPDR' and
12658            '1T1C' and
12659            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12660   parameters:
12661   - "throughput"
12662   - "parent"
12663   - "tags"
12664   traces:
12665     hoverinfo: "x+y"
12666     boxpoints: "outliers"
12667     whiskerwidth: 0
12668   layout:
12669     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
12670     layout: "plot-throughput"
12671
12672 - type: "plot"
12673   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
12674   algorithm: "plot_performance_box"
12675   output-file-type: ".html"
12676   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
12677   data: "plot-dpdk-throughput-latency-3n-hsw"
12678   filter: "'NIC_Intel-XL710' and
12679            '64B' and
12680            'BASE' and
12681            'NDRPDR' and
12682            '2T2C' and
12683            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12684   parameters:
12685   - "throughput"
12686   - "parent"
12687   - "tags"
12688   traces:
12689     hoverinfo: "x+y"
12690     boxpoints: "outliers"
12691     whiskerwidth: 0
12692   layout:
12693     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
12694     layout: "plot-throughput"
12695
12696 # Packet Throughput - DPDK testpmd 3n-skx-x710
12697 - type: "plot"
12698   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
12699   algorithm: "plot_performance_box"
12700   output-file-type: ".html"
12701   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
12702   data: "plot-dpdk-throughput-latency-3n-skx"
12703   filter: "'NIC_Intel-X710' and
12704            '64B' and
12705            'BASE' and
12706            'NDRPDR' and
12707            '2T1C' and
12708            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12709   parameters:
12710   - "throughput"
12711   - "parent"
12712   - "tags"
12713   traces:
12714     hoverinfo: "x+y"
12715     boxpoints: "outliers"
12716     whiskerwidth: 0
12717   layout:
12718     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
12719     layout: "plot-throughput"
12720
12721 - type: "plot"
12722   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
12723   algorithm: "plot_performance_box"
12724   output-file-type: ".html"
12725   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
12726   data: "plot-dpdk-throughput-latency-3n-skx"
12727   filter: "'NIC_Intel-X710' and
12728            '64B' and
12729            'BASE' and
12730            'NDRPDR' and
12731            '4T2C' and
12732            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12733   parameters:
12734   - "throughput"
12735   - "parent"
12736   - "tags"
12737   traces:
12738     hoverinfo: "x+y"
12739     boxpoints: "outliers"
12740     whiskerwidth: 0
12741   layout:
12742     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
12743     layout: "plot-throughput"
12744
12745 - type: "plot"
12746   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
12747   algorithm: "plot_performance_box"
12748   output-file-type: ".html"
12749   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
12750   data: "plot-dpdk-throughput-latency-3n-skx"
12751   filter: "'NIC_Intel-X710' and
12752            '64B' and
12753            'BASE' and
12754            'NDRPDR' and
12755            '2T1C' and
12756            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12757   parameters:
12758   - "throughput"
12759   - "parent"
12760   - "tags"
12761   traces:
12762     hoverinfo: "x+y"
12763     boxpoints: "outliers"
12764     whiskerwidth: 0
12765   layout:
12766     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
12767     layout: "plot-throughput"
12768
12769 - type: "plot"
12770   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
12771   algorithm: "plot_performance_box"
12772   output-file-type: ".html"
12773   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
12774   data: "plot-dpdk-throughput-latency-3n-skx"
12775   filter: "'NIC_Intel-X710' and
12776            '64B' and
12777            'BASE' and
12778            'NDRPDR' and
12779            '4T2C' and
12780            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12781   parameters:
12782   - "throughput"
12783   - "parent"
12784   - "tags"
12785   traces:
12786     hoverinfo: "x+y"
12787     boxpoints: "outliers"
12788     whiskerwidth: 0
12789   layout:
12790     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
12791     layout: "plot-throughput"
12792
12793 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
12794 - type: "plot"
12795   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
12796   algorithm: "plot_performance_box"
12797   output-file-type: ".html"
12798   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
12799   data: "plot-dpdk-throughput-latency-3n-skx"
12800   filter: "'NIC_Intel-XXV710' and
12801            '64B' and
12802            'BASE' and
12803            'NDRPDR' and
12804            '2T1C' and
12805            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12806   parameters:
12807   - "throughput"
12808   - "parent"
12809   - "tags"
12810   traces:
12811     hoverinfo: "x+y"
12812     boxpoints: "outliers"
12813     whiskerwidth: 0
12814   layout:
12815     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
12816     layout: "plot-throughput"
12817
12818 - type: "plot"
12819   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
12820   algorithm: "plot_performance_box"
12821   output-file-type: ".html"
12822   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
12823   data: "plot-dpdk-throughput-latency-3n-skx"
12824   filter: "'NIC_Intel-XXV710' and
12825            '64B' and
12826            'BASE' and
12827            'NDRPDR' and
12828            '4T2C' and
12829            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12830   parameters:
12831   - "throughput"
12832   - "parent"
12833   - "tags"
12834   traces:
12835     hoverinfo: "x+y"
12836     boxpoints: "outliers"
12837     whiskerwidth: 0
12838   layout:
12839     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
12840     layout: "plot-throughput"
12841
12842 - type: "plot"
12843   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
12844   algorithm: "plot_performance_box"
12845   output-file-type: ".html"
12846   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
12847   data: "plot-dpdk-throughput-latency-3n-skx"
12848   filter: "'NIC_Intel-XXV710' and
12849            '64B' and
12850            'BASE' and
12851            'NDRPDR' and
12852            '2T1C' and
12853            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12854   parameters:
12855   - "throughput"
12856   - "parent"
12857   - "tags"
12858   traces:
12859     hoverinfo: "x+y"
12860     boxpoints: "outliers"
12861     whiskerwidth: 0
12862   layout:
12863     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
12864     layout: "plot-throughput"
12865
12866 - type: "plot"
12867   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
12868   algorithm: "plot_performance_box"
12869   output-file-type: ".html"
12870   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
12871   data: "plot-dpdk-throughput-latency-3n-skx"
12872   filter: "'NIC_Intel-XXV710' and
12873            '64B' and
12874            'BASE' and
12875            'NDRPDR' and
12876            '4T2C' and
12877            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12878   parameters:
12879   - "throughput"
12880   - "parent"
12881   - "tags"
12882   traces:
12883     hoverinfo: "x+y"
12884     boxpoints: "outliers"
12885     whiskerwidth: 0
12886   layout:
12887     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
12888     layout: "plot-throughput"
12889
12890 # Packet Throughput - DPDK testpmd 2n-skx-x710
12891 - type: "plot"
12892   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
12893   algorithm: "plot_performance_box"
12894   output-file-type: ".html"
12895   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
12896   data: "plot-dpdk-throughput-latency-2n-skx"
12897   filter: "'NIC_Intel-X710' and
12898            '64B' and
12899            'BASE' and
12900            'NDRPDR' and
12901            '2T1C' and
12902            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12903   parameters:
12904   - "throughput"
12905   - "parent"
12906   - "tags"
12907   traces:
12908     hoverinfo: "x+y"
12909     boxpoints: "outliers"
12910     whiskerwidth: 0
12911   layout:
12912     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
12913     layout: "plot-throughput"
12914
12915 - type: "plot"
12916   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
12917   algorithm: "plot_performance_box"
12918   output-file-type: ".html"
12919   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
12920   data: "plot-dpdk-throughput-latency-2n-skx"
12921   filter: "'NIC_Intel-X710' and
12922            '64B' and
12923            'BASE' and
12924            'NDRPDR' and
12925            '4T2C' and
12926            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12927   parameters:
12928   - "throughput"
12929   - "parent"
12930   - "tags"
12931   traces:
12932     hoverinfo: "x+y"
12933     boxpoints: "outliers"
12934     whiskerwidth: 0
12935   layout:
12936     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
12937     layout: "plot-throughput"
12938
12939 - type: "plot"
12940   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
12941   algorithm: "plot_performance_box"
12942   output-file-type: ".html"
12943   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
12944   data: "plot-dpdk-throughput-latency-2n-skx"
12945   filter: "'NIC_Intel-X710' and
12946            '64B' and
12947            'BASE' and
12948            'NDRPDR' and
12949            '2T1C' and
12950            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12951   parameters:
12952   - "throughput"
12953   - "parent"
12954   - "tags"
12955   traces:
12956     hoverinfo: "x+y"
12957     boxpoints: "outliers"
12958     whiskerwidth: 0
12959   layout:
12960     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
12961     layout: "plot-throughput"
12962
12963 - type: "plot"
12964   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
12965   algorithm: "plot_performance_box"
12966   output-file-type: ".html"
12967   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
12968   data: "plot-dpdk-throughput-latency-2n-skx"
12969   filter: "'NIC_Intel-X710' and
12970            '64B' and
12971            'BASE' and
12972            'NDRPDR' and
12973            '4T2C' and
12974            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12975   parameters:
12976   - "throughput"
12977   - "parent"
12978   - "tags"
12979   traces:
12980     hoverinfo: "x+y"
12981     boxpoints: "outliers"
12982     whiskerwidth: 0
12983   layout:
12984     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
12985     layout: "plot-throughput"
12986
12987 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
12988 - type: "plot"
12989   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
12990   algorithm: "plot_performance_box"
12991   output-file-type: ".html"
12992   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
12993   data: "plot-dpdk-throughput-latency-2n-skx"
12994   filter: "'NIC_Intel-XXV710' and
12995            '64B' and
12996            'BASE' and
12997            'NDRPDR' and
12998            '2T1C' and
12999            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13000   parameters:
13001   - "throughput"
13002   - "parent"
13003   - "tags"
13004   traces:
13005     hoverinfo: "x+y"
13006     boxpoints: "outliers"
13007     whiskerwidth: 0
13008   layout:
13009     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
13010     layout: "plot-throughput"
13011
13012 - type: "plot"
13013   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
13014   algorithm: "plot_performance_box"
13015   output-file-type: ".html"
13016   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
13017   data: "plot-dpdk-throughput-latency-2n-skx"
13018   filter: "'NIC_Intel-XXV710' and
13019            '64B' and
13020            'BASE' and
13021            'NDRPDR' and
13022            '4T2C' and
13023            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13024   parameters:
13025   - "throughput"
13026   - "parent"
13027   - "tags"
13028   traces:
13029     hoverinfo: "x+y"
13030     boxpoints: "outliers"
13031     whiskerwidth: 0
13032   layout:
13033     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
13034     layout: "plot-throughput"
13035
13036 - type: "plot"
13037   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
13038   algorithm: "plot_performance_box"
13039   output-file-type: ".html"
13040   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
13041   data: "plot-dpdk-throughput-latency-2n-skx"
13042   filter: "'NIC_Intel-XXV710' and
13043            '64B' and
13044            'BASE' and
13045            'NDRPDR' and
13046            '2T1C' and
13047            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13048   parameters:
13049   - "throughput"
13050   - "parent"
13051   - "tags"
13052   traces:
13053     hoverinfo: "x+y"
13054     boxpoints: "outliers"
13055     whiskerwidth: 0
13056   layout:
13057     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
13058     layout: "plot-throughput"
13059
13060 - type: "plot"
13061   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
13062   algorithm: "plot_performance_box"
13063   output-file-type: ".html"
13064   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
13065   data: "plot-dpdk-throughput-latency-2n-skx"
13066   filter: "'NIC_Intel-XXV710' and
13067            '64B' and
13068            'BASE' and
13069            'NDRPDR' and
13070            '4T2C' and
13071            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13072   parameters:
13073   - "throughput"
13074   - "parent"
13075   - "tags"
13076   traces:
13077     hoverinfo: "x+y"
13078     boxpoints: "outliers"
13079     whiskerwidth: 0
13080   layout:
13081     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
13082     layout: "plot-throughput"
13083
13084 ################################################################################
13085
13086 # Packet Latency - DPDK l3fwd 3n-hsw-x520
13087 - type: "plot"
13088   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
13089   algorithm: "plot_latency_error_bars"
13090   output-file-type: ".html"
13091   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
13092   data: "plot-dpdk-throughput-latency-3n-hsw"
13093   filter: "'NIC_Intel-X520-DA2' and
13094            '64B' and
13095            'BASE' and
13096            'NDRPDR' and
13097            '1T1C' and
13098            'IP4FWD'"
13099   parameters:
13100   - "latency"
13101   - "parent"
13102   - "tags"
13103   layout:
13104     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
13105     layout: "plot-latency"
13106
13107 - type: "plot"
13108   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
13109   algorithm: "plot_latency_error_bars"
13110   output-file-type: ".html"
13111   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
13112   data: "plot-dpdk-throughput-latency-3n-hsw"
13113   filter: "'NIC_Intel-X520-DA2' and
13114            '64B' and
13115            'BASE' and
13116            'NDRPDR' and
13117            '2T2C' and
13118            'IP4FWD'"
13119   parameters:
13120   - "latency"
13121   - "parent"
13122   - "tags"
13123   layout:
13124     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
13125     layout: "plot-latency"
13126
13127 # Packet Latency - DPDK l3fwd 3n-hsw-x710
13128 - type: "plot"
13129   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
13130   algorithm: "plot_latency_error_bars"
13131   output-file-type: ".html"
13132   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
13133   data: "plot-dpdk-throughput-latency-3n-hsw"
13134   filter: "'NIC_Intel-X710' and
13135            '64B' and
13136            'BASE' and
13137            'NDRPDR' and
13138            '1T1C' and
13139            'IP4FWD'"
13140   parameters:
13141   - "latency"
13142   - "parent"
13143   - "tags"
13144   layout:
13145     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
13146     layout: "plot-latency"
13147
13148 - type: "plot"
13149   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
13150   algorithm: "plot_latency_error_bars"
13151   output-file-type: ".html"
13152   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
13153   data: "plot-dpdk-throughput-latency-3n-hsw"
13154   filter: "'NIC_Intel-X710' and
13155            '64B' and
13156            'BASE' and
13157            'NDRPDR' and
13158            '2T2C' and
13159            'IP4FWD'"
13160   parameters:
13161   - "latency"
13162   - "parent"
13163   - "tags"
13164   layout:
13165     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
13166     layout: "plot-latency"
13167
13168 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
13169 - type: "plot"
13170   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
13171   algorithm: "plot_latency_error_bars"
13172   output-file-type: ".html"
13173   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
13174   data: "plot-dpdk-throughput-latency-3n-hsw"
13175   filter: "'NIC_Intel-XL710' and
13176            '64B' and
13177            'BASE' and
13178            'NDRPDR' and
13179            '1T1C' and
13180            'IP4FWD'"
13181   parameters:
13182   - "latency"
13183   - "parent"
13184   - "tags"
13185   layout:
13186     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
13187     layout: "plot-latency"
13188
13189 - type: "plot"
13190   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
13191   algorithm: "plot_latency_error_bars"
13192   output-file-type: ".html"
13193   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
13194   data: "plot-dpdk-throughput-latency-3n-hsw"
13195   filter: "'NIC_Intel-XL710' and
13196            '64B' and
13197            'BASE' and
13198            'NDRPDR' and
13199            '2T2C' and
13200            'IP4FWD'"
13201   parameters:
13202   - "latency"
13203   - "parent"
13204   - "tags"
13205   layout:
13206     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
13207     layout: "plot-latency"
13208
13209 # Packet Latency - DPDK l3fwd 3n-skx-x710
13210 - type: "plot"
13211   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
13212   algorithm: "plot_latency_error_bars"
13213   output-file-type: ".html"
13214   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
13215   data: "plot-dpdk-throughput-latency-3n-skx"
13216   filter: "'NIC_Intel-X710' and
13217            '64B' and
13218            'BASE' and
13219            'NDRPDR' and
13220            '2T1C' and
13221            'IP4FWD'"
13222   parameters:
13223   - "latency"
13224   - "parent"
13225   - "tags"
13226   layout:
13227     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
13228     layout: "plot-latency"
13229
13230 - type: "plot"
13231   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
13232   algorithm: "plot_latency_error_bars"
13233   output-file-type: ".html"
13234   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
13235   data: "plot-dpdk-throughput-latency-3n-skx"
13236   filter: "'NIC_Intel-X710' and
13237            '64B' and
13238            'BASE' and
13239            'NDRPDR' and
13240            '4T2C' and
13241            'IP4FWD'"
13242   parameters:
13243   - "latency"
13244   - "parent"
13245   - "tags"
13246   layout:
13247     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
13248     layout: "plot-latency"
13249
13250 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
13251 - type: "plot"
13252   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
13253   algorithm: "plot_latency_error_bars"
13254   output-file-type: ".html"
13255   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
13256   data: "plot-dpdk-throughput-latency-3n-skx"
13257   filter: "'NIC_Intel-XXV710' and
13258            '64B' and
13259            'BASE' and
13260            'NDRPDR' and
13261            '2T1C' and
13262            'IP4FWD'"
13263   parameters:
13264   - "latency"
13265   - "parent"
13266   - "tags"
13267   layout:
13268     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
13269     layout: "plot-latency"
13270
13271 - type: "plot"
13272   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
13273   algorithm: "plot_latency_error_bars"
13274   output-file-type: ".html"
13275   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
13276   data: "plot-dpdk-throughput-latency-3n-skx"
13277   filter: "'NIC_Intel-XXV710' and
13278            '64B' and
13279            'BASE' and
13280            'NDRPDR' and
13281            '4T2C' and
13282            'IP4FWD'"
13283   parameters:
13284   - "latency"
13285   - "parent"
13286   - "tags"
13287   layout:
13288     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
13289     layout: "plot-latency"
13290
13291 # Packet Latency - DPDK l3fwd 2n-skx-x710
13292 - type: "plot"
13293   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
13294   algorithm: "plot_latency_error_bars"
13295   output-file-type: ".html"
13296   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
13297   data: "plot-dpdk-throughput-latency-2n-skx"
13298   filter: "'NIC_Intel-X710' and
13299            '64B' and
13300            'BASE' and
13301            'NDRPDR' and
13302            '2T1C' and
13303            'IP4FWD'"
13304   parameters:
13305   - "latency"
13306   - "parent"
13307   - "tags"
13308   layout:
13309     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
13310     layout: "plot-latency"
13311
13312 - type: "plot"
13313   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
13314   algorithm: "plot_latency_error_bars"
13315   output-file-type: ".html"
13316   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
13317   data: "plot-dpdk-throughput-latency-2n-skx"
13318   filter: "'NIC_Intel-X710' and
13319            '64B' and
13320            'BASE' and
13321            'NDRPDR' and
13322            '4T2C' and
13323            'IP4FWD'"
13324   parameters:
13325   - "latency"
13326   - "parent"
13327   - "tags"
13328   layout:
13329     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
13330     layout: "plot-latency"
13331
13332 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
13333 - type: "plot"
13334   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
13335   algorithm: "plot_latency_error_bars"
13336   output-file-type: ".html"
13337   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
13338   data: "plot-dpdk-throughput-latency-2n-skx"
13339   filter: "'NIC_Intel-XXV710' and
13340            '64B' and
13341            'BASE' and
13342            'NDRPDR' and
13343            '2T1C' and
13344            'IP4FWD'"
13345   parameters:
13346   - "latency"
13347   - "parent"
13348   - "tags"
13349   layout:
13350     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
13351     layout: "plot-latency"
13352
13353 - type: "plot"
13354   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
13355   algorithm: "plot_latency_error_bars"
13356   output-file-type: ".html"
13357   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
13358   data: "plot-dpdk-throughput-latency-2n-skx"
13359   filter: "'NIC_Intel-XXV710' and
13360            '64B' and
13361            'BASE' and
13362            'NDRPDR' and
13363            '4T2C' and
13364            'IP4FWD'"
13365   parameters:
13366   - "latency"
13367   - "parent"
13368   - "tags"
13369   layout:
13370     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
13371     layout: "plot-latency"
13372
13373 ################################################################################
13374
13375 # Packet Latency - DPDK testpmd 3n-hsw-x520
13376 - type: "plot"
13377   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
13378   algorithm: "plot_latency_error_bars"
13379   output-file-type: ".html"
13380   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
13381   data: "plot-dpdk-throughput-latency-3n-hsw"
13382   filter: "'NIC_Intel-X520-DA2' and
13383            '64B' and
13384            'BASE' and
13385            'NDRPDR' and
13386            '1T1C' and
13387            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13388   parameters:
13389   - "latency"
13390   - "parent"
13391   - "tags"
13392   layout:
13393     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
13394     layout: "plot-latency"
13395
13396 - type: "plot"
13397   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
13398   algorithm: "plot_latency_error_bars"
13399   output-file-type: ".html"
13400   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
13401   data: "plot-dpdk-throughput-latency-3n-hsw"
13402   filter: "'NIC_Intel-X520-DA2' and
13403            '64B' and
13404            'BASE' and
13405            'NDRPDR' and
13406            '2T2C' and
13407            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13408   parameters:
13409   - "latency"
13410   - "parent"
13411   - "tags"
13412   layout:
13413     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
13414     layout: "plot-latency"
13415
13416 # Packet Latency - DPDK testpmd 3n-hsw-x710
13417 - type: "plot"
13418   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
13419   algorithm: "plot_latency_error_bars"
13420   output-file-type: ".html"
13421   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
13422   data: "plot-dpdk-throughput-latency-3n-hsw"
13423   filter: "'NIC_Intel-X710' and
13424            '64B' and
13425            'BASE' and
13426            'NDRPDR' and
13427            '1T1C' and
13428            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13429   parameters:
13430   - "latency"
13431   - "parent"
13432   - "tags"
13433   layout:
13434     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
13435     layout: "plot-latency"
13436
13437 - type: "plot"
13438   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
13439   algorithm: "plot_latency_error_bars"
13440   output-file-type: ".html"
13441   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
13442   data: "plot-dpdk-throughput-latency-3n-hsw"
13443   filter: "'NIC_Intel-X710' and
13444            '64B' and
13445            'BASE' and
13446            'NDRPDR' and
13447            '2T2C' and
13448            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13449   parameters:
13450   - "latency"
13451   - "parent"
13452   - "tags"
13453   layout:
13454     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
13455     layout: "plot-latency"
13456
13457 # Packet Latency - DPDK testpmd 3n-hsw-xl710
13458 - type: "plot"
13459   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
13460   algorithm: "plot_latency_error_bars"
13461   output-file-type: ".html"
13462   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
13463   data: "plot-dpdk-throughput-latency-3n-hsw"
13464   filter: "'NIC_Intel-XL710' and
13465            '64B' and
13466            'BASE' and
13467            'NDRPDR' and
13468            '1T1C' and
13469            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13470   parameters:
13471   - "latency"
13472   - "parent"
13473   - "tags"
13474   layout:
13475     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
13476     layout: "plot-latency"
13477
13478 - type: "plot"
13479   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
13480   algorithm: "plot_latency_error_bars"
13481   output-file-type: ".html"
13482   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
13483   data: "plot-dpdk-throughput-latency-3n-hsw"
13484   filter: "'NIC_Intel-XL710' and
13485            '64B' and
13486            'BASE' and
13487            'NDRPDR' and
13488            '2T2C' and
13489            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13490   parameters:
13491   - "latency"
13492   - "parent"
13493   - "tags"
13494   layout:
13495     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
13496     layout: "plot-latency"
13497
13498 # Packet Latency - DPDK testpmd 3n-skx-x710
13499 - type: "plot"
13500   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
13501   algorithm: "plot_latency_error_bars"
13502   output-file-type: ".html"
13503   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
13504   data: "plot-dpdk-throughput-latency-3n-skx"
13505   filter: "'NIC_Intel-X710' and
13506            '64B' and
13507            'BASE' and
13508            'NDRPDR' and
13509            '2T1C' and
13510            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13511   parameters:
13512   - "latency"
13513   - "parent"
13514   - "tags"
13515   layout:
13516     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
13517     layout: "plot-latency"
13518
13519 - type: "plot"
13520   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
13521   algorithm: "plot_latency_error_bars"
13522   output-file-type: ".html"
13523   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
13524   data: "plot-dpdk-throughput-latency-3n-skx"
13525   filter: "'NIC_Intel-X710' and
13526            '64B' and
13527            'BASE' and
13528            'NDRPDR' and
13529            '4T2C' and
13530            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13531   parameters:
13532   - "latency"
13533   - "parent"
13534   - "tags"
13535   layout:
13536     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
13537     layout: "plot-latency"
13538
13539 # Packet Latency - DPDK testpmd 3n-skx-xxv710
13540 - type: "plot"
13541   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
13542   algorithm: "plot_latency_error_bars"
13543   output-file-type: ".html"
13544   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
13545   data: "plot-dpdk-throughput-latency-3n-skx"
13546   filter: "'NIC_Intel-XXV710' and
13547            '64B' and
13548            'BASE' and
13549            'NDRPDR' and
13550            '2T1C' and
13551            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13552   parameters:
13553   - "latency"
13554   - "parent"
13555   - "tags"
13556   layout:
13557     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
13558     layout: "plot-latency"
13559
13560 - type: "plot"
13561   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
13562   algorithm: "plot_latency_error_bars"
13563   output-file-type: ".html"
13564   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
13565   data: "plot-dpdk-throughput-latency-3n-skx"
13566   filter: "'NIC_Intel-XXV710' and
13567            '64B' and
13568            'BASE' and
13569            'NDRPDR' and
13570            '4T2C' and
13571            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13572   parameters:
13573   - "latency"
13574   - "parent"
13575   - "tags"
13576   layout:
13577     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
13578     layout: "plot-latency"
13579
13580 # Packet Latency - DPDK testpmd 2n-skx-x710
13581 - type: "plot"
13582   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
13583   algorithm: "plot_latency_error_bars"
13584   output-file-type: ".html"
13585   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
13586   data: "plot-dpdk-throughput-latency-2n-skx"
13587   filter: "'NIC_Intel-X710' and
13588            '64B' and
13589            'BASE' and
13590            'NDRPDR' and
13591            '2T1C' and
13592            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13593   parameters:
13594   - "latency"
13595   - "parent"
13596   - "tags"
13597   layout:
13598     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
13599     layout: "plot-latency"
13600
13601 - type: "plot"
13602   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
13603   algorithm: "plot_latency_error_bars"
13604   output-file-type: ".html"
13605   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
13606   data: "plot-dpdk-throughput-latency-2n-skx"
13607   filter: "'NIC_Intel-X710' and
13608            '64B' and
13609            'BASE' and
13610            'NDRPDR' and
13611            '4T2C' and
13612            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13613   parameters:
13614   - "latency"
13615   - "parent"
13616   - "tags"
13617   layout:
13618     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
13619     layout: "plot-latency"
13620
13621 # Packet Latency - DPDK testpmd 2n-skx-xxv710
13622 - type: "plot"
13623   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
13624   algorithm: "plot_latency_error_bars"
13625   output-file-type: ".html"
13626   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
13627   data: "plot-dpdk-throughput-latency-2n-skx"
13628   filter: "'NIC_Intel-XXV710' and
13629            '64B' and
13630            'BASE' and
13631            'NDRPDR' and
13632            '2T1C' and
13633            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13634   parameters:
13635   - "latency"
13636   - "parent"
13637   - "tags"
13638   layout:
13639     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
13640     layout: "plot-latency"
13641
13642 - type: "plot"
13643   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
13644   algorithm: "plot_latency_error_bars"
13645   output-file-type: ".html"
13646   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
13647   data: "plot-dpdk-throughput-latency-2n-skx"
13648   filter: "'NIC_Intel-XXV710' and
13649            '64B' and
13650            'BASE' and
13651            'NDRPDR' and
13652            '4T2C' and
13653            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13654   parameters:
13655   - "latency"
13656   - "parent"
13657   - "tags"
13658   layout:
13659     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
13660     layout: "plot-latency"