Report: Comparison tables
[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         - 49  # NDRPDR sel vhost
204
205     plot-dpdk-throughput-latency-3n-skx:
206       csit-dpdk-perf-verify-1908-3n-skx:
207         - 3   # NDRPDR sel
208         - 4   # NDRPDR sel
209         - 5   # NDRPDR sel
210         - 6   # NDRPDR sel
211         - 7   # NDRPDR sel
212         - 8   # NDRPDR sel
213         - 9   # NDRPDR sel
214         - 10  # NDRPDR sel
215         - 11  # NDRPDR sel
216         - 12  # NDRPDR sel
217
218     # 2n-skx
219
220     plot-vpp-throughput-lat-tsa-2n-skx:
221       csit-vpp-perf-verify-1908-2n-skx:
222         - 26  # NDRPDR sel
223         - 27  # NDRPDR sel
224         - 34  # NDRPDR sel
225         - 35  # NDRPDR sel
226         - 36  # NDRPDR sel
227         - 42  # NDRPDR sel
228         - 43  # NDRPDR sel
229         - 44  # NDRPDR sel
230         - 45  # NDRPDR sel
231         - 46  # NDRPDR sel
232
233     plot-vpp-throughput-lat-tsa-2n-skx-vhost:
234       csit-vpp-perf-verify-1908-2n-skx:
235         - 72  # NDRPDR sel vhost
236         - 73  # NDRPDR sel vhost
237         - 74  # NDRPDR sel vhost
238         - 75  # NDRPDR sel vhost
239         - 76  # NDRPDR sel vhost
240         - 78  # NDRPDR sel vhost
241
242 #    plot-vpp-soak-2n-skx:
243 #      # TODO: Add data
244 #      csit-vpp-perf-verify-1908-2n-skx:
245
246     plot-vpp-nfv-2n-skx-ndrpdr:
247       csit-vpp-perf-verify-1908-2n-skx:
248         - 22  # NFV
249         - 31  # NFV
250         - 32  # NFV
251         - 37  # NFV
252         - 38  # NFV
253         - 39  # NFV
254         - 53  # NFV
255         - 67  # NFV
256         - 68  # NFV
257         - 70  # NFV
258
259     plot-vpp-nfv-2n-skx-mrr:
260       csit-vpp-perf-verify-1908-2n-skx:
261         - 71  # NFV MRR
262
263     plot-dpdk-throughput-latency-2n-skx:
264       csit-dpdk-perf-verify-1908-2n-skx:
265         - 2   # NDRPDR sel
266         - 3   # NDRPDR sel
267         - 4   # NDRPDR sel
268         - 5   # NDRPDR sel
269         - 7   # NDRPDR sel
270         - 8   # NDRPDR sel
271         - 9   # NDRPDR sel
272         - 10  # NDRPDR sel
273         - 11  # NDRPDR sel
274         - 12  # NDRPDR sel
275
276     plot-vpp-throughput-lat-tsa-3n-tsh:
277       csit-vpp-perf-verify-1908-3n-tsh:
278         - 7   # NDRPDR sel
279         - 8   # NDRPDR sel
280         - 9   # NDRPDR sel
281         - 10  # NDRPDR sel
282         - 11  # NDRPDR sel
283         - 12  # NDRPDR sel
284         - 13  # NDRPDR sel
285         - 14  # NDRPDR sel
286
287     ###########################################################################
288     # Simple tables (only one data set):
289
290     # NIC Comparisons
291
292     vpp-nic-comparison-3n-skx:
293       csit-vpp-perf-verify-1908-3n-skx:
294         - 14  # NDRPDR sel
295         - 16  # NDRPDR sel
296         - 19  # NDRPDR sel
297         - 20  # NDRPDR sel
298         - 22  # NDRPDR sel
299         - 23  # NDRPDR sel
300         - 24  # NDRPDR sel
301         - 25  # NDRPDR sel
302         - 26  # NDRPDR sel
303         - 29  # NDRPDR sel
304
305     vpp-nic-comparison-2n-skx:
306       csit-vpp-perf-verify-1908-2n-skx:
307         - 26  # NDRPDR sel
308         - 27  # NDRPDR sel
309         - 34  # NDRPDR sel
310         - 35  # NDRPDR sel
311         - 36  # NDRPDR sel
312         - 42  # NDRPDR sel
313         - 43  # NDRPDR sel
314         - 44  # NDRPDR sel
315         - 45  # NDRPDR sel
316         - 46  # NDRPDR sel
317
318     vpp-nic-comparison-3n-skx-mrr:
319       csit-vpp-perf-verify-1908-3n-skx:
320         - 36  # MRR sel
321
322     vpp-nic-comparison-2n-skx-mrr:
323       csit-vpp-perf-verify-1908-2n-skx:
324         - 69  # MRR sel
325
326     # Results
327
328     vpp-perf-results-3n-hsw:
329       csit-vpp-perf-verify-1908-3n-hsw:
330         - 24  # NDRPDR full
331         - 25  # NDRPDR full
332         - 26  # NDRPDR full
333         - 27  # NDRPDR full
334         - 28  # NDRPDR full
335         - 29  # NDRPDR full
336         - 32  # NDRPDR full
337         - 33  # NDRPDR full
338         - 36  # NDRPDR full
339         - 38  # NDRPDR full
340
341     vpp-perf-results-3n-skx:
342       # TODO: Add FULL data
343       csit-vpp-perf-verify-1908-3n-skx:
344         - 27  # NDRPDR full
345         - 28  # NDRPDR full
346         - 30  # NDRPDR full
347         - 31  # NDRPDR full
348         - 32  # NDRPDR full
349         - 33  # NDRPDR full
350         - 34  # NDRPDR full
351         - 35  # NDRPDR full
352         - 37  # NDRPDR full
353         - 39  # NDRPDR full
354         - 40  # NDRPDR full
355         - 41  # NDRPDR full
356
357     vpp-perf-results-2n-skx:
358       csit-vpp-perf-verify-1908-2n-skx:
359         - 48  # NDRPDR full
360         - 49  # NDRPDR full
361         - 50  # NDRPDR full
362         - 51  # NDRPDR full
363         - 54  # NDRPDR full
364         - 55  # NDRPDR full
365         - 79  # NDRPDR full vhost
366
367     vpp-perf-results-3n-tsh:
368       csit-vpp-perf-verify-1908-3n-tsh:
369         - 13  # NDRPDR sel
370
371     vpp-mrr-results-3n-hsw:
372       csit-vpp-perf-verify-1908-3n-hsw:
373         - 39  # MRR sel
374
375     vpp-mrr-results-3n-skx:
376       csit-vpp-perf-verify-1908-3n-skx:
377         - 36  # MRR sel
378
379     vpp-mrr-results-2n-skx:
380       csit-vpp-perf-verify-1908-2n-skx:
381         - 69  # MRR sel
382
383     vpp-func-results-ubuntu:
384       csit-vpp-functional-1908-ubuntu1604-virl:
385         - 64
386
387     vpp-func-results-centos:
388       csit-vpp-functional-1908-centos7-virl:
389         - 64
390
391     vpp-device-results-ubuntu:
392       csit-vpp-device-1908-ubuntu1804-1n-skx:
393         - 65
394
395     dpdk-perf-results-3n-hsw:
396       csit-dpdk-perf-verify-1908-3n-hsw:
397         - 10  # NDRPDR sel
398
399     dpdk-perf-results-3n-skx:
400       csit-dpdk-perf-verify-1908-3n-skx:
401         - 12  # NDRPDR sel
402
403     dpdk-perf-results-2n-skx:
404       csit-dpdk-perf-verify-1908-2n-skx:
405         - 12  # NDRPDR sel
406
407 ###########################################################################
408     # Tables (more than one data set)
409
410     # Performance changes
411
412 #    intel-dnv-vpp-changes-2n-dnv-h1:
413 #      intel-dnv-vpp-release-1810:
414 #        - 1
415 #    intel-dnv-vpp-changes-2n-dnv-ref:
416 #      intel-dnv-vpp-release-1901:
417 #        - 1
418 #    intel-dnv-vpp-changes-2n-dnv-cmp:
419 #      # intel-dnv-vpp-release-1904:
420 #      intel-dnv-vpp-release-1901:
421 #        - 1
422 #    intel-dnv-vpp-changes-2n-dnv:
423 #      - "intel-dnv-vpp-changes-2n-dnv-h1"
424 #      - "intel-dnv-vpp-changes-2n-dnv-ref"
425 #      - "intel-dnv-vpp-changes-2n-dnv-cmp"
426
427     vpp-performance-changes-3n-hsw-h1:
428       csit-vpp-perf-verify-1901-3n-hsw:
429         - 10  # NDRPDR sel
430         - 19  # NDRPDR sel
431         - 31  # NDRPDR sel
432         - 36  # NDRPDR sel
433         - 40  # NDRPDR sel
434         - 42  # NDRPDR sel
435         - 44  # NDRPDR sel
436         - 46  # NDRPDR sel
437         - 47  # NDRPDR sel
438         - 48  # NDRPDR sel
439         - 61  # NDRPDR LB
440         - 62  # NDRPDR LB
441         - 63  # NDRPDR LB
442         - 64  # NDRPDR LB
443         - 65  # NDRPDR LB
444         - 66  # NDRPDR LB
445         - 67  # NDRPDR LB
446         - 69  # NDRPDR LB
447         - 70  # NDRPDR LB
448         - 71  # NDRPDR LB
449     vpp-performance-changes-3n-hsw-ref:
450       csit-vpp-perf-verify-1904-3n-hsw:
451         - 11  # NDRPDR sel
452         - 12  # NDRPDR sel
453         - 20  # NDRPDR sel
454         - 21  # NDRPDR sel
455         - 23  # NDRPDR sel
456         - 24  # NDRPDR sel
457         - 25  # NDRPDR sel
458         - 26  # NDRPDR sel
459         - 29  # NDRPDR sel
460         - 30  # NDRPDR sel
461     vpp-performance-changes-3n-hsw-cmp:
462       csit-vpp-perf-verify-1908-3n-hsw:
463         - 12  # NDRPDR sel
464         - 13  # NDRPDR sel
465         - 14  # NDRPDR sel
466         - 15  # NDRPDR sel
467         - 16  # NDRPDR sel
468         - 17  # NDRPDR sel
469         - 18  # NDRPDR sel
470         - 19  # NDRPDR sel
471         - 20  # NDRPDR sel
472         - 21  # NDRPDR sel
473     vpp-performance-changes-3n-hsw:
474       - "vpp-performance-changes-3n-hsw-h1"
475       - "vpp-performance-changes-3n-hsw-ref"
476       - "vpp-performance-changes-3n-hsw-cmp"
477
478     vpp-performance-changes-3n-hsw-h1-vhost:
479       csit-vpp-perf-verify-1901-3n-hsw:
480         - 10  # NDRPDR sel
481         - 19  # NDRPDR sel
482         - 31  # NDRPDR sel
483         - 36  # NDRPDR sel
484         - 40  # NDRPDR sel
485         - 42  # NDRPDR sel
486         - 44  # NDRPDR sel
487         - 46  # NDRPDR sel
488         - 47  # NDRPDR sel
489         - 48  # NDRPDR sel
490         - 61  # NDRPDR LB
491         - 62  # NDRPDR LB
492         - 63  # NDRPDR LB
493         - 64  # NDRPDR LB
494         - 65  # NDRPDR LB
495         - 66  # NDRPDR LB
496         - 67  # NDRPDR LB
497         - 69  # NDRPDR LB
498         - 70  # NDRPDR LB
499         - 71  # NDRPDR LB
500     vpp-performance-changes-3n-hsw-ref-vhost:
501       csit-vpp-perf-verify-1904-3n-hsw:
502         - 11  # NDRPDR sel
503         - 12  # NDRPDR sel
504         - 20  # NDRPDR sel
505         - 21  # NDRPDR sel
506         - 23  # NDRPDR sel
507         - 24  # NDRPDR sel
508         - 25  # NDRPDR sel
509         - 26  # NDRPDR sel
510         - 29  # NDRPDR sel
511         - 30  # NDRPDR sel
512     vpp-performance-changes-3n-hsw-cmp-vhost:
513       csit-vpp-perf-verify-1908-3n-hsw:
514         - 40  # NDRPDR sel vhost
515         - 41  # NDRPDR sel vhost
516         - 42  # NDRPDR sel vhost
517         - 43  # NDRPDR sel vhost
518         - 44  # NDRPDR sel vhost
519         - 45  # NDRPDR sel vhost
520     vpp-performance-changes-3n-hsw-vhost:
521       - "vpp-performance-changes-3n-hsw-h1-vhost"
522       - "vpp-performance-changes-3n-hsw-ref-vhost"
523       - "vpp-performance-changes-3n-hsw-cmp-vhost"
524
525     vpp-performance-changes-3n-skx-h1:
526       csit-vpp-perf-verify-1901-3n-skx:
527         - 18  # NDRPDR sel
528         - 19  # NDRPDR sel
529         - 20  # NDRPDR sel
530         - 28  # NDRPDR sel
531         - 31  # NDRPDR sel
532         - 33  # NDRPDR sel
533         - 36  # NDRPDR sel
534         - 38  # NDRPDR sel
535         - 47  # NDRPDR sel
536         - 48  # NDRPDR sel
537         - 54  # NDRPDR LB
538         - 57  # NDRPDR LB
539         - 58  # NDRPDR LB
540         - 59  # NDRPDR LB
541         - 60  # NDRPDR LB
542         - 63  # NDRPDR LB
543         - 64  # NDRPDR LB
544         - 65  # NDRPDR LB
545         - 66  # NDRPDR LB
546         - 67  # NDRPDR LB
547     vpp-performance-changes-3n-skx-ref:
548       csit-vpp-perf-verify-1904-3n-skx:
549         - 8   # NDRPDR sel
550         - 9   # NDRPDR sel
551         - 10  # NDRPDR sel
552         - 11  # NDRPDR sel
553         - 12  # NDRPDR sel
554         - 14  # NDRPDR sel
555         - 16  # NDRPDR sel
556         - 21  # NDRPDR sel
557         - 23  # NDRPDR sel
558         - 25  # NDRPDR sel
559     vpp-performance-changes-3n-skx-cmp:
560       csit-vpp-perf-verify-1908-3n-skx:
561         - 14  # NDRPDR sel
562         - 16  # NDRPDR sel
563         - 19  # NDRPDR sel
564         - 20  # NDRPDR sel
565         - 22  # NDRPDR sel
566         - 23  # NDRPDR sel
567         - 24  # NDRPDR sel
568         - 25  # NDRPDR sel
569         - 26  # NDRPDR sel
570         - 29  # NDRPDR sel
571     vpp-performance-changes-3n-skx:
572       - "vpp-performance-changes-3n-skx-h1"
573       - "vpp-performance-changes-3n-skx-ref"
574       - "vpp-performance-changes-3n-skx-cmp"
575
576     vpp-performance-changes-3n-skx-h1-vhost:
577       csit-vpp-perf-verify-1901-3n-skx:
578         - 18  # NDRPDR sel
579         - 19  # NDRPDR sel
580         - 20  # NDRPDR sel
581         - 28  # NDRPDR sel
582         - 31  # NDRPDR sel
583         - 33  # NDRPDR sel
584         - 36  # NDRPDR sel
585         - 38  # NDRPDR sel
586         - 47  # NDRPDR sel
587         - 48  # NDRPDR sel
588         - 54  # NDRPDR LB
589         - 57  # NDRPDR LB
590         - 58  # NDRPDR LB
591         - 59  # NDRPDR LB
592         - 60  # NDRPDR LB
593         - 63  # NDRPDR LB
594         - 64  # NDRPDR LB
595         - 65  # NDRPDR LB
596         - 66  # NDRPDR LB
597         - 67  # NDRPDR LB
598     vpp-performance-changes-3n-skx-ref-vhost:
599       csit-vpp-perf-verify-1904-3n-skx:
600         - 8   # NDRPDR sel
601         - 9   # NDRPDR sel
602         - 10  # NDRPDR sel
603         - 11  # NDRPDR sel
604         - 12  # NDRPDR sel
605         - 14  # NDRPDR sel
606         - 16  # NDRPDR sel
607         - 21  # NDRPDR sel
608         - 23  # NDRPDR sel
609         - 25  # NDRPDR sel
610     vpp-performance-changes-3n-skx-cmp-vhost:
611       csit-vpp-perf-verify-1908-3n-skx:
612         - 44  # NDRPDR sel vhost
613         - 45  # NDRPDR sel vhost
614         - 49  # NDRPDR sel vhost
615     vpp-performance-changes-3n-skx-vhost:
616       - "vpp-performance-changes-3n-skx-h1-vhost"
617       - "vpp-performance-changes-3n-skx-ref-vhost"
618       - "vpp-performance-changes-3n-skx-cmp-vhost"
619
620     vpp-performance-changes-2n-skx-h1:
621       csit-vpp-perf-verify-1901-2n-skx:
622         - 5   # NDRPDR sel
623         - 12  # NDRPDR sel
624         - 13  # NDRPDR sel
625         - 21  # NDRPDR sel
626         - 23  # NDRPDR sel
627         - 31  # NDRPDR sel
628         - 34  # NDRPDR sel
629         - 40  # NDRPDR sel
630         - 42  # NDRPDR sel
631         - 43  # NDRPDR sel
632     vpp-performance-changes-2n-skx-ref:
633       csit-vpp-perf-verify-1904-2n-skx:
634         - 12  # NDRPDR sel
635         - 14  # NDRPDR sel
636         - 16  # NDRPDR sel
637         - 17  # NDRPDR sel
638         - 18  # NDRPDR sel
639         - 21  # NDRPDR sel
640         - 27  # NDRPDR sel
641         - 30  # NDRPDR sel
642         - 31  # NDRPDR sel
643         - 32  # NDRPDR sel
644     vpp-performance-changes-2n-skx-cmp:
645       csit-vpp-perf-verify-1908-2n-skx:
646         - 26  # NDRPDR sel
647         - 27  # NDRPDR sel
648         - 34  # NDRPDR sel
649         - 35  # NDRPDR sel
650         - 36  # NDRPDR sel
651         - 42  # NDRPDR sel
652         - 43  # NDRPDR sel
653         - 44  # NDRPDR sel
654         - 45  # NDRPDR sel
655         - 46  # NDRPDR sel
656     vpp-performance-changes-2n-skx:
657       - "vpp-performance-changes-2n-skx-h1"
658       - "vpp-performance-changes-2n-skx-ref"
659       - "vpp-performance-changes-2n-skx-cmp"
660
661     vpp-performance-changes-2n-skx-h1-vhost:
662       csit-vpp-perf-verify-1901-2n-skx:
663         - 5   # NDRPDR sel
664         - 12  # NDRPDR sel
665         - 13  # NDRPDR sel
666         - 21  # NDRPDR sel
667         - 23  # NDRPDR sel
668         - 31  # NDRPDR sel
669         - 34  # NDRPDR sel
670         - 40  # NDRPDR sel
671         - 42  # NDRPDR sel
672         - 43  # NDRPDR sel
673     vpp-performance-changes-2n-skx-ref-vhost:
674       csit-vpp-perf-verify-1904-2n-skx:
675         - 12  # NDRPDR sel
676         - 14  # NDRPDR sel
677         - 16  # NDRPDR sel
678         - 17  # NDRPDR sel
679         - 18  # NDRPDR sel
680         - 21  # NDRPDR sel
681         - 27  # NDRPDR sel
682         - 30  # NDRPDR sel
683         - 31  # NDRPDR sel
684         - 32  # NDRPDR sel
685     vpp-performance-changes-2n-skx-cmp-vhost:
686       csit-vpp-perf-verify-1908-2n-skx:
687         - 72  # NDRPDR sel vhost
688         - 73  # NDRPDR sel vhost
689         - 74  # NDRPDR sel vhost
690         - 75  # NDRPDR sel vhost
691         - 76  # NDRPDR sel vhost
692         - 78  # NDRPDR sel vhost
693     vpp-performance-changes-2n-skx-vhost:
694       - "vpp-performance-changes-2n-skx-h1-vhost"
695       - "vpp-performance-changes-2n-skx-ref-vhost"
696       - "vpp-performance-changes-2n-skx-cmp-vhost"
697
698 #    vpp-soak-vs-ndr-2n-skx-ref:
699 #      csit-vpp-perf-verify-1904-2n-skx:
700 #        - 12  # NDRPDR sel
701 #        - 14  # NDRPDR sel
702 #        - 16  # NDRPDR sel
703 #        - 17  # NDRPDR sel
704 #        - 18  # NDRPDR sel
705 #        - 21  # NDRPDR sel
706 #        - 27  # NDRPDR sel
707 #        - 30  # NDRPDR sel
708 #        - 31  # NDRPDR sel
709 #        - 32  # NDRPDR sel
710 #      # TODO: Add data
711 #      # csit-vpp-perf-verify-1908-2n-skx:
712 #    vpp-soak-vs-ndr-2n-skx-cmp:
713 #      csit-vpp-perf-verify-1904-2n-skx:
714 #        - 70  # soak
715 #        - 71  # soak
716 #      # TODO: Add data
717 #      # csit-vpp-perf-verify-1908-2n-skx:
718 #    vpp-soak-vs-ndr-2n-skx:
719 #      csit-vpp-perf-verify-1904-2n-skx:
720 #        - 12  # NDRPDR sel
721 #        - 14  # NDRPDR sel
722 #        - 16  # NDRPDR sel
723 #        - 17  # NDRPDR sel
724 #        - 18  # NDRPDR sel
725 #        - 21  # NDRPDR sel
726 #        - 27  # NDRPDR sel
727 #        - 30  # NDRPDR sel
728 #        - 31  # NDRPDR sel
729 #        - 32  # NDRPDR sel
730 #        - 70  # soak
731 #        - 71  # soak
732 #      # TODO: Add data
733 #      # csit-vpp-perf-verify-1908-2n-skx:
734
735     vpp-performance-changes-3n-hsw-mrr-h1:
736       csit-vpp-perf-verify-1901-3n-hsw:
737         - 35  # MRR sel
738     vpp-performance-changes-3n-hsw-mrr-ref:
739       csit-vpp-perf-verify-1904-3n-hsw:
740         - 9   # MRR sel
741     vpp-performance-changes-3n-hsw-mrr-cmp:
742       csit-vpp-perf-verify-1908-3n-hsw:
743         - 39  # MRR sel
744     vpp-performance-changes-3n-hsw-mrr:
745       - "vpp-performance-changes-3n-hsw-mrr-h1"
746       - "vpp-performance-changes-3n-hsw-mrr-ref"
747       - "vpp-performance-changes-3n-hsw-mrr-cmp"
748
749     vpp-performance-changes-3n-skx-mrr-h1:
750       csit-vpp-perf-verify-1901-3n-skx:
751         - 32  # MRR sel
752     vpp-performance-changes-3n-skx-mrr-ref:
753       csit-vpp-perf-verify-1904-3n-skx:
754         - 7   # MRR sel
755     vpp-performance-changes-3n-skx-mrr-cmp:
756       csit-vpp-perf-verify-1908-3n-skx:
757         - 36  # MRR sel
758     vpp-performance-changes-3n-skx-mrr:
759       - "vpp-performance-changes-3n-skx-mrr-h1"
760       - "vpp-performance-changes-3n-skx-mrr-ref"
761       - "vpp-performance-changes-3n-skx-mrr-cmp"
762
763     vpp-performance-changes-2n-skx-mrr-h1:
764       csit-vpp-perf-verify-1901-2n-skx:
765         - 22  # MRR sel
766     vpp-performance-changes-2n-skx-mrr-ref:
767       csit-vpp-perf-verify-1904-2n-skx:
768         - 11  # MRR sel
769     vpp-performance-changes-2n-skx-mrr-cmp:
770       csit-vpp-perf-verify-1908-2n-skx:
771         - 69  # MRR sel
772     vpp-performance-changes-2n-skx-mrr:
773       - "vpp-performance-changes-2n-skx-mrr-h1"
774       - "vpp-performance-changes-2n-skx-mrr-ref"
775       - "vpp-performance-changes-2n-skx-mrr-cmp"
776
777     dpdk-performance-changes-3n-hsw-h1:
778       csit-dpdk-perf-verify-1901-3n-hsw:
779         - 13  # NDRPDR sel
780         - 14  # NDRPDR sel
781         - 16  # NDRPDR sel
782         - 17  # NDRPDR sel
783         - 18  # NDRPDR sel
784         - 19  # NDRPDR sel
785         - 20  # NDRPDR sel
786         - 21  # NDRPDR sel
787         - 22  # NDRPDR sel
788         - 23  # NDRPDR sel
789     dpdk-performance-changes-3n-hsw-ref:
790       csit-dpdk-perf-verify-1904-3n-hsw:
791         - 2   # NDRPDR sel
792         - 3   # NDRPDR sel
793         - 5   # NDRPDR sel
794         - 6   # NDRPDR sel
795         - 13  # NDRPDR sel
796         - 14  # NDRPDR sel
797         - 15  # NDRPDR sel
798         - 18  # NDRPDR sel
799         - 19  # NDRPDR sel
800         - 20  # NDRPDR sel
801     dpdk-performance-changes-3n-hsw-cmp:
802       csit-dpdk-perf-verify-1908-3n-hsw:
803         - 2   # NDRPDR sel
804         - 3   # NDRPDR sel
805         - 4   # NDRPDR sel
806         - 5   # NDRPDR sel
807         - 6   # NDRPDR sel
808         - 7   # NDRPDR sel
809         - 8   # NDRPDR sel
810         - 9   # NDRPDR sel
811         - 10  # NDRPDR sel
812         - 11  # NDRPDR sel
813     dpdk-performance-changes-3n-hsw:
814       - "dpdk-performance-changes-3n-hsw-h1"
815       - "dpdk-performance-changes-3n-hsw-ref"
816       - "dpdk-performance-changes-3n-hsw-cmp"
817
818     dpdk-performance-changes-3n-skx-h1:
819       csit-dpdk-perf-verify-1901-3n-skx:
820         - 3   # NDRPDR sel
821         - 5   # NDRPDR sel
822         - 6   # NDRPDR sel
823         - 7   # NDRPDR sel
824         - 8   # NDRPDR sel
825         - 9   # NDRPDR sel
826         - 10  # NDRPDR sel
827         - 11  # NDRPDR sel
828         - 12  # NDRPDR sel
829         - 13  # NDRPDR sel
830     dpdk-performance-changes-3n-skx-ref:
831       csit-dpdk-perf-verify-1904-3n-skx:
832         - 2   # NDRPDR sel
833         - 3   # NDRPDR sel
834         - 4   # NDRPDR sel
835         - 5   # NDRPDR sel
836         - 6   # NDRPDR sel
837         - 7   # NDRPDR sel
838         - 11  # NDRPDR sel
839         - 12  # NDRPDR sel
840         - 13  # NDRPDR sel
841         - 14  # NDRPDR sel
842     dpdk-performance-changes-3n-skx-cmp:
843       csit-dpdk-perf-verify-1908-3n-skx:
844         - 3   # NDRPDR sel
845         - 4   # NDRPDR sel
846         - 5   # NDRPDR sel
847         - 6   # NDRPDR sel
848         - 7   # NDRPDR sel
849         - 8   # NDRPDR sel
850         - 9   # NDRPDR sel
851         - 10  # NDRPDR sel
852         - 11  # NDRPDR sel
853         - 12  # NDRPDR sel
854     dpdk-performance-changes-3n-skx:
855       - "dpdk-performance-changes-3n-skx-h1"
856       - "dpdk-performance-changes-3n-skx-ref"
857       - "dpdk-performance-changes-3n-skx-cmp"
858
859     dpdk-performance-changes-2n-skx-h1:
860       csit-dpdk-perf-verify-1901-2n-skx:
861         - 12  # NDRPDR sel
862         - 13  # NDRPDR sel
863         - 14  # NDRPDR sel
864         - 15  # NDRPDR sel
865         - 16  # NDRPDR sel
866         - 17  # NDRPDR sel
867         - 18  # NDRPDR sel
868         - 19  # NDRPDR sel
869         - 20  # NDRPDR sel
870         - 21  # NDRPDR sel
871     dpdk-performance-changes-2n-skx-ref:
872       csit-dpdk-perf-verify-1904-2n-skx:
873         - 2   # NDRPDR sel
874         - 3   # NDRPDR sel
875         - 4   # NDRPDR sel
876         - 5   # NDRPDR sel
877         - 7   # NDRPDR sel
878         - 8   # NDRPDR sel
879         - 9   # NDRPDR sel
880         - 10  # NDRPDR sel
881         - 11  # NDRPDR sel
882         - 12  # NDRPDR sel
883     dpdk-performance-changes-2n-skx-cmp:
884       csit-dpdk-perf-verify-1908-2n-skx:
885         - 2   # NDRPDR sel
886         - 3   # NDRPDR sel
887         - 4   # NDRPDR sel
888         - 5   # NDRPDR sel
889         - 7   # NDRPDR sel
890         - 8   # NDRPDR sel
891         - 9   # NDRPDR sel
892         - 10  # NDRPDR sel
893         - 11  # NDRPDR sel
894         - 12  # NDRPDR sel
895     dpdk-performance-changes-2n-skx:
896       - "dpdk-performance-changes-2n-skx-h1"
897       - "dpdk-performance-changes-2n-skx-ref"
898       - "dpdk-performance-changes-2n-skx-cmp"
899
900     # Compare testbeds
901
902     vpp-compare-testbeds-ref:
903       csit-vpp-perf-verify-1908-3n-hsw:
904         - 12  # NDRPDR sel
905         - 13  # NDRPDR sel
906         - 14  # NDRPDR sel
907         - 15  # NDRPDR sel
908         - 16  # NDRPDR sel
909         - 17  # NDRPDR sel
910         - 18  # NDRPDR sel
911         - 19  # NDRPDR sel
912         - 20  # NDRPDR sel
913         - 21  # NDRPDR sel
914     vpp-compare-testbeds-cmp:
915       csit-vpp-perf-verify-1908-3n-skx:
916         - 14  # NDRPDR sel
917         - 16  # NDRPDR sel
918         - 19  # NDRPDR sel
919         - 20  # NDRPDR sel
920         - 22  # NDRPDR sel
921         - 23  # NDRPDR sel
922         - 24  # NDRPDR sel
923         - 25  # NDRPDR sel
924         - 26  # NDRPDR sel
925         - 29  # NDRPDR sel
926     vpp-compare-testbeds:
927       - "vpp-compare-testbeds-ref"
928       - "vpp-compare-testbeds-cmp"
929
930     vpp-compare-testbeds-mrr-ref:
931       csit-vpp-perf-verify-1908-3n-hsw:
932         - 39  # MRR sel
933     vpp-compare-testbeds-mrr-cmp:
934       csit-vpp-perf-verify-1908-3n-skx:
935         - 36  # MRR sel
936     vpp-compare-testbeds-mrr:
937       - "vpp-compare-testbeds-mrr-ref"
938       - "vpp-compare-testbeds-mrr-cmp"
939
940     dpdk-compare-testbeds-ref:
941       csit-dpdk-perf-verify-1908-3n-hsw:
942         - 2   # NDRPDR sel
943         - 3   # NDRPDR sel
944         - 4   # NDRPDR sel
945         - 5   # NDRPDR sel
946         - 6   # NDRPDR sel
947         - 7   # NDRPDR sel
948         - 8   # NDRPDR sel
949         - 9   # NDRPDR sel
950         - 10  # NDRPDR sel
951         - 11  # NDRPDR sel
952     dpdk-compare-testbeds-cmp:
953       csit-dpdk-perf-verify-1908-3n-skx:
954         - 3   # NDRPDR sel
955         - 4   # NDRPDR sel
956         - 5   # NDRPDR sel
957         - 6   # NDRPDR sel
958         - 7   # NDRPDR sel
959         - 8   # NDRPDR sel
960         - 9   # NDRPDR sel
961         - 10  # NDRPDR sel
962         - 11  # NDRPDR sel
963         - 12  # NDRPDR sel
964     dpdk-compare-testbeds:
965       - "dpdk-compare-testbeds-ref"
966       - "dpdk-compare-testbeds-cmp"
967
968     # Compare topologies
969
970     vpp-compare-topologies-ref:
971       csit-vpp-perf-verify-1908-3n-skx:
972         - 14  # NDRPDR sel
973         - 16  # NDRPDR sel
974         - 19  # NDRPDR sel
975         - 20  # NDRPDR sel
976         - 22  # NDRPDR sel
977         - 23  # NDRPDR sel
978         - 24  # NDRPDR sel
979         - 25  # NDRPDR sel
980         - 26  # NDRPDR sel
981         - 29  # NDRPDR sel
982     vpp-compare-topologies-cmp:
983       csit-vpp-perf-verify-1908-2n-skx:
984         - 26  # NDRPDR sel
985         - 27  # NDRPDR sel
986         - 34  # NDRPDR sel
987         - 35  # NDRPDR sel
988         - 36  # NDRPDR sel
989         - 42  # NDRPDR sel
990         - 43  # NDRPDR sel
991         - 44  # NDRPDR sel
992         - 45  # NDRPDR sel
993         - 46  # NDRPDR sel
994     vpp-compare-topologies:
995       - "vpp-compare-topologies-ref"
996       - "vpp-compare-topologies-cmp"
997
998     vpp-compare-topologies-mrr-ref:
999       csit-vpp-perf-verify-1908-3n-skx:
1000         - 36  # MRR sel
1001     vpp-compare-topologies-mrr-cmp:
1002       csit-vpp-perf-verify-1908-2n-skx:
1003         - 69  # MRR sel
1004     vpp-compare-topologies-mrr:
1005       - "vpp-compare-topologies-mrr-ref"
1006       - "vpp-compare-topologies-mrr-cmp"
1007
1008     dpdk-compare-topologies-ref:
1009       csit-dpdk-perf-verify-1908-3n-skx:
1010         - 3   # NDRPDR sel
1011         - 4   # NDRPDR sel
1012         - 5   # NDRPDR sel
1013         - 6   # NDRPDR sel
1014         - 7   # NDRPDR sel
1015         - 8   # NDRPDR sel
1016         - 9   # NDRPDR sel
1017         - 10  # NDRPDR sel
1018         - 11  # NDRPDR sel
1019         - 12  # NDRPDR sel
1020     dpdk-compare-topologies-cmp:
1021       csit-dpdk-perf-verify-1908-2n-skx:
1022         - 2   # NDRPDR sel
1023         - 3   # NDRPDR sel
1024         - 4   # NDRPDR sel
1025         - 5   # NDRPDR sel
1026         - 7   # NDRPDR sel
1027         - 8   # NDRPDR sel
1028         - 9   # NDRPDR sel
1029         - 10  # NDRPDR sel
1030         - 11  # NDRPDR sel
1031         - 12  # NDRPDR sel
1032     dpdk-compare-topologies:
1033       - "dpdk-compare-topologies-ref"
1034       - "dpdk-compare-topologies-cmp"
1035
1036   plot-layouts:
1037
1038     plot-soak-throughput:
1039       titlefont:
1040         size: 18
1041       xaxis:
1042         title: "<b>Test Cases [Index]</b>"
1043         titlefont:
1044           size: 16
1045         autorange: True
1046         fixedrange: False
1047         gridcolor: "rgb(230, 230, 230)"
1048         linecolor: "rgb(220, 220, 220)"
1049         linewidth: 1
1050         showgrid: True
1051         showline: True
1052         showticklabels: True
1053         tickcolor: "rgb(220, 220, 220)"
1054         tickmode: "linear"
1055         tickfont:
1056           size: 16
1057         zeroline: False
1058       yaxis:
1059         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1060         titlefont:
1061           size: 16
1062         gridcolor: "rgb(230, 230, 230)"
1063         hoverformat: ".4r"
1064         tickformat: ".3r"
1065         linecolor: "rgb(220, 220, 220)"
1066         linewidth: 1
1067         showgrid: True
1068         showline: True
1069         showticklabels: True
1070         tickcolor: "rgb(220, 220, 220)"
1071         tickfont:
1072           size: 16
1073         zeroline: False
1074         range: [0,50]
1075       autosize: False
1076       margin:
1077         t: 50
1078         b: 0
1079         l: 80
1080         r: 20
1081       showlegend: True
1082       legend:
1083         orientation: "h"
1084         font:
1085           size: 16
1086       width: 700
1087       height: 900
1088
1089     plot-service-density:
1090       titlefont:
1091         size: 18
1092       xaxis:
1093         side: "top"
1094         autorange: True
1095         fixedrange: False
1096         showgrid: False
1097         showline: False
1098         showticklabels: False
1099         ticks: ""
1100         ticklen: 0
1101         tickwidth: 0
1102         zeroline: False
1103       yaxis:
1104         autorange: "reversed"
1105         showgrid: False
1106         showline: False
1107         showticklabels: False
1108         ticks: ""
1109         ticklen: 0
1110         tickwidth: 0
1111         zeroline: False
1112       autosize: True
1113       showlegend: False
1114       width: 700
1115       height: 700
1116
1117     plot-cps:
1118       titlefont:
1119         size: 18
1120       xaxis:
1121         title: "<b>Test Cases [Index]</b>"
1122         titlefont:
1123           size: 16
1124         autorange: True
1125         fixedrange: False
1126         gridcolor: "rgb(230, 230, 230)"
1127         linecolor: "rgb(220, 220, 220)"
1128         linewidth: 1
1129         showgrid: True
1130         showline: True
1131         showticklabels: True
1132         tickcolor: "rgb(220, 220, 220)"
1133         tickmode: "linear"
1134         tickfont:
1135           size: 16
1136         zeroline: False
1137       yaxis:
1138         title: "<b>Connections Per Second [cps]</b>"
1139         titlefont:
1140           size: 16
1141         gridcolor: "rgb(230, 230, 230)"
1142         hoverformat: ".4s"
1143         linecolor: "rgb(220, 220, 220)"
1144         linewidth: 1
1145         rangemode: "tozero"
1146         showgrid: True
1147         showline: True
1148         showticklabels: True
1149         tickcolor: "rgb(220, 220, 220)"
1150         tickformat: ".3s"
1151         tickfont:
1152           size: 16
1153         zeroline: False
1154       boxmode: "group"
1155       boxgroupgap: 0.5
1156       autosize: False
1157       margin:
1158         t: 50
1159         b: 20
1160         l: 80
1161         r: 20
1162       showlegend: True
1163       legend:
1164         orientation: "h"
1165         font:
1166           size: 16
1167       width: 700
1168       height: 800
1169
1170     plot-rps:
1171       titlefont:
1172         size: 18
1173       xaxis:
1174         title: "<b>Test Cases [Index]</b>"
1175         titlefont:
1176           size: 16
1177         autorange: True
1178         fixedrange: False
1179         gridcolor: "rgb(230, 230, 230)"
1180         linecolor: "rgb(220, 220, 220)"
1181         linewidth: 1
1182         showgrid: True
1183         showline: True
1184         showticklabels: True
1185         tickcolor: "rgb(220, 220, 220)"
1186         tickmode: "linear"
1187         tickfont:
1188           size: 16
1189         zeroline: False
1190       yaxis:
1191         title: "<b>Requests Per Second [rps]</b>"
1192         titlefont:
1193           size: 16
1194         gridcolor: "rgb(230, 230, 230)"
1195         hoverformat: ".4s"
1196         linecolor: "rgb(220, 220, 220)"
1197         linewidth: 1
1198         rangemode: "tozero"
1199         showgrid: True
1200         showline: True
1201         showticklabels: True
1202         tickcolor: "rgb(230, 230, 230)"
1203         tickformat: ".3s"
1204         tickfont:
1205           size: 16
1206         zeroline: False
1207       boxmode: "group"
1208       boxgroupgap: 0.5
1209       autosize: False
1210       margin:
1211         t: 50
1212         b: 20
1213         l: 80
1214         r: 20
1215       showlegend: True
1216       legend:
1217         orientation: "h"
1218         font:
1219           size: 16
1220       width: 700
1221       height: 800
1222
1223     plot-throughput:
1224       titlefont:
1225         size: 18
1226       xaxis:
1227         title: "<b>Test Cases [Index]</b>"
1228         titlefont:
1229           size: 16
1230         autorange: True
1231         fixedrange: False
1232         gridcolor: "rgb(230, 230, 230)"
1233         linecolor: "rgb(220, 220, 220)"
1234         linewidth: 1
1235         showgrid: True
1236         showline: True
1237         showticklabels: True
1238         tickcolor: "rgb(220, 220, 220)"
1239         tickmode: "linear"
1240         tickfont:
1241           size: 16
1242         zeroline: False
1243       yaxis:
1244         title: "<b>Packet Throughput [Mpps]</b>"
1245         titlefont:
1246           size: 16
1247         gridcolor: "rgb(230, 230, 230)"
1248         hoverformat: ".4r"
1249         tickformat: ".3r"
1250         linecolor: "rgb(220, 220, 220)"
1251         linewidth: 1
1252         showgrid: True
1253         showline: True
1254         showticklabels: True
1255         tickcolor: "rgb(220, 220, 220)"
1256         tickfont:
1257           size: 16
1258         zeroline: False
1259         range: [0,50]
1260       boxmode: "group"
1261       boxgroupgap: 0.5
1262       autosize: False
1263       margin:
1264         t: 50
1265         b: 0
1266         l: 80
1267         r: 20
1268       showlegend: True
1269       legend:
1270         orientation: "h"
1271         font:
1272           size: 16
1273       width: 700
1274       height: 900
1275
1276     plot-throughput-speedup-analysis:
1277       titlefont:
1278         size: 18
1279       xaxis:
1280         title: "<b>Number of Cores [Qty]</b>"
1281         titlefont:
1282           size: 16
1283         autorange: True
1284         fixedrange: False
1285         gridcolor: "rgb(230, 230, 230)"
1286         linecolor: "rgb(220, 220, 220)"
1287         linewidth: 1
1288         showgrid: True
1289         showline: True
1290         showticklabels: True
1291         tickcolor: "rgb(238, 238, 238)"
1292         tickmode: "linear"
1293         tickfont:
1294           size: 16
1295         zeroline: False
1296       yaxis:
1297         title: "<b>Packet Throughput [Mpps]</b>"
1298         titlefont:
1299           size: 16
1300         type: "linear"
1301         gridcolor: "rgb(230, 230, 230)"
1302         hoverformat: ".4s"
1303         linecolor: "rgb(220, 220, 220)"
1304         linewidth: 1
1305         showgrid: True
1306         showline: True
1307         showticklabels: True
1308         tickcolor: "rgb(220, 220, 220)"
1309         tickformat: ".4s"
1310         tickfont:
1311           size: 16
1312         zeroline: True
1313         rangemode: "tozero"
1314         range: [0,100]
1315       legend:
1316         orientation: "h"
1317         font:
1318           size: 16
1319         xanchor: "left"
1320         yanchor: "top"
1321         x: 0
1322         y: -0.2
1323         bgcolor: "rgba(255, 255, 255, 0)"
1324         bordercolor: "rgba(255, 255, 255, 0)"
1325         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1326       autosize: False
1327       margin:
1328           't': 50
1329           'b': 150
1330           'l': 85
1331           'r': 10
1332       showlegend: True
1333       width: 700
1334       height: 700
1335       hoverlabel:
1336         namelength: -1
1337       annotations: [
1338         {
1339           text: "_ _          __          ...",
1340           align: "left",
1341           showarrow: False,
1342           xref: "paper",
1343           yref: "paper",
1344           xanchor: "left",
1345           yanchor: "top",
1346           x: 0,
1347           y: -0.13,
1348           font: {
1349             family: "Consolas, Courier New",
1350             size: 15
1351           },
1352         },
1353         {
1354           text: "    Perfect     Measured     Limit",
1355           align: "left",
1356           showarrow: False,
1357           xref: "paper",
1358           yref: "paper",
1359           xanchor: "left",
1360           yanchor: "top",
1361           x: 0,
1362           y: -0.15,
1363           font: {
1364             family: "Consolas, Courier New",
1365             size: 15
1366           },
1367         },
1368       ]
1369
1370     plot-latency:
1371       titlefont:
1372         size: 18
1373       xaxis:
1374         title: "<b>Direction</b>"
1375         titlefont:
1376           size: 16
1377         autorange: True
1378         fixedrange: False
1379         gridcolor: "rgb(230, 230, 230)"
1380         linecolor: "rgb(220, 220, 220)"
1381         linewidth: 1
1382         showgrid: True
1383         showline: True
1384         showticklabels: False
1385         tickcolor: "rgb(220, 220, 220)"
1386         tickmode: "linear"
1387         tickfont:
1388           size: 16
1389         zeroline: False
1390       yaxis:
1391         title: "<b>Packet Latency [uSec]</b>"
1392         titlefont:
1393           size: 16
1394         type: "linear"
1395         gridcolor: "rgb(230, 230, 230)"
1396         hoverformat: ".4s"
1397         linecolor: "rgb(220, 220, 220)"
1398         linewidth: 1
1399         showgrid: True
1400         showline: True
1401         showticklabels: True
1402         tickcolor: "rgb(220, 220, 220)"
1403         tickformat: ".4s"
1404         tickfont:
1405           size: 16
1406         zeroline: True
1407         rangemode: "tozero"
1408       legend:
1409         orientation: "h"
1410         font:
1411           size: 16
1412         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1413       autosize: False
1414       margin:
1415           't': 50
1416           'b': 150
1417           'l': 80
1418           'r': 10
1419       showlegend: True
1420       width: 700
1421       height: 700
1422       hoverlabel:
1423         namelength: -1
1424
1425 - type: "static"
1426   src-path: "{DIR[RST]}"
1427   dst-path: "{DIR[WORKING,SRC]}"
1428
1429 - type: "input"
1430   general:
1431     file-name: "output_info.xml.gz"
1432     file-format: ".gz"
1433     arch-file-format:
1434       - ".gz"
1435       - ".zip"
1436     download-path: "{job}/{build}/archives/{filename}"
1437     extract: "output.xml"
1438
1439     zip-file-name: "robot-plugin.zip"
1440     zip-file-format: ".zip"
1441     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1442     zip-extract: "robot-plugin/output.xml"
1443
1444   builds:
1445 #    intel-dnv-vpp-release-1904:
1446 #      - 1
1447 #
1448 #    intel-dnv-vpp-release-1901:
1449 #      - 1
1450
1451     csit-vpp-perf-verify-1901-3n-hsw:
1452       - 35  # MRR sel
1453       - 10  # NDRPDR sel
1454       - 19  # NDRPDR sel
1455       - 31  # NDRPDR sel
1456       - 36  # NDRPDR sel
1457       - 40  # NDRPDR sel
1458       - 42  # NDRPDR sel
1459       - 44  # NDRPDR sel
1460       - 46  # NDRPDR sel
1461       - 47  # NDRPDR sel
1462       - 48  # NDRPDR sel
1463       - 61  # NDRPDR LB
1464       - 62  # NDRPDR LB
1465       - 63  # NDRPDR LB
1466       - 64  # NDRPDR LB
1467       - 65  # NDRPDR LB
1468       - 66  # NDRPDR LB
1469       - 67  # NDRPDR LB
1470       - 69  # NDRPDR LB
1471       - 70  # NDRPDR LB
1472       - 71  # NDRPDR LB
1473     csit-vpp-perf-verify-1904-3n-hsw:
1474       - 9   # MRR sel
1475       - 11  # NDRPDR sel
1476       - 12  # NDRPDR sel
1477       - 20  # NDRPDR sel
1478       - 21  # NDRPDR sel
1479       - 23  # NDRPDR sel
1480       - 24  # NDRPDR sel
1481       - 25  # NDRPDR sel
1482       - 26  # NDRPDR sel
1483       - 29  # NDRPDR sel
1484       - 30  # NDRPDR sel
1485     csit-vpp-perf-verify-1908-3n-hsw:
1486       - 12  # NDRPDR sel
1487       - 13  # NDRPDR sel
1488       - 14  # NDRPDR sel
1489       - 15  # NDRPDR sel
1490       - 16  # NDRPDR sel
1491       - 17  # NDRPDR sel
1492       - 18  # NDRPDR sel
1493       - 19  # NDRPDR sel
1494       - 20  # NDRPDR sel
1495       - 21  # NDRPDR sel
1496       - 40  # NDRPDR sel vhost
1497       - 41  # NDRPDR sel vhost
1498       - 42  # NDRPDR sel vhost
1499       - 43  # NDRPDR sel vhost
1500       - 44  # NDRPDR sel vhost
1501       - 45  # NDRPDR sel vhost
1502       - 24  # NDRPDR full
1503       - 25  # NDRPDR full
1504       - 26  # NDRPDR full
1505       - 27  # NDRPDR full
1506       - 28  # NDRPDR full
1507       - 29  # NDRPDR full
1508       - 32  # NDRPDR full
1509       - 33  # NDRPDR full
1510       - 36  # NDRPDR full
1511       - 38  # NDRPDR full
1512       - 39  # MRR sel
1513
1514     csit-vpp-perf-verify-1901-3n-skx:
1515       - 32  # MRR sel
1516       - 18  # NDRPDR sel
1517       - 19  # NDRPDR sel
1518       - 20  # NDRPDR sel
1519       - 28  # NDRPDR sel
1520       - 31  # NDRPDR sel
1521       - 33  # NDRPDR sel
1522       - 36  # NDRPDR sel
1523       - 38  # NDRPDR sel
1524       - 47  # NDRPDR sel
1525       - 48  # NDRPDR sel
1526       - 54  # NDRPDR LB
1527       - 57  # NDRPDR LB
1528       - 58  # NDRPDR LB
1529       - 59  # NDRPDR LB
1530       - 60  # NDRPDR LB
1531       - 63  # NDRPDR LB
1532       - 64  # NDRPDR LB
1533       - 65  # NDRPDR LB
1534       - 66  # NDRPDR LB
1535       - 67  # NDRPDR LB
1536     csit-vpp-perf-verify-1904-3n-skx:
1537       - 7   # MRR sel
1538       - 8   # NDRPDR sel
1539       - 9   # NDRPDR sel
1540       - 10  # NDRPDR sel
1541       - 11  # NDRPDR sel
1542       - 12  # NDRPDR sel
1543       - 14  # NDRPDR sel
1544       - 16  # NDRPDR sel
1545       - 21  # NDRPDR sel
1546       - 23  # NDRPDR sel
1547       - 25  # NDRPDR sel
1548     # TODO: Add data
1549     csit-vpp-perf-verify-1908-3n-skx:
1550       - 14  # NDRPDR sel
1551       - 16  # NDRPDR sel
1552       - 19  # NDRPDR sel
1553       - 20  # NDRPDR sel
1554       - 22  # NDRPDR sel
1555       - 23  # NDRPDR sel
1556       - 24  # NDRPDR sel
1557       - 25  # NDRPDR sel
1558       - 26  # NDRPDR sel
1559       - 29  # NDRPDR sel
1560       - 44  # NDRPDR sel vhost
1561       - 45  # NDRPDR sel vhost
1562       - 49  # NDRPDR sel vhost
1563       - 27  # NDRPDR full
1564       - 28  # NDRPDR full
1565       - 30  # NDRPDR full
1566       - 31  # NDRPDR full
1567       - 32  # NDRPDR full
1568       - 33  # NDRPDR full
1569       - 34  # NDRPDR full
1570       - 35  # NDRPDR full
1571       - 37  # NDRPDR full
1572       - 39  # NDRPDR full
1573       - 40  # NDRPDR full
1574       - 41  # NDRPDR full
1575       - 36  # MRR sel
1576
1577     csit-vpp-perf-verify-1901-2n-skx:
1578       - 22  # MRR sel
1579       - 5   # NDRPDR sel
1580       - 12  # NDRPDR sel
1581       - 13  # NDRPDR sel
1582       - 21  # NDRPDR sel
1583       - 23  # NDRPDR sel
1584       - 31  # NDRPDR sel
1585       - 34  # NDRPDR sel
1586       - 40  # NDRPDR sel
1587       - 42  # NDRPDR sel
1588       - 43  # NDRPDR sel
1589     csit-vpp-perf-verify-1904-2n-skx:
1590       - 11  # MRR sel
1591       - 12  # NDRPDR sel
1592       - 14  # NDRPDR sel
1593       - 16  # NDRPDR sel
1594       - 17  # NDRPDR sel
1595       - 18  # NDRPDR sel
1596       - 21  # NDRPDR sel
1597       - 27  # NDRPDR sel
1598       - 30  # NDRPDR sel
1599       - 31  # NDRPDR sel
1600       - 32  # NDRPDR sel
1601     # TODO: Add data
1602     csit-vpp-perf-verify-1908-2n-skx:
1603       - 26  # NDRPDR sel
1604       - 27  # NDRPDR sel
1605       - 34  # NDRPDR sel
1606       - 35  # NDRPDR sel
1607       - 36  # NDRPDR sel
1608       - 42  # NDRPDR sel
1609       - 43  # NDRPDR sel
1610       - 44  # NDRPDR sel
1611       - 45  # NDRPDR sel
1612       - 46  # NDRPDR sel
1613       - 72  # NDRPDR sel vhost
1614       - 73  # NDRPDR sel vhost
1615       - 74  # NDRPDR sel vhost
1616       - 75  # NDRPDR sel vhost
1617       - 76  # NDRPDR sel vhost
1618       - 78  # NDRPDR sel vhost
1619       - 48  # NDRPDR full
1620       - 49  # NDRPDR full
1621       - 50  # NDRPDR full
1622       - 51  # NDRPDR full
1623       - 54  # NDRPDR full
1624       - 55  # NDRPDR full
1625       - 79  # NDRPDR full vhost
1626       - 69  # MRR sel
1627       - 29  # TCP
1628       - 30  # TCP
1629       - 58  # TCP
1630       - 59  # TCP
1631       - 60  # TCP
1632       - 61  # TCP
1633       - 62  # TCP
1634       - 63  # TCP
1635       - 64  # TCP
1636       - 65  # TCP
1637       - 22  # NFV
1638       - 31  # NFV
1639       - 32  # NFV
1640       - 37  # NFV
1641       - 38  # NFV
1642       - 39  # NFV
1643       - 53  # NFV
1644       - 67  # NFV
1645       - 68  # NFV
1646       - 70  # NFV
1647       - 71  # NFV MRR
1648
1649     csit-vpp-perf-verify-1908-3n-tsh:
1650       - 7   # NDRPDR sel
1651       - 8   # NDRPDR sel
1652       - 9   # NDRPDR sel
1653       - 10  # NDRPDR sel
1654       - 11  # NDRPDR sel
1655       - 12  # NDRPDR sel
1656       - 13  # NDRPDR sel
1657       - 14  # NDRPDR sel
1658
1659     csit-dpdk-perf-verify-1901-3n-hsw:
1660       - 13  # NDRPDR sel
1661       - 14  # NDRPDR sel
1662       - 16  # NDRPDR sel
1663       - 17  # NDRPDR sel
1664       - 18  # NDRPDR sel
1665       - 19  # NDRPDR sel
1666       - 20  # NDRPDR sel
1667       - 21  # NDRPDR sel
1668       - 22  # NDRPDR sel
1669       - 23  # NDRPDR sel
1670     csit-dpdk-perf-verify-1904-3n-hsw:
1671       - 2   # NDRPDR sel
1672       - 3   # NDRPDR sel
1673       - 5   # NDRPDR sel
1674       - 6   # NDRPDR sel
1675       - 13  # NDRPDR sel
1676       - 14  # NDRPDR sel
1677       - 15  # NDRPDR sel
1678       - 18  # NDRPDR sel
1679       - 19  # NDRPDR sel
1680       - 20  # NDRPDR sel
1681     csit-dpdk-perf-verify-1908-3n-hsw:
1682       - 2   # NDRPDR sel
1683       - 3   # NDRPDR sel
1684       - 4   # NDRPDR sel
1685       - 5   # NDRPDR sel
1686       - 6   # NDRPDR sel
1687       - 7   # NDRPDR sel
1688       - 8   # NDRPDR sel
1689       - 9   # NDRPDR sel
1690       - 10  # NDRPDR sel
1691       - 11  # NDRPDR sel
1692
1693     csit-dpdk-perf-verify-1901-3n-skx:
1694       - 3   # NDRPDR sel
1695       - 5   # NDRPDR sel
1696       - 6   # NDRPDR sel
1697       - 7   # NDRPDR sel
1698       - 8   # NDRPDR sel
1699       - 9   # NDRPDR sel
1700       - 10  # NDRPDR sel
1701       - 11  # NDRPDR sel
1702       - 12  # NDRPDR sel
1703       - 13  # NDRPDR sel
1704     csit-dpdk-perf-verify-1904-3n-skx:
1705       - 2   # NDRPDR sel
1706       - 3   # NDRPDR sel
1707       - 4   # NDRPDR sel
1708       - 5   # NDRPDR sel
1709       - 6   # NDRPDR sel
1710       - 7   # NDRPDR sel
1711       - 11  # NDRPDR sel
1712       - 12  # NDRPDR sel
1713       - 13  # NDRPDR sel
1714       - 14  # NDRPDR sel
1715     csit-dpdk-perf-verify-1908-3n-skx:
1716       - 3   # NDRPDR sel
1717       - 4   # NDRPDR sel
1718       - 5   # NDRPDR sel
1719       - 6   # NDRPDR sel
1720       - 7   # NDRPDR sel
1721       - 8   # NDRPDR sel
1722       - 9   # NDRPDR sel
1723       - 10  # NDRPDR sel
1724       - 11  # NDRPDR sel
1725       - 12  # NDRPDR sel
1726
1727     csit-dpdk-perf-verify-1901-2n-skx:
1728       - 12  # NDRPDR sel
1729       - 13  # NDRPDR sel
1730       - 14  # NDRPDR sel
1731       - 15  # NDRPDR sel
1732       - 16  # NDRPDR sel
1733       - 17  # NDRPDR sel
1734       - 18  # NDRPDR sel
1735       - 19  # NDRPDR sel
1736       - 20  # NDRPDR sel
1737       - 21  # NDRPDR sel
1738     csit-dpdk-perf-verify-1904-2n-skx:
1739       - 2   # NDRPDR sel
1740       - 3   # NDRPDR sel
1741       - 4   # NDRPDR sel
1742       - 5   # NDRPDR sel
1743       - 7   # NDRPDR sel
1744       - 8   # NDRPDR sel
1745       - 9   # NDRPDR sel
1746       - 10  # NDRPDR sel
1747       - 11  # NDRPDR sel
1748       - 12  # NDRPDR sel
1749     csit-dpdk-perf-verify-1908-2n-skx:
1750       - 2   # NDRPDR sel
1751       - 3   # NDRPDR sel
1752       - 4   # NDRPDR sel
1753       - 5   # NDRPDR sel
1754       - 7   # NDRPDR sel
1755       - 8   # NDRPDR sel
1756       - 9   # NDRPDR sel
1757       - 10  # NDRPDR sel
1758       - 11  # NDRPDR sel
1759       - 12  # NDRPDR sel
1760
1761     csit-vpp-functional-1908-ubuntu1604-virl:
1762       - 64
1763     csit-vpp-functional-1908-centos7-virl:
1764       - 64
1765     csit-vpp-device-1908-ubuntu1804-1n-skx:
1766       - 65
1767
1768 - type: "output"
1769   output: "report"
1770   format:
1771     html:
1772     - full
1773 #    pdf:
1774 #    - minimal
1775
1776 ################################################################################
1777 ###                               T A B L E S                                ###
1778 ################################################################################
1779
1780 ## VPP Soak vs NDR
1781 #- type: "table"
1782 #  title: "VPP Soak vs NDR 2n-skx"
1783 #  algorithm: "table_soak_vs_ndr"
1784 #  output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
1785 #  reference:
1786 #    title: "NDR"
1787 #    data: "vpp-soak-vs-ndr-2n-skx-ref"
1788 #  compare:
1789 #    title: "Soak"
1790 #    data: "vpp-soak-vs-ndr-2n-skx-cmp"
1791 #  data: "vpp-soak-vs-ndr-2n-skx"
1792 #  include-tests: "NDR"
1793 #  filter: "('NDRPDR' or 'SOAK')"
1794 #  parameters:
1795 #    - "throughput"
1796 #    - "name"
1797 #    - "parent"
1798
1799 ################################################################################
1800
1801 # VPP Compare NICs 3n-skx 2t1c ndr
1802 - type: "table"
1803   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1804   algorithm: "table_nics_comparison"
1805   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1806   reference:
1807     title: "Intel-x710"
1808     nic: "NIC_Intel-X710"
1809   compare:
1810     title: "Intel-xxv710"
1811     nic: "NIC_Intel-XXV710"
1812   data: "vpp-nic-comparison-3n-skx"
1813   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1814   filter: "'2T1C' and 'NDRPDR'"
1815   parameters:
1816   - "name"
1817   - "parent"
1818   - "throughput"
1819   - "tags"
1820
1821 # VPP Compare NICs 3n-skx 4t2c ndr
1822 - type: "table"
1823   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1824   algorithm: "table_nics_comparison"
1825   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1826   reference:
1827     title: "Intel-x710"
1828     nic: "NIC_Intel-X710"
1829   compare:
1830     title: "Intel-xxv710"
1831     nic: "NIC_Intel-XXV710"
1832   data: "vpp-nic-comparison-3n-skx"
1833   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1834   filter: "'4T2C' and 'NDRPDR'"
1835   parameters:
1836   - "name"
1837   - "parent"
1838   - "throughput"
1839   - "tags"
1840
1841 # VPP Compare NICs 3n-skx 2t1c pdr
1842 - type: "table"
1843   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1844   algorithm: "table_nics_comparison"
1845   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1846   reference:
1847     title: "Intel-x710"
1848     nic: "NIC_Intel-X710"
1849   compare:
1850     title: "Intel-xxv710"
1851     nic: "NIC_Intel-XXV710"
1852   data: "vpp-nic-comparison-3n-skx"
1853   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1854   filter: "'2T1C' and 'NDRPDR'"
1855   parameters:
1856   - "name"
1857   - "parent"
1858   - "throughput"
1859   - "tags"
1860
1861  # VPP Compare NICs 3n-skx 4t2c pdr
1862 - type: "table"
1863   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1864   algorithm: "table_nics_comparison"
1865   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1866   reference:
1867     title: "Intel-x710"
1868     nic: "NIC_Intel-X710"
1869   compare:
1870     title: "Intel-xxv710"
1871     nic: "NIC_Intel-XXV710"
1872   data: "vpp-nic-comparison-3n-skx"
1873   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1874   filter: "'4T2C' and 'NDRPDR'"
1875   parameters:
1876   - "name"
1877   - "parent"
1878   - "throughput"
1879   - "tags"
1880
1881 # VPP Compare NICs 3n-skx 2t1c mrr
1882 - type: "table"
1883   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1884   algorithm: "table_nics_comparison"
1885   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1886   reference:
1887     title: "Intel-x710"
1888     nic: "NIC_Intel-X710"
1889   compare:
1890     title: "Intel-xxv710"
1891     nic: "NIC_Intel-XXV710"
1892   data: "vpp-nic-comparison-3n-skx-mrr"
1893   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1894   filter: "'2T1C' and 'MRR'"
1895   parameters:
1896   - "name"
1897   - "parent"
1898   - "result"
1899   - "tags"
1900
1901 # VPP Compare NICs 3n-skx 4t2c mrr
1902 - type: "table"
1903   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1904   algorithm: "table_nics_comparison"
1905   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1906   reference:
1907     title: "Intel-x710"
1908     nic: "NIC_Intel-X710"
1909   compare:
1910     title: "Intel-xxv710"
1911     nic: "NIC_Intel-XXV710"
1912   data: "vpp-nic-comparison-3n-skx-mrr"
1913   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1914   filter: "'4T2C' and 'MRR'"
1915   parameters:
1916   - "name"
1917   - "parent"
1918   - "result"
1919   - "tags"
1920
1921  # VPP Compare NICs 3n-skx 8t4c mrr
1922 - type: "table"
1923   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1924   algorithm: "table_nics_comparison"
1925   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1926   reference:
1927     title: "Intel-x710"
1928     nic: "NIC_Intel-X710"
1929   compare:
1930     title: "Intel-xxv710"
1931     nic: "NIC_Intel-XXV710"
1932   data: "vpp-nic-comparison-3n-skx-mrr"
1933   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1934   filter: "'8T4C' and 'MRR'"
1935   parameters:
1936   - "name"
1937   - "parent"
1938   - "result"
1939   - "tags"
1940
1941 # VPP Compare NICs 2n-skx 2t1c ndr
1942 - type: "table"
1943   title: "VPP Compare NICs 2n-skx 2t1c ndr"
1944   algorithm: "table_nics_comparison"
1945   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
1946   reference:
1947     title: "Intel-x710"
1948     nic: "NIC_Intel-X710"
1949   compare:
1950     title: "Intel-xxv710"
1951     nic: "NIC_Intel-XXV710"
1952   data: "vpp-nic-comparison-2n-skx"
1953   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1954   filter: "'2T1C' and 'NDRPDR'"
1955   parameters:
1956   - "name"
1957   - "parent"
1958   - "throughput"
1959   - "tags"
1960
1961 # VPP Compare NICs 2n-skx 4t2c ndr
1962 - type: "table"
1963   title: "VPP Compare NICs 2n-skx 4t2c ndr"
1964   algorithm: "table_nics_comparison"
1965   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
1966   reference:
1967     title: "Intel-x710"
1968     nic: "NIC_Intel-X710"
1969   compare:
1970     title: "Intel-xxv710"
1971     nic: "NIC_Intel-XXV710"
1972   data: "vpp-nic-comparison-2n-skx"
1973   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1974   filter: "'4T2C' and 'NDRPDR'"
1975   parameters:
1976   - "name"
1977   - "parent"
1978   - "throughput"
1979   - "tags"
1980
1981  # VPP Compare NICs 2n-skx 2t1c pdr
1982 - type: "table"
1983   title: "VPP Compare NICs 2n-skx 2t1c pdr"
1984   algorithm: "table_nics_comparison"
1985   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
1986   reference:
1987     title: "Intel-x710"
1988     nic: "NIC_Intel-X710"
1989   compare:
1990     title: "Intel-xxv710"
1991     nic: "NIC_Intel-XXV710"
1992   data: "vpp-nic-comparison-2n-skx"
1993   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1994   filter: "'2T1C' and 'NDRPDR'"
1995   parameters:
1996   - "name"
1997   - "parent"
1998   - "throughput"
1999   - "tags"
2000
2001 # VPP Compare NICs 2n-skx 4t2c pdr
2002 - type: "table"
2003   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2004   algorithm: "table_nics_comparison"
2005   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2006   reference:
2007     title: "Intel-x710"
2008     nic: "NIC_Intel-X710"
2009   compare:
2010     title: "Intel-xxv710"
2011     nic: "NIC_Intel-XXV710"
2012   data: "vpp-nic-comparison-2n-skx"
2013   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2014   filter: "'4T2C' and 'NDRPDR'"
2015   parameters:
2016   - "name"
2017   - "parent"
2018   - "throughput"
2019   - "tags"
2020
2021 # VPP Compare NICs 2n-skx 2t1c mrr
2022 - type: "table"
2023   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2024   algorithm: "table_nics_comparison"
2025   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2026   reference:
2027     title: "Intel-x710"
2028     nic: "NIC_Intel-X710"
2029   compare:
2030     title: "Intel-xxv710"
2031     nic: "NIC_Intel-XXV710"
2032   data: "vpp-nic-comparison-2n-skx-mrr"
2033   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2034   filter: "'2T1C' and 'MRR'"
2035   parameters:
2036   - "name"
2037   - "parent"
2038   - "result"
2039   - "tags"
2040
2041 # VPP Compare NICs 2n-skx 4t2c mrr
2042 - type: "table"
2043   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2044   algorithm: "table_nics_comparison"
2045   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2046   reference:
2047     title: "Intel-x710"
2048     nic: "NIC_Intel-X710"
2049   compare:
2050     title: "Intel-xxv710"
2051     nic: "NIC_Intel-XXV710"
2052   data: "vpp-nic-comparison-2n-skx-mrr"
2053   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2054   filter: "'4T2C' and 'MRR'"
2055   parameters:
2056   - "name"
2057   - "parent"
2058   - "result"
2059   - "tags"
2060
2061 # VPP Compare NICs 2n-skx 8t4c mrr
2062 - type: "table"
2063   title: "VPP Compare NICs 2n-skx 8t4c mrr"
2064   algorithm: "table_nics_comparison"
2065   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2066   reference:
2067     title: "Intel-x710"
2068     nic: "NIC_Intel-X710"
2069   compare:
2070     title: "Intel-xxv710"
2071     nic: "NIC_Intel-XXV710"
2072   data: "vpp-nic-comparison-2n-skx-mrr"
2073   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2074   filter: "'8T4C' and 'MRR'"
2075   parameters:
2076   - "name"
2077   - "parent"
2078   - "result"
2079   - "tags"
2080
2081 ################################################################################
2082 # VPP
2083
2084 ## VPP Performance Changes 2n-dnv 1t1c pdr
2085 #- type: "table"
2086 #  title: "VPP Performance Changes 2n-dnv 1t1c pdr"
2087 #  algorithm: "table_performance_comparison"
2088 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
2089 #  history:
2090 #    - title: "rls1901"
2091 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2092 #  reference:
2093 #    title: "rls1904"
2094 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2095 #  compare:
2096 #    title: "rls1908"
2097 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2098 #  data: "intel-dnv-vpp-changes-2n-dnv"
2099 #  include-tests: "PDR"
2100 #  filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2101 #  parameters:
2102 #  - "name"
2103 #  - "parent"
2104 #  - "throughput"
2105 #
2106 ## VPP Performance Changes 2n-dnv 2t2c pdr
2107 #- type: "table"
2108 #  title: "VPP Performance Changes 2n-dnv 2t2c pdr"
2109 #  algorithm: "table_performance_comparison"
2110 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
2111 #  history:
2112 #    - title: "rls1901"
2113 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2114 #  reference:
2115 #    title: "rls1904"
2116 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2117 #  compare:
2118 #    title: "rls1908"
2119 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2120 #  data: "intel-dnv-vpp-changes-2n-dnv"
2121 #  include-tests: "PDR"
2122 #  filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2123 #  parameters:
2124 #  - "name"
2125 #  - "parent"
2126 #  - "throughput"
2127 #
2128 ## VPP Performance Changes 2n-dnv 1t1c ndr
2129 #- type: "table"
2130 #  title: "VPP Performance Changes 2n-dnv 1t1c ndr"
2131 #  algorithm: "table_performance_comparison"
2132 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
2133 #  history:
2134 #    - title: "rls1901"
2135 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2136 #  reference:
2137 #    title: "rls1904"
2138 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2139 #  compare:
2140 #    title: "rls1908"
2141 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2142 #  data: "intel-dnv-vpp-changes-2n-dnv"
2143 #  include-tests: "NDR"
2144 #  filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2145 #  parameters:
2146 #  - "name"
2147 #  - "parent"
2148 #  - "throughput"
2149 #
2150 ## VPP Performance Changes 2n-dnv 2t2c ndr
2151 #- type: "table"
2152 #  title: "VPP Performance Changes 2n-dnv 2t2c ndr"
2153 #  algorithm: "table_performance_comparison"
2154 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
2155 #  history:
2156 #    - title: "rls1901"
2157 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2158 #  reference:
2159 #    title: "rls1904"
2160 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2161 #  compare:
2162 #    title: "rls1908"
2163 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2164 #  data: "intel-dnv-vpp-changes-2n-dnv"
2165 #  include-tests: "NDR"
2166 #  filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2167 #  parameters:
2168 #  - "name"
2169 #  - "parent"
2170 #  - "throughput"
2171 #
2172 ## VPP Performance Changes 2n-dnv 1t1c MRR
2173 #- type: "table"
2174 #  title: "VPP Performance Changes 2n-dnv 1t1c MRR"
2175 #  algorithm: "table_performance_comparison"
2176 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
2177 #  history:
2178 #    - title: "rls1901"
2179 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2180 #  reference:
2181 #    title: "rls1904"
2182 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2183 #  compare:
2184 #    title: "rls1908"
2185 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2186 #  data: "intel-dnv-vpp-changes-2n-dnv"
2187 #  include-tests: "MRR"
2188 #  filter: "'1T1C' and 'MRR'"
2189 #  parameters:
2190 #  - "name"
2191 #  - "parent"
2192 #  - "result"
2193 #
2194 ## VPP Performance Changes 2n-dnv 2t2c MRR
2195 #- type: "table"
2196 #  title: "VPP Performance Changes 2n-dnv 2t2c MRR"
2197 #  algorithm: "table_performance_comparison"
2198 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
2199 #  history:
2200 #    - title: "rls1901"
2201 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2202 #  reference:
2203 #    title: "rls1904"
2204 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2205 #  compare:
2206 #    title: "rls1908"
2207 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2208 #  data: "intel-dnv-vpp-changes-2n-dnv"
2209 #  include-tests: "MRR"
2210 #  filter: "'2T2C' and 'MRR'"
2211 #  parameters:
2212 #  - "name"
2213 #  - "parent"
2214 #  - "result"
2215 #
2216 ## VPP Performance Changes 2n-dnv 4t4c MRR
2217 #- type: "table"
2218 #  title: "VPP Performance Changes 2n-dnv 4t4c MRR"
2219 #  algorithm: "table_performance_comparison"
2220 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
2221 #  history:
2222 #    - title: "rls1901"
2223 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2224 #  reference:
2225 #    title: "rls1904"
2226 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2227 #  compare:
2228 #    title: "rls1908"
2229 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2230 #  data: "intel-dnv-vpp-changes-2n-dnv"
2231 #  include-tests: "MRR"
2232 #  filter: "'4T4C' and 'MRR'"
2233 #  parameters:
2234 #  - "name"
2235 #  - "parent"
2236 #  - "result"
2237
2238 # VPP Performance Changes 3n-hsw 1t1c pdr
2239 - type: "table"
2240   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2241   algorithm: "table_performance_comparison"
2242   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2243   history:
2244     - title: "rls1901"
2245       data: "vpp-performance-changes-3n-hsw-h1"
2246   reference:
2247     title: "rls1904"
2248     data: "vpp-performance-changes-3n-hsw-ref"
2249   compare:
2250     title: "rls1908"
2251     data: "vpp-performance-changes-3n-hsw-cmp"
2252   data: "vpp-performance-changes-3n-hsw"
2253   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2254   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2255   parameters:
2256   - "name"
2257   - "parent"
2258   - "throughput"
2259
2260 # VPP Performance Changes 3n-hsw 2t2c pdr
2261 - type: "table"
2262   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2263   algorithm: "table_performance_comparison"
2264   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2265   history:
2266     - title: "rls1901"
2267       data: "vpp-performance-changes-3n-hsw-h1"
2268   reference:
2269     title: "rls1904"
2270     data: "vpp-performance-changes-3n-hsw-ref"
2271   compare:
2272     title: "rls1908"
2273     data: "vpp-performance-changes-3n-hsw-cmp"
2274   data: "vpp-performance-changes-3n-hsw"
2275   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2276   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2277   parameters:
2278   - "name"
2279   - "parent"
2280   - "throughput"
2281
2282 # VPP Performance Changes 3n-hsw 1t1c ndr
2283 - type: "table"
2284   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2285   algorithm: "table_performance_comparison"
2286   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2287   history:
2288     - title: "rls1901"
2289       data: "vpp-performance-changes-3n-hsw-h1"
2290   reference:
2291     title: "rls1904"
2292     data: "vpp-performance-changes-3n-hsw-ref"
2293   compare:
2294     title: "rls1908"
2295     data: "vpp-performance-changes-3n-hsw-cmp"
2296   data: "vpp-performance-changes-3n-hsw"
2297   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2298   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2299   parameters:
2300   - "name"
2301   - "parent"
2302   - "throughput"
2303
2304 # VPP Performance Changes 3n-hsw 2t2c ndr
2305 - type: "table"
2306   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2307   algorithm: "table_performance_comparison"
2308   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2309   history:
2310     - title: "rls1901"
2311       data: "vpp-performance-changes-3n-hsw-h1"
2312   reference:
2313     title: "rls1904"
2314     data: "vpp-performance-changes-3n-hsw-ref"
2315   compare:
2316     title: "rls1908"
2317     data: "vpp-performance-changes-3n-hsw-cmp"
2318   data: "vpp-performance-changes-3n-hsw"
2319   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2320   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2321   parameters:
2322   - "name"
2323   - "parent"
2324   - "throughput"
2325
2326 # VPP Performance Changes 3n-skx 2t1c pdr
2327 - type: "table"
2328   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2329   algorithm: "table_performance_comparison_nic"
2330   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2331   history:
2332     - title: "rls1901 x710"
2333       data: "vpp-performance-changes-3n-skx-h1"
2334       nic: "NIC_Intel-X710"
2335   reference:
2336     title: "rls1904 x710"
2337     data: "vpp-performance-changes-3n-skx-ref"
2338     nic: "NIC_Intel-X710"
2339   compare:
2340     title: "rls1908 xxv710"
2341     data: "vpp-performance-changes-3n-skx-cmp"
2342     nic: "NIC_Intel-XXV710"
2343   data: "vpp-performance-changes-3n-skx"
2344   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2345   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2346   parameters:
2347   - "name"
2348   - "parent"
2349   - "throughput"
2350   - "tags"
2351
2352 # VPP Performance Changes 3n-skx 4t2c pdr
2353 - type: "table"
2354   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2355   algorithm: "table_performance_comparison_nic"
2356   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2357   history:
2358     - title: "rls1901 x710"
2359       data: "vpp-performance-changes-3n-skx-h1"
2360       nic: "NIC_Intel-X710"
2361   reference:
2362     title: "rls1904 x710"
2363     data: "vpp-performance-changes-3n-skx-ref"
2364     nic: "NIC_Intel-X710"
2365   compare:
2366     title: "rls1908 xxv710"
2367     data: "vpp-performance-changes-3n-skx-cmp"
2368     nic: "NIC_Intel-XXV710"
2369   data: "vpp-performance-changes-3n-skx"
2370   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2371   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2372   parameters:
2373   - "name"
2374   - "parent"
2375   - "throughput"
2376   - "tags"
2377
2378 # VPP Performance Changes 3n-skx 2t1c ndr
2379 - type: "table"
2380   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2381   algorithm: "table_performance_comparison_nic"
2382   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2383   history:
2384     - title: "rls1901 x710"
2385       data: "vpp-performance-changes-3n-skx-h1"
2386       nic: "NIC_Intel-X710"
2387   reference:
2388     title: "rls1904 x710"
2389     data: "vpp-performance-changes-3n-skx-ref"
2390     nic: "NIC_Intel-X710"
2391   compare:
2392     title: "rls1908 xxv710"
2393     data: "vpp-performance-changes-3n-skx-cmp"
2394     nic: "NIC_Intel-XXV710"
2395   data: "vpp-performance-changes-3n-skx"
2396   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2397   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2398   parameters:
2399   - "name"
2400   - "parent"
2401   - "throughput"
2402   - "tags"
2403
2404 # VPP Performance Changes 3n-skx 4t2c ndr
2405 - type: "table"
2406   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2407   algorithm: "table_performance_comparison_nic"
2408   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2409   history:
2410     - title: "rls1901 x710"
2411       data: "vpp-performance-changes-3n-skx-h1"
2412       nic: "NIC_Intel-X710"
2413   reference:
2414     title: "rls1904 x710"
2415     data: "vpp-performance-changes-3n-skx-ref"
2416     nic: "NIC_Intel-X710"
2417   compare:
2418     title: "rls1908 xxv710"
2419     data: "vpp-performance-changes-3n-skx-cmp"
2420     nic: "NIC_Intel-XXV710"
2421   data: "vpp-performance-changes-3n-skx"
2422   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2423   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2424   parameters:
2425   - "name"
2426   - "parent"
2427   - "throughput"
2428   - "tags"
2429
2430 # VPP Performance Changes 2n-skx 2t1c pdr
2431 - type: "table"
2432   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2433   algorithm: "table_performance_comparison_nic"
2434   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2435   history:
2436     - title: "rls1901 x710"
2437       data: "vpp-performance-changes-2n-skx-h1"
2438       nic: "NIC_Intel-X710"
2439   reference:
2440     title: "rls1904 x710"
2441     data: "vpp-performance-changes-2n-skx-ref"
2442     nic: "NIC_Intel-X710"
2443   compare:
2444     title: "rls1908 xxv710"
2445     data: "vpp-performance-changes-2n-skx-cmp"
2446     nic: "NIC_Intel-XXV710"
2447   data: "vpp-performance-changes-2n-skx"
2448   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2449   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2450   parameters:
2451   - "name"
2452   - "parent"
2453   - "throughput"
2454   - "tags"
2455
2456 # VPP Performance Changes 2n-skx 4t2c pdr
2457 - type: "table"
2458   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2459   algorithm: "table_performance_comparison_nic"
2460   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2461   history:
2462     - title: "rls1901 x710"
2463       data: "vpp-performance-changes-2n-skx-h1"
2464       nic: "NIC_Intel-X710"
2465   reference:
2466     title: "rls1904 x710"
2467     data: "vpp-performance-changes-2n-skx-ref"
2468     nic: "NIC_Intel-X710"
2469   compare:
2470     title: "rls1908 xxv710"
2471     data: "vpp-performance-changes-2n-skx-cmp"
2472     nic: "NIC_Intel-XXV710"
2473   data: "vpp-performance-changes-2n-skx"
2474   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2475   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2476   parameters:
2477   - "name"
2478   - "parent"
2479   - "throughput"
2480   - "tags"
2481
2482 # VPP Performance Changes 2n-skx 2t1c ndr
2483 - type: "table"
2484   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2485   algorithm: "table_performance_comparison_nic"
2486   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2487   history:
2488     - title: "rls1901 x710"
2489       data: "vpp-performance-changes-2n-skx-h1"
2490       nic: "NIC_Intel-X710"
2491   reference:
2492     title: "rls1904 x710"
2493     data: "vpp-performance-changes-2n-skx-ref"
2494     nic: "NIC_Intel-X710"
2495   compare:
2496     title: "rls1908 xxv710"
2497     data: "vpp-performance-changes-2n-skx-cmp"
2498     nic: "NIC_Intel-XXV710"
2499   data: "vpp-performance-changes-2n-skx"
2500   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2501   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2502   parameters:
2503   - "name"
2504   - "parent"
2505   - "throughput"
2506   - "tags"
2507
2508 # VPP Performance Changes 2n-skx 4t2c ndr
2509 - type: "table"
2510   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2511   algorithm: "table_performance_comparison_nic"
2512   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2513   history:
2514     - title: "rls1901 x710"
2515       data: "vpp-performance-changes-2n-skx-h1"
2516       nic: "NIC_Intel-X710"
2517   reference:
2518     title: "rls1904 x710"
2519     data: "vpp-performance-changes-2n-skx-ref"
2520     nic: "NIC_Intel-X710"
2521   compare:
2522     title: "rls1908 xxv710"
2523     data: "vpp-performance-changes-2n-skx-cmp"
2524     nic: "NIC_Intel-XXV710"
2525   data: "vpp-performance-changes-2n-skx"
2526   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2527   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2528   parameters:
2529   - "name"
2530   - "parent"
2531   - "throughput"
2532   - "tags"
2533
2534 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2535 - type: "table"
2536   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2537   algorithm: "table_performance_comparison"
2538   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2539   reference:
2540     title: "3n-hsw xl710"
2541     data: "vpp-compare-testbeds-ref"
2542     nic: "NIC_Intel-XL710"
2543   compare:
2544     title: "3n-skx xxv710"
2545     data: "vpp-compare-testbeds-cmp"
2546     nic: "NIC_Intel-XXV710"
2547   data: "vpp-compare-testbeds"
2548   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2549   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
2550   parameters:
2551   - "name"
2552   - "parent"
2553   - "throughput"
2554
2555 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2556 - type: "table"
2557   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2558   algorithm: "table_performance_comparison"
2559   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2560   reference:
2561     title: "3n-hsw xl710"
2562     data: "vpp-compare-testbeds-ref"
2563     nic: "NIC_Intel-XL710"
2564   compare:
2565     title: "3n-skx xxv710"
2566     data: "vpp-compare-testbeds-cmp"
2567     nic: "NIC_Intel-XXV710"
2568   data: "vpp-compare-testbeds"
2569   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2570   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
2571   parameters:
2572   - "name"
2573   - "parent"
2574   - "throughput"
2575
2576 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2577 - type: "table"
2578   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2579   algorithm: "table_performance_comparison"
2580   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2581   reference:
2582     title: "3n-hsw xl710"
2583     data: "vpp-compare-testbeds-ref"
2584     nic: "NIC_Intel-XL710"
2585   compare:
2586     title: "3n-skx xxv710"
2587     data: "vpp-compare-testbeds-cmp"
2588     nic: "NIC_Intel-XXV710"
2589   data: "vpp-compare-testbeds"
2590   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2591   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
2592   parameters:
2593   - "name"
2594   - "parent"
2595   - "throughput"
2596
2597 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2598 - type: "table"
2599   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2600   algorithm: "table_performance_comparison"
2601   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2602   reference:
2603     title: "3n-hsw xl710"
2604     data: "vpp-compare-testbeds-ref"
2605     nic: "NIC_Intel-XL710"
2606   compare:
2607     title: "3n-skx xxv710"
2608     data: "vpp-compare-testbeds-cmp"
2609     nic: "NIC_Intel-XXV710"
2610   data: "vpp-compare-testbeds"
2611   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2612   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
2613   parameters:
2614   - "name"
2615   - "parent"
2616   - "throughput"
2617
2618 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2619 - type: "table"
2620   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2621   algorithm: "table_performance_comparison"
2622   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2623   reference:
2624     title: "3-Node Skx"
2625     data: "vpp-compare-topologies-ref"
2626   compare:
2627     title: "2-Node Skx"
2628     data: "vpp-compare-topologies-cmp"
2629   data: "vpp-compare-topologies"
2630   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2631   filter: "'NDRPDR' and '1C'"
2632   parameters:
2633   - "name"
2634   - "parent"
2635   - "throughput"
2636
2637 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2638 - type: "table"
2639   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2640   algorithm: "table_performance_comparison"
2641   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2642   reference:
2643     title: "3-Node Skx"
2644     data: "vpp-compare-topologies-ref"
2645   compare:
2646     title: "2-Node Skx"
2647     data: "vpp-compare-topologies-cmp"
2648   data: "vpp-compare-topologies"
2649   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2650   filter: "'NDRPDR' and '2C'"
2651   parameters:
2652   - "name"
2653   - "parent"
2654   - "throughput"
2655
2656 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2657 - type: "table"
2658   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2659   algorithm: "table_performance_comparison"
2660   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2661   reference:
2662     title: "3-Node Skx"
2663     data: "vpp-compare-topologies-ref"
2664   compare:
2665     title: "2-Node Skx"
2666     data: "vpp-compare-topologies-cmp"
2667   data: "vpp-compare-topologies"
2668   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2669   filter: "'NDRPDR' and '1C'"
2670   parameters:
2671   - "name"
2672   - "parent"
2673   - "throughput"
2674
2675 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2676 - type: "table"
2677   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2678   algorithm: "table_performance_comparison"
2679   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2680   reference:
2681     title: "3-Node Skx"
2682     data: "vpp-compare-topologies-ref"
2683   compare:
2684     title: "2-Node Skx"
2685     data: "vpp-compare-topologies-cmp"
2686   data: "vpp-compare-topologies"
2687   include-tests: "PDR"
2688   filter: "'NDRPDR' and '2C'"
2689   parameters:
2690   - "name"
2691   - "parent"
2692   - "throughput"
2693
2694 # VPP Performance Changes 3n-hsw 1t1c MRR
2695 - type: "table"
2696   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2697   algorithm: "table_performance_comparison"
2698   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2699   history:
2700     - title: "rls1901"
2701       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2702   reference:
2703     title: "rls1904"
2704     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2705   compare:
2706     title: "rls1908"
2707     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2708   data: "vpp-performance-changes-3n-hsw-mrr"
2709   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2710   filter: "'1T1C' and 'MRR' and (not 'VHOST' or 'VTS')"
2711   parameters:
2712   - "name"
2713   - "parent"
2714   - "result"
2715
2716 # VPP Performance Changes 3n-hsw 2t2c MRR
2717 - type: "table"
2718   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2719   algorithm: "table_performance_comparison"
2720   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2721   history:
2722     - title: "rls1901"
2723       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2724   reference:
2725     title: "rls1904"
2726     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2727   compare:
2728     title: "rls1908"
2729     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2730   data: "vpp-performance-changes-3n-hsw-mrr"
2731   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2732   filter: "'2T2C' and 'MRR' and (not 'VHOST' or 'VTS')"
2733   parameters:
2734   - "name"
2735   - "parent"
2736   - "result"
2737
2738 # VPP Performance Changes 3n-hsw 4t4c MRR
2739 - type: "table"
2740   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2741   algorithm: "table_performance_comparison"
2742   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2743   history:
2744     - title: "rls1901"
2745       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2746   reference:
2747     title: "rls1904"
2748     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2749   compare:
2750     title: "rls1908"
2751     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2752   data: "vpp-performance-changes-3n-hsw-mrr"
2753   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2754   filter: "'4T4C' and 'MRR' and (not 'VHOST' or 'VTS')"
2755   parameters:
2756   - "name"
2757   - "parent"
2758   - "result"
2759
2760 # VPP Performance Changes 3n-skx 2t1c MRR
2761 - type: "table"
2762   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2763   algorithm: "table_performance_comparison"
2764   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2765   history:
2766     - title: "rls1901"
2767       data: "vpp-performance-changes-3n-skx-mrr-h1"
2768   reference:
2769     title: "rls1904"
2770     data: "vpp-performance-changes-3n-skx-mrr-ref"
2771   compare:
2772     title: "rls1908"
2773     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2774   data: "vpp-performance-changes-3n-skx-mrr"
2775   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2776   filter: "'2T1C' and 'MRR' and (not 'VHOST' or 'VTS')"
2777   parameters:
2778   - "name"
2779   - "parent"
2780   - "result"
2781
2782 # VPP Performance Changes 3n-skx 4t2c MRR
2783 - type: "table"
2784   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2785   algorithm: "table_performance_comparison"
2786   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2787   history:
2788     - title: "rls1901"
2789       data: "vpp-performance-changes-3n-skx-mrr-h1"
2790   reference:
2791     title: "rls1904"
2792     data: "vpp-performance-changes-3n-skx-mrr-ref"
2793   compare:
2794     title: "rls1908"
2795     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2796   data: "vpp-performance-changes-3n-skx-mrr"
2797   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2798   filter: "'4T2C' and 'MRR' and (not 'VHOST' or 'VTS')"
2799   parameters:
2800   - "name"
2801   - "parent"
2802   - "result"
2803
2804 # VPP Performance Changes 3n-skx 8t4c MRR
2805 - type: "table"
2806   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2807   algorithm: "table_performance_comparison"
2808   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2809   history:
2810     - title: "rls1901"
2811       data: "vpp-performance-changes-3n-skx-mrr-h1"
2812   reference:
2813     title: "rls1904"
2814     data: "vpp-performance-changes-3n-skx-mrr-ref"
2815   compare:
2816     title: "rls1908"
2817     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2818   data: "vpp-performance-changes-3n-skx-mrr"
2819   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2820   filter: "'8T4C' and 'MRR' and (not 'VHOST' or 'VTS')"
2821   parameters:
2822   - "name"
2823   - "parent"
2824   - "result"
2825
2826 # VPP Performance Changes 2n-skx 2t1c MRR
2827 - type: "table"
2828   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2829   algorithm: "table_performance_comparison"
2830   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2831   history:
2832     - title: "rls1901"
2833       data: "vpp-performance-changes-2n-skx-mrr-h1"
2834   reference:
2835     title: "rls1904"
2836     data: "vpp-performance-changes-2n-skx-mrr-ref"
2837   compare:
2838     title: "rls1908"
2839     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2840   data: "vpp-performance-changes-2n-skx-mrr"
2841   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2842   filter: "'2T1C' and 'MRR' and (not 'VHOST' or 'VTS')"
2843   parameters:
2844   - "name"
2845   - "parent"
2846   - "result"
2847
2848 # VPP Performance Changes 2n-skx 4t2c MRR
2849 - type: "table"
2850   title: "VPP Performance Changes 2n-skx 4t2c MRR"
2851   algorithm: "table_performance_comparison"
2852   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2853   history:
2854     - title: "rls1901"
2855       data: "vpp-performance-changes-2n-skx-mrr-h1"
2856   reference:
2857     title: "rls1904"
2858     data: "vpp-performance-changes-2n-skx-mrr-ref"
2859   compare:
2860     title: "rls1908"
2861     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2862   data: "vpp-performance-changes-2n-skx-mrr"
2863   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2864   filter: "'4T2C' and 'MRR' and (not 'VHOST' or 'VTS')"
2865   parameters:
2866   - "name"
2867   - "parent"
2868   - "result"
2869
2870 # VPP Performance Changes 2n-skx 8t4c MRR
2871 - type: "table"
2872   title: "VPP Performance Changes 2n-skx 8t4c MRR"
2873   algorithm: "table_performance_comparison"
2874   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2875   history:
2876     - title: "rls1901"
2877       data: "vpp-performance-changes-2n-skx-mrr-h1"
2878   reference:
2879     title: "rls1904"
2880     data: "vpp-performance-changes-2n-skx-mrr-ref"
2881   compare:
2882     title: "rls1908"
2883     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2884   data: "vpp-performance-changes-2n-skx-mrr"
2885   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2886   filter: "'8T4C' and 'MRR' and (not 'VHOST' or 'VTS')"
2887   parameters:
2888   - "name"
2889   - "parent"
2890   - "result"
2891
2892 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2893 - type: "table"
2894   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2895   algorithm: "table_performance_comparison"
2896   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2897   reference:
2898     title: "3n-hsw xl710"
2899     data: "vpp-compare-testbeds-mrr-ref"
2900     nic: "NIC_Intel-XL710"
2901   compare:
2902     title: "3n-skx xxv710"
2903     data: "vpp-compare-testbeds-mrr-cmp"
2904     nic: "NIC_Intel-XXV710"
2905   data: "vpp-compare-testbeds-mrr"
2906   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2907   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
2908   parameters:
2909   - "name"
2910   - "parent"
2911   - "result"
2912
2913 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2914 - type: "table"
2915   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2916   algorithm: "table_performance_comparison"
2917   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2918   reference:
2919     title: "3n-hsw xl710"
2920     data: "vpp-compare-testbeds-mrr-ref"
2921     nic: "NIC_Intel-XL710"
2922   compare:
2923     title: "3n-skx xxv710"
2924     data: "vpp-compare-testbeds-mrr-cmp"
2925     nic: "NIC_Intel-XXV710"
2926   data: "vpp-compare-testbeds-mrr"
2927   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2928   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
2929   parameters:
2930   - "name"
2931   - "parent"
2932   - "result"
2933
2934 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2935 - type: "table"
2936   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2937   algorithm: "table_performance_comparison"
2938   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2939   reference:
2940     title: "3n-hsw xl710"
2941     data: "vpp-compare-testbeds-mrr-ref"
2942     nic: "NIC_Intel-XL710"
2943   compare:
2944     title: "3n-skx xxv710"
2945     data: "vpp-compare-testbeds-mrr-cmp"
2946     nic: "NIC_Intel-XXV710"
2947   data: "vpp-compare-testbeds-mrr"
2948   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2949   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
2950   parameters:
2951   - "name"
2952   - "parent"
2953   - "result"
2954
2955 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2956 - type: "table"
2957   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2958   algorithm: "table_performance_comparison"
2959   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2960   reference:
2961     title: "3-Node Skx"
2962     data: "vpp-compare-topologies-mrr-ref"
2963   compare:
2964     title: "2-Node Skx"
2965     data: "vpp-compare-topologies-mrr-cmp"
2966   data: "vpp-compare-topologies-mrr"
2967   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2968   filter: "'MRR' and '1C'"
2969   parameters:
2970   - "name"
2971   - "parent"
2972   - "result"
2973
2974 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2975 - type: "table"
2976   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
2977   algorithm: "table_performance_comparison"
2978   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
2979   reference:
2980     title: "3-Node Skx"
2981     data: "vpp-compare-topologies-mrr-ref"
2982   compare:
2983     title: "2-Node Skx"
2984     data: "vpp-compare-topologies-mrr-cmp"
2985   data: "vpp-compare-topologies-mrr"
2986   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2987   filter: "'MRR' and '2C'"
2988   parameters:
2989   - "name"
2990   - "parent"
2991   - "result"
2992
2993 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
2994 - type: "table"
2995   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
2996   algorithm: "table_performance_comparison"
2997   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
2998   reference:
2999     title: "3-Node Skx"
3000     data: "vpp-compare-topologies-mrr-ref"
3001   compare:
3002     title: "2-Node Skx"
3003     data: "vpp-compare-topologies-mrr-cmp"
3004   data: "vpp-compare-topologies-mrr"
3005   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3006   filter: "'MRR' and '4C'"
3007   parameters:
3008   - "name"
3009   - "parent"
3010   - "result"
3011
3012 # Detailed Test Results - VPP Performance Results 3n-hsw
3013 - type: "table"
3014   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
3015   algorithm: "table_merged_details"
3016   output-file-ext: ".csv"
3017   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3018   columns:
3019   - title: "Name"
3020     data: "data name"
3021   - title: "Status"
3022     data: "data msg"
3023   rows: "generated"
3024   data: "vpp-perf-results-3n-hsw"
3025   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3026   parameters:
3027   - "name"
3028   - "parent"
3029   - "msg"
3030
3031 # Detailed Test Results - VPP Performance Results 3n-skx
3032 - type: "table"
3033   title: "Detailed Test Results - VPP Performance Results 3n-skx"
3034   algorithm: "table_merged_details"
3035   output-file-ext: ".csv"
3036   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3037   columns:
3038   - title: "Name"
3039     data: "data name"
3040   - title: "Status"
3041     data: "data msg"
3042   rows: "generated"
3043   data: "vpp-perf-results-3n-skx"
3044   filter: "not 'CFS_OPT'"
3045   parameters:
3046   - "name"
3047   - "parent"
3048   - "msg"
3049
3050 # Detailed Test Results - VPP Performance Results 2n-skx
3051 - type: "table"
3052   title: "Detailed Test Results - VPP Performance Results 2n-skx"
3053   algorithm: "table_merged_details"
3054   output-file-ext: ".csv"
3055   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3056   columns:
3057   - title: "Name"
3058     data: "data name"
3059   - title: "Status"
3060     data: "data msg"
3061   rows: "generated"
3062   data: "vpp-perf-results-2n-skx"
3063   filter: "not 'CFS_OPT'"
3064   parameters:
3065   - "name"
3066   - "parent"
3067   - "msg"
3068
3069 # Detailed Test Results - VPP Performance Results 3n-tsh
3070 - type: "table"
3071   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
3072   algorithm: "table_merged_details"
3073   output-file-ext: ".csv"
3074   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
3075   columns:
3076   - title: "Name"
3077     data: "data name"
3078   - title: "Status"
3079     data: "data msg"
3080   rows: "generated"
3081   data: "vpp-perf-results-3n-tsh"
3082   filter: "not 'CFS_OPT'"
3083   parameters:
3084   - "name"
3085   - "parent"
3086   - "msg"
3087
3088 ## Detailed Test Results - VPP Performance Results 2n-dnv
3089 #- type: "table"
3090 #  title: "Detailed Test Results - VPP Performance Results 2n-dnv"
3091 #  algorithm: "table_details"
3092 #  output-file-ext: ".csv"
3093 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3094 #  columns:
3095 #  - title: "Name"
3096 #    data: "data name"
3097 #  - title: "Status"
3098 #    data: "data msg"
3099 #  rows: "generated"
3100 #  data: "intel-dnv-vpp"
3101 #  filter: "'NDRPDR'"
3102 #  parameters:
3103 #  - "name"
3104 #  - "parent"
3105 #  - "msg"
3106
3107 # Test configuration - VPP Performance Test Configs 3n-hsw
3108 - type: "table"
3109   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
3110   algorithm: "table_merged_details"
3111   output-file-ext: ".csv"
3112   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
3113   columns:
3114   - title: "Name"
3115     data: "data name"
3116   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3117     data: "data conf-history"
3118   rows: "generated"
3119   data: "vpp-perf-results-3n-hsw"
3120   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3121   parameters:
3122   - "parent"
3123   - "name"
3124   - "conf-history"
3125
3126 # Test configuration - VPP Performance Test Configs 3n-skx
3127 - type: "table"
3128   title: "Test configuration - VPP Performance Test Configs 3n-skx"
3129   algorithm: "table_merged_details"
3130   output-file-ext: ".csv"
3131   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
3132   columns:
3133   - title: "Name"
3134     data: "data name"
3135   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3136     data: "data conf-history"
3137   rows: "generated"
3138   data: "vpp-perf-results-3n-skx"
3139   filter: "not 'CFS_OPT'"
3140   parameters:
3141   - "parent"
3142   - "name"
3143   - "conf-history"
3144
3145 # Test configuration - VPP Performance Test Configs 2n-skx
3146 - type: "table"
3147   title: "Test configuration - VPP Performance Test Configs 2n-skx"
3148   algorithm: "table_merged_details"
3149   output-file-ext: ".csv"
3150   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
3151   columns:
3152   - title: "Name"
3153     data: "data name"
3154   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3155     data: "data conf-history"
3156   rows: "generated"
3157   data: "vpp-perf-results-2n-skx"
3158   filter: "not 'CFS_OPT'"
3159   parameters:
3160   - "parent"
3161   - "name"
3162   - "conf-history"
3163
3164 # Test configuration - VPP Performance Test Configs 3n-tsh
3165 - type: "table"
3166   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
3167   algorithm: "table_merged_details"
3168   output-file-ext: ".csv"
3169   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_test_configuration_3n_tsh"
3170   columns:
3171   - title: "Name"
3172     data: "data name"
3173   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3174     data: "data conf-history"
3175   rows: "generated"
3176   data: "vpp-perf-results-3n-tsh"
3177   filter: "not 'CFS_OPT'"
3178   parameters:
3179   - "parent"
3180   - "name"
3181   - "conf-history"
3182
3183 ## Test configuration - VPP Performance Test Configs 2n-dnv
3184 #- type: "table"
3185 #  title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3186 #  algorithm: "table_details"
3187 #  output-file-ext: ".csv"
3188 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3189 #  columns:
3190 #  - title: "Name"
3191 #    data: "data name"
3192 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
3193 #    data: "data conf-history"
3194 #  rows: "generated"
3195 #  data: "intel-dnv-vpp"
3196 #  filter: "'NDRPDR'"
3197 #  parameters:
3198 #  - "parent"
3199 #  - "name"
3200 #  - "conf-history"
3201
3202 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3203 - type: "table"
3204   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3205   algorithm: "table_merged_details"
3206   output-file-ext: ".csv"
3207   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3208   columns:
3209   - title: "Name"
3210     data: "data name"
3211   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3212     data: "data show-run"
3213   rows: "generated"
3214   data: "vpp-perf-results-3n-hsw"
3215   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3216   parameters:
3217   - "parent"
3218   - "name"
3219   - "show-run"
3220
3221 # Test Operational Data - VPP Performance Operational Data 3n-skx
3222 - type: "table"
3223   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3224   algorithm: "table_merged_details"
3225   output-file-ext: ".csv"
3226   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3227   columns:
3228   - title: "Name"
3229     data: "data name"
3230   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3231     data: "data show-run"
3232   rows: "generated"
3233   data: "vpp-perf-results-3n-skx"
3234   filter: "not 'CFS_OPT'"
3235   parameters:
3236   - "parent"
3237   - "name"
3238   - "show-run"
3239
3240 # Test Operational Data - VPP Performance Operational Data 2n-skx
3241 - type: "table"
3242   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3243   algorithm: "table_merged_details"
3244   output-file-ext: ".csv"
3245   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3246   columns:
3247   - title: "Name"
3248     data: "data name"
3249   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3250     data: "data show-run"
3251   rows: "generated"
3252   data: "vpp-perf-results-2n-skx"
3253   filter: "not 'CFS_OPT'"
3254   parameters:
3255   - "parent"
3256   - "name"
3257   - "show-run"
3258
3259 # Test Operational Data - VPP Performance Operational Data 3n-tsh
3260 - type: "table"
3261   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
3262   algorithm: "table_merged_details"
3263   output-file-ext: ".csv"
3264   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_test_operational_3n_tsh"
3265   columns:
3266   - title: "Name"
3267     data: "data name"
3268   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3269     data: "data show-run"
3270   rows: "generated"
3271   data: "vpp-perf-results-3n-tsh"
3272   filter: "not 'CFS_OPT'"
3273   parameters:
3274   - "parent"
3275   - "name"
3276   - "show-run"
3277
3278 ## Test Operational Data - VPP Performance Operational Data 2n-dnv
3279 #- type: "table"
3280 #  title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3281 #  algorithm: "table_details"
3282 #  output-file-ext: ".csv"
3283 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3284 #  columns:
3285 #  - title: "Name"
3286 #    data: "data name"
3287 #  - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3288 #    data: "data show-run"
3289 #  rows: "generated"
3290 #  data: "intel-dnv-vpp"
3291 #  filter: "'NDRPDR'"
3292 #  parameters:
3293 #  - "parent"
3294 #  - "name"
3295 #  - "show-run"
3296
3297 # Detailed Test Results - VPP MRR Results 3n-hsw
3298 - type: "table"
3299   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3300   algorithm: "table_details"
3301   output-file-ext: ".csv"
3302   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3303   columns:
3304   - title: "Name"
3305     data: "data name"
3306   - title: "Status"
3307     data: "data msg"
3308   rows: "generated"
3309   data: "vpp-mrr-results-3n-hsw"
3310   filter: "'MRR'"
3311   parameters:
3312   - "name"
3313   - "parent"
3314   - "msg"
3315
3316 # Detailed Test Results - VPP MRR Results 3n-skx
3317 - type: "table"
3318   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3319   algorithm: "table_details"
3320   output-file-ext: ".csv"
3321   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3322   columns:
3323   - title: "Name"
3324     data: "data name"
3325   - title: "Status"
3326     data: "data msg"
3327   rows: "generated"
3328   data: "vpp-mrr-results-3n-skx"
3329   filter: "'MRR'"
3330   parameters:
3331   - "name"
3332   - "parent"
3333   - "msg"
3334
3335 # Detailed Test Results - VPP MRR Results 2n-skx
3336 - type: "table"
3337   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3338   algorithm: "table_details"
3339   output-file-ext: ".csv"
3340   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3341   columns:
3342   - title: "Name"
3343     data: "data name"
3344   - title: "Status"
3345     data: "data msg"
3346   rows: "generated"
3347   data: "vpp-mrr-results-2n-skx"
3348   filter: "'MRR'"
3349   parameters:
3350   - "name"
3351   - "parent"
3352   - "msg"
3353
3354 ## Detailed Test Results - VPP MRR Results 2n-dnv
3355 #- type: "table"
3356 #  title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3357 #  algorithm: "table_details"
3358 #  output-file-ext: ".csv"
3359 #  output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3360 #  columns:
3361 #  - title: "Name"
3362 #    data: "data name"
3363 #  - title: "Status"
3364 #    data: "data msg"
3365 #  rows: "generated"
3366 #  data: "intel-dnv-vpp"
3367 #  filter: "'MRR'"
3368 #  parameters:
3369 #  - "name"
3370 #  - "parent"
3371 #  - "msg"
3372
3373 # Test configuration - VPP MRR Test Configs 3n-hsw
3374 - type: "table"
3375   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3376   algorithm: "table_details"
3377   output-file-ext: ".csv"
3378   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3379   columns:
3380   - title: "Name"
3381     data: "data name"
3382   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3383     data: "data conf-history"
3384   rows: "generated"
3385   data: "vpp-mrr-results-3n-hsw"
3386   filter: "'MRR'"
3387   parameters:
3388   - "parent"
3389   - "name"
3390   - "conf-history"
3391
3392 # Test configuration - VPP MRR Test Configs 3n-skx
3393 - type: "table"
3394   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3395   algorithm: "table_details"
3396   output-file-ext: ".csv"
3397   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3398   columns:
3399   - title: "Name"
3400     data: "data name"
3401   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3402     data: "data conf-history"
3403   rows: "generated"
3404   data: "vpp-mrr-results-3n-skx"
3405   filter: "'MRR'"
3406   parameters:
3407   - "parent"
3408   - "name"
3409   - "conf-history"
3410
3411 # Test configuration - VPP MRR Test Configs 2n-skx
3412 - type: "table"
3413   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3414   algorithm: "table_details"
3415   output-file-ext: ".csv"
3416   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3417   columns:
3418   - title: "Name"
3419     data: "data name"
3420   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3421     data: "data conf-history"
3422   rows: "generated"
3423   data: "vpp-mrr-results-2n-skx"
3424   filter: "'MRR'"
3425   parameters:
3426   - "parent"
3427   - "name"
3428   - "conf-history"
3429
3430 ## Test configuration - VPP MRR Test Configs 2n-dnv
3431 #- type: "table"
3432 #  title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3433 #  algorithm: "table_details"
3434 #  output-file-ext: ".csv"
3435 #  output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3436 #  columns:
3437 #  - title: "Name"
3438 #    data: "data name"
3439 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
3440 #    data: "data conf-history"
3441 #  rows: "generated"
3442 #  data: "intel-dnv-vpp"
3443 #  filter: "'MRR'"
3444 #  parameters:
3445 #  - "parent"
3446 #  - "name"
3447 #  - "conf-history"
3448
3449 # Detailed Test Results - VPP Functional Results - Ubuntu
3450 - type: "table"
3451   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3452   algorithm: "table_details"
3453   output-file-ext: ".csv"
3454   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3455   columns:
3456   - title: "Name"
3457     data: "data name"
3458   - title: "Documentation"
3459     data: "data doc"
3460   - title: "Status"
3461     data: "data status"
3462   rows: "generated"
3463   data: "vpp-func-results-ubuntu"
3464   filter: "all"
3465   parameters:
3466   - "name"
3467   - "parent"
3468   - "doc"
3469   - "status"
3470
3471 # Detailed Test Results - VPP Functional Results - CentOS
3472 - type: "table"
3473   title: "Detailed Test Results - VPP Functional Results - CentOS"
3474   algorithm: "table_details"
3475   output-file-ext: ".csv"
3476   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3477   columns:
3478   - title: "Name"
3479     data: "data name"
3480   - title: "Documentation"
3481     data: "data doc"
3482   -
3483     title: "Status"
3484     data: "data status"
3485   rows: "generated"
3486   data:
3487     "vpp-func-results-centos"
3488   filter: "all"
3489   parameters:
3490   - "name"
3491   - "parent"
3492   - "doc"
3493   - "status"
3494
3495 # Test configuration - VPP Functional Test Configs - Ubuntu
3496 - type: "table"
3497   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3498   algorithm: "table_details"
3499   output-file-ext: ".csv"
3500   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3501   columns:
3502   - title: "Name"
3503     data: "data name"
3504   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3505     data: "data conf-history"
3506   rows: "generated"
3507   data: "vpp-func-results-ubuntu"
3508   filter: "all"
3509   parameters:
3510   - "parent"
3511   - "name"
3512   - "conf-history"
3513
3514 # Test configuration - VPP Functional Test Configs - CentOS
3515 - type: "table"
3516   title: "Test configuration - VPP Functional Test Configs - CentOS"
3517   algorithm: "table_details"
3518   output-file-ext: ".csv"
3519   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3520   columns:
3521   - title: "Name"
3522     data: "data name"
3523   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3524     data: "data conf-history"
3525   rows: "generated"
3526   data: "vpp-func-results-centos"
3527   filter: "all"
3528   parameters:
3529   - "parent"
3530   - "name"
3531   - "conf-history"
3532
3533 ## Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3534 #- type: "table"
3535 #  title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3536 #  algorithm: "table_details"
3537 #  output-file-ext: ".csv"
3538 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3539 #  columns:
3540 #  - title: "Name"
3541 #    data: "data name"
3542 #  - title: "Status"
3543 #    data: "data msg"
3544 #  rows: "generated"
3545 #  data: "ligato-perf-results-3n-hsw"
3546 #  filter: "all"
3547 #  parameters:
3548 #  - "name"
3549 #  - "parent"
3550 #  - "msg"
3551
3552 # Detailed Test Results - VPP Device Results - Ubuntu
3553 - type: "table"
3554   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3555   algorithm: "table_details"
3556   output-file-ext: ".csv"
3557   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3558   columns:
3559   - title: "Name"
3560     data: "data name"
3561   - title: "Documentation"
3562     data: "data doc"
3563   - title: "Status"
3564     data: "data status"
3565   rows: "generated"
3566   data: "vpp-device-results-ubuntu"
3567   filter: "all"
3568   parameters:
3569   - "name"
3570   - "parent"
3571   - "doc"
3572   - "status"
3573
3574 # Test configuration - VPP Device Test Configs - Ubuntu
3575 - type: "table"
3576   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3577   algorithm: "table_details"
3578   output-file-ext: ".csv"
3579   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3580   columns:
3581   - title: "Name"
3582     data: "data name"
3583   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3584     data: "data conf-history"
3585   rows: "generated"
3586   data: "vpp-device-results-ubuntu"
3587   filter: "all"
3588   parameters:
3589   - "parent"
3590   - "name"
3591   - "conf-history"
3592
3593 ################################################################################
3594
3595 # DPDK Performance Changes 3n-hsw 1t1c pdr
3596 - type: "table"
3597   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3598   algorithm: "table_performance_comparison"
3599   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3600   history:
3601     - title: "rls1901"
3602       data: "dpdk-performance-changes-3n-hsw-h1"
3603   reference:
3604     title: "rls1904"
3605     data: "dpdk-performance-changes-3n-hsw-ref"
3606   compare:
3607     title: "rls1908"
3608     data: "dpdk-performance-changes-3n-hsw-cmp"
3609   data: "dpdk-performance-changes-3n-hsw"
3610   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3611   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3612   parameters:
3613   - "name"
3614   - "parent"
3615   - "throughput"
3616
3617 # DPDK Performance Changes 3n-hsw 2t2c pdr
3618 - type: "table"
3619   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3620   algorithm: "table_performance_comparison"
3621   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3622   history:
3623     - title: "rls1901"
3624       data: "dpdk-performance-changes-3n-hsw-h1"
3625   reference:
3626     title: "rls1904"
3627     data: "dpdk-performance-changes-3n-hsw-ref"
3628   compare:
3629     title: "rls1908"
3630     data: "dpdk-performance-changes-3n-hsw-cmp"
3631   data: "dpdk-performance-changes-3n-hsw"
3632   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3633   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3634   parameters:
3635   - "name"
3636   - "parent"
3637   - "throughput"
3638
3639 # DPDK Performance Changes 3n-hsw 1t1c ndr
3640 - type: "table"
3641   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3642   algorithm: "table_performance_comparison"
3643   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3644   history:
3645     - title: "rls1901"
3646       data: "dpdk-performance-changes-3n-hsw-h1"
3647   reference:
3648     title: "rls1904"
3649     data: "dpdk-performance-changes-3n-hsw-ref"
3650   compare:
3651     title: "rls1908"
3652     data: "dpdk-performance-changes-3n-hsw-cmp"
3653   data: "dpdk-performance-changes-3n-hsw"
3654   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3655   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3656   parameters:
3657   - "name"
3658   - "parent"
3659   - "throughput"
3660
3661 # DPDK Performance Changes 3n-hsw 2t2c ndr
3662 - type: "table"
3663   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3664   algorithm: "table_performance_comparison"
3665   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3666   history:
3667     - title: "rls1901"
3668       data: "dpdk-performance-changes-3n-hsw-h1"
3669   reference:
3670     title: "rls1904"
3671     data: "dpdk-performance-changes-3n-hsw-ref"
3672   compare:
3673     title: "rls1908"
3674     data: "dpdk-performance-changes-3n-hsw-cmp"
3675   data: "dpdk-performance-changes-3n-hsw"
3676   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3677   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3678   parameters:
3679   - "name"
3680   - "parent"
3681   - "throughput"
3682
3683 # DPDK Performance Changes 3n-skx 2t1c pdr
3684 - type: "table"
3685   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3686   algorithm: "table_performance_comparison"
3687   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3688   history:
3689     - title: "rls1901"
3690       data: "dpdk-performance-changes-3n-skx-h1"
3691   reference:
3692     title: "rls1904"
3693     data: "dpdk-performance-changes-3n-skx-ref"
3694   compare:
3695     title: "rls1908"
3696     data: "dpdk-performance-changes-3n-skx-cmp"
3697   data: "dpdk-performance-changes-3n-skx"
3698   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3699   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3700   parameters:
3701   - "name"
3702   - "parent"
3703   - "throughput"
3704
3705 # DPDK Performance Changes 3n-skx 4t2c pdr
3706 - type: "table"
3707   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3708   algorithm: "table_performance_comparison"
3709   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3710   history:
3711     - title: "rls1901"
3712       data: "dpdk-performance-changes-3n-skx-h1"
3713   reference:
3714     title: "rls1904"
3715     data: "dpdk-performance-changes-3n-skx-ref"
3716   compare:
3717     title: "rls1908"
3718     data: "dpdk-performance-changes-3n-skx-cmp"
3719   data: "dpdk-performance-changes-3n-skx"
3720   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3721   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3722   parameters:
3723   - "name"
3724   - "parent"
3725   - "throughput"
3726
3727 # DPDK Performance Changes 3n-skx 2t1c ndr
3728 - type: "table"
3729   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3730   algorithm: "table_performance_comparison"
3731   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3732   history:
3733     - title: "rls1901"
3734       data: "dpdk-performance-changes-3n-skx-h1"
3735   reference:
3736     title: "rls1904"
3737     data: "dpdk-performance-changes-3n-skx-ref"
3738   compare:
3739     title: "rls1908"
3740     data: "dpdk-performance-changes-3n-skx-cmp"
3741   data: "dpdk-performance-changes-3n-skx"
3742   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3743   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3744   parameters:
3745   - "name"
3746   - "parent"
3747   - "throughput"
3748
3749 # DPDK Performance Changes 3n-skx 4t2c ndr
3750 - type: "table"
3751   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3752   algorithm: "table_performance_comparison"
3753   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3754   history:
3755     - title: "rls1901"
3756       data: "dpdk-performance-changes-3n-skx-h1"
3757   reference:
3758     title: "rls1904"
3759     data: "dpdk-performance-changes-3n-skx-ref"
3760   compare:
3761     title: "rls1908"
3762     data: "dpdk-performance-changes-3n-skx-cmp"
3763   data: "dpdk-performance-changes-3n-skx"
3764   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3765   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3766   parameters:
3767   - "name"
3768   - "parent"
3769   - "throughput"
3770
3771 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3772 - type: "table"
3773   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3774   algorithm: "table_performance_comparison"
3775   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
3776   reference:
3777     title: "3-Node Hsw"
3778     data: "dpdk-compare-testbeds-ref"
3779   compare:
3780     title: "3-Node Skx"
3781     data: "dpdk-compare-testbeds-cmp"
3782   data: "dpdk-compare-testbeds"
3783   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3784   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3785   parameters:
3786   - "name"
3787   - "parent"
3788   - "throughput"
3789
3790 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
3791 - type: "table"
3792   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
3793   algorithm: "table_performance_comparison"
3794   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
3795   reference:
3796     title: "3-Node Hsw"
3797     data: "dpdk-compare-testbeds-ref"
3798   compare:
3799     title: "3-Node Skx"
3800     data: "dpdk-compare-testbeds-cmp"
3801   data: "dpdk-compare-testbeds"
3802   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3803   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3804   parameters:
3805   - "name"
3806   - "parent"
3807   - "throughput"
3808
3809 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
3810 - type: "table"
3811   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
3812   algorithm: "table_performance_comparison"
3813   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
3814   reference:
3815     title: "3-Node Skx"
3816     data: "dpdk-compare-topologies-ref"
3817   compare:
3818     title: "2-Node Skx"
3819     data: "dpdk-compare-topologies-cmp"
3820   data: "dpdk-compare-topologies"
3821   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3822   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3823   parameters:
3824   - "name"
3825   - "parent"
3826   - "throughput"
3827
3828 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
3829 - type: "table"
3830   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
3831   algorithm: "table_performance_comparison"
3832   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
3833   reference:
3834     title: "3-Node Skx"
3835     data: "dpdk-compare-topologies-ref"
3836   compare:
3837     title: "2-Node Skx"
3838     data: "dpdk-compare-topologies-cmp"
3839   data: "dpdk-compare-topologies"
3840   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3841   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3842   parameters:
3843   - "name"
3844   - "parent"
3845   - "throughput"
3846
3847 # DPDK Performance Changes 2n-skx 2t1c pdr
3848 - type: "table"
3849   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
3850   algorithm: "table_performance_comparison"
3851   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
3852   history:
3853     - title: "rls1901"
3854       data: "dpdk-performance-changes-2n-skx-h1"
3855   reference:
3856     title: "rls1904"
3857     data: "dpdk-performance-changes-2n-skx-ref"
3858   compare:
3859     title: "rls1908"
3860     data: "dpdk-performance-changes-2n-skx-cmp"
3861   data: "dpdk-performance-changes-2n-skx"
3862   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3863   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3864   parameters:
3865   - "name"
3866   - "parent"
3867   - "throughput"
3868
3869 # DPDK Performance Changes 2n-skx 4t2c pdr
3870 - type: "table"
3871   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
3872   algorithm: "table_performance_comparison"
3873   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
3874   history:
3875     - title: "rls1901"
3876       data: "dpdk-performance-changes-2n-skx-h1"
3877   reference:
3878     title: "rls1904"
3879     data: "dpdk-performance-changes-2n-skx-ref"
3880   compare:
3881     title: "rls1908"
3882     data: "dpdk-performance-changes-2n-skx-cmp"
3883   data: "dpdk-performance-changes-2n-skx"
3884   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3885   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3886   parameters:
3887   - "name"
3888   - "parent"
3889   - "throughput"
3890
3891 # DPDK Performance Changes 2n-skx 2t1c ndr
3892 - type: "table"
3893   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
3894   algorithm: "table_performance_comparison"
3895   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
3896   history:
3897     - title: "rls1901"
3898       data: "dpdk-performance-changes-2n-skx-h1"
3899   reference:
3900     title: "rls1904"
3901     data: "dpdk-performance-changes-2n-skx-ref"
3902   compare:
3903     title: "rls1908"
3904     data: "dpdk-performance-changes-2n-skx-cmp"
3905   data: "dpdk-performance-changes-2n-skx"
3906   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3907   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3908   parameters:
3909   - "name"
3910   - "parent"
3911   - "throughput"
3912
3913 # DPDK Performance Changes 2n-skx 4t2c ndr
3914 - type: "table"
3915   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
3916   algorithm: "table_performance_comparison"
3917   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
3918   history:
3919     - title: "rls1901"
3920       data: "dpdk-performance-changes-2n-skx-h1"
3921   reference:
3922     title: "rls1904"
3923     data: "dpdk-performance-changes-2n-skx-ref"
3924   compare:
3925     title: "rls1908"
3926     data: "dpdk-performance-changes-2n-skx-cmp"
3927   data: "dpdk-performance-changes-2n-skx"
3928   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3929   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3930   parameters:
3931   - "name"
3932   - "parent"
3933   - "throughput"
3934
3935 # Detailed Test Results - DPDK Performance Results 3n-hsw
3936 - type: "table"
3937   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
3938   algorithm: "table_details"
3939   output-file-ext: ".csv"
3940   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
3941   columns:
3942   - title: "Name"
3943     data: "data name"
3944   - title: "Status"
3945     data: "data msg"
3946   rows: "generated"
3947   data: "dpdk-perf-results-3n-hsw"
3948   filter: "all"
3949   parameters:
3950   - "name"
3951   - "parent"
3952   - "msg"
3953
3954 # Detailed Test Results - DPDK Performance Results 3n-skx
3955 - type: "table"
3956   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
3957   algorithm: "table_details"
3958   output-file-ext: ".csv"
3959   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3960   columns:
3961   - title: "Name"
3962     data: "data name"
3963   - title: "Status"
3964     data: "data msg"
3965   rows: "generated"
3966   data: "dpdk-perf-results-3n-skx"
3967   filter: "all"
3968   parameters:
3969   - "name"
3970   - "parent"
3971   - "msg"
3972
3973 # Detailed Test Results - DPDK Performance Results 2n-skx
3974 - type: "table"
3975   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
3976   algorithm: "table_details"
3977   output-file-ext: ".csv"
3978   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3979   columns:
3980   - title: "Name"
3981     data: "data name"
3982   - title: "Status"
3983     data: "data msg"
3984   rows: "generated"
3985   data: "dpdk-perf-results-2n-skx"
3986   filter: "all"
3987   parameters:
3988   - "name"
3989   - "parent"
3990   - "msg"
3991
3992 ################################################################################
3993 ###                                F I L E S                                 ###
3994 ################################################################################
3995
3996 # VPP Performance Results 3n-hsw
3997 - type: "file"
3998   title: "VPP Performance Results 3n-hsw"
3999   algorithm: "file_test_results"
4000   output-file-ext: ".rst"
4001   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4002   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"
4003   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
4004   data: "vpp-perf-results-3n-hsw"
4005   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4006   parameters:
4007   - "name"
4008   - "doc"
4009   - "level"
4010   - "parent"
4011   data-start-level: 3
4012
4013 # VPP Performance Results 3n-skx
4014 - type: "file"
4015   title: "VPP Performance Results 3n-skx"
4016   algorithm: "file_test_results"
4017   output-file-ext: ".rst"
4018   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4019   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"
4020   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
4021   data: "vpp-perf-results-3n-skx"
4022   filter: "not 'CFS_OPT'"
4023   parameters:
4024   - "name"
4025   - "doc"
4026   - "level"
4027   - "parent"
4028   data-start-level: 3
4029
4030 # VPP Performance Results 2n-skx
4031 - type: "file"
4032   title: "VPP Performance Results 2n-skx"
4033   algorithm: "file_test_results"
4034   output-file-ext: ".rst"
4035   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4036   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"
4037   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
4038   data: "vpp-perf-results-2n-skx"
4039   filter: "not 'CFS_OPT'"
4040   parameters:
4041   - "name"
4042   - "doc"
4043   - "level"
4044   - "parent"
4045   data-start-level: 3
4046
4047 # VPP Performance Results 3n-tsh
4048 - type: "file"
4049   title: "VPP Performance Results 3n-tsh"
4050   algorithm: "file_test_results"
4051   output-file-ext: ".rst"
4052   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
4053   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"
4054   dir-tables: "{DIR[DTR,PERF,VPP,3N,TSH]}"
4055   data: "vpp-perf-results-3n-tsh"
4056   filter: "not 'CFS_OPT'"
4057   parameters:
4058   - "name"
4059   - "doc"
4060   - "level"
4061   - "parent"
4062   data-start-level: 3
4063
4064 ## VPP Performance Results 2n-dnv
4065 #- type: "file"
4066 #  title: "VPP Performance Results 2n-dnv"
4067 #  algorithm: "file_test_results"
4068 #  output-file-ext: ".rst"
4069 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4070 #  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"
4071 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
4072 #  data: "intel-dnv-vpp"
4073 #  filter: "'NDRPDR'"
4074 #  parameters:
4075 #  - "name"
4076 #  - "doc"
4077 #  - "level"
4078 #  - "parent"
4079 #  data-start-level: 3
4080
4081 # VPP Performance Configuration 3n-hsw
4082 - type: "file"
4083   title: "VPP Performance Configuration 3n-hsw"
4084   algorithm: "file_test_results"
4085   output-file-ext: ".rst"
4086   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
4087   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"
4088   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
4089   data: "vpp-perf-results-3n-hsw"
4090   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4091   parameters:
4092   - "name"
4093   - "doc"
4094   - "level"
4095   - "parent"
4096   data-start-level: 3
4097
4098 # VPP Performance Configuration 3n-skx
4099 - type: "file"
4100   title: "VPP Performance Configuration 3n-skx"
4101   algorithm: "file_test_results"
4102   output-file-ext: ".rst"
4103   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
4104   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"
4105   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
4106   data: "vpp-perf-results-3n-skx"
4107   filter: "not 'CFS_OPT'"
4108   parameters:
4109   - "name"
4110   - "doc"
4111   - "level"
4112   - "parent"
4113   data-start-level: 3
4114
4115 # VPP Performance Configuration 2n-skx
4116 - type: "file"
4117   title: "VPP Performance Configuration 2n-skx"
4118   algorithm: "file_test_results"
4119   output-file-ext: ".rst"
4120   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
4121   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"
4122   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
4123   data: "vpp-perf-results-2n-skx"
4124   filter: "not 'CFS_OPT'"
4125   parameters:
4126   - "name"
4127   - "doc"
4128   - "level"
4129   - "parent"
4130   data-start-level: 3
4131
4132 # VPP Performance Configuration 3n-tsh
4133 - type: "file"
4134   title: "VPP Performance Configuration 3n-tsh"
4135   algorithm: "file_test_results"
4136   output-file-ext: ".rst"
4137   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_performance_configuration_3n_tsh"
4138   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"
4139   dir-tables: "{DIR[DTC,PERF,VPP,3N,TSH]}"
4140   data: "vpp-perf-results-3n-tsh"
4141   filter: "not 'CFS_OPT'"
4142   parameters:
4143   - "name"
4144   - "doc"
4145   - "level"
4146   - "parent"
4147   data-start-level: 3
4148
4149 ## VPP Performance Configuration 2n-dnv
4150 #- type: "file"
4151 #  title: "VPP Performance Configuration 2n-dnv"
4152 #  algorithm: "file_test_results"
4153 #  output-file-ext: ".rst"
4154 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
4155 #  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"
4156 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
4157 #  data: "intel-dnv-vpp"
4158 #  filter: "'NDRPDR'"
4159 #  parameters:
4160 #  - "name"
4161 #  - "doc"
4162 #  - "level"
4163 #  - "parent"
4164 #  data-start-level: 3
4165
4166 # VPP Performance Operational Data 3n-hsw
4167 - type: "file"
4168   title: "VPP Performance Operational Data 3n-hsw"
4169   algorithm: "file_test_results"
4170   output-file-ext: ".rst"
4171   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
4172   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"
4173   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
4174   data: "vpp-perf-results-3n-hsw"
4175   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4176   parameters:
4177   - "name"
4178   - "doc"
4179   - "level"
4180   - "parent"
4181   data-start-level: 3
4182
4183 # VPP Performance Operational Data 3n-skx
4184 - type: "file"
4185   title: "VPP Performance Operational Data 3n-skx"
4186   algorithm: "file_test_results"
4187   output-file-ext: ".rst"
4188   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
4189   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"
4190   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
4191   data: "vpp-perf-results-3n-skx"
4192   filter: "not 'CFS_OPT'"
4193   parameters:
4194   - "name"
4195   - "doc"
4196   - "level"
4197   - "parent"
4198   data-start-level: 3
4199
4200 # VPP Performance Operational Data 2n-skx
4201 - type: "file"
4202   title: "VPP Performance Operational Data 2n-skx"
4203   algorithm: "file_test_results"
4204   output-file-ext: ".rst"
4205   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
4206   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"
4207   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
4208   data: "vpp-perf-results-2n-skx"
4209   filter: "not 'CFS_OPT'"
4210   parameters:
4211   - "name"
4212   - "doc"
4213   - "level"
4214   - "parent"
4215   data-start-level: 3
4216
4217 # VPP Performance Operational Data 3n-tsh
4218 - type: "file"
4219   title: "VPP Performance Operational Data 3n-tsh"
4220   algorithm: "file_test_results"
4221   output-file-ext: ".rst"
4222   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_performance_operational_data_3n_tsh"
4223   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"
4224   dir-tables: "{DIR[DTO,PERF,VPP,3N,TSH]}"
4225   data: "vpp-perf-results-3n-tsh"
4226   filter: "not 'CFS_OPT'"
4227   parameters:
4228   - "name"
4229   - "doc"
4230   - "level"
4231   - "parent"
4232   data-start-level: 3
4233
4234 ## VPP Performance Operational Data 2n-dnv
4235 #- type: "file"
4236 #  title: "VPP Performance Operational Data 2n-dnv"
4237 #  algorithm: "file_test_results"
4238 #  output-file-ext: ".rst"
4239 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
4240 #  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"
4241 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
4242 #  data: "intel-dnv-vpp"
4243 #  filter: "'NDRPDR'"
4244 #  parameters:
4245 #  - "name"
4246 #  - "doc"
4247 #  - "level"
4248 #  - "parent"
4249 #  data-start-level: 3
4250
4251 # VPP MRR Results 3n-hsw
4252 - type: "file"
4253   title: "VPP MRR Results 3n-hsw"
4254   algorithm: "file_test_results"
4255   output-file-ext: ".rst"
4256   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4257   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4258   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
4259   data: "vpp-mrr-results-3n-hsw"
4260   filter: "'MRR'"
4261   parameters:
4262   - "name"
4263   - "doc"
4264   - "level"
4265   - "parent"
4266   data-start-level: 3
4267
4268 # VPP MRR Results 3n-skx
4269 - type: "file"
4270   title: "VPP MRR Results 3n-skx"
4271   algorithm: "file_test_results"
4272   output-file-ext: ".rst"
4273   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4274   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4275   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
4276   data: "vpp-mrr-results-3n-skx"
4277   filter: "'MRR'"
4278   parameters:
4279   - "name"
4280   - "doc"
4281   - "level"
4282   - "parent"
4283   data-start-level: 3
4284
4285 # VPP MRR Results 2n-skx
4286 - type: "file"
4287   title: "VPP MRR Results 2n-skx"
4288   algorithm: "file_test_results"
4289   output-file-ext: ".rst"
4290   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4291   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"
4292   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
4293   data: "vpp-mrr-results-2n-skx"
4294   filter: "all"
4295   parameters:
4296   - "name"
4297   - "doc"
4298   - "level"
4299   - "parent"
4300   data-start-level: 3
4301
4302 # VPP MRR Configuration 3n-hsw
4303 - type: "file"
4304   title: "VPP MRR Configuration 3n-hsw"
4305   algorithm: "file_test_results"
4306   output-file-ext: ".rst"
4307   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
4308   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"
4309   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
4310   data: "vpp-mrr-results-3n-hsw"
4311   filter: "'MRR'"
4312   parameters:
4313   - "name"
4314   - "doc"
4315   - "level"
4316   - "parent"
4317   data-start-level: 3
4318
4319 # VPP MRR Configuration 3n-skx
4320 - type: "file"
4321   title: "VPP MRR Configuration 3n-skx"
4322   algorithm: "file_test_results"
4323   output-file-ext: ".rst"
4324   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
4325   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"
4326   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
4327   data: "vpp-mrr-results-3n-skx"
4328   filter: "'MRR'"
4329   parameters:
4330   - "name"
4331   - "doc"
4332   - "level"
4333   - "parent"
4334   data-start-level: 3
4335
4336 # VPP MRR Configuration 2n-skx
4337 - type: "file"
4338   title: "VPP MRR Configuration 2n-skx"
4339   algorithm: "file_test_results"
4340   output-file-ext: ".rst"
4341   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
4342   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"
4343   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
4344   data: "vpp-mrr-results-2n-skx"
4345   filter: "'MRR'"
4346   parameters:
4347   - "name"
4348   - "doc"
4349   - "level"
4350   - "parent"
4351   data-start-level: 3
4352
4353 # VPP Functional Results - Ubuntu
4354 - type: "file"
4355   title: "VPP Functional Results - Ubuntu"
4356   algorithm: "file_test_results"
4357   output-file-ext: ".rst"
4358   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
4359   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"
4360   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
4361   data: "vpp-func-results-ubuntu"
4362   filter: "all"
4363   parameters:
4364   - "name"
4365   - "doc"
4366   - "level"
4367   - "parent"
4368   data-start-level: 3
4369
4370 # VPP Functional Results - CentOS
4371 - type: "file"
4372   title: "VPP Functional Results - CentOS"
4373   algorithm: "file_test_results"
4374   output-file-ext: ".rst"
4375   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
4376   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"
4377   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
4378   data:
4379     "vpp-func-results-centos"
4380   filter: "all"
4381   parameters:
4382   - "name"
4383   - "doc"
4384   - "level"
4385   - "parent"
4386   data-start-level: 3
4387
4388 # VPP Functional Configuration - Ubuntu
4389 - type: "file"
4390   title: "VPP Functional Configuration - Ubuntu"
4391   algorithm: "file_test_results"
4392   output-file-ext: ".rst"
4393   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
4394   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4395   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
4396   data: "vpp-func-results-ubuntu"
4397   filter: "all"
4398   parameters:
4399   - "name"
4400   - "doc"
4401   - "level"
4402   - "parent"
4403   data-start-level: 3
4404
4405 # VPP Functional Configuration - CentOS
4406 - type: "file"
4407   title: "VPP Functional Configuration - CentOS"
4408   algorithm: "file_test_results"
4409   output-file-ext: ".rst"
4410   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
4411   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"
4412   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
4413   data:
4414     "vpp-func-results-centos"
4415   filter: "all"
4416   parameters:
4417   - "name"
4418   - "doc"
4419   - "level"
4420   - "parent"
4421   data-start-level: 3
4422
4423 # VPP Device Results - Ubuntu
4424 - type: "file"
4425   title: "VPP Device Results - Ubuntu"
4426   algorithm: "file_test_results"
4427   output-file-ext: ".rst"
4428   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4429   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"
4430   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
4431   data: "vpp-device-results-ubuntu"
4432   filter: "all"
4433   parameters:
4434   - "name"
4435   - "doc"
4436   - "level"
4437   - "parent"
4438   data-start-level: 2
4439
4440 # VPP Device Configuration - Ubuntu
4441 - type: "file"
4442   title: "VPP Device Configuration - Ubuntu"
4443   algorithm: "file_test_results"
4444   output-file-ext: ".rst"
4445   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4446   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"
4447   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
4448   data: "vpp-device-results-ubuntu"
4449   filter: "all"
4450   parameters:
4451   - "name"
4452   - "doc"
4453   - "level"
4454   - "parent"
4455   data-start-level: 2
4456
4457 ## Container Orchestrated Performance Results 3n-hsw
4458 #- type: "file"
4459 #  title: "Container Orchestrated Performance Results 3n-hsw"
4460 #  algorithm: "file_test_results"
4461 #  output-file-ext: ".rst"
4462 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
4463 #  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"
4464 #  dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
4465 #  data: "ligato-perf-results-3n-hsw"
4466 #  filter: "all"
4467 #  parameters:
4468 #  - "name"
4469 #  - "doc"
4470 #  - "level"
4471 #  - "parent"
4472 #  data-start-level: 3
4473
4474 # DPDK Performance Results 3n-hsw
4475 - type: "file"
4476   title: "DPDK Performance Results 3n-hsw"
4477   algorithm: "file_test_results"
4478   output-file-ext: ".rst"
4479   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4480   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"
4481   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
4482   data: "dpdk-perf-results-3n-hsw"
4483   filter: "all"
4484   parameters:
4485   - "name"
4486   - "doc"
4487   - "level"
4488   - "parent"
4489   data-start-level: 3
4490
4491 # DPDK Performance Results 3n-skx
4492 - type: "file"
4493   title: "DPDK Performance Results 3n-skx"
4494   algorithm: "file_test_results"
4495   output-file-ext: ".rst"
4496   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4497   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"
4498   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
4499   data: "dpdk-perf-results-3n-skx"
4500   filter: "all"
4501   parameters:
4502   - "name"
4503   - "doc"
4504   - "level"
4505   - "parent"
4506   data-start-level: 3
4507
4508 # DPDK Performance Results 2n-skx
4509 - type: "file"
4510   title: "DPDK Performance Results 2n-skx"
4511   algorithm: "file_test_results"
4512   output-file-ext: ".rst"
4513   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4514   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"
4515   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
4516   data: "dpdk-perf-results-2n-skx"
4517   filter: "all"
4518   parameters:
4519   - "name"
4520   - "doc"
4521   - "level"
4522   - "parent"
4523   data-start-level: 3
4524
4525 ################################################################################
4526 ###                                P L O T S                                 ###
4527 ################################################################################
4528
4529 # Plots VPP HTTP Server Performance
4530 - type: "plot"
4531   title: "VPP HTTP Server Performance"
4532   algorithm: "plot_http_server_performance_box"
4533   output-file-type: ".html"
4534   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
4535   data:
4536     "plot-vpp-http-server-performance"
4537   # Keep this formatting, the filter is enclosed with " (quotation mark) and
4538   # each tag is enclosed with ' (apostrophe).
4539   filter: "'HTTP' and 'TCP_CPS'"
4540   parameters:
4541   - "result"
4542   - "name"
4543   traces:
4544     hoverinfo: "x+y"
4545     boxpoints: "outliers"
4546     whiskerwidth: 0
4547   layout:
4548     title: "VPP HTTP Server Performance"
4549     layout:
4550       "plot-cps"
4551
4552 - type: "plot"
4553   title: "VPP HTTP Server Performance"
4554   algorithm: "plot_http_server_performance_box"
4555   output-file-type: ".html"
4556   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
4557   data:
4558     "plot-vpp-http-server-performance"
4559   filter: "'HTTP' and 'TCP_RPS'"
4560   parameters:
4561   - "result"
4562   - "name"
4563   traces:
4564     hoverinfo: "x+y"
4565     boxpoints: "outliers"
4566     whiskerwidth: 0
4567   layout:
4568     title: "VPP HTTP Server Performance"
4569     layout:
4570       "plot-rps"
4571
4572 ################################################################################
4573
4574 ## Soak Test (PLRsearch), boxes
4575 #- type: "plot"
4576 #  title: "VPP Critical rate: 2 Hours Soak Test (PLRsearch)"
4577 #  algorithm: "plot_performance_box"
4578 #  output-file-type: ".html"
4579 #  output-file: "{DIR[STATIC,VPP]}/soak-test-1"
4580 #  data: "plot-vpp-soak-2n-skx"
4581 #  filter: "('L2BDMACLRN' or 'L2PATCH' or 'L2XCBASE') and not 'VHOST' and not 'MEMIF'"
4582 #  parameters:
4583 #    - "throughput"
4584 #    - "parent"
4585 #    - "tags"
4586 #  sort:
4587 #    - "DRV_AVF"
4588 #    - "DRV_AVF"
4589 #    - "DRV_AVF"
4590 #    - "L2BDMACLRN"
4591 #    - "L2XCBASE"
4592 #    - "L2PATCH"
4593 #  traces:
4594 #    hoverinfo: "x+y"
4595 #    boxpoints: "all"
4596 #    whiskerwidth: 0
4597 #  layout:
4598 #    title: "2 Hours Soak Test (PLRsearch)"
4599 #    layout: "plot-soak-throughput"
4600 #
4601 ## Soak Test (PLRsearch), boxes
4602 #- type: "plot"
4603 #  title: "VPP Critical rate: 2 Hours Soak Test (PLRsearch)"
4604 #  algorithm: "plot_performance_box"
4605 #  output-file-type: ".html"
4606 #  output-file: "{DIR[STATIC,VPP]}/soak-test-2"
4607 #  data: "plot-vpp-soak-2n-skx"
4608 #  filter: "'L2BDMACLRN' and ('VHOST' or 'MEMIF') or 'IP4BASE' or 'IP6BASE'"
4609 #  parameters:
4610 #    - "throughput"
4611 #    - "parent"
4612 #    - "tags"
4613 #  sort:
4614 #    - "VHOST"
4615 #    - "MEMIF"
4616 #    - "IP4FWD"
4617 #    - "IP6FWD"
4618 #  traces:
4619 #    hoverinfo: "x+y"
4620 #    boxpoints: "all"
4621 #    whiskerwidth: 0
4622 #  layout:
4623 #    title: "2 Hours Soak Test (PLRsearch)"
4624 #    layout: "plot-soak-throughput"
4625
4626 ###############################################################################
4627 # Plots - NF Density - VSC - MRR 64b
4628 - type: "plot"
4629   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4630   algorithm: "plot_service_density_heatmap"
4631   output-file-type: ".html"
4632   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
4633   data: "plot-vpp-nfv-2n-skx-mrr"
4634   filter: "'NIC_Intel-XXV710' and
4635            'NF_DENSITY' and
4636            'VHOST' and
4637            'CHAIN' and
4638            'NF_VPPIP4' and
4639            '64B' and
4640            '2T1C' and
4641            'MRR'"
4642   reference:
4643     include: "2"
4644     name: "VNF-1c"
4645   compare:
4646     include: "1"
4647     name: "VNF-0.5c"
4648   parameters:
4649   - "result"
4650   - "name"
4651   - "tags"
4652   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4653   x-axis: "X = VNFs per Service Chain"
4654   y-axis: "Y = Number of Service Chains"
4655   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4656   layout:
4657     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4658     layout: "plot-service-density"
4659
4660 - type: "plot"
4661   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4662   algorithm: "plot_service_density_heatmap"
4663   output-file-type: ".html"
4664   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
4665   data: "plot-vpp-nfv-2n-skx-mrr"
4666   filter: "'NIC_Intel-XXV710' and
4667            'NF_DENSITY' and
4668            'VHOST' and
4669            'CHAIN' and
4670            'NF_VPPIP4' and
4671            '64B' and
4672            '4T2C' and
4673            'MRR'"
4674   reference:
4675     include: "2"
4676     name: "VNF-1c"
4677   compare:
4678     include: "1"
4679     name: "VNF-0.5c"
4680   parameters:
4681   - "result"
4682   - "name"
4683   - "tags"
4684   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4685   x-axis: "X = VNFs per Service Chain"
4686   y-axis: "Y = Number of Service Chains"
4687   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4688   layout:
4689     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4690     layout: "plot-service-density"
4691
4692 - type: "plot"
4693   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4694   algorithm: "plot_service_density_heatmap"
4695   output-file-type: ".html"
4696   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
4697   data: "plot-vpp-nfv-2n-skx-mrr"
4698   filter: "'NIC_Intel-XXV710' and
4699            'NF_DENSITY' and
4700            'VHOST' and
4701            'CHAIN' and
4702            'NF_VPPIP4' and
4703            '64B' and
4704            '8T4C' and
4705            'MRR'"
4706   reference:
4707     include: "2"
4708     name: "VNF-1c"
4709   compare:
4710     include: "1"
4711     name: "VNF-0.5c"
4712   parameters:
4713   - "result"
4714   - "name"
4715   - "tags"
4716   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4717   x-axis: "X = VNFs per Service Chain"
4718   y-axis: "Y = Number of Service Chains"
4719   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4720   layout:
4721     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4722     layout: "plot-service-density"
4723
4724 # Plots - NF Density - VSC - MRR IMIX
4725 - type: "plot"
4726   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4727   algorithm: "plot_service_density_heatmap"
4728   output-file-type: ".html"
4729   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
4730   data: "plot-vpp-nfv-2n-skx-mrr"
4731   filter: "'NIC_Intel-XXV710' and
4732            'NF_DENSITY' and
4733            'VHOST' and
4734            'CHAIN' and
4735            'NF_VPPIP4' and
4736            'IMIX' and
4737            '2T1C' and
4738            'MRR'"
4739   reference:
4740     include: "2"
4741     name: "VNF-1c"
4742   compare:
4743     include: "1"
4744     name: "VNF-0.5c"
4745   parameters:
4746   - "result"
4747   - "name"
4748   - "tags"
4749   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4750   x-axis: "X = VNFs per Service Chain"
4751   y-axis: "Y = Number of Service Chains"
4752   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4753   layout:
4754     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4755     layout: "plot-service-density"
4756
4757 - type: "plot"
4758   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4759   algorithm: "plot_service_density_heatmap"
4760   output-file-type: ".html"
4761   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
4762   data: "plot-vpp-nfv-2n-skx-mrr"
4763   filter: "'NIC_Intel-XXV710' and
4764            'NF_DENSITY' and
4765            'VHOST' and
4766            'CHAIN' and
4767            'NF_VPPIP4' and
4768            'IMIX' and
4769            '4T2C' and
4770            'MRR'"
4771   reference:
4772     include: "2"
4773     name: "VNF-1c"
4774   compare:
4775     include: "1"
4776     name: "VNF-0.5c"
4777   parameters:
4778   - "result"
4779   - "name"
4780   - "tags"
4781   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4782   x-axis: "X = VNFs per Service Chain"
4783   y-axis: "Y = Number of Service Chains"
4784   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4785   layout:
4786     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4787     layout: "plot-service-density"
4788
4789 - type: "plot"
4790   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4791   algorithm: "plot_service_density_heatmap"
4792   output-file-type: ".html"
4793   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
4794   data: "plot-vpp-nfv-2n-skx-mrr"
4795   filter: "'NIC_Intel-XXV710' and
4796            'NF_DENSITY' and
4797            'VHOST' and
4798            'CHAIN' and
4799            'NF_VPPIP4' and
4800            'IMIX' and
4801            '8T4C' and
4802            'MRR'"
4803   reference:
4804     include: "2"
4805     name: "VNF-1c"
4806   compare:
4807     include: "1"
4808     name: "VNF-0.5c"
4809   parameters:
4810   - "result"
4811   - "name"
4812   - "tags"
4813   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4814   x-axis: "X = VNFs per Service Chain"
4815   y-axis: "Y = Number of Service Chains"
4816   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4817   layout:
4818     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4819     layout: "plot-service-density"
4820
4821 # Plots - NF Density - VSC - NDR 64b
4822 - type: "plot"
4823   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4824   algorithm: "plot_service_density_heatmap"
4825   output-file-type: ".html"
4826   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
4827   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4828   filter: "'NIC_Intel-XXV710' and
4829            'NF_DENSITY' and
4830            'VHOST' and
4831            'CHAIN' and
4832            'NF_VPPIP4' and
4833            '64B' and
4834            '2T1C' and
4835            'NDRPDR'"
4836   reference:
4837     include: "2"
4838     name: "VNF-1c"
4839   compare:
4840     include: "1"
4841     name: "VNF-0.5c"
4842   parameters:
4843   - "throughput"
4844   - "name"
4845   - "tags"
4846   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4847   x-axis: "X = VNFs per Service Chain"
4848   y-axis: "Y = Number of Service Chains"
4849   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4850   layout:
4851     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4852     layout: "plot-service-density"
4853
4854 - type: "plot"
4855   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4856   algorithm: "plot_service_density_heatmap"
4857   output-file-type: ".html"
4858   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
4859   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4860   filter: "'NIC_Intel-XXV710' and
4861            'NF_DENSITY' and
4862            'VHOST' and
4863            'CHAIN' and
4864            'NF_VPPIP4' and
4865            '64B' and
4866            '4T2C' and
4867            'NDRPDR'"
4868   reference:
4869     include: "2"
4870     name: "VNF-1c"
4871   compare:
4872     include: "1"
4873     name: "VNF-0.5c"
4874   parameters:
4875   - "throughput"
4876   - "name"
4877   - "tags"
4878   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4879   x-axis: "X = VNFs per Service Chain"
4880   y-axis: "Y = Number of Service Chains"
4881   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4882   layout:
4883     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4884     layout: "plot-service-density"
4885
4886 - type: "plot"
4887   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4888   algorithm: "plot_service_density_heatmap"
4889   output-file-type: ".html"
4890   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
4891   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4892   filter: "'NIC_Intel-XXV710' and
4893            'NF_DENSITY' and
4894            'VHOST' and
4895            'CHAIN' and
4896            'NF_VPPIP4' and
4897            '64B' and
4898            '8T4C' and
4899            'NDRPDR'"
4900   reference:
4901     include: "2"
4902     name: "VNF-1c"
4903   compare:
4904     include: "1"
4905     name: "VNF-0.5c"
4906   parameters:
4907   - "throughput"
4908   - "name"
4909   - "tags"
4910   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4911   x-axis: "X = VNFs per Service Chain"
4912   y-axis: "Y = Number of Service Chains"
4913   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4914   layout:
4915     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4916     layout: "plot-service-density"
4917
4918 # Plots - NF Density - VSC - NDR IMIX
4919 - type: "plot"
4920   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4921   algorithm: "plot_service_density_heatmap"
4922   output-file-type: ".html"
4923   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
4924   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4925   filter: "'NIC_Intel-XXV710' and
4926            'NF_DENSITY' and
4927            'VHOST' and
4928            'CHAIN' and
4929            'NF_VPPIP4' and
4930            'IMIX' and
4931            '2T1C' and
4932            'NDRPDR'"
4933   reference:
4934     include: "2"
4935     name: "VNF-1c"
4936   compare:
4937     include: "1"
4938     name: "VNF-0.5c"
4939   parameters:
4940   - "throughput"
4941   - "name"
4942   - "tags"
4943   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4944   x-axis: "X = VNFs per Service Chain"
4945   y-axis: "Y = Number of Service Chains"
4946   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4947   layout:
4948     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4949     layout: "plot-service-density"
4950
4951 - type: "plot"
4952   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4953   algorithm: "plot_service_density_heatmap"
4954   output-file-type: ".html"
4955   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
4956   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4957   filter: "'NIC_Intel-XXV710' and
4958            'NF_DENSITY' and
4959            'VHOST' and
4960            'CHAIN' and
4961            'NF_VPPIP4' and
4962            'IMIX' and
4963            '4T2C' and
4964            'NDRPDR'"
4965   reference:
4966     include: "2"
4967     name: "VNF-1c"
4968   compare:
4969     include: "1"
4970     name: "VNF-0.5c"
4971   parameters:
4972   - "throughput"
4973   - "name"
4974   - "tags"
4975   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4976   x-axis: "X = VNFs per Service Chain"
4977   y-axis: "Y = Number of Service Chains"
4978   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4979   layout:
4980     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4981     layout: "plot-service-density"
4982
4983 - type: "plot"
4984   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4985   algorithm: "plot_service_density_heatmap"
4986   output-file-type: ".html"
4987   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
4988   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4989   filter: "'NIC_Intel-XXV710' and
4990            'NF_DENSITY' and
4991            'VHOST' and
4992            'CHAIN' and
4993            'NF_VPPIP4' and
4994            'IMIX' and
4995            '8T4C' and
4996            'NDRPDR'"
4997   reference:
4998     include: "2"
4999     name: "VNF-1c"
5000   compare:
5001     include: "1"
5002     name: "VNF-0.5c"
5003   parameters:
5004   - "throughput"
5005   - "name"
5006   - "tags"
5007   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5008   x-axis: "X = VNFs per Service Chain"
5009   y-axis: "Y = Number of Service Chains"
5010   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5011   layout:
5012     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
5013     layout: "plot-service-density"
5014
5015 # Plots - NF Density - VSC - PDR 64b
5016 - type: "plot"
5017   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5018   algorithm: "plot_service_density_heatmap"
5019   output-file-type: ".html"
5020   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
5021   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5022   filter: "'NIC_Intel-XXV710' and
5023            'NF_DENSITY' and
5024            'VHOST' and
5025            'CHAIN' and
5026            'NF_VPPIP4' and
5027            '64B' and
5028            '2T1C' and
5029            'NDRPDR'"
5030   reference:
5031     include: "2"
5032     name: "VNF-1c"
5033   compare:
5034     include: "1"
5035     name: "VNF-0.5c"
5036   parameters:
5037   - "throughput"
5038   - "name"
5039   - "tags"
5040   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5041   x-axis: "X = VNFs per Service Chain"
5042   y-axis: "Y = Number of Service Chains"
5043   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5044   layout:
5045     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5046     layout: "plot-service-density"
5047
5048 - type: "plot"
5049   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5050   algorithm: "plot_service_density_heatmap"
5051   output-file-type: ".html"
5052   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
5053   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5054   filter: "'NIC_Intel-XXV710' and
5055            'NF_DENSITY' and
5056            'VHOST' and
5057            'CHAIN' and
5058            'NF_VPPIP4' and
5059            '64B' and
5060            '4T2C' and
5061            'NDRPDR'"
5062   reference:
5063     include: "2"
5064     name: "VNF-1c"
5065   compare:
5066     include: "1"
5067     name: "VNF-0.5c"
5068   parameters:
5069   - "throughput"
5070   - "name"
5071   - "tags"
5072   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5073   x-axis: "X = VNFs per Service Chain"
5074   y-axis: "Y = Number of Service Chains"
5075   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5076   layout:
5077     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5078     layout: "plot-service-density"
5079
5080 - type: "plot"
5081   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5082   algorithm: "plot_service_density_heatmap"
5083   output-file-type: ".html"
5084   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
5085   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5086   filter: "'NIC_Intel-XXV710' and
5087            'NF_DENSITY' and
5088            'VHOST' and
5089            'CHAIN' and
5090            'NF_VPPIP4' and
5091            '64B' and
5092            '8T4C' and
5093            'NDRPDR'"
5094   reference:
5095     include: "2"
5096     name: "VNF-1c"
5097   compare:
5098     include: "1"
5099     name: "VNF-0.5c"
5100   parameters:
5101   - "throughput"
5102   - "name"
5103   - "tags"
5104   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5105   x-axis: "X = VNFs per Service Chain"
5106   y-axis: "Y = Number of Service Chains"
5107   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5108   layout:
5109     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5110     layout: "plot-service-density"
5111
5112 # Plots - NF Density - VSC - PDR IMIX
5113 - type: "plot"
5114   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5115   algorithm: "plot_service_density_heatmap"
5116   output-file-type: ".html"
5117   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
5118   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5119   filter: "'NIC_Intel-XXV710' and
5120            'NF_DENSITY' and
5121            'VHOST' and
5122            'CHAIN' and
5123            'NF_VPPIP4' and
5124            'IMIX' and
5125            '2T1C' and
5126            'NDRPDR'"
5127   reference:
5128     include: "2"
5129     name: "VNF-1c"
5130   compare:
5131     include: "1"
5132     name: "VNF-0.5c"
5133   parameters:
5134   - "throughput"
5135   - "name"
5136   - "tags"
5137   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5138   x-axis: "X = VNFs per Service Chain"
5139   y-axis: "Y = Number of Service Chains"
5140   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5141   layout:
5142     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5143     layout: "plot-service-density"
5144
5145 - type: "plot"
5146   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5147   algorithm: "plot_service_density_heatmap"
5148   output-file-type: ".html"
5149   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
5150   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5151   filter: "'NIC_Intel-XXV710' and
5152            'NF_DENSITY' and
5153            'VHOST' and
5154            'CHAIN' and
5155            'NF_VPPIP4' and
5156            'IMIX' and
5157            '4T2C' and
5158            'NDRPDR'"
5159   reference:
5160     include: "2"
5161     name: "VNF-1c"
5162   compare:
5163     include: "1"
5164     name: "VNF-0.5c"
5165   parameters:
5166   - "throughput"
5167   - "name"
5168   - "tags"
5169   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5170   x-axis: "X = VNFs per Service Chain"
5171   y-axis: "Y = Number of Service Chains"
5172   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5173   layout:
5174     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5175     layout: "plot-service-density"
5176
5177 - type: "plot"
5178   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5179   algorithm: "plot_service_density_heatmap"
5180   output-file-type: ".html"
5181   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
5182   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5183   filter: "'NIC_Intel-XXV710' and
5184            'NF_DENSITY' and
5185            'VHOST' and
5186            'CHAIN' and
5187            'NF_VPPIP4' and
5188            'IMIX' and
5189            '8T4C' and
5190            'NDRPDR'"
5191   reference:
5192     include: "2"
5193     name: "VNF-1c"
5194   compare:
5195     include: "1"
5196     name: "VNF-0.5c"
5197   parameters:
5198   - "throughput"
5199   - "name"
5200   - "tags"
5201   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5202   x-axis: "X = VNFs per Service Chain"
5203   y-axis: "Y = Number of Service Chains"
5204   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5205   layout:
5206     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5207     layout: "plot-service-density"
5208
5209 ###############################################################################
5210 # Plots - NF Density - CSC - MRR 64b
5211 - type: "plot"
5212   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5213   algorithm: "plot_service_density_heatmap"
5214   output-file-type: ".html"
5215   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
5216   data: "plot-vpp-nfv-2n-skx-mrr"
5217   filter: "'NIC_Intel-XXV710' and
5218            'NF_DENSITY' and
5219            'DOCKER' and
5220            'CHAIN' and
5221            'NF_VPPIP4' and
5222            '64B' and
5223            '2T1C' and
5224            'MRR'"
5225   reference:
5226     include: "2"
5227     name: "CNF-1c"
5228   compare:
5229     include: "1"
5230     name: "CNF-0.5c"
5231   parameters:
5232   - "result"
5233   - "name"
5234   - "tags"
5235   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5236   x-axis: "X = CNFs per Service Chain"
5237   y-axis: "Y = Number of Service Chains"
5238   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5239   layout:
5240     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5241     layout: "plot-service-density"
5242
5243 - type: "plot"
5244   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5245   algorithm: "plot_service_density_heatmap"
5246   output-file-type: ".html"
5247   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
5248   data: "plot-vpp-nfv-2n-skx-mrr"
5249   filter: "'NIC_Intel-XXV710' and
5250            'NF_DENSITY' and
5251            'DOCKER' and
5252            'CHAIN' and
5253            'NF_VPPIP4' and
5254            '64B' and
5255            '4T2C' and
5256            'MRR'"
5257   reference:
5258     include: "2"
5259     name: "CNF-1c"
5260   compare:
5261     include: "1"
5262     name: "CNF-0.5c"
5263   parameters:
5264   - "result"
5265   - "name"
5266   - "tags"
5267   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5268   x-axis: "X = CNFs per Service Chain"
5269   y-axis: "Y = Number of Service Chains"
5270   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5271   layout:
5272     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5273     layout: "plot-service-density"
5274
5275 - type: "plot"
5276   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5277   algorithm: "plot_service_density_heatmap"
5278   output-file-type: ".html"
5279   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
5280   data: "plot-vpp-nfv-2n-skx-mrr"
5281   filter: "'NIC_Intel-XXV710' and
5282            'NF_DENSITY' and
5283            'DOCKER' and
5284            'CHAIN' and
5285            'NF_VPPIP4' and
5286            '64B' and
5287            '8T4C' and
5288            'MRR'"
5289   reference:
5290     include: "2"
5291     name: "CNF-1c"
5292   compare:
5293     include: "1"
5294     name: "CNF-0.5c"
5295   parameters:
5296   - "result"
5297   - "name"
5298   - "tags"
5299   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5300   x-axis: "X = CNFs per Service Chain"
5301   y-axis: "Y = Number of Service Chains"
5302   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5303   layout:
5304     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5305     layout: "plot-service-density"
5306
5307 # Plots - NF Density - CSC - MRR IMIX
5308 - type: "plot"
5309   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5310   algorithm: "plot_service_density_heatmap"
5311   output-file-type: ".html"
5312   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
5313   data: "plot-vpp-nfv-2n-skx-mrr"
5314   filter: "'NIC_Intel-XXV710' and
5315            'NF_DENSITY' and
5316            'DOCKER' and
5317            'CHAIN' and
5318            'NF_VPPIP4' and
5319            'IMIX' and
5320            '2T1C' and
5321            'MRR'"
5322   reference:
5323     include: "2"
5324     name: "CNF-1c"
5325   compare:
5326     include: "1"
5327     name: "CNF-0.5c"
5328   parameters:
5329   - "result"
5330   - "name"
5331   - "tags"
5332   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5333   x-axis: "X = CNFs per Service Chain"
5334   y-axis: "Y = Number of Service Chains"
5335   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5336   layout:
5337     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5338     layout: "plot-service-density"
5339
5340 - type: "plot"
5341   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5342   algorithm: "plot_service_density_heatmap"
5343   output-file-type: ".html"
5344   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
5345   data: "plot-vpp-nfv-2n-skx-mrr"
5346   filter: "'NIC_Intel-XXV710' and
5347            'NF_DENSITY' and
5348            'DOCKER' and
5349            'CHAIN' and
5350            'NF_VPPIP4' and
5351            'IMIX' and
5352            '4T2C' and
5353            'MRR'"
5354   reference:
5355     include: "2"
5356     name: "CNF-1c"
5357   compare:
5358     include: "1"
5359     name: "CNF-0.5c"
5360   parameters:
5361   - "result"
5362   - "name"
5363   - "tags"
5364   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5365   x-axis: "X = CNFs per Service Chain"
5366   y-axis: "Y = Number of Service Chains"
5367   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5368   layout:
5369     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5370     layout: "plot-service-density"
5371
5372 - type: "plot"
5373   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5374   algorithm: "plot_service_density_heatmap"
5375   output-file-type: ".html"
5376   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
5377   data: "plot-vpp-nfv-2n-skx-mrr"
5378   filter: "'NIC_Intel-XXV710' and
5379            'NF_DENSITY' and
5380            'DOCKER' and
5381            'CHAIN' and
5382            'NF_VPPIP4' and
5383            'IMIX' and
5384            '8T4C' and
5385            'MRR'"
5386   reference:
5387     include: "2"
5388     name: "CNF-1c"
5389   compare:
5390     include: "1"
5391     name: "CNF-0.5c"
5392   parameters:
5393   - "result"
5394   - "name"
5395   - "tags"
5396   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5397   x-axis: "X = CNFs per Service Chain"
5398   y-axis: "Y = Number of Service Chains"
5399   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5400   layout:
5401     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5402     layout: "plot-service-density"
5403
5404 # Plots - NF Density - CSC - NDR 64b
5405 - type: "plot"
5406   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5407   algorithm: "plot_service_density_heatmap"
5408   output-file-type: ".html"
5409   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
5410   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5411   filter: "'NIC_Intel-XXV710' and
5412            'NF_DENSITY' and
5413            'DOCKER' and
5414            'CHAIN' and
5415            'NF_VPPIP4' and
5416            '64B' and
5417            '2T1C' and
5418            'NDRPDR'"
5419   reference:
5420     include: "2"
5421     name: "CNF-1c"
5422   compare:
5423     include: "1"
5424     name: "CNF-0.5c"
5425   parameters:
5426   - "throughput"
5427   - "name"
5428   - "tags"
5429   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5430   x-axis: "X = CNFs per Service Chain"
5431   y-axis: "Y = Number of Service Chains"
5432   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5433   layout:
5434     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5435     layout: "plot-service-density"
5436
5437 - type: "plot"
5438   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5439   algorithm: "plot_service_density_heatmap"
5440   output-file-type: ".html"
5441   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
5442   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5443   filter: "'NIC_Intel-XXV710' and
5444            'NF_DENSITY' and
5445            'DOCKER' and
5446            'CHAIN' and
5447            'NF_VPPIP4' and
5448            '64B' and
5449            '4T2C' and
5450            'NDRPDR'"
5451   reference:
5452     include: "2"
5453     name: "CNF-1c"
5454   compare:
5455     include: "1"
5456     name: "CNF-0.5c"
5457   parameters:
5458   - "throughput"
5459   - "name"
5460   - "tags"
5461   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5462   x-axis: "X = CNFs per Service Chain"
5463   y-axis: "Y = Number of Service Chains"
5464   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5465   layout:
5466     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5467     layout: "plot-service-density"
5468
5469 - type: "plot"
5470   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5471   algorithm: "plot_service_density_heatmap"
5472   output-file-type: ".html"
5473   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
5474   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5475   filter: "'NIC_Intel-XXV710' and
5476            'NF_DENSITY' and
5477            'DOCKER' and
5478            'CHAIN' and
5479            'NF_VPPIP4' and
5480            '64B' and
5481            '8T4C' and
5482            'NDRPDR'"
5483   reference:
5484     include: "2"
5485     name: "CNF-1c"
5486   compare:
5487     include: "1"
5488     name: "CNF-0.5c"
5489   parameters:
5490   - "throughput"
5491   - "name"
5492   - "tags"
5493   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5494   x-axis: "X = CNFs per Service Chain"
5495   y-axis: "Y = Number of Service Chains"
5496   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5497   layout:
5498     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5499     layout: "plot-service-density"
5500
5501 # Plots - NF Density - CSC - NDR IMIX
5502 - type: "plot"
5503   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5504   algorithm: "plot_service_density_heatmap"
5505   output-file-type: ".html"
5506   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
5507   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5508   filter: "'NIC_Intel-XXV710' and
5509            'NF_DENSITY' and
5510            'DOCKER' and
5511            'CHAIN' and
5512            'NF_VPPIP4' and
5513            'IMIX' and
5514            '2T1C' and
5515            'NDRPDR'"
5516   reference:
5517     include: "2"
5518     name: "CNF-1c"
5519   compare:
5520     include: "1"
5521     name: "CNF-0.5c"
5522   parameters:
5523   - "throughput"
5524   - "name"
5525   - "tags"
5526   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5527   x-axis: "X = CNFs per Service Chain"
5528   y-axis: "Y = Number of Service Chains"
5529   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5530   layout:
5531     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5532     layout: "plot-service-density"
5533
5534 - type: "plot"
5535   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5536   algorithm: "plot_service_density_heatmap"
5537   output-file-type: ".html"
5538   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
5539   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5540   filter: "'NIC_Intel-XXV710' and
5541            'NF_DENSITY' and
5542            'DOCKER' and
5543            'CHAIN' and
5544            'NF_VPPIP4' and
5545            'IMIX' and
5546            '4T2C' and
5547            'NDRPDR'"
5548   reference:
5549     include: "2"
5550     name: "CNF-1c"
5551   compare:
5552     include: "1"
5553     name: "CNF-0.5c"
5554   parameters:
5555   - "throughput"
5556   - "name"
5557   - "tags"
5558   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5559   x-axis: "X = CNFs per Service Chain"
5560   y-axis: "Y = Number of Service Chains"
5561   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5562   layout:
5563     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5564     layout: "plot-service-density"
5565
5566 - type: "plot"
5567   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5568   algorithm: "plot_service_density_heatmap"
5569   output-file-type: ".html"
5570   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
5571   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5572   filter: "'NIC_Intel-XXV710' and
5573            'NF_DENSITY' and
5574            'DOCKER' and
5575            'CHAIN' and
5576            'NF_VPPIP4' and
5577            'IMIX' and
5578            '8T4C' and
5579            'NDRPDR'"
5580   reference:
5581     include: "2"
5582     name: "CNF-1c"
5583   compare:
5584     include: "1"
5585     name: "CNF-0.5c"
5586   parameters:
5587   - "throughput"
5588   - "name"
5589   - "tags"
5590   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5591   x-axis: "X = CNFs per Service Chain"
5592   y-axis: "Y = Number of Service Chains"
5593   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5594   layout:
5595     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5596     layout: "plot-service-density"
5597
5598 # Plots - NF Density - CSC - PDR 64b
5599 - type: "plot"
5600   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5601   algorithm: "plot_service_density_heatmap"
5602   output-file-type: ".html"
5603   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
5604   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5605   filter: "'NIC_Intel-XXV710' and
5606            'NF_DENSITY' and
5607            'DOCKER' and
5608            'CHAIN' and
5609            'NF_VPPIP4' and
5610            '64B' and
5611            '2T1C' and
5612            'NDRPDR'"
5613   reference:
5614     include: "2"
5615     name: "CNF-1c"
5616   compare:
5617     include: "1"
5618     name: "CNF-0.5c"
5619   parameters:
5620   - "throughput"
5621   - "name"
5622   - "tags"
5623   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5624   x-axis: "X = CNFs per Service Chain"
5625   y-axis: "Y = Number of Service Chains"
5626   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5627   layout:
5628     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5629     layout: "plot-service-density"
5630
5631 - type: "plot"
5632   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5633   algorithm: "plot_service_density_heatmap"
5634   output-file-type: ".html"
5635   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
5636   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5637   filter: "'NIC_Intel-XXV710' and
5638            'NF_DENSITY' and
5639            'DOCKER' and
5640            'CHAIN' and
5641            'NF_VPPIP4' and
5642            '64B' and
5643            '4T2C' and
5644            'NDRPDR'"
5645   reference:
5646     include: "2"
5647     name: "CNF-1c"
5648   compare:
5649     include: "1"
5650     name: "CNF-0.5c"
5651   parameters:
5652   - "throughput"
5653   - "name"
5654   - "tags"
5655   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5656   x-axis: "X = CNFs per Service Chain"
5657   y-axis: "Y = Number of Service Chains"
5658   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5659   layout:
5660     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5661     layout: "plot-service-density"
5662
5663 - type: "plot"
5664   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5665   algorithm: "plot_service_density_heatmap"
5666   output-file-type: ".html"
5667   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
5668   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5669   filter: "'NIC_Intel-XXV710' and
5670            'NF_DENSITY' and
5671            'DOCKER' and
5672            'CHAIN' and
5673            'NF_VPPIP4' and
5674            '64B' and
5675            '8T4C' and
5676            'NDRPDR'"
5677   reference:
5678     include: "2"
5679     name: "CNF-1c"
5680   compare:
5681     include: "1"
5682     name: "CNF-0.5c"
5683   parameters:
5684   - "throughput"
5685   - "name"
5686   - "tags"
5687   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5688   x-axis: "X = CNFs per Service Chain"
5689   y-axis: "Y = Number of Service Chains"
5690   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5691   layout:
5692     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5693     layout: "plot-service-density"
5694
5695 # Plots - NF Density - CSC - PDR IMIX
5696 - type: "plot"
5697   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5698   algorithm: "plot_service_density_heatmap"
5699   output-file-type: ".html"
5700   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
5701   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5702   filter: "'NIC_Intel-XXV710' and
5703            'NF_DENSITY' and
5704            'DOCKER' and
5705            'CHAIN' and
5706            'NF_VPPIP4' and
5707            'IMIX' and
5708            '2T1C' and
5709            'NDRPDR'"
5710   reference:
5711     include: "2"
5712     name: "CNF-1c"
5713   compare:
5714     include: "1"
5715     name: "CNF-0.5c"
5716   parameters:
5717   - "throughput"
5718   - "name"
5719   - "tags"
5720   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5721   x-axis: "X = CNFs per Service Chain"
5722   y-axis: "Y = Number of Service Chains"
5723   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5724   layout:
5725     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5726     layout: "plot-service-density"
5727
5728 - type: "plot"
5729   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5730   algorithm: "plot_service_density_heatmap"
5731   output-file-type: ".html"
5732   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
5733   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5734   filter: "'NIC_Intel-XXV710' and
5735            'NF_DENSITY' and
5736            'DOCKER' and
5737            'CHAIN' and
5738            'NF_VPPIP4' and
5739            'IMIX' and
5740            '4T2C' and
5741            'NDRPDR'"
5742   reference:
5743     include: "2"
5744     name: "CNF-1c"
5745   compare:
5746     include: "1"
5747     name: "CNF-0.5c"
5748   parameters:
5749   - "throughput"
5750   - "name"
5751   - "tags"
5752   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5753   x-axis: "X = CNFs per Service Chain"
5754   y-axis: "Y = Number of Service Chains"
5755   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5756   layout:
5757     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5758     layout: "plot-service-density"
5759
5760 - type: "plot"
5761   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5762   algorithm: "plot_service_density_heatmap"
5763   output-file-type: ".html"
5764   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
5765   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5766   filter: "'NIC_Intel-XXV710' and
5767            'NF_DENSITY' and
5768            'DOCKER' and
5769            'CHAIN' and
5770            'NF_VPPIP4' and
5771            'IMIX' and
5772            '8T4C' and
5773            'NDRPDR'"
5774   reference:
5775     include: "2"
5776     name: "CNF-1c"
5777   compare:
5778     include: "1"
5779     name: "CNF-0.5c"
5780   parameters:
5781   - "throughput"
5782   - "name"
5783   - "tags"
5784   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5785   x-axis: "X = CNFs per Service Chain"
5786   y-axis: "Y = Number of Service Chains"
5787   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5788   layout:
5789     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5790     layout: "plot-service-density"
5791
5792 ###############################################################################
5793 # Plots - NF Density - CSP - MRR 64b
5794 - type: "plot"
5795   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5796   algorithm: "plot_service_density_heatmap"
5797   output-file-type: ".html"
5798   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
5799   data: "plot-vpp-nfv-2n-skx-mrr"
5800   filter: "'NIC_Intel-XXV710' and
5801            'NF_DENSITY' and
5802            'DOCKER' and
5803            'PIPELINE' and
5804            'NF_VPPIP4' and
5805            '64B' and
5806            '2T1C' and
5807            'MRR'"
5808   reference:
5809     include: "2"
5810     name: "CNF-1c"
5811   compare:
5812     include: "1"
5813     name: "CNF-0.5c"
5814   parameters:
5815   - "result"
5816   - "name"
5817   - "tags"
5818   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5819   x-axis: "X = CNFs per Service Pipeline"
5820   y-axis: "Y = Number of Service Pipelines"
5821   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5822   layout:
5823     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5824     layout: "plot-service-density"
5825
5826 - type: "plot"
5827   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5828   algorithm: "plot_service_density_heatmap"
5829   output-file-type: ".html"
5830   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
5831   data: "plot-vpp-nfv-2n-skx-mrr"
5832   filter: "'NIC_Intel-XXV710' and
5833            'NF_DENSITY' and
5834            'DOCKER' and
5835            'PIPELINE' and
5836            'NF_VPPIP4' and
5837            '64B' and
5838            '4T2C' and
5839            'MRR'"
5840   reference:
5841     include: "2"
5842     name: "CNF-1c"
5843   compare:
5844     include: "1"
5845     name: "CNF-0.5c"
5846   parameters:
5847   - "result"
5848   - "name"
5849   - "tags"
5850   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5851   x-axis: "X = CNFs per Service Pipeline"
5852   y-axis: "Y = Number of Service Pipelines"
5853   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5854   layout:
5855     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5856     layout: "plot-service-density"
5857
5858 - type: "plot"
5859   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5860   algorithm: "plot_service_density_heatmap"
5861   output-file-type: ".html"
5862   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
5863   data: "plot-vpp-nfv-2n-skx-mrr"
5864   filter: "'NIC_Intel-XXV710' and
5865            'NF_DENSITY' and
5866            'DOCKER' and
5867            'PIPELINE' and
5868            'NF_VPPIP4' and
5869            '64B' and
5870            '8T4C' and
5871            'MRR'"
5872   reference:
5873     include: "2"
5874     name: "CNF-1c"
5875   compare:
5876     include: "1"
5877     name: "CNF-0.5c"
5878   parameters:
5879   - "result"
5880   - "name"
5881   - "tags"
5882   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5883   x-axis: "X = CNFs per Service Pipeline"
5884   y-axis: "Y = Number of Service Pipelines"
5885   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5886   layout:
5887     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5888     layout: "plot-service-density"
5889
5890 # Plots - NF Density - CSP - MRR IMIX
5891 - type: "plot"
5892   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5893   algorithm: "plot_service_density_heatmap"
5894   output-file-type: ".html"
5895   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
5896   data: "plot-vpp-nfv-2n-skx-mrr"
5897   filter: "'NIC_Intel-XXV710' and
5898            'NF_DENSITY' and
5899            'DOCKER' and
5900            'PIPELINE' and
5901            'NF_VPPIP4' and
5902            'IMIX' and
5903            '2T1C' and
5904            'MRR'"
5905   reference:
5906     include: "2"
5907     name: "CNF-1c"
5908   compare:
5909     include: "1"
5910     name: "CNF-0.5c"
5911   parameters:
5912   - "result"
5913   - "name"
5914   - "tags"
5915   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5916   x-axis: "X = CNFs per Service Pipeline"
5917   y-axis: "Y = Number of Service Pipelines"
5918   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5919   layout:
5920     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5921     layout: "plot-service-density"
5922
5923 - type: "plot"
5924   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5925   algorithm: "plot_service_density_heatmap"
5926   output-file-type: ".html"
5927   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
5928   data: "plot-vpp-nfv-2n-skx-mrr"
5929   filter: "'NIC_Intel-XXV710' and
5930            'NF_DENSITY' and
5931            'DOCKER' and
5932            'PIPELINE' and
5933            'NF_VPPIP4' and
5934            'IMIX' and
5935            '4T2C' and
5936            'MRR'"
5937   reference:
5938     include: "2"
5939     name: "CNF-1c"
5940   compare:
5941     include: "1"
5942     name: "CNF-0.5c"
5943   parameters:
5944   - "result"
5945   - "name"
5946   - "tags"
5947   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5948   x-axis: "X = CNFs per Service Pipeline"
5949   y-axis: "Y = Number of Service Pipelines"
5950   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5951   layout:
5952     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5953     layout: "plot-service-density"
5954
5955 - type: "plot"
5956   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5957   algorithm: "plot_service_density_heatmap"
5958   output-file-type: ".html"
5959   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
5960   data: "plot-vpp-nfv-2n-skx-mrr"
5961   filter: "'NIC_Intel-XXV710' and
5962            'NF_DENSITY' and
5963            'DOCKER' and
5964            'PIPELINE' and
5965            'NF_VPPIP4' and
5966            'IMIX' and
5967            '8T4C' and
5968            'MRR'"
5969   reference:
5970     include: "2"
5971     name: "CNF-1c"
5972   compare:
5973     include: "1"
5974     name: "CNF-0.5c"
5975   parameters:
5976   - "result"
5977   - "name"
5978   - "tags"
5979   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5980   x-axis: "X = CNFs per Service Pipeline"
5981   y-axis: "Y = Number of Service Pipelines"
5982   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5983   layout:
5984     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5985     layout: "plot-service-density"
5986
5987 # Plots - NF Density - CSP - NDR 64b
5988 - type: "plot"
5989   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5990   algorithm: "plot_service_density_heatmap"
5991   output-file-type: ".html"
5992   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
5993   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5994   filter: "'NIC_Intel-XXV710' and
5995            'NF_DENSITY' and
5996            'DOCKER' and
5997            'PIPELINE' and
5998            'NF_VPPIP4' and
5999            '64B' and
6000            '2T1C' and
6001            'NDRPDR'"
6002   reference:
6003     include: "2"
6004     name: "CNF-1c"
6005   compare:
6006     include: "1"
6007     name: "CNF-0.5c"
6008   parameters:
6009   - "throughput"
6010   - "name"
6011   - "tags"
6012   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6013   x-axis: "X = CNFs per Service Pipeline"
6014   y-axis: "Y = Number of Service Pipelines"
6015   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6016   layout:
6017     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6018     layout: "plot-service-density"
6019
6020 - type: "plot"
6021   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6022   algorithm: "plot_service_density_heatmap"
6023   output-file-type: ".html"
6024   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
6025   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6026   filter: "'NIC_Intel-XXV710' and
6027            'NF_DENSITY' and
6028            'DOCKER' and
6029            'PIPELINE' and
6030            'NF_VPPIP4' and
6031            '64B' and
6032            '4T2C' and
6033            'NDRPDR'"
6034   reference:
6035     include: "2"
6036     name: "CNF-1c"
6037   compare:
6038     include: "1"
6039     name: "CNF-0.5c"
6040   parameters:
6041   - "throughput"
6042   - "name"
6043   - "tags"
6044   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6045   x-axis: "X = CNFs per Service Pipeline"
6046   y-axis: "Y = Number of Service Pipelines"
6047   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6048   layout:
6049     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6050     layout: "plot-service-density"
6051
6052 - type: "plot"
6053   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6054   algorithm: "plot_service_density_heatmap"
6055   output-file-type: ".html"
6056   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
6057   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6058   filter: "'NIC_Intel-XXV710' and
6059            'NF_DENSITY' and
6060            'DOCKER' and
6061            'PIPELINE' and
6062            'NF_VPPIP4' and
6063            '64B' and
6064            '8T4C' and
6065            'NDRPDR'"
6066   reference:
6067     include: "2"
6068     name: "CNF-1c"
6069   compare:
6070     include: "1"
6071     name: "CNF-0.5c"
6072   parameters:
6073   - "throughput"
6074   - "name"
6075   - "tags"
6076   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6077   x-axis: "X = CNFs per Service Pipeline"
6078   y-axis: "Y = Number of Service Pipelines"
6079   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6080   layout:
6081     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6082     layout: "plot-service-density"
6083
6084 # Plots - NF Density - CSP - NDR IMIX
6085 - type: "plot"
6086   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6087   algorithm: "plot_service_density_heatmap"
6088   output-file-type: ".html"
6089   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
6090   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6091   filter: "'NIC_Intel-XXV710' and
6092            'NF_DENSITY' and
6093            'DOCKER' and
6094            'PIPELINE' and
6095            'NF_VPPIP4' and
6096            'IMIX' and
6097            '2T1C' and
6098            'NDRPDR'"
6099   reference:
6100     include: "2"
6101     name: "CNF-1c"
6102   compare:
6103     include: "1"
6104     name: "CNF-0.5c"
6105   parameters:
6106   - "throughput"
6107   - "name"
6108   - "tags"
6109   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6110   x-axis: "X = CNFs per Service Pipeline"
6111   y-axis: "Y = Number of Service Pipelines"
6112   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6113   layout:
6114     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6115     layout: "plot-service-density"
6116
6117 - type: "plot"
6118   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6119   algorithm: "plot_service_density_heatmap"
6120   output-file-type: ".html"
6121   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
6122   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6123   filter: "'NIC_Intel-XXV710' and
6124            'NF_DENSITY' and
6125            'DOCKER' and
6126            'PIPELINE' and
6127            'NF_VPPIP4' and
6128            'IMIX' and
6129            '4T2C' and
6130            'NDRPDR'"
6131   reference:
6132     include: "2"
6133     name: "CNF-1c"
6134   compare:
6135     include: "1"
6136     name: "CNF-0.5c"
6137   parameters:
6138   - "throughput"
6139   - "name"
6140   - "tags"
6141   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6142   x-axis: "X = CNFs per Service Pipeline"
6143   y-axis: "Y = Number of Service Pipelines"
6144   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6145   layout:
6146     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6147     layout: "plot-service-density"
6148
6149 - type: "plot"
6150   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6151   algorithm: "plot_service_density_heatmap"
6152   output-file-type: ".html"
6153   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
6154   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6155   filter: "'NIC_Intel-XXV710' and
6156            'NF_DENSITY' and
6157            'DOCKER' and
6158            'PIPELINE' and
6159            'NF_VPPIP4' and
6160            'IMIX' and
6161            '8T4C' and
6162            'NDRPDR'"
6163   reference:
6164     include: "2"
6165     name: "CNF-1c"
6166   compare:
6167     include: "1"
6168     name: "CNF-0.5c"
6169   parameters:
6170   - "throughput"
6171   - "name"
6172   - "tags"
6173   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6174   x-axis: "X = CNFs per Service Pipeline"
6175   y-axis: "Y = Number of Service Pipelines"
6176   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6177   layout:
6178     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6179     layout: "plot-service-density"
6180
6181 # Plots - NF Density - CSP - PDR 64b
6182 - type: "plot"
6183   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6184   algorithm: "plot_service_density_heatmap"
6185   output-file-type: ".html"
6186   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
6187   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6188   filter: "'NIC_Intel-XXV710' and
6189            'NF_DENSITY' and
6190            'DOCKER' and
6191            'PIPELINE' and
6192            'NF_VPPIP4' and
6193            '64B' and
6194            '2T1C' and
6195            'NDRPDR'"
6196   reference:
6197     include: "2"
6198     name: "CNF-1c"
6199   compare:
6200     include: "1"
6201     name: "CNF-0.5c"
6202   parameters:
6203   - "throughput"
6204   - "name"
6205   - "tags"
6206   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6207   x-axis: "X = CNFs per Service Pipeline"
6208   y-axis: "Y = Number of Service Pipelines"
6209   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6210   layout:
6211     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6212     layout: "plot-service-density"
6213
6214 - type: "plot"
6215   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6216   algorithm: "plot_service_density_heatmap"
6217   output-file-type: ".html"
6218   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
6219   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6220   filter: "'NIC_Intel-XXV710' and
6221            'NF_DENSITY' and
6222            'DOCKER' and
6223            'PIPELINE' and
6224            'NF_VPPIP4' and
6225            '64B' and
6226            '4T2C' and
6227            'NDRPDR'"
6228   reference:
6229     include: "2"
6230     name: "CNF-1c"
6231   compare:
6232     include: "1"
6233     name: "CNF-0.5c"
6234   parameters:
6235   - "throughput"
6236   - "name"
6237   - "tags"
6238   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6239   x-axis: "X = CNFs per Service Pipeline"
6240   y-axis: "Y = Number of Service Pipelines"
6241   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6242   layout:
6243     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6244     layout: "plot-service-density"
6245
6246 - type: "plot"
6247   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6248   algorithm: "plot_service_density_heatmap"
6249   output-file-type: ".html"
6250   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
6251   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6252   filter: "'NIC_Intel-XXV710' and
6253            'NF_DENSITY' and
6254            'DOCKER' and
6255            'PIPELINE' and
6256            'NF_VPPIP4' and
6257            '64B' and
6258            '8T4C' and
6259            'NDRPDR'"
6260   reference:
6261     include: "2"
6262     name: "CNF-1c"
6263   compare:
6264     include: "1"
6265     name: "CNF-0.5c"
6266   parameters:
6267   - "throughput"
6268   - "name"
6269   - "tags"
6270   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6271   x-axis: "X = CNFs per Service Pipeline"
6272   y-axis: "Y = Number of Service Pipelines"
6273   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6274   layout:
6275     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6276     layout: "plot-service-density"
6277
6278 # Plots - NF Density - CSP - PDR IMIX
6279 - type: "plot"
6280   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6281   algorithm: "plot_service_density_heatmap"
6282   output-file-type: ".html"
6283   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
6284   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6285   filter: "'NIC_Intel-XXV710' and
6286            'NF_DENSITY' and
6287            'DOCKER' and
6288            'PIPELINE' and
6289            'NF_VPPIP4' and
6290            'IMIX' and
6291            '2T1C' and
6292            'NDRPDR'"
6293   reference:
6294     include: "2"
6295     name: "CNF-1c"
6296   compare:
6297     include: "1"
6298     name: "CNF-0.5c"
6299   parameters:
6300   - "throughput"
6301   - "name"
6302   - "tags"
6303   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6304   x-axis: "X = CNFs per Service Pipeline"
6305   y-axis: "Y = Number of Service Pipelines"
6306   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6307   layout:
6308     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6309     layout: "plot-service-density"
6310
6311 - type: "plot"
6312   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6313   algorithm: "plot_service_density_heatmap"
6314   output-file-type: ".html"
6315   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
6316   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6317   filter: "'NIC_Intel-XXV710' and
6318            'NF_DENSITY' and
6319            'DOCKER' and
6320            'PIPELINE' and
6321            'NF_VPPIP4' and
6322            'IMIX' and
6323            '4T2C' and
6324            'NDRPDR'"
6325   reference:
6326     include: "2"
6327     name: "CNF-1c"
6328   compare:
6329     include: "1"
6330     name: "CNF-0.5c"
6331   parameters:
6332   - "throughput"
6333   - "name"
6334   - "tags"
6335   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6336   x-axis: "X = CNFs per Service Pipeline"
6337   y-axis: "Y = Number of Service Pipelines"
6338   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6339   layout:
6340     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6341     layout: "plot-service-density"
6342
6343 - type: "plot"
6344   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6345   algorithm: "plot_service_density_heatmap"
6346   output-file-type: ".html"
6347   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
6348   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6349   filter: "'NIC_Intel-XXV710' and
6350            'NF_DENSITY' and
6351            'DOCKER' and
6352            'PIPELINE' and
6353            'NF_VPPIP4' and
6354            'IMIX' and
6355            '8T4C' and
6356            'NDRPDR'"
6357   reference:
6358     include: "2"
6359     name: "CNF-1c"
6360   compare:
6361     include: "1"
6362     name: "CNF-0.5c"
6363   parameters:
6364   - "throughput"
6365   - "name"
6366   - "tags"
6367   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6368   x-axis: "X = CNFs per Service Pipeline"
6369   y-axis: "Y = Number of Service Pipelines"
6370   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6371   layout:
6372     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6373     layout: "plot-service-density"
6374
6375 ################################################################################
6376
6377 # Packet Throughput
6378
6379 - type: "plot"
6380   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6381   algorithm: "plot_performance_name_box"
6382   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6383   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6384   include:
6385     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6386     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6387     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6388     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6389   layout:
6390     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6391     layout: "plot-throughput"
6392
6393 - type: "plot"
6394   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6395   algorithm: "plot_performance_name_box"
6396   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6397   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6398   include:
6399     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6400     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6401     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6402     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6403   layout:
6404     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6405     layout: "plot-throughput"
6406
6407 - type: "plot"
6408   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6409   algorithm: "plot_performance_name_box"
6410   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6411   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6412   include:
6413     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6414     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6415     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6416     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6417     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6418   layout:
6419     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6420     layout: "plot-throughput"
6421
6422 - type: "plot"
6423   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6424   algorithm: "plot_performance_name_box"
6425   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6426   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6427   include:
6428     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6429     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6430     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6431     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6432     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6433   layout:
6434     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6435     layout: "plot-throughput"
6436
6437 - type: "plot"
6438   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-i40e-ndr"
6439   algorithm: "plot_performance_name_box"
6440   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-i40e-ndr"
6441   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6442   include:
6443     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6444     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6445     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6446     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6447     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6448   layout:
6449     title: "3n-tsh-x520-64b-1t1c-memif-base-i40e-ndr"
6450     layout: "plot-throughput"
6451
6452 - type: "plot"
6453   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-i40e-pdr"
6454   algorithm: "plot_performance_name_box"
6455   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-i40e-pdr"
6456   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6457   include:
6458     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6459     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6460     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6461     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6462     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6463   layout:
6464     title: "3n-tsh-x520-64b-1t1c-memif-base-i40e-pdr"
6465     layout: "plot-throughput"
6466
6467 - type: "plot"
6468   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6469   algorithm: "plot_performance_name_box"
6470   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6471   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6472   include:
6473     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
6474     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6475     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6476     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6477     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6478   layout:
6479     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6480     layout: "plot-throughput"
6481
6482 - type: "plot"
6483   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6484   algorithm: "plot_performance_name_box"
6485   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6486   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6487   include:
6488     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
6489     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6490     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6491     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6492     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6493   layout:
6494     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6495     layout: "plot-throughput"
6496
6497 - type: "plot"
6498   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6499   algorithm: "plot_performance_name_box"
6500   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6501   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6502   include:
6503     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
6504     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
6505     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
6506     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6507   layout:
6508     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6509     layout: "plot-throughput"
6510
6511 - type: "plot"
6512   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6513   algorithm: "plot_performance_name_box"
6514   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6515   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6516   include:
6517     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
6518     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
6519     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
6520     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6521   layout:
6522     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6523     layout: "plot-throughput"
6524
6525 - type: "plot"
6526   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6527   algorithm: "plot_performance_name_box"
6528   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6529   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6530   include:
6531     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6532     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6533     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
6534     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
6535     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6536   layout:
6537     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6538     layout: "plot-throughput"
6539
6540 - type: "plot"
6541   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6542   algorithm: "plot_performance_name_box"
6543   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6544   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6545   include:
6546     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6547     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6548     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
6549     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
6550     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6551   layout:
6552     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6553     layout: "plot-throughput"
6554
6555 - type: "plot"
6556   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
6557   algorithm: "plot_performance_name_box"
6558   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
6559   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6560   include:
6561     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6562     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6563     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6564     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6565     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6566     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
6567   layout:
6568     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
6569     layout: "plot-throughput"
6570
6571 - type: "plot"
6572   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
6573   algorithm: "plot_performance_name_box"
6574   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
6575   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6576   include:
6577     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6578     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6579     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6580     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6581     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6582     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
6583   layout:
6584     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
6585     layout: "plot-throughput"
6586
6587 - type: "plot"
6588   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
6589   algorithm: "plot_performance_name_box"
6590   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
6591   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6592   include:
6593     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6594     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6595     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6596   layout:
6597     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
6598     layout: "plot-throughput"
6599
6600 - type: "plot"
6601   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
6602   algorithm: "plot_performance_name_box"
6603   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
6604   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6605   include:
6606     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6607     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6608     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6609   layout:
6610     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
6611     layout: "plot-throughput"
6612
6613 - type: "plot"
6614   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6615   algorithm: "plot_performance_name_box"
6616   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6617   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6618   include:
6619     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
6620     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6621     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6622     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6623     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6624   layout:
6625     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6626     layout: "plot-throughput"
6627
6628 - type: "plot"
6629   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6630   algorithm: "plot_performance_name_box"
6631   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6632   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6633   include:
6634     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
6635     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6636     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6637     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6638     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6639   layout:
6640     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6641     layout: "plot-throughput"
6642
6643 - type: "plot"
6644   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6645   algorithm: "plot_performance_name_box"
6646   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6647   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6648   include:
6649     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
6650     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
6651     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
6652     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6653   layout:
6654     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6655     layout: "plot-throughput"
6656
6657 - type: "plot"
6658   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6659   algorithm: "plot_performance_name_box"
6660   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6661   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6662   include:
6663     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
6664     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
6665     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
6666     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6667   layout:
6668     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6669     layout: "plot-throughput"
6670
6671 - type: "plot"
6672   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6673   algorithm: "plot_performance_name_box"
6674   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6675   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6676   include:
6677     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6678     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6679     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
6680     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
6681     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6682   layout:
6683     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6684     layout: "plot-throughput"
6685
6686 - type: "plot"
6687   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6688   algorithm: "plot_performance_name_box"
6689   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6690   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6691   include:
6692     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6693     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6694     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
6695     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
6696     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6697   layout:
6698     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6699     layout: "plot-throughput"
6700
6701 - type: "plot"
6702   title: "Throughput: 3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-ndr"
6703   algorithm: "plot_performance_name_box"
6704   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-ndr"
6705   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6706   include:
6707     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6708     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6709     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6710     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6711     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6712     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
6713   layout:
6714     title: "3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-ndr"
6715     layout: "plot-throughput"
6716
6717 - type: "plot"
6718   title: "Throughput: 3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-pdr"
6719   algorithm: "plot_performance_name_box"
6720   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-pdr"
6721   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6722   include:
6723     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6724     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6725     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6726     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6727     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6728     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
6729   layout:
6730     title: "3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-pdr"
6731     layout: "plot-throughput"
6732
6733 - type: "plot"
6734   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-i40e-ndr"
6735   algorithm: "plot_performance_name_box"
6736   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-i40e-ndr"
6737   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6738   include:
6739     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6740     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6741     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
6742     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
6743     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6744   layout:
6745     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-i40e-ndr"
6746     layout: "plot-throughput"
6747
6748 - type: "plot"
6749   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-i40e-pdr"
6750   algorithm: "plot_performance_name_box"
6751   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-i40e-pdr"
6752   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6753   include:
6754     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6755     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6756     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
6757     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
6758     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6759   layout:
6760     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-i40e-pdr"
6761     layout: "plot-throughput"
6762
6763 - type: "plot"
6764   title: "Throughput: 3n-tsh-x520-64b-1t1c-feature-ip4routing-base-i40e-ndr"
6765   algorithm: "plot_performance_name_box"
6766   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-feature-ip4routing-base-i40e-ndr"
6767   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6768   include:
6769     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6770     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6771     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6772     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6773     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6774     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
6775   layout:
6776     title: "3n-tsh-x520-64b-1t1c-feature-ip4routing-base-i40e-ndr"
6777     layout: "plot-throughput"
6778
6779 - type: "plot"
6780   title: "Throughput: 3n-tsh-x520-64b-1t1c-feature-ip4routing-base-i40e-pdr"
6781   algorithm: "plot_performance_name_box"
6782   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-feature-ip4routing-base-i40e-pdr"
6783   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6784   include:
6785     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6786     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6787     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6788     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6789     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6790     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
6791   layout:
6792     title: "3n-tsh-x520-64b-1t1c-feature-ip4routing-base-i40e-pdr"
6793     layout: "plot-throughput"
6794
6795 - type: "plot"
6796   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
6797   algorithm: "plot_performance_name_box"
6798   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
6799   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6800   include:
6801     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
6802     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6803   layout:
6804     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
6805     layout: "plot-throughput"
6806
6807 - type: "plot"
6808   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-pdr"
6809   algorithm: "plot_performance_name_box"
6810   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-pdr"
6811   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6812   include:
6813     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
6814     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6815   layout:
6816     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-pdr"
6817     layout: "plot-throughput"
6818
6819 - type: "plot"
6820   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
6821   algorithm: "plot_performance_name_box"
6822   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
6823   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6824   include:
6825     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
6826     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6827     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6828     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6829   layout:
6830     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
6831     layout: "plot-throughput"
6832
6833 - type: "plot"
6834   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
6835   algorithm: "plot_performance_name_box"
6836   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
6837   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6838   include:
6839     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
6840     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6841     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6842     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6843   layout:
6844     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
6845     layout: "plot-throughput"
6846
6847 - type: "plot"
6848   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-i40e-ndr"
6849   algorithm: "plot_performance_name_box"
6850   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-i40e-ndr"
6851   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6852   include:
6853     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
6854     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6855     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6856     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6857   layout:
6858     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-i40e-ndr"
6859     layout: "plot-throughput"
6860
6861 - type: "plot"
6862   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-i40e-pdr"
6863   algorithm: "plot_performance_name_box"
6864   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-i40e-pdr"
6865   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6866   include:
6867     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
6868     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6869     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6870     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6871   layout:
6872     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-i40e-pdr"
6873     layout: "plot-throughput"
6874
6875 - type: "plot"
6876   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6877   algorithm: "plot_performance_name_box"
6878   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6879   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6880   include:
6881     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6882     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6883     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6884   layout:
6885     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6886     layout: "plot-throughput"
6887
6888 - type: "plot"
6889   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6890   algorithm: "plot_performance_name_box"
6891   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6892   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6893   include:
6894     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6895     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6896     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6897   layout:
6898     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6899     layout: "plot-throughput"
6900
6901 - type: "plot"
6902   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6903   algorithm: "plot_performance_name_box"
6904   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6905   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6906   include:
6907     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6908     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6909     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
6910     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
6911     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6912   layout:
6913     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6914     layout: "plot-throughput"
6915
6916 - type: "plot"
6917   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6918   algorithm: "plot_performance_name_box"
6919   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6920   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6921   include:
6922     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6923     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6924     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
6925     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
6926     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6927   layout:
6928     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6929     layout: "plot-throughput"
6930
6931 - type: "plot"
6932   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
6933   algorithm: "plot_performance_name_box"
6934   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
6935   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6936   include:
6937     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
6938     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
6939     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
6940   layout:
6941     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
6942     layout: "plot-throughput"
6943
6944 - type: "plot"
6945   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
6946   algorithm: "plot_performance_name_box"
6947   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
6948   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6949   include:
6950     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
6951     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
6952     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
6953   layout:
6954     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
6955     layout: "plot-throughput"
6956
6957 - type: "plot"
6958   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6959   algorithm: "plot_performance_name_box"
6960   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6961   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6962   include:
6963     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6964     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6965     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6966   layout:
6967     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6968     layout: "plot-throughput"
6969
6970 - type: "plot"
6971   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6972   algorithm: "plot_performance_name_box"
6973   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6974   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6975   include:
6976     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6977     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6978     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6979   layout:
6980     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6981     layout: "plot-throughput"
6982
6983 - type: "plot"
6984   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6985   algorithm: "plot_performance_name_box"
6986   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6987   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6988   include:
6989     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6990     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6991     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
6992     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
6993     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6994   layout:
6995     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6996     layout: "plot-throughput"
6997
6998 - type: "plot"
6999   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
7000   algorithm: "plot_performance_name_box"
7001   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
7002   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7003   include:
7004     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
7005     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
7006     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
7007     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
7008     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
7009   layout:
7010     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
7011     layout: "plot-throughput"
7012
7013 - type: "plot"
7014   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-i40e-ndr"
7015   algorithm: "plot_performance_name_box"
7016   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-i40e-ndr"
7017   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7018   include:
7019     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
7020     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
7021     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
7022     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
7023     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
7024   layout:
7025     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-i40e-ndr"
7026     layout: "plot-throughput"
7027
7028 - type: "plot"
7029   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-i40e-pdr"
7030   algorithm: "plot_performance_name_box"
7031   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-i40e-pdr"
7032   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7033   include:
7034     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
7035     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
7036     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
7037     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
7038     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
7039   layout:
7040     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-i40e-pdr"
7041     layout: "plot-throughput"
7042
7043 - type: "plot"
7044   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
7045   algorithm: "plot_performance_name_box"
7046   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
7047   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7048   include:
7049     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7050     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7051     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7052     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7053     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7054     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7055   layout:
7056     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
7057     layout: "plot-throughput"
7058
7059 - type: "plot"
7060   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
7061   algorithm: "plot_performance_name_box"
7062   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
7063   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7064   include:
7065     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7066     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7067     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7068     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7069     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7070     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7071   layout:
7072     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
7073     layout: "plot-throughput"
7074
7075 - type: "plot"
7076   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
7077   algorithm: "plot_performance_name_box"
7078   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
7079   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7080   include:
7081     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
7082     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7083     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
7084     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7085   layout:
7086     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
7087     layout: "plot-throughput"
7088
7089 - type: "plot"
7090   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
7091   algorithm: "plot_performance_name_box"
7092   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
7093   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7094   include:
7095     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
7096     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7097     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7098     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7099   layout:
7100     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
7101     layout: "plot-throughput"
7102
7103 - type: "plot"
7104   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
7105   algorithm: "plot_performance_name_box"
7106   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
7107   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7108   include:
7109     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7110     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7111     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7112     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7113     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7114     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7115   layout:
7116     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
7117     layout: "plot-throughput"
7118
7119 - type: "plot"
7120   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
7121   algorithm: "plot_performance_name_box"
7122   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
7123   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7124   include:
7125     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7126     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7127     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7128     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7129     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7130     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7131   layout:
7132     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
7133     layout: "plot-throughput"
7134
7135 - type: "plot"
7136   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
7137   algorithm: "plot_performance_name_box"
7138   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
7139   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7140   include:
7141     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7142     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7143     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7144     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7145     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7146     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7147   layout:
7148     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
7149     layout: "plot-throughput"
7150
7151 - type: "plot"
7152   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
7153   algorithm: "plot_performance_name_box"
7154   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
7155   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7156   include:
7157     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7158     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7159     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7160     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7161     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7162     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7163   layout:
7164     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
7165     layout: "plot-throughput"
7166
7167 - type: "plot"
7168   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7169   algorithm: "plot_performance_name_box"
7170   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7171   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7172   include:
7173     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7174     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
7175     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7176     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7177     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7178     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7179   layout:
7180     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7181     layout: "plot-throughput"
7182
7183 - type: "plot"
7184   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7185   algorithm: "plot_performance_name_box"
7186   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7187   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7188   include:
7189     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7190     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
7191     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7192     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7193     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7194     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7195   layout:
7196     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7197     layout: "plot-throughput"
7198
7199 - type: "plot"
7200   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7201   algorithm: "plot_performance_name_box"
7202   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7203   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7204   include:
7205     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
7206     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7207     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
7208     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7209   layout:
7210     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7211     layout: "plot-throughput"
7212
7213 - type: "plot"
7214   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7215   algorithm: "plot_performance_name_box"
7216   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7217   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7218   include:
7219     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
7220     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7221     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
7222     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7223   layout:
7224     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7225     layout: "plot-throughput"
7226
7227 - type: "plot"
7228   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7229   algorithm: "plot_performance_name_box"
7230   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7231   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7232   include:
7233     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
7234     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
7235     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7236     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7237     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7238   layout:
7239     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7240     layout: "plot-throughput"
7241
7242 - type: "plot"
7243   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7244   algorithm: "plot_performance_name_box"
7245   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7246   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7247   include:
7248     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
7249     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
7250     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7251     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7252     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7253   layout:
7254     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7255     layout: "plot-throughput"
7256
7257 - type: "plot"
7258   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7259   algorithm: "plot_performance_name_box"
7260   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7261   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7262   include:
7263     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7264     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7265     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7266     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7267   layout:
7268     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7269     layout: "plot-throughput"
7270
7271 - type: "plot"
7272   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7273   algorithm: "plot_performance_name_box"
7274   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7275   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7276   include:
7277     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7278     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7279     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7280     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7281   layout:
7282     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7283     layout: "plot-throughput"
7284
7285 - type: "plot"
7286   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
7287   algorithm: "plot_performance_name_box"
7288   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
7289   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7290   include:
7291     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7292     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7293     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7294     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7295     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7296     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7297   layout:
7298     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
7299     layout: "plot-throughput"
7300
7301 - type: "plot"
7302   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
7303   algorithm: "plot_performance_name_box"
7304   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
7305   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7306   include:
7307     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7308     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7309     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7310     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7311     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7312     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7313   layout:
7314     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
7315     layout: "plot-throughput"
7316
7317 - type: "plot"
7318   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7319   algorithm: "plot_performance_name_box"
7320   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7321   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7322   include:
7323     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7324     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7325     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7326     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7327     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7328   layout:
7329     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7330     layout: "plot-throughput"
7331
7332 - type: "plot"
7333   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7334   algorithm: "plot_performance_name_box"
7335   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7336   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7337   include:
7338     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7339     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7340     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7341     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7342     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7343   layout:
7344     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7345     layout: "plot-throughput"
7346
7347 - type: "plot"
7348   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7349   algorithm: "plot_performance_name_box"
7350   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7351   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7352   include:
7353     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
7354     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7355     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7356   layout:
7357     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7358     layout: "plot-throughput"
7359
7360 - type: "plot"
7361   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7362   algorithm: "plot_performance_name_box"
7363   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7364   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7365   include:
7366     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
7367     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7368     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7369   layout:
7370     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7371     layout: "plot-throughput"
7372
7373 - type: "plot"
7374   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7375   algorithm: "plot_performance_name_box"
7376   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7377   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7378   include:
7379     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
7380     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7381     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7382     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7383   layout:
7384     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7385     layout: "plot-throughput"
7386
7387 - type: "plot"
7388   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7389   algorithm: "plot_performance_name_box"
7390   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7391   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7392   include:
7393     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
7394     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7395     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7396     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7397   layout:
7398     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7399     layout: "plot-throughput"
7400
7401 - type: "plot"
7402   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7403   algorithm: "plot_performance_name_box"
7404   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7405   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7406   include:
7407     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
7408     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7409     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7410     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7411     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7412     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7413   layout:
7414     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7415     layout: "plot-throughput"
7416
7417 - type: "plot"
7418   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7419   algorithm: "plot_performance_name_box"
7420   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7421   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7422   include:
7423     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
7424     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7425     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7426     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7427     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7428     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7429   layout:
7430     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7431     layout: "plot-throughput"
7432
7433 - type: "plot"
7434   title: "Throughput: 3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-ndr"
7435   algorithm: "plot_performance_name_box"
7436   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-ndr"
7437   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7438   include:
7439     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7440     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
7441     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
7442     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
7443     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
7444     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
7445   layout:
7446     title: "3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-ndr"
7447     layout: "plot-throughput"
7448
7449 - type: "plot"
7450   title: "Throughput: 3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-pdr"
7451   algorithm: "plot_performance_name_box"
7452   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-pdr"
7453   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7454   include:
7455     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7456     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
7457     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
7458     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
7459     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
7460     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
7461   layout:
7462     title: "3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-pdr"
7463     layout: "plot-throughput"
7464
7465 - type: "plot"
7466   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-i40e-ndr"
7467   algorithm: "plot_performance_name_box"
7468   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-i40e-ndr"
7469   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7470   include:
7471     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7472     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7473     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7474     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7475   layout:
7476     title: "3n-tsh-x520-64b-1t1c-l2switching-base-i40e-ndr"
7477     layout: "plot-throughput"
7478
7479 - type: "plot"
7480   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-i40e-pdr"
7481   algorithm: "plot_performance_name_box"
7482   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-i40e-pdr"
7483   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7484   include:
7485     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7486     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7487     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7488     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7489   layout:
7490     title: "3n-tsh-x520-64b-1t1c-l2switching-base-i40e-pdr"
7491     layout: "plot-throughput"
7492
7493 - type: "plot"
7494   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-i40e-ndr"
7495   algorithm: "plot_performance_name_box"
7496   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-i40e-ndr"
7497   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7498   include:
7499     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7500     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7501     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7502     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7503     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7504     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7505   layout:
7506     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-i40e-ndr"
7507     layout: "plot-throughput"
7508
7509 - type: "plot"
7510   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-i40e-pdr"
7511   algorithm: "plot_performance_name_box"
7512   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-i40e-pdr"
7513   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7514   include:
7515     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7516     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7517     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7518     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7519     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7520     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7521   layout:
7522     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-i40e-pdr"
7523     layout: "plot-throughput"
7524
7525 - type: "plot"
7526   title: "Throughput: 3n-tsh-x520-64b-1t1c-feature-l2switching-base-i40e-ndr"
7527   algorithm: "plot_performance_name_box"
7528   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-feature-l2switching-base-i40e-ndr"
7529   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7530   include:
7531     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7532     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
7533     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
7534     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
7535     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
7536     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
7537   layout:
7538     title: "3n-tsh-x520-64b-1t1c-feature-l2switching-base-i40e-ndr"
7539     layout: "plot-throughput"
7540
7541 - type: "plot"
7542   title: "Throughput: 3n-tsh-x520-64b-1t1c-feature-l2switching-base-i40e-pdr"
7543   algorithm: "plot_performance_name_box"
7544   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-feature-l2switching-base-i40e-pdr"
7545   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7546   include:
7547     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7548     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
7549     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
7550     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
7551     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
7552     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
7553   layout:
7554     title: "3n-tsh-x520-64b-1t1c-feature-l2switching-base-i40e-pdr"
7555     layout: "plot-throughput"
7556
7557 - type: "plot"
7558   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
7559   algorithm: "plot_performance_name_box"
7560   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
7561   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7562   include:
7563     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7564     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7565     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7566     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
7567     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
7568     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
7569   layout:
7570     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
7571     layout: "plot-throughput"
7572
7573 - type: "plot"
7574   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
7575   algorithm: "plot_performance_name_box"
7576   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
7577   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7578   include:
7579     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7580     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7581     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7582     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
7583     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
7584     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
7585   layout:
7586     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
7587     layout: "plot-throughput"
7588
7589 - type: "plot"
7590   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
7591   algorithm: "plot_performance_name_box"
7592   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
7593   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7594   include:
7595     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7596     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7597     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7598     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
7599     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
7600     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
7601   layout:
7602     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
7603     layout: "plot-throughput"
7604
7605 - type: "plot"
7606   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-pdr"
7607   algorithm: "plot_performance_name_box"
7608   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-pdr"
7609   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7610   include:
7611     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7612     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7613     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7614     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
7615     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
7616     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
7617   layout:
7618     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-pdr"
7619     layout: "plot-throughput"
7620
7621 - type: "plot"
7622   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
7623   algorithm: "plot_performance_name_box"
7624   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
7625   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7626   include:
7627     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7628     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7629     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7630     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
7631     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
7632     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
7633   layout:
7634     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
7635     layout: "plot-throughput"
7636
7637 - type: "plot"
7638   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
7639   algorithm: "plot_performance_name_box"
7640   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
7641   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7642   include:
7643     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7644     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7645     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7646     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
7647     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
7648     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
7649   layout:
7650     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
7651     layout: "plot-throughput"
7652
7653 - type: "plot"
7654   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
7655   algorithm: "plot_performance_name_box-vhost"
7656   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
7657   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7658   include:
7659     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7660     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7661     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7662     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7663   layout:
7664     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
7665     layout: "plot-throughput"
7666
7667 - type: "plot"
7668   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
7669   algorithm: "plot_performance_name_box"
7670   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
7671   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
7672   include:
7673     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7674     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7675     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7676     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7677   layout:
7678     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
7679     layout: "plot-throughput"
7680
7681 - type: "plot"
7682   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
7683   algorithm: "plot_performance_name_box"
7684   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
7685   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
7686   include:
7687     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7688     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7689     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7690     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7691   layout:
7692     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
7693     layout: "plot-throughput"
7694
7695 - type: "plot"
7696   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
7697   algorithm: "plot_performance_name_box"
7698   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
7699   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
7700   include:
7701     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7702     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7703     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7704     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7705   layout:
7706     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
7707     layout: "plot-throughput"
7708
7709 #- type: "plot"
7710 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
7711 #  algorithm: "plot_performance_name_box"
7712 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
7713 #  data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
7714 #  include:
7715 #    - ""
7716 #  layout:
7717 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
7718 #    layout: "plot-throughput"
7719 #
7720 #- type: "plot"
7721 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
7722 #  algorithm: "plot_performance_name_box"
7723 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
7724 #  data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
7725 #  include:
7726 #    - ""
7727 #  layout:
7728 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
7729 #    layout: "plot-throughput"
7730
7731 - type: "plot"
7732   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
7733   algorithm: "plot_performance_name_box"
7734   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
7735   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
7736   include:
7737     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7738     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7739     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7740     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7741     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7742   layout:
7743     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
7744     layout: "plot-throughput"
7745
7746 - type: "plot"
7747   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
7748   algorithm: "plot_performance_name_box"
7749   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
7750   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
7751   include:
7752     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7753     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7754     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7755     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7756     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7757   layout:
7758     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
7759     layout: "plot-throughput"
7760
7761 - type: "plot"
7762   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
7763   algorithm: "plot_performance_name_box"
7764   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
7765   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
7766   include:
7767     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7768     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7769     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7770     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7771     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7772     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7773   layout:
7774     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
7775     layout: "plot-throughput"
7776
7777 - type: "plot"
7778   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
7779   algorithm: "plot_performance_name_box"
7780   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
7781   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
7782   include:
7783     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7784     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7785     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7786     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7787     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7788     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7789   layout:
7790     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
7791     layout: "plot-throughput"
7792
7793 - type: "plot"
7794   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-i40e-ndr"
7795   algorithm: "plot_performance_name_box"
7796   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-i40e-ndr"
7797   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7798   include:
7799     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7800     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7801     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7802     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7803     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7804   layout:
7805     title: "3n-tsh-x520-64b-1t1c-vhost-base-i40e-ndr"
7806     layout: "plot-throughput"
7807
7808 - type: "plot"
7809   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-i40e-pdr"
7810   algorithm: "plot_performance_name_box"
7811   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-i40e-pdr"
7812   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7813   include:
7814     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7815     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7816     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7817     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7818     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7819   layout:
7820     title: "3n-tsh-x520-64b-1t1c-vhost-base-i40e-pdr"
7821     layout: "plot-throughput"
7822
7823 - type: "plot"
7824   title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
7825   algorithm: "plot_performance_name_box"
7826   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
7827   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7828   include:
7829     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7830     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7831     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7832     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7833     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7834     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7835   layout:
7836     title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
7837     layout: "plot-throughput"
7838
7839 - type: "plot"
7840   title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-pdr"
7841   algorithm: "plot_performance_name_box"
7842   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-pdr"
7843   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7844   include:
7845     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7846     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7847     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7848     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7849     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7850     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7851   layout:
7852     title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-pdr"
7853     layout: "plot-throughput"
7854
7855 - type: "plot"
7856   title: "Throughput: 3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr"
7857   algorithm: "plot_performance_name_box"
7858   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr"
7859   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7860   include:
7861     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
7862     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
7863     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
7864   layout:
7865     title: "3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr"
7866     layout: "plot-throughput"
7867
7868 - type: "plot"
7869   title: "Throughput: 3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-pdr"
7870   algorithm: "plot_performance_name_box"
7871   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-pdr"
7872   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7873   include:
7874     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
7875     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
7876     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
7877   layout:
7878     title: "3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-pdr"
7879     layout: "plot-throughput"
7880
7881 - type: "plot"
7882   title: "Throughput: 3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
7883   algorithm: "plot_performance_name_box"
7884   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
7885   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7886   include:
7887     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
7888     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
7889     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
7890   layout:
7891     title: "3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
7892     layout: "plot-throughput"
7893
7894 - type: "plot"
7895   title: "Throughput: 3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-pdr"
7896   algorithm: "plot_performance_name_box"
7897   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-pdr"
7898   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7899   include:
7900     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
7901     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
7902     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
7903   layout:
7904     title: "3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-pdr"
7905     layout: "plot-throughput"
7906
7907 - type: "plot"
7908   title: "Throughput: 3n-tsh-x520-114b-1t1c-vts-l2switching-base-i40e-ndr"
7909   algorithm: "plot_performance_name_box"
7910   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-1t1c-vts-l2switching-base-i40e-ndr"
7911   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7912   include:
7913     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
7914     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
7915     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
7916   layout:
7917     title: "3n-tsh-x520-114b-1t1c-vts-l2switching-base-i40e-ndr"
7918     layout: "plot-throughput"
7919
7920 - type: "plot"
7921   title: "Throughput: 3n-tsh-x520-114b-1t1c-vts-l2switching-base-i40e-pdr"
7922   algorithm: "plot_performance_name_box"
7923   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-1t1c-vts-l2switching-base-i40e-pdr"
7924   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7925   include:
7926     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
7927     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
7928     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
7929   layout:
7930     title: "3n-tsh-x520-114b-1t1c-vts-l2switching-base-i40e-pdr"
7931     layout: "plot-throughput"
7932
7933 ################################################################################
7934
7935 # Packet Latency 1C
7936
7937 - type: "plot"
7938   title: "Latency: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
7939   algorithm: "plot_latency_error_bars_name"
7940   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
7941   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7942   include:
7943     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7944     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7945     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7946     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7947   layout:
7948     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
7949     layout: "plot-latency"
7950
7951 - type: "plot"
7952   title: "Latency: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
7953   algorithm: "plot_latency_error_bars_name"
7954   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
7955   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7956   include:
7957     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7958     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
7959     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7960     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
7961     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7962   layout:
7963     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
7964     layout: "plot-latency"
7965
7966 - type: "plot"
7967   title: "Latency: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
7968   algorithm: "plot_latency_error_bars_name"
7969   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
7970   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7971   include:
7972     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
7973     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
7974     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
7975     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
7976     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
7977   layout:
7978     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
7979     layout: "plot-latency"
7980
7981 - type: "plot"
7982   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
7983   algorithm: "plot_latency_error_bars_name"
7984   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
7985   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7986   include:
7987     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
7988     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
7989     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
7990     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
7991   layout:
7992     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
7993     layout: "plot-latency"
7994
7995 - type: "plot"
7996   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
7997   algorithm: "plot_latency_error_bars_name"
7998   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
7999   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8000   include:
8001     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
8002     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
8003     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
8004     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
8005     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
8006   layout:
8007     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
8008     layout: "plot-latency"
8009
8010 - type: "plot"
8011   title: "Latency: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
8012   algorithm: "plot_latency_error_bars_name"
8013   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
8014   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8015   include:
8016     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
8017     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
8018     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
8019     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
8020     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
8021     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
8022   layout:
8023     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
8024     layout: "plot-latency"
8025
8026 - type: "plot"
8027   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
8028   algorithm: "plot_latency_error_bars_name"
8029   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
8030   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8031   include:
8032     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
8033     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
8034     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
8035   layout:
8036     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
8037     layout: "plot-latency"
8038
8039 - type: "plot"
8040   title: "Latency: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
8041   algorithm: "plot_latency_error_bars_name"
8042   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
8043   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8044   include:
8045     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
8046     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
8047     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
8048     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
8049     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
8050   layout:
8051     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
8052     layout: "plot-latency"
8053
8054 - type: "plot"
8055   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
8056   algorithm: "plot_latency_error_bars_name"
8057   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
8058   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8059   include:
8060     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
8061     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
8062     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
8063     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
8064   layout:
8065     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
8066     layout: "plot-latency"
8067
8068 - type: "plot"
8069   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
8070   algorithm: "plot_latency_error_bars_name"
8071   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
8072   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8073   include:
8074     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
8075     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
8076     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
8077     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
8078     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
8079   layout:
8080     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
8081     layout: "plot-latency"
8082
8083 - type: "plot"
8084   title: "Latency: 3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-ndr-lat"
8085   algorithm: "plot_latency_error_bars_name"
8086   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-ndr-lat"
8087   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8088   include:
8089     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
8090     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
8091     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
8092     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
8093     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
8094     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
8095   layout:
8096     title: "3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-ndr"
8097     layout: "plot-latency"
8098
8099 - type: "plot"
8100   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr-lat"
8101   algorithm: "plot_latency_error_bars_name"
8102   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr-lat"
8103   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8104   include:
8105     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
8106     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8107   layout:
8108     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
8109     layout: "plot-latency"
8110
8111 - type: "plot"
8112   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-lat"
8113   algorithm: "plot_latency_error_bars_name"
8114   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-lat"
8115   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8116   include:
8117     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
8118     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8119     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
8120     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
8121   layout:
8122     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
8123     layout: "plot-latency"
8124
8125 - type: "plot"
8126   title: "Latency: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8127   algorithm: "plot_latency_error_bars_name"
8128   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8129   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8130   include:
8131     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
8132     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
8133     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
8134   layout:
8135     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
8136     layout: "plot-latency"
8137
8138 - type: "plot"
8139   title: "Latency: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8140   algorithm: "plot_latency_error_bars_name"
8141   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8142   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8143   include:
8144     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
8145     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
8146     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
8147     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
8148     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
8149   layout:
8150     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
8151     layout: "plot-latency"
8152
8153 - type: "plot"
8154   title: "Latency: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
8155   algorithm: "plot_latency_error_bars_name"
8156   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
8157   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8158   include:
8159     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
8160     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
8161     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
8162   layout:
8163     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
8164     layout: "plot-latency"
8165
8166 - type: "plot"
8167   title: "Latency: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8168   algorithm: "plot_latency_error_bars_name"
8169   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8170   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8171   include:
8172     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
8173     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
8174     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
8175   layout:
8176     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
8177     layout: "plot-latency"
8178
8179 - type: "plot"
8180   title: "Latency: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8181   algorithm: "plot_latency_error_bars_name"
8182   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8183   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8184   include:
8185     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
8186     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
8187     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
8188     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
8189     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
8190   layout:
8191     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
8192     layout: "plot-latency"
8193
8194 - type: "plot"
8195   title: "Latency: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
8196   algorithm: "plot_latency_error_bars_name"
8197   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
8198   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8199   include:
8200     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8201     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8202     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8203     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8204     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8205     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8206   layout:
8207     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
8208     layout: "plot-latency"
8209
8210 - type: "plot"
8211   title: "Latency: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
8212   algorithm: "plot_latency_error_bars_name"
8213   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
8214   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8215   include:
8216     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
8217     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8218     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
8219     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8220   layout:
8221     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
8222     layout: "plot-latency"
8223
8224 - type: "plot"
8225   title: "Latency: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
8226   algorithm: "plot_latency_error_bars_name"
8227   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
8228   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8229   include:
8230     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8231     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8232     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8233     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8234     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8235     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8236   layout:
8237     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
8238     layout: "plot-latency"
8239
8240 - type: "plot"
8241   title: "Latency: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
8242   algorithm: "plot_latency_error_bars_name"
8243   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
8244   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8245   include:
8246     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
8247     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
8248     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
8249     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8250     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8251     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8252   layout:
8253     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
8254     layout: "plot-latency"
8255
8256 - type: "plot"
8257   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
8258   algorithm: "plot_latency_error_bars_name"
8259   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
8260   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8261   include:
8262     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
8263     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
8264     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
8265     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
8266   layout:
8267     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
8268     layout: "plot-latency"
8269
8270 - type: "plot"
8271   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
8272   algorithm: "plot_latency_error_bars_name"
8273   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
8274   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8275   include:
8276     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
8277     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
8278     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
8279     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8280     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8281   layout:
8282     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
8283     layout: "plot-latency"
8284
8285 - type: "plot"
8286   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
8287   algorithm: "plot_latency_error_bars_name"
8288   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
8289   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8290   include:
8291     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8292     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
8293     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
8294     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8295   layout:
8296     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
8297     layout: "plot-latency"
8298
8299 - type: "plot"
8300   title: "Latency: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
8301   algorithm: "plot_latency_error_bars_name"
8302   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
8303   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8304   include:
8305     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
8306     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
8307     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
8308     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8309     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
8310     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8311   layout:
8312     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
8313     layout: "plot-latency"
8314
8315 - type: "plot"
8316   title: "Latency: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
8317   algorithm: "plot_latency_error_bars_name"
8318   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
8319   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8320   include:
8321     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
8322     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
8323     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8324     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8325     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8326   layout:
8327     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
8328     layout: "plot-latency"
8329
8330 - type: "plot"
8331   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
8332   algorithm: "plot_latency_error_bars_name"
8333   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
8334   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8335   include:
8336     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
8337     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
8338     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
8339   layout:
8340     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
8341     layout: "plot-latency"
8342
8343 - type: "plot"
8344   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
8345   algorithm: "plot_latency_error_bars_name"
8346   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
8347   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8348   include:
8349     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
8350     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
8351     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8352     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8353   layout:
8354     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
8355     layout: "plot-latency"
8356
8357 - type: "plot"
8358   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
8359   algorithm: "plot_latency_error_bars_name"
8360   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
8361   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8362   include:
8363     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
8364     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
8365     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8366     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
8367     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
8368     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8369   layout:
8370     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
8371     layout: "plot-latency"
8372
8373 - type: "plot"
8374   title: "Latency: 3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-ndr-lat"
8375   algorithm: "plot_latency_error_bars_name"
8376   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-ndr-lat"
8377   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8378   include:
8379     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8380     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
8381     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
8382     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
8383     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
8384     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
8385   layout:
8386     title: "3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-ndr"
8387     layout: "plot-latency"
8388
8389 - type: "plot"
8390   title: "Latency: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr-lat"
8391   algorithm: "plot_latency_error_bars_name"
8392   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr-lat"
8393   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8394   include:
8395     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
8396     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
8397     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
8398     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
8399     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
8400     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
8401   layout:
8402     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
8403     layout: "plot-latency"
8404
8405 - type: "plot"
8406   title: "Latency: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr-lat"
8407   algorithm: "plot_latency_error_bars_name"
8408   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr-lat"
8409   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8410   include:
8411     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
8412     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
8413     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
8414     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
8415     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
8416     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
8417   layout:
8418     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
8419     layout: "plot-latency"
8420
8421 - type: "plot"
8422   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
8423   algorithm: "plot_latency_error_bars_name"
8424   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
8425   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
8426   include:
8427     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8428     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8429     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8430     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8431   layout:
8432     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
8433     layout: "plot-latency"
8434
8435 - type: "plot"
8436   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr-lat"
8437   algorithm: "plot_latency_error_bars_name"
8438   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr-lat"
8439   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
8440   include:
8441     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8442     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8443     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8444     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8445   layout:
8446     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
8447     layout: "plot-latency"
8448
8449 #- type: "plot"
8450 #  title: "Latency: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
8451 #  algorithm: "plot_latency_error_bars_name"
8452 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
8453 #  data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
8454 #  include:
8455 #    - ""
8456 #  layout:
8457 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
8458 #    layout: "plot-latency"
8459
8460 - type: "plot"
8461   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
8462   algorithm: "plot_latency_error_bars_name"
8463   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
8464   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
8465   include:
8466     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8467     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8468     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8469     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8470     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8471   layout:
8472     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
8473     layout: "plot-latency"
8474
8475 - type: "plot"
8476   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
8477   algorithm: "plot_latency_error_bars_name"
8478   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
8479   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
8480   include:
8481     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8482     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8483     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8484     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8485     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8486     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8487   layout:
8488     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
8489     layout: "plot-latency"
8490
8491 - type: "plot"
8492   title: "Latency: 3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr-lat"
8493   algorithm: "plot_latency_error_bars_name"
8494   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr-lat"
8495   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8496   include:
8497     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8498     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8499     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8500   layout:
8501     title: "3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr"
8502     layout: "plot-latency"
8503
8504 - type: "plot"
8505   title: "Latency: 3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr-lat"
8506   algorithm: "plot_latency_error_bars_name"
8507   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr-lat"
8508   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8509   include:
8510     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8511     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8512     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8513   layout:
8514     title: "3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
8515     layout: "plot-latency"
8516
8517 - type: "plot"
8518   title: "Latency: 3n-tsh-x520-64b-1t1c-memif-base-i40e-ndr-lat"
8519   algorithm: "plot_latency_error_bars_name"
8520   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-i40e-ndr-lat"
8521   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8522   include:
8523     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
8524     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
8525     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8526     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
8527     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
8528   layout:
8529     title: "3n-tsh-x520-64b-1t1c-memif-base-i40e-ndr"
8530     layout: "plot-latency"
8531
8532 - type: "plot"
8533   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
8534   algorithm: "plot_latency_error_bars_name"
8535   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
8536   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8537   include:
8538     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
8539     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
8540     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
8541     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
8542     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
8543   layout:
8544     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-i40e-ndr"
8545     layout: "plot-latency"
8546
8547 - type: "plot"
8548   title: "Latency: 3n-tsh-x520-64b-1t1c-feature-ip4routing-base-i40e-ndr-lat"
8549   algorithm: "plot_latency_error_bars_name"
8550   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-feature-ip4routing-base-i40e-ndr-lat"
8551   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8552   include:
8553     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
8554     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
8555     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
8556     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
8557     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
8558     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
8559   layout:
8560     title: "3n-tsh-x520-64b-1t1c-feature-ip4routing-base-i40e-ndr"
8561     layout: "plot-latency"
8562
8563 - type: "plot"
8564   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-i40e-ndr-lat"
8565   algorithm: "plot_latency_error_bars_name"
8566   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-i40e-ndr-lat"
8567   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8568   include:
8569     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
8570     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8571     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
8572     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
8573   layout:
8574     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-i40e-ndr-lat"
8575     layout: "plot-latency"
8576
8577 - type: "plot"
8578   title: "Latency: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
8579   algorithm: "plot_latency_error_bars_name"
8580   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
8581   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8582   include:
8583     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
8584     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
8585     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
8586     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
8587     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
8588   layout:
8589     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-i40e-ndr"
8590     layout: "plot-latency"
8591
8592 - type: "plot"
8593   title: "Latency: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
8594   algorithm: "plot_latency_error_bars_name"
8595   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
8596   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8597   include:
8598     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8599     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8600     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8601     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8602     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8603     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8604   layout:
8605     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
8606     layout: "plot-latency"
8607
8608 - type: "plot"
8609   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-i40e-ndr-lat"
8610   algorithm: "plot_latency_error_bars_name"
8611   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-i40e-ndr-lat"
8612   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8613   include:
8614     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
8615     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
8616     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8617     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
8618   layout:
8619     title: "3n-tsh-x520-64b-1t1c-l2switching-base-i40e-ndr"
8620     layout: "plot-latency"
8621
8622 - type: "plot"
8623   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
8624   algorithm: "plot_latency_error_bars_name"
8625   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
8626   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8627   include:
8628     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
8629     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
8630     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
8631     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
8632     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
8633     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8634   layout:
8635     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-i40e-ndr"
8636     layout: "plot-latency"
8637
8638 - type: "plot"
8639   title: "Latency: 3n-tsh-x520-64b-1t1c-feature-l2switching-base-i40e-ndr-lat"
8640   algorithm: "plot_latency_error_bars_name"
8641   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-feature-l2switching-base-i40e-ndr-lat"
8642   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8643   include:
8644     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
8645     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
8646     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
8647     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
8648     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
8649     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
8650   layout:
8651     title: "3n-tsh-x520-64b-1t1c-feature-l2switching-base-i40e-ndr"
8652     layout: "plot-latency"
8653
8654 - type: "plot"
8655   title: "Latency: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-i40e-ndr-lat"
8656   algorithm: "plot_latency_error_bars_name"
8657   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-i40e-ndr-lat"
8658   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8659   include:
8660     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
8661     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
8662     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
8663     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
8664     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
8665     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
8666   layout:
8667     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
8668     layout: "plot-latency"
8669
8670 - type: "plot"
8671   title: "Latency: 3n-tsh-x520-64b-1t1c-vhost-base-i40e-ndr-lat"
8672   algorithm: "plot_latency_error_bars_name"
8673   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-i40e-ndr-lat"
8674   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8675   include:
8676     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8677     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8678     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8679     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8680     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8681   layout:
8682     title: "3n-tsh-x520-64b-1t1c-vhost-base-i40e-ndr"
8683     layout: "plot-latency"
8684
8685 - type: "plot"
8686   title: "Latency: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-ndr-lat"
8687   algorithm: "plot_latency_error_bars_name"
8688   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-ndr-lat"
8689   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8690   include:
8691     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8692     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8693     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8694     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8695     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8696     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8697   layout:
8698     title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
8699     layout: "plot-latency"
8700
8701 - type: "plot"
8702   title: "Latency: 3n-tsh-x520-114b-1t1c-vts-l2switching-base-i40e-ndr-lat"
8703   algorithm: "plot_latency_error_bars_name"
8704   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-1t1c-vts-l2switching-base-i40e-ndr-lat"
8705   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8706   include:
8707     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8708     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8709     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8710   layout:
8711     title: "3n-tsh-x520-114b-1t1c-vts-l2switching-base-i40e-ndr"
8712     layout: "plot-latency"
8713
8714 ################################################################################
8715
8716 # Packet Latency 2C
8717
8718 - type: "plot"
8719   title: "Latency: 2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
8720   algorithm: "plot_latency_error_bars_name"
8721   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
8722   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8723   include:
8724     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
8725     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8726     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8727     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
8728   layout:
8729     title: "2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
8730     layout: "plot-latency"
8731
8732 - type: "plot"
8733   title: "Latency: 3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
8734   algorithm: "plot_latency_error_bars_name"
8735   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
8736   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8737   include:
8738     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
8739     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
8740     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8741     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
8742     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
8743   layout:
8744     title: "3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
8745     layout: "plot-latency"
8746
8747 - type: "plot"
8748   title: "Latency: 2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
8749   algorithm: "plot_latency_error_bars_name"
8750   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
8751   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8752   include:
8753     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
8754     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
8755     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
8756     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
8757     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
8758   layout:
8759     title: "2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
8760     layout: "plot-latency"
8761
8762 - type: "plot"
8763   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
8764   algorithm: "plot_latency_error_bars_name"
8765   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
8766   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8767   include:
8768     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
8769     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
8770     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
8771     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
8772   layout:
8773     title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
8774     layout: "plot-latency"
8775
8776 - type: "plot"
8777   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
8778   algorithm: "plot_latency_error_bars_name"
8779   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
8780   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8781   include:
8782     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
8783     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
8784     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
8785     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
8786     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
8787   layout:
8788     title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
8789     layout: "plot-latency"
8790
8791 - type: "plot"
8792   title: "Latency: 2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
8793   algorithm: "plot_latency_error_bars_name"
8794   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
8795   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8796   include:
8797     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
8798     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
8799     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
8800     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
8801     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
8802     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
8803   layout:
8804     title: "2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
8805     layout: "plot-latency"
8806
8807 - type: "plot"
8808   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
8809   algorithm: "plot_latency_error_bars_name"
8810   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
8811   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8812   include:
8813     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
8814     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
8815     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
8816   layout:
8817     title: "3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr"
8818     layout: "plot-latency"
8819
8820 - type: "plot"
8821   title: "Latency: 3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
8822   algorithm: "plot_latency_error_bars_name"
8823   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
8824   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8825   include:
8826     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
8827     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
8828     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
8829     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
8830     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
8831   layout:
8832     title: "3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
8833     layout: "plot-latency"
8834
8835 - type: "plot"
8836   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
8837   algorithm: "plot_latency_error_bars_name"
8838   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
8839   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8840   include:
8841     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
8842     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
8843     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
8844     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
8845   layout:
8846     title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
8847     layout: "plot-latency"
8848
8849 - type: "plot"
8850   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
8851   algorithm: "plot_latency_error_bars_name"
8852   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
8853   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8854   include:
8855     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
8856     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
8857     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
8858     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
8859     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
8860   layout:
8861     title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
8862     layout: "plot-latency"
8863
8864 - type: "plot"
8865   title: "Latency: 3n-skx-xxv710-64b-4t2c-feature-ip4routing-base-i40e-ndr-lat"
8866   algorithm: "plot_latency_error_bars_name"
8867   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-feature-ip4routing-base-i40e-ndr-lat"
8868   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8869   include:
8870     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
8871     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
8872     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
8873     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
8874     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
8875     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
8876   layout:
8877     title: "3n-skx-xxv710-64b-4t2c-feature-ip4routing-base-i40e-ndr"
8878     layout: "plot-latency"
8879
8880 - type: "plot"
8881   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr-lat"
8882   algorithm: "plot_latency_error_bars_name"
8883   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr-lat"
8884   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8885   include:
8886     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t2c-ethip4vxlan-l2xcbase-ndrpdr"
8887     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8888   layout:
8889     title: "3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr"
8890     layout: "plot-latency"
8891
8892 - type: "plot"
8893   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-lat"
8894   algorithm: "plot_latency_error_bars_name"
8895   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-lat"
8896   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8897   include:
8898     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t2c-ethip4vxlan-l2xcbase-ndrpdr"
8899     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8900     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
8901     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
8902   layout:
8903     title: "3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr"
8904     layout: "plot-latency"
8905
8906 - type: "plot"
8907   title: "Latency: 2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8908   algorithm: "plot_latency_error_bars_name"
8909   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8910   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8911   include:
8912     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
8913     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
8914     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
8915   layout:
8916     title: "2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
8917     layout: "plot-latency"
8918
8919 - type: "plot"
8920   title: "Latency: 2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8921   algorithm: "plot_latency_error_bars_name"
8922   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8923   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8924   include:
8925     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
8926     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
8927     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
8928     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
8929     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
8930   layout:
8931     title: "2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
8932     layout: "plot-latency"
8933
8934 - type: "plot"
8935   title: "Latency: 3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
8936   algorithm: "plot_latency_error_bars_name"
8937   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
8938   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8939   include:
8940     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
8941     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
8942     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
8943   layout:
8944     title: "3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr"
8945     layout: "plot-latency"
8946
8947 - type: "plot"
8948   title: "Latency: 3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8949   algorithm: "plot_latency_error_bars_name"
8950   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8951   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8952   include:
8953     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
8954     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
8955     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
8956   layout:
8957     title: "3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
8958     layout: "plot-latency"
8959
8960 - type: "plot"
8961   title: "Latency: 3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8962   algorithm: "plot_latency_error_bars_name"
8963   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8964   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8965   include:
8966     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
8967     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
8968     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
8969     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
8970     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
8971   layout:
8972     title: "3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
8973     layout: "plot-latency"
8974
8975 - type: "plot"
8976   title: "Latency: 3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
8977   algorithm: "plot_latency_error_bars_name"
8978   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
8979   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8980   include:
8981     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8982     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8983     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8984     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8985     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8986     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8987   layout:
8988     title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
8989     layout: "plot-latency"
8990
8991 - type: "plot"
8992   title: "Latency: 3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
8993   algorithm: "plot_latency_error_bars_name"
8994   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
8995   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8996   include:
8997     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
8998     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8999     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
9000     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9001   layout:
9002     title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
9003     layout: "plot-latency"
9004
9005 - type: "plot"
9006   title: "Latency: 3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
9007   algorithm: "plot_latency_error_bars_name"
9008   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
9009   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9010   include:
9011     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
9012     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9013     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9014     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9015     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9016     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9017   layout:
9018     title: "3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr"
9019     layout: "plot-latency"
9020
9021 - type: "plot"
9022   title: "Latency: 2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
9023   algorithm: "plot_latency_error_bars_name"
9024   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
9025   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9026   include:
9027     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
9028     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
9029     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
9030     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
9031     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
9032     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
9033   layout:
9034     title: "2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
9035     layout: "plot-latency"
9036
9037 - type: "plot"
9038   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
9039   algorithm: "plot_latency_error_bars_name"
9040   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
9041   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9042   include:
9043     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
9044     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
9045     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
9046     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
9047   layout:
9048     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
9049     layout: "plot-latency"
9050
9051 - type: "plot"
9052   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
9053   algorithm: "plot_latency_error_bars_name"
9054   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
9055   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9056   include:
9057     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
9058     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
9059     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
9060     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
9061     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
9062   layout:
9063     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
9064     layout: "plot-latency"
9065
9066 - type: "plot"
9067   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
9068   algorithm: "plot_latency_error_bars_name"
9069   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
9070   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9071   include:
9072     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
9073     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
9074     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
9075     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
9076   layout:
9077     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
9078     layout: "plot-latency"
9079
9080 - type: "plot"
9081   title: "Latency: 3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
9082   algorithm: "plot_latency_error_bars_name"
9083   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
9084   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9085   include:
9086     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
9087     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
9088     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
9089     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
9090     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
9091     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
9092   layout:
9093     title: "3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr"
9094     layout: "plot-latency"
9095
9096 - type: "plot"
9097   title: "Latency: 3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
9098   algorithm: "plot_latency_error_bars_name"
9099   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
9100   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9101   include:
9102     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
9103     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
9104     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
9105     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
9106     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
9107   layout:
9108     title: "3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
9109     layout: "plot-latency"
9110
9111 - type: "plot"
9112   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
9113   algorithm: "plot_latency_error_bars_name"
9114   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
9115   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9116   include:
9117     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
9118     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
9119     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
9120   layout:
9121     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
9122     layout: "plot-latency"
9123
9124 - type: "plot"
9125   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
9126   algorithm: "plot_latency_error_bars_name"
9127   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
9128   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9129   include:
9130     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
9131     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
9132     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
9133     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
9134   layout:
9135     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
9136     layout: "plot-latency"
9137
9138 - type: "plot"
9139   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
9140   algorithm: "plot_latency_error_bars_name"
9141   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
9142   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9143   include:
9144     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
9145     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
9146     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
9147     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
9148     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
9149     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
9150   layout:
9151     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
9152     layout: "plot-latency"
9153
9154 - type: "plot"
9155   title: "Latency: 3n-skx-xxv710-64b-4t2c-feature-l2switching-base-i40e-ndr-lat"
9156   algorithm: "plot_latency_error_bars_name"
9157   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-feature-l2switching-base-i40e-ndr-lat"
9158   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9159   include:
9160     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
9161     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
9162     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
9163     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
9164     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
9165     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
9166   layout:
9167     title: "3n-skx-xxv710-64b-4t2c-feature-l2switching-base-i40e-ndr"
9168     layout: "plot-latency"
9169
9170 - type: "plot"
9171   title: "Latency: 3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr-lat"
9172   algorithm: "plot_latency_error_bars_name"
9173   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr-lat"
9174   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9175   include:
9176     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9177     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9178     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9179     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
9180     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
9181     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
9182   layout:
9183     title: "3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr"
9184     layout: "plot-latency"
9185
9186 - type: "plot"
9187   title: "Latency: 3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr-lat"
9188   algorithm: "plot_latency_error_bars_name"
9189   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr-lat"
9190   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9191   include:
9192     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9193     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9194     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9195     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
9196     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
9197     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
9198   layout:
9199     title: "3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr"
9200     layout: "plot-latency"
9201
9202 - type: "plot"
9203   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
9204   algorithm: "plot_latency_error_bars_name"
9205   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
9206   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
9207   include:
9208     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9209     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9210     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9211     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9212   layout:
9213     title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
9214     layout: "plot-latency"
9215
9216 - type: "plot"
9217   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr-lat"
9218   algorithm: "plot_latency_error_bars_name"
9219   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr-lat"
9220   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
9221   include:
9222     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9223     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9224     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9225     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9226   layout:
9227     title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr"
9228     layout: "plot-latency"
9229
9230 #- type: "plot"
9231 #  title: "Latency: 3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
9232 #  algorithm: "plot_latency_error_bars_name"
9233 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
9234 #  data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
9235 #  include:
9236 #    - ""
9237 #  layout:
9238 #    title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
9239 #    layout: "plot-latency"
9240
9241 - type: "plot"
9242   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
9243   algorithm: "plot_latency_error_bars_name"
9244   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
9245   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
9246   include:
9247     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9248     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9249     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9250     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9251     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9252   layout:
9253     title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
9254     layout: "plot-latency"
9255
9256 - type: "plot"
9257   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
9258   algorithm: "plot_latency_error_bars_name"
9259   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
9260   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
9261   include:
9262     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9263     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9264     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9265     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9266     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9267     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9268   layout:
9269     title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
9270     layout: "plot-latency"
9271
9272 - type: "plot"
9273   title: "Latency: 3n-hsw-xl710-114b-2t2c-vts-l2switching-base-i40e-ndr-lat"
9274   algorithm: "plot_latency_error_bars_name"
9275   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-2t2c-vts-l2switching-base-i40e-ndr-lat"
9276   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9277   include:
9278     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
9279     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
9280     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
9281   layout:
9282     title: "3n-hsw-xl710-114b-2t2c-vts-l2switching-base-i40e-ndr"
9283     layout: "plot-latency"
9284
9285 - type: "plot"
9286   title: "Latency: 3n-skx-xxv710-114b-4t2c-vts-l2switching-base-i40e-ndr-lat"
9287   algorithm: "plot_latency_error_bars_name"
9288   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-4t2c-vts-l2switching-base-i40e-ndr-lat"
9289   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9290   include:
9291     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
9292     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
9293     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
9294   layout:
9295     title: "3n-skx-xxv710-114b-4t2c-vts-l2switching-base-i40e-ndr"
9296     layout: "plot-latency"
9297
9298 - type: "plot"
9299   title: "Latency: 3n-tsh-x520-64b-2t2c-memif-base-i40e-ndr-lat"
9300   algorithm: "plot_latency_error_bars_name"
9301   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-memif-base-i40e-ndr-lat"
9302   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9303   include:
9304     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
9305     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
9306     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9307     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
9308     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
9309   layout:
9310     title: "3n-tsh-x520-64b-2t2c-memif-base-i40e-ndr"
9311     layout: "plot-latency"
9312
9313 - type: "plot"
9314   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
9315   algorithm: "plot_latency_error_bars_name"
9316   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
9317   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9318   include:
9319     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
9320     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
9321     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t2c-ethip4-ip4scale20k-ndrpdr"
9322     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t2c-ethip4-ip4scale200k-ndrpdr"
9323     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
9324   layout:
9325     title: "3n-tsh-x520-64b-2t2c-ip4routing-base-scale-i40e-ndr"
9326     layout: "plot-latency"
9327
9328 - type: "plot"
9329   title: "Latency: 3n-tsh-x520-64b-2t2c-feature-ip4routing-base-i40e-ndr-lat"
9330   algorithm: "plot_latency_error_bars_name"
9331   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-feature-ip4routing-base-i40e-ndr-lat"
9332   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9333   include:
9334     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
9335     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9336     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9337     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9338     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9339     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t2c-ethip4udp-ip4base-nat44-ndrpdr"
9340   layout:
9341     title: "3n-tsh-x520-64b-2t2c-feature-ip4routing-base-i40e-ndr"
9342     layout: "plot-latency"
9343
9344 - type: "plot"
9345   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4tunnel-base-i40e-ndr-lat"
9346   algorithm: "plot_latency_error_bars_name"
9347   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4tunnel-base-i40e-ndr-lat"
9348   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9349   include:
9350     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t2c-ethip4vxlan-l2xcbase-ndrpdr"
9351     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
9352     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
9353     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
9354   layout:
9355     title: "3n-tsh-x520-64b-2t2c-ip4tunnel-base-i40e-ndr-lat"
9356     layout: "plot-latency"
9357
9358 - type: "plot"
9359   title: "Latency: 3n-tsh-x520-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
9360   algorithm: "plot_latency_error_bars_name"
9361   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
9362   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9363   include:
9364     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
9365     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
9366     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t2c-ethip6-ip6scale20k-ndrpdr"
9367     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t2c-ethip6-ip6scale200k-ndrpdr"
9368     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
9369   layout:
9370     title: "3n-tsh-x520-78b-2t2c-ip6routing-base-scale-i40e-ndr"
9371     layout: "plot-latency"
9372
9373 - type: "plot"
9374   title: "Latency: 3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
9375   algorithm: "plot_latency_error_bars_name"
9376   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
9377   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9378   include:
9379     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
9380     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9381     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9382     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9383     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9384     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9385   layout:
9386     title: "3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
9387     layout: "plot-latency"
9388
9389 - type: "plot"
9390   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-i40e-ndr-lat"
9391   algorithm: "plot_latency_error_bars_name"
9392   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-i40e-ndr-lat"
9393   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9394   include:
9395     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
9396     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
9397     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
9398     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
9399   layout:
9400     title: "3n-tsh-x520-64b-2t2c-l2switching-base-i40e-ndr"
9401     layout: "plot-latency"
9402
9403 - type: "plot"
9404   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
9405   algorithm: "plot_latency_error_bars_name"
9406   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
9407   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9408   include:
9409     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
9410     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
9411     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
9412     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale10kmaclrn-ndrpdr"
9413     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale100kmaclrn-ndrpdr"
9414     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
9415   layout:
9416     title: "3n-tsh-x520-64b-2t2c-l2switching-base-scale-i40e-ndr"
9417     layout: "plot-latency"
9418
9419 - type: "plot"
9420   title: "Latency: 3n-tsh-x520-64b-2t2c-feature-l2switching-base-i40e-ndr-lat"
9421   algorithm: "plot_latency_error_bars_name"
9422   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-feature-l2switching-base-i40e-ndr-lat"
9423   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9424   include:
9425     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
9426     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
9427     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
9428     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
9429     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
9430     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
9431   layout:
9432     title: "3n-tsh-x520-64b-2t2c-feature-l2switching-base-i40e-ndr"
9433     layout: "plot-latency"
9434
9435 - type: "plot"
9436   title: "Latency: 3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-i40e-ndr-lat"
9437   algorithm: "plot_latency_error_bars_name"
9438   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-i40e-ndr-lat"
9439   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9440   include:
9441     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9442     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9443     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9444     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
9445     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
9446     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
9447   layout:
9448     title: "3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-i40e-ndr"
9449     layout: "plot-latency"
9450
9451 - type: "plot"
9452   title: "Latency: 3n-tsh-x520-64b-2t2c-vhost-base-i40e-ndr-lat"
9453   algorithm: "plot_latency_error_bars_name"
9454   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-vhost-base-i40e-ndr-lat"
9455   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9456   include:
9457     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9458     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9459     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9460     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9461     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9462   layout:
9463     title: "3n-tsh-x520-64b-2t2c-vhost-base-i40e-ndr"
9464     layout: "plot-latency"
9465
9466 - type: "plot"
9467   title: "Latency: 3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-i40e-ndr-lat"
9468   algorithm: "plot_latency_error_bars_name"
9469   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-i40e-ndr-lat"
9470   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9471   include:
9472     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9473     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9474     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9475     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9476     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9477     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9478   layout:
9479     title: "3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-i40e-ndr"
9480     layout: "plot-latency"
9481
9482 - type: "plot"
9483   title: "Latency: 3n-tsh-x520-114b-2t2c-vts-l2switching-base-i40e-ndr-lat"
9484   algorithm: "plot_latency_error_bars_name"
9485   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-2t2c-vts-l2switching-base-i40e-ndr-lat"
9486   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9487   include:
9488     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
9489     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
9490     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
9491   layout:
9492     title: "3n-tsh-x520-114b-2t2c-vts-l2switching-base-i40e-ndr"
9493     layout: "plot-latency"
9494
9495 ################################################################################
9496
9497 # Packet Latency 4C
9498
9499 - type: "plot"
9500   title: "Latency: 2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
9501   algorithm: "plot_latency_error_bars_name"
9502   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
9503   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9504   include:
9505     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
9506     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9507     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9508     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
9509   layout:
9510     title: "2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
9511     layout: "plot-latency"
9512
9513 - type: "plot"
9514   title: "Latency: 3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
9515   algorithm: "plot_latency_error_bars_name"
9516   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
9517   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9518   include:
9519     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
9520     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
9521     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9522     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
9523     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
9524   layout:
9525     title: "3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
9526     layout: "plot-latency"
9527
9528 - type: "plot"
9529   title: "Latency: 2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
9530   algorithm: "plot_latency_error_bars_name"
9531   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
9532   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9533   include:
9534     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
9535     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
9536     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
9537     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
9538     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
9539   layout:
9540     title: "2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
9541     layout: "plot-latency"
9542
9543 - type: "plot"
9544   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
9545   algorithm: "plot_latency_error_bars_name"
9546   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
9547   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9548   include:
9549     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
9550     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
9551     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
9552     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
9553   layout:
9554     title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
9555     layout: "plot-latency"
9556
9557 - type: "plot"
9558   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
9559   algorithm: "plot_latency_error_bars_name"
9560   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
9561   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9562   include:
9563     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
9564     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
9565     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
9566     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
9567     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
9568   layout:
9569     title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
9570     layout: "plot-latency"
9571
9572 - type: "plot"
9573   title: "Latency: 2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
9574   algorithm: "plot_latency_error_bars_name"
9575   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
9576   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9577   include:
9578     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
9579     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9580     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9581     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9582     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9583     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
9584   layout:
9585     title: "2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
9586     layout: "plot-latency"
9587
9588 - type: "plot"
9589   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
9590   algorithm: "plot_latency_error_bars_name"
9591   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
9592   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9593   include:
9594     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
9595     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
9596     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
9597   layout:
9598     title: "3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr"
9599     layout: "plot-latency"
9600
9601 - type: "plot"
9602   title: "Latency: 3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
9603   algorithm: "plot_latency_error_bars_name"
9604   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
9605   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9606   include:
9607     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
9608     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
9609     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
9610     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
9611     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
9612   layout:
9613     title: "3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
9614     layout: "plot-latency"
9615
9616 - type: "plot"
9617   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
9618   algorithm: "plot_latency_error_bars_name"
9619   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
9620   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9621   include:
9622     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
9623     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
9624     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
9625     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
9626   layout:
9627     title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
9628     layout: "plot-latency"
9629
9630 - type: "plot"
9631   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
9632   algorithm: "plot_latency_error_bars_name"
9633   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
9634   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9635   include:
9636     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
9637     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
9638     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
9639     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
9640     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
9641   layout:
9642     title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
9643     layout: "plot-latency"
9644
9645 - type: "plot"
9646   title: "Latency: 3n-skx-xxv710-64b-8t4c-feature-ip4routing-base-i40e-ndr-lat"
9647   algorithm: "plot_latency_error_bars_name"
9648   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-feature-ip4routing-base-i40e-ndr-lat"
9649   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9650   include:
9651     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
9652     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9653     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9654     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9655     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9656     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
9657   layout:
9658     title: "3n-skx-xxv710-64b-8t4c-feature-ip4routing-base-i40e-ndr"
9659     layout: "plot-latency"
9660
9661 - type: "plot"
9662   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr-lat"
9663   algorithm: "plot_latency_error_bars_name"
9664   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr-lat"
9665   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9666   include:
9667     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t4c-ethip4vxlan-l2xcbase-ndrpdr"
9668     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
9669   layout:
9670     title: "3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr"
9671     layout: "plot-latency"
9672
9673 - type: "plot"
9674   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr-lat"
9675   algorithm: "plot_latency_error_bars_name"
9676   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr-lat"
9677   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9678   include:
9679     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-8t4c-ethip4vxlan-l2xcbase-ndrpdr"
9680     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
9681     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-8t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
9682     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-8t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
9683   layout:
9684     title: "3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr"
9685     layout: "plot-latency"
9686
9687 - type: "plot"
9688   title: "Latency: 2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
9689   algorithm: "plot_latency_error_bars_name"
9690   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
9691   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9692   include:
9693     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
9694     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
9695     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
9696   layout:
9697     title: "2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
9698     layout: "plot-latency"
9699
9700 - type: "plot"
9701   title: "Latency: 2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
9702   algorithm: "plot_latency_error_bars_name"
9703   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
9704   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9705   include:
9706     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
9707     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
9708     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
9709     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
9710     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
9711   layout:
9712     title: "2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
9713     layout: "plot-latency"
9714
9715 - type: "plot"
9716   title: "Latency: 3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
9717   algorithm: "plot_latency_error_bars_name"
9718   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
9719   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9720   include:
9721     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
9722     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
9723     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
9724   layout:
9725     title: "3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr"
9726     layout: "plot-latency"
9727
9728 - type: "plot"
9729   title: "Latency: 3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
9730   algorithm: "plot_latency_error_bars_name"
9731   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
9732   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9733   include:
9734     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
9735     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
9736     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
9737   layout:
9738     title: "3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
9739     layout: "plot-latency"
9740
9741 - type: "plot"
9742   title: "Latency: 3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
9743   algorithm: "plot_latency_error_bars_name"
9744   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
9745   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9746   include:
9747     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
9748     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
9749     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
9750     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
9751     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
9752   layout:
9753     title: "3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
9754     layout: "plot-latency"
9755
9756 - type: "plot"
9757   title: "Latency: 3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
9758   algorithm: "plot_latency_error_bars_name"
9759   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
9760   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9761   include:
9762     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
9763     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9764     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9765     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9766     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9767     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9768   layout:
9769     title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
9770     layout: "plot-latency"
9771
9772 - type: "plot"
9773   title: "Latency: 3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
9774   algorithm: "plot_latency_error_bars_name"
9775   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
9776   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9777   include:
9778     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
9779     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9780     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
9781     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9782   layout:
9783     title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
9784     layout: "plot-latency"
9785
9786 - type: "plot"
9787   title: "Latency: 3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
9788   algorithm: "plot_latency_error_bars_name"
9789   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
9790   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9791   include:
9792     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
9793     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9794     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9795     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9796     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9797     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9798   layout:
9799     title: "3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr"
9800     layout: "plot-latency"
9801
9802 - type: "plot"
9803   title: "Latency: 2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
9804   algorithm: "plot_latency_error_bars_name"
9805   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
9806   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9807   include:
9808     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
9809     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
9810     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
9811     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
9812     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
9813     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
9814   layout:
9815     title: "2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
9816     layout: "plot-latency"
9817
9818 - type: "plot"
9819   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
9820   algorithm: "plot_latency_error_bars_name"
9821   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
9822   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9823   include:
9824     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
9825     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
9826     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
9827     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
9828   layout:
9829     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
9830     layout: "plot-latency"
9831
9832 - type: "plot"
9833   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
9834   algorithm: "plot_latency_error_bars_name"
9835   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
9836   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9837   include:
9838     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
9839     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
9840     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
9841     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
9842     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
9843   layout:
9844     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
9845     layout: "plot-latency"
9846
9847 - type: "plot"
9848   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
9849   algorithm: "plot_latency_error_bars_name"
9850   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
9851   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9852   include:
9853     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
9854     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
9855     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
9856     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
9857   layout:
9858     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
9859     layout: "plot-latency"
9860
9861 - type: "plot"
9862   title: "Latency: 3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
9863   algorithm: "plot_latency_error_bars_name"
9864   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
9865   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9866   include:
9867     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
9868     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
9869     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
9870     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
9871     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
9872     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
9873   layout:
9874     title: "3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr"
9875     layout: "plot-latency"
9876
9877 - type: "plot"
9878   title: "Latency: 3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
9879   algorithm: "plot_latency_error_bars_name"
9880   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
9881   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9882   include:
9883     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
9884     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
9885     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
9886     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
9887     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
9888   layout:
9889     title: "3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
9890     layout: "plot-latency"
9891
9892 - type: "plot"
9893   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
9894   algorithm: "plot_latency_error_bars_name"
9895   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
9896   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9897   include:
9898     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
9899     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
9900     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
9901   layout:
9902     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
9903     layout: "plot-latency"
9904
9905 - type: "plot"
9906   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
9907   algorithm: "plot_latency_error_bars_name"
9908   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
9909   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9910   include:
9911     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
9912     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
9913     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
9914     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
9915   layout:
9916     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
9917     layout: "plot-latency"
9918
9919 - type: "plot"
9920   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
9921   algorithm: "plot_latency_error_bars_name"
9922   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
9923   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9924   include:
9925     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
9926     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
9927     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
9928     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
9929     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
9930     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
9931   layout:
9932     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
9933     layout: "plot-latency"
9934
9935 - type: "plot"
9936   title: "Latency: 3n-skx-xxv710-64b-8t4c-feature-l2switching-base-i40e-ndr-lat"
9937   algorithm: "plot_latency_error_bars_name"
9938   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-feature-l2switching-base-i40e-ndr-lat"
9939   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9940   include:
9941     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
9942     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
9943     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
9944     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
9945     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
9946     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
9947   layout:
9948     title: "3n-skx-xxv710-64b-8t4c-feature-l2switching-base-i40e-ndr"
9949     layout: "plot-latency"
9950
9951 - type: "plot"
9952   title: "Latency: 3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr-lat"
9953   algorithm: "plot_latency_error_bars_name"
9954   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr-lat"
9955   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9956   include:
9957     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9958     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9959     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9960     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
9961     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
9962     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
9963   layout:
9964     title: "3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr"
9965     layout: "plot-latency"
9966
9967 - type: "plot"
9968   title: "Latency: 3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr-lat"
9969   algorithm: "plot_latency_error_bars_name"
9970   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr-lat"
9971   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9972   include:
9973     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-8t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9974     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9975     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9976     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
9977     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
9978     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
9979   layout:
9980     title: "3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr"
9981     layout: "plot-latency"
9982
9983 - type: "plot"
9984   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
9985   algorithm: "plot_latency_error_bars_name"
9986   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
9987   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
9988   include:
9989     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9990     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9991     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9992     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9993   layout:
9994     title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
9995     layout: "plot-latency"
9996
9997 - type: "plot"
9998   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr-lat"
9999   algorithm: "plot_latency_error_bars_name"
10000   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr-lat"
10001   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
10002   include:
10003     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10004     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10005     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10006     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
10007   layout:
10008     title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr"
10009     layout: "plot-latency"
10010
10011 #- type: "plot"
10012 #  title: "Latency: 3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
10013 #  algorithm: "plot_latency_error_bars_name"
10014 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
10015 #  data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
10016 #  include:
10017 #    - ""
10018 #  layout:
10019 #    title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
10020 #    layout: "plot-latency"
10021
10022 - type: "plot"
10023   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
10024   algorithm: "plot_latency_error_bars_name"
10025   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
10026   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
10027   include:
10028     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10029     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10030     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10031     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10032     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
10033   layout:
10034     title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
10035     layout: "plot-latency"
10036
10037 - type: "plot"
10038   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
10039   algorithm: "plot_latency_error_bars_name"
10040   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
10041   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
10042   include:
10043     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10044     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10045     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10046     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10047     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10048     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10049   layout:
10050     title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
10051     layout: "plot-latency"
10052
10053 - type: "plot"
10054   title: "Latency: 3n-hsw-xl710-114b-4t4c-vts-l2switching-base-i40e-ndr-lat"
10055   algorithm: "plot_latency_error_bars_name"
10056   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-4t4c-vts-l2switching-base-i40e-ndr-lat"
10057   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10058   include:
10059     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
10060     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
10061     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
10062   layout:
10063     title: "3n-hsw-xl710-114b-4t4c-vts-l2switching-base-i40e-ndr"
10064     layout: "plot-latency"
10065
10066 - type: "plot"
10067   title: "Latency: 3n-skx-xxv710-114b-8t4c-vts-l2switching-base-i40e-ndr-lat"
10068   algorithm: "plot_latency_error_bars_name"
10069   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-8t4c-vts-l2switching-base-i40e-ndr-lat"
10070   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10071   include:
10072     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
10073     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
10074     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
10075   layout:
10076     title: "3n-skx-xxv710-114b-8t4c-vts-l2switching-base-i40e-ndr"
10077     layout: "plot-latency"
10078
10079 - type: "plot"
10080   title: "Latency: 3n-tsh-x520-64b-4t4c-memif-base-i40e-ndr-lat"
10081   algorithm: "plot_latency_error_bars_name"
10082   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-memif-base-i40e-ndr-lat"
10083   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10084   include:
10085     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10086     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10087     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10088     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10089     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10090   layout:
10091     title: "3n-tsh-x520-64b-4t4c-memif-base-i40e-ndr"
10092     layout: "plot-latency"
10093
10094 - type: "plot"
10095   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
10096   algorithm: "plot_latency_error_bars_name"
10097   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
10098   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10099   include:
10100     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
10101     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
10102     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t4c-ethip4-ip4scale20k-ndrpdr"
10103     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t4c-ethip4-ip4scale200k-ndrpdr"
10104     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
10105   layout:
10106     title: "3n-tsh-x520-64b-4t4c-ip4routing-base-scale-i40e-ndr"
10107     layout: "plot-latency"
10108
10109 - type: "plot"
10110   title: "Latency: 3n-tsh-x520-64b-4t4c-feature-ip4routing-base-i40e-ndr-lat"
10111   algorithm: "plot_latency_error_bars_name"
10112   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-feature-ip4routing-base-i40e-ndr-lat"
10113   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10114   include:
10115     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
10116     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10117     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10118     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10119     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10120     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t4c-ethip4udp-ip4base-nat44-ndrpdr"
10121   layout:
10122     title: "3n-tsh-x520-64b-4t4c-feature-ip4routing-base-i40e-ndr"
10123     layout: "plot-latency"
10124
10125 - type: "plot"
10126   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4tunnel-base-i40e-ndr-lat"
10127   algorithm: "plot_latency_error_bars_name"
10128   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4tunnel-base-i40e-ndr-lat"
10129   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10130   include:
10131     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t4c-ethip4vxlan-l2xcbase-ndrpdr"
10132     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10133     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10134     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10135   layout:
10136     title: "3n-tsh-x520-64b-4t4c-ip4tunnel-base-i40e-ndr-lat"
10137     layout: "plot-latency"
10138
10139 - type: "plot"
10140   title: "Latency: 3n-tsh-x520-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
10141   algorithm: "plot_latency_error_bars_name"
10142   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
10143   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10144   include:
10145     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
10146     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
10147     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t4c-ethip6-ip6scale20k-ndrpdr"
10148     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t4c-ethip6-ip6scale200k-ndrpdr"
10149     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
10150   layout:
10151     title: "3n-tsh-x520-78b-4t4c-ip6routing-base-scale-i40e-ndr"
10152     layout: "plot-latency"
10153
10154 - type: "plot"
10155   title: "Latency: 3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
10156   algorithm: "plot_latency_error_bars_name"
10157   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
10158   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10159   include:
10160     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10161     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10162     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10163     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10164     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10165     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10166   layout:
10167     title: "3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
10168     layout: "plot-latency"
10169
10170 - type: "plot"
10171   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-i40e-ndr-lat"
10172   algorithm: "plot_latency_error_bars_name"
10173   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-i40e-ndr-lat"
10174   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10175   include:
10176     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
10177     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
10178     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
10179     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
10180   layout:
10181     title: "3n-tsh-x520-64b-4t4c-l2switching-base-i40e-ndr"
10182     layout: "plot-latency"
10183
10184 - type: "plot"
10185   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
10186   algorithm: "plot_latency_error_bars_name"
10187   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
10188   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10189   include:
10190     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
10191     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
10192     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
10193     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale10kmaclrn-ndrpdr"
10194     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale100kmaclrn-ndrpdr"
10195     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
10196   layout:
10197     title: "3n-tsh-x520-64b-4t4c-l2switching-base-scale-i40e-ndr"
10198     layout: "plot-latency"
10199
10200 - type: "plot"
10201   title: "Latency: 3n-tsh-x520-64b-4t4c-feature-l2switching-base-i40e-ndr-lat"
10202   algorithm: "plot_latency_error_bars_name"
10203   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-feature-l2switching-base-i40e-ndr-lat"
10204   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10205   include:
10206     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
10207     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
10208     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
10209     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
10210     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
10211     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
10212   layout:
10213     title: "3n-tsh-x520-64b-4t4c-feature-l2switching-base-i40e-ndr"
10214     layout: "plot-latency"
10215
10216 - type: "plot"
10217   title: "Latency: 3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-i40e-ndr-lat"
10218   algorithm: "plot_latency_error_bars_name"
10219   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-i40e-ndr-lat"
10220   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10221   include:
10222     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
10223     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
10224     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
10225     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
10226     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
10227     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
10228   layout:
10229     title: "3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-i40e-ndr"
10230     layout: "plot-latency"
10231
10232 - type: "plot"
10233   title: "Latency: 3n-tsh-x520-64b-4t4c-vhost-base-i40e-ndr-lat"
10234   algorithm: "plot_latency_error_bars_name"
10235   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-vhost-base-i40e-ndr-lat"
10236   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10237   include:
10238     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10239     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10240     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10241     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10242     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
10243   layout:
10244     title: "3n-tsh-x520-64b-4t4c-vhost-base-i40e-ndr"
10245     layout: "plot-latency"
10246
10247 - type: "plot"
10248   title: "Latency: 3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-i40e-ndr-lat"
10249   algorithm: "plot_latency_error_bars_name"
10250   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-i40e-ndr-lat"
10251   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10252   include:
10253     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10254     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10255     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10256     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10257     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10258     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10259   layout:
10260     title: "3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-i40e-ndr"
10261     layout: "plot-latency"
10262
10263 - type: "plot"
10264   title: "Latency: 3n-tsh-x520-114b-4t4c-vts-l2switching-base-i40e-ndr-lat"
10265   algorithm: "plot_latency_error_bars_name"
10266   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-4t4c-vts-l2switching-base-i40e-ndr-lat"
10267   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10268   include:
10269     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
10270     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
10271     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
10272   layout:
10273     title: "3n-tsh-x520-114b-4t4c-vts-l2switching-base-i40e-ndr"
10274     layout: "plot-latency"
10275
10276 ################################################################################
10277
10278 # Packet Speedup
10279
10280 - type: "plot"
10281   title: "Speedup: 2n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
10282   algorithm: "plot_throughput_speedup_analysis_name"
10283   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
10284   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10285   include:
10286     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10287     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10288     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10289     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10290   layout:
10291     title: "2n-skx-xxv710-64b-memif-base-i40e-ndr"
10292     layout: "plot-throughput-speedup-analysis"
10293
10294 - type: "plot"
10295   title: "Speedup: 2n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
10296   algorithm: "plot_throughput_speedup_analysis_name"
10297   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
10298   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10299   include:
10300     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10301     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10302     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10303     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10304   layout:
10305     title: "2n-skx-xxv710-64b-memif-base-i40e-pdr"
10306     layout: "plot-throughput-speedup-analysis"
10307
10308 - type: "plot"
10309   title: "Speedup: 3n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
10310   algorithm: "plot_throughput_speedup_analysis_name"
10311   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
10312   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10313   include:
10314     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10315     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10316     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10317     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10318     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10319   layout:
10320     title: "3n-skx-xxv710-64b-memif-base-i40e-ndr"
10321     layout: "plot-throughput-speedup-analysis"
10322
10323 - type: "plot"
10324   title: "Speedup: 3n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
10325   algorithm: "plot_throughput_speedup_analysis_name"
10326   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
10327   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10328   include:
10329     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10330     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10331     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10332     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10333     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10334   layout:
10335     title: "3n-skx-xxv710-64b-memif-base-i40e-pdr"
10336     layout: "plot-throughput-speedup-analysis"
10337
10338 - type: "plot"
10339   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
10340   algorithm: "plot_throughput_speedup_analysis_name"
10341   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
10342   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10343   include:
10344     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
10345     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10346     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10347     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10348     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10349   layout:
10350     title: "2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr"
10351     layout: "plot-throughput-speedup-analysis"
10352
10353 - type: "plot"
10354   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
10355   algorithm: "plot_throughput_speedup_analysis_name"
10356   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
10357   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10358   include:
10359     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
10360     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10361     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10362     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10363     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10364   layout:
10365     title: "2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr"
10366     layout: "plot-throughput-speedup-analysis"
10367
10368 - type: "plot"
10369   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
10370   algorithm: "plot_throughput_speedup_analysis_name"
10371   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
10372   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10373   include:
10374     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
10375     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
10376     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
10377     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10378   layout:
10379     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
10380     layout: "plot-throughput-speedup-analysis"
10381
10382 - type: "plot"
10383   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
10384   algorithm: "plot_throughput_speedup_analysis_name"
10385   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
10386   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10387   include:
10388     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
10389     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
10390     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
10391     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10392   layout:
10393     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
10394     layout: "plot-throughput-speedup-analysis"
10395
10396 - type: "plot"
10397   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
10398   algorithm: "plot_throughput_speedup_analysis_name"
10399   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
10400   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10401   include:
10402     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10403     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10404     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
10405     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
10406     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10407   layout:
10408     title: "2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr"
10409     layout: "plot-throughput-speedup-analysis"
10410
10411 - type: "plot"
10412   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
10413   algorithm: "plot_throughput_speedup_analysis_name"
10414   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
10415   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10416   include:
10417     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10418     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10419     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
10420     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
10421     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10422   layout:
10423     title: "2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr"
10424     layout: "plot-throughput-speedup-analysis"
10425
10426 - type: "plot"
10427   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
10428   algorithm: "plot_throughput_speedup_analysis_name"
10429   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
10430   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10431   include:
10432     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10433     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10434     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10435     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10436     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10437     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
10438   layout:
10439     title: "2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr"
10440     layout: "plot-throughput-speedup-analysis"
10441
10442 - type: "plot"
10443   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
10444   algorithm: "plot_throughput_speedup_analysis_name"
10445   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
10446   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10447   include:
10448     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10449     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10450     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10451     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10452     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10453     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
10454   layout:
10455     title: "2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr"
10456     layout: "plot-throughput-speedup-analysis"
10457
10458 - type: "plot"
10459   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr-tsa"
10460   algorithm: "plot_throughput_speedup_analysis_name"
10461   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr-tsa"
10462   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10463   include:
10464     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10465     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10466     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10467   layout:
10468     title: "3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr"
10469     layout: "plot-throughput-speedup-analysis"
10470
10471 - type: "plot"
10472   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr-tsa"
10473   algorithm: "plot_throughput_speedup_analysis_name"
10474   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr-tsa"
10475   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10476   include:
10477     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10478     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10479     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10480   layout:
10481     title: "3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr"
10482     layout: "plot-throughput-speedup-analysis"
10483
10484 - type: "plot"
10485   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
10486   algorithm: "plot_throughput_speedup_analysis_name"
10487   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
10488   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10489   include:
10490     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
10491     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10492     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10493     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10494     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10495   layout:
10496     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr"
10497     layout: "plot-throughput-speedup-analysis"
10498
10499 - type: "plot"
10500   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
10501   algorithm: "plot_throughput_speedup_analysis_name"
10502   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
10503   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10504   include:
10505     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
10506     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10507     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10508     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10509     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10510   layout:
10511     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr"
10512     layout: "plot-throughput-speedup-analysis"
10513
10514 - type: "plot"
10515   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
10516   algorithm: "plot_throughput_speedup_analysis_name"
10517   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
10518   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10519   include:
10520     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
10521     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
10522     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
10523     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10524   layout:
10525     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
10526     layout: "plot-throughput-speedup-analysis"
10527
10528 - type: "plot"
10529   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
10530   algorithm: "plot_throughput_speedup_analysis_name"
10531   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
10532   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10533   include:
10534     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
10535     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
10536     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
10537     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10538   layout:
10539     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
10540     layout: "plot-throughput-speedup-analysis"
10541
10542 - type: "plot"
10543   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
10544   algorithm: "plot_throughput_speedup_analysis_name"
10545   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
10546   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10547   include:
10548     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10549     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10550     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
10551     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
10552     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10553   layout:
10554     title: "3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr"
10555     layout: "plot-throughput-speedup-analysis"
10556
10557 - type: "plot"
10558   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
10559   algorithm: "plot_throughput_speedup_analysis_name"
10560   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
10561   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10562   include:
10563     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10564     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10565     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
10566     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
10567     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10568   layout:
10569     title: "3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr"
10570     layout: "plot-throughput-speedup-analysis"
10571
10572 - type: "plot"
10573   title: "Speedup: 3n-skx-xxv710-64b-feature-ip4routing-base-i40e-ndr-tsa"
10574   algorithm: "plot_throughput_speedup_analysis_name"
10575   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-feature-ip4routing-base-i40e-ndr-tsa"
10576   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10577   include:
10578     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10579     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10580     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10581     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10582     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10583     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
10584   layout:
10585     title: "3n-skx-xxv710-64b-feature-ip4routing-base-i40e-ndr"
10586     layout: "plot-throughput-speedup-analysis"
10587
10588 - type: "plot"
10589   title: "Speedup: 3n-skx-xxv710-64b-feature-ip4routing-base-i40e-pdr-tsa"
10590   algorithm: "plot_throughput_speedup_analysis_name"
10591   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-feature-ip4routing-base-i40e-pdr-tsa"
10592   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10593   include:
10594     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10595     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10596     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10597     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10598     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10599     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
10600   layout:
10601     title: "3n-skx-xxv710-64b-feature-ip4routing-base-i40e-pdr"
10602     layout: "plot-throughput-speedup-analysis"
10603
10604 - type: "plot"
10605   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-i40e-ndr-tsa"
10606   algorithm: "plot_throughput_speedup_analysis_name"
10607   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-i40e-ndr-tsa"
10608   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10609   include:
10610     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
10611     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10612   layout:
10613     title: "3n-hsw-xl710-64b-ip4tunnel-base-i40e-ndr"
10614     layout: "plot-throughput-speedup-analysis"
10615
10616 - type: "plot"
10617   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-i40e-pdr-tsa"
10618   algorithm: "plot_throughput_speedup_analysis_name"
10619   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-i40e-pdr-tsa"
10620   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10621   include:
10622     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
10623     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10624   layout:
10625     title: "3n-hsw-xl710-64b-ip4tunnel-base-i40e-pdr"
10626     layout: "plot-throughput-speedup-analysis"
10627
10628 - type: "plot"
10629   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-ndr-tsa"
10630   algorithm: "plot_throughput_speedup_analysis_name"
10631   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-ndr-tsa"
10632   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10633   include:
10634     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
10635     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10636     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10637     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10638   layout:
10639     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-ndr"
10640     layout: "plot-throughput-speedup-analysis"
10641
10642 - type: "plot"
10643   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-pdr-tsa"
10644   algorithm: "plot_throughput_speedup_analysis_name"
10645   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-pdr-tsa"
10646   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10647   include:
10648     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
10649     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10650     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10651     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10652   layout:
10653     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-pdr"
10654     layout: "plot-throughput-speedup-analysis"
10655
10656 - type: "plot"
10657   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10658   algorithm: "plot_throughput_speedup_analysis_name"
10659   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10660   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10661   include:
10662     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10663     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10664     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10665   layout:
10666     title: "2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr"
10667     layout: "plot-throughput-speedup-analysis"
10668
10669 - type: "plot"
10670   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10671   algorithm: "plot_throughput_speedup_analysis_name"
10672   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10673   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10674   include:
10675     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10676     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10677     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10678   layout:
10679     title: "2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr"
10680     layout: "plot-throughput-speedup-analysis"
10681
10682 - type: "plot"
10683   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10684   algorithm: "plot_throughput_speedup_analysis_name"
10685   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10686   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10687   include:
10688     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10689     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10690     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
10691     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
10692     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10693   layout:
10694     title: "2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr"
10695     layout: "plot-throughput-speedup-analysis"
10696
10697 - type: "plot"
10698   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10699   algorithm: "plot_throughput_speedup_analysis_name"
10700   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10701   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10702   include:
10703     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10704     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10705     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
10706     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
10707     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10708   layout:
10709     title: "2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr"
10710     layout: "plot-throughput-speedup-analysis"
10711
10712 - type: "plot"
10713   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10714   algorithm: "plot_throughput_speedup_analysis_name"
10715   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10716   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10717   include:
10718     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10719     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10720     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10721   layout:
10722     title: "3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr"
10723     layout: "plot-throughput-speedup-analysis"
10724
10725 - type: "plot"
10726   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10727   algorithm: "plot_throughput_speedup_analysis_name"
10728   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10729   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10730   include:
10731     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10732     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10733     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10734   layout:
10735     title: "3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr"
10736     layout: "plot-throughput-speedup-analysis"
10737
10738 - type: "plot"
10739   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10740   algorithm: "plot_throughput_speedup_analysis_name"
10741   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10742   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10743   include:
10744     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10745     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10746     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10747   layout:
10748     title: "3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr"
10749     layout: "plot-throughput-speedup-analysis"
10750
10751 - type: "plot"
10752   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10753   algorithm: "plot_throughput_speedup_analysis_name"
10754   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10755   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10756   include:
10757     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10758     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10759     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10760   layout:
10761     title: "3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr"
10762     layout: "plot-throughput-speedup-analysis"
10763
10764 - type: "plot"
10765   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10766   algorithm: "plot_throughput_speedup_analysis_name"
10767   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10768   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10769   include:
10770     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10771     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10772     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
10773     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
10774     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10775   layout:
10776     title: "3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr"
10777     layout: "plot-throughput-speedup-analysis"
10778
10779 - type: "plot"
10780   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10781   algorithm: "plot_throughput_speedup_analysis_name"
10782   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10783   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10784   include:
10785     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10786     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10787     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
10788     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
10789     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10790   layout:
10791     title: "3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr"
10792     layout: "plot-throughput-speedup-analysis"
10793
10794 - type: "plot"
10795   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
10796   algorithm: "plot_throughput_speedup_analysis_name"
10797   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
10798   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10799   include:
10800     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10801     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10802     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10803     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10804     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10805     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10806   layout:
10807     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr"
10808     layout: "plot-throughput-speedup-analysis"
10809
10810 - type: "plot"
10811   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
10812   algorithm: "plot_throughput_speedup_analysis_name"
10813   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
10814   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10815   include:
10816     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10817     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10818     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10819     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10820     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
10821     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10822   layout:
10823     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr"
10824     layout: "plot-throughput-speedup-analysis"
10825
10826 - type: "plot"
10827   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr-tsa"
10828   algorithm: "plot_throughput_speedup_analysis_name"
10829   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr-tsa"
10830   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10831   include:
10832     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
10833     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10834     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
10835     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10836   layout:
10837     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr"
10838     layout: "plot-throughput-speedup-analysis"
10839
10840 - type: "plot"
10841   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr-tsa"
10842   algorithm: "plot_throughput_speedup_analysis_name"
10843   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr-tsa"
10844   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10845   include:
10846     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
10847     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10848     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10849     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10850   layout:
10851     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr"
10852     layout: "plot-throughput-speedup-analysis"
10853
10854 - type: "plot"
10855   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr-tsa"
10856   algorithm: "plot_throughput_speedup_analysis_name"
10857   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr-tsa"
10858   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10859   include:
10860     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10861     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10862     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10863     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10864     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10865     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10866   layout:
10867     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr"
10868     layout: "plot-throughput-speedup-analysis"
10869
10870 - type: "plot"
10871   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr-tsa"
10872   algorithm: "plot_throughput_speedup_analysis_name"
10873   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr-tsa"
10874   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10875   include:
10876     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10877     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10878     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10879     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10880     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10881     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10882   layout:
10883     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr"
10884     layout: "plot-throughput-speedup-analysis"
10885
10886 - type: "plot"
10887   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
10888   algorithm: "plot_throughput_speedup_analysis_name"
10889   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
10890   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10891   include:
10892     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
10893     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
10894     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
10895     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
10896     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10897     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
10898   layout:
10899     title: "2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr"
10900     layout: "plot-throughput-speedup-analysis"
10901
10902 - type: "plot"
10903   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
10904   algorithm: "plot_throughput_speedup_analysis_name"
10905   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
10906   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10907   include:
10908     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
10909     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
10910     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
10911     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
10912     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10913     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
10914   layout:
10915     title: "2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr"
10916     layout: "plot-throughput-speedup-analysis"
10917
10918 - type: "plot"
10919   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
10920   algorithm: "plot_throughput_speedup_analysis_name"
10921   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
10922   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10923   include:
10924     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
10925     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
10926     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
10927     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
10928   layout:
10929     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
10930     layout: "plot-throughput-speedup-analysis"
10931
10932 - type: "plot"
10933   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
10934   algorithm: "plot_throughput_speedup_analysis_name"
10935   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
10936   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10937   include:
10938     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
10939     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
10940     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
10941     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
10942   layout:
10943     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
10944     layout: "plot-throughput-speedup-analysis"
10945
10946 - type: "plot"
10947   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
10948   algorithm: "plot_throughput_speedup_analysis_name"
10949   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
10950   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10951   include:
10952     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
10953     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
10954     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
10955     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
10956     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10957   layout:
10958     title: "2n-skx-xxv710-64b-l2switching-base-i40e-ndr"
10959     layout: "plot-throughput-speedup-analysis"
10960
10961 - type: "plot"
10962   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
10963   algorithm: "plot_throughput_speedup_analysis_name"
10964   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
10965   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10966   include:
10967     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
10968     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
10969     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
10970     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
10971     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10972   layout:
10973     title: "2n-skx-xxv710-64b-l2switching-base-i40e-pdr"
10974     layout: "plot-throughput-speedup-analysis"
10975
10976 - type: "plot"
10977   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
10978   algorithm: "plot_throughput_speedup_analysis_name"
10979   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
10980   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10981   include:
10982     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10983     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
10984     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
10985     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
10986   layout:
10987     title: "2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr"
10988     layout: "plot-throughput-speedup-analysis"
10989
10990 - type: "plot"
10991   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
10992   algorithm: "plot_throughput_speedup_analysis_name"
10993   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
10994   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10995   include:
10996     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10997     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
10998     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
10999     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11000   layout:
11001     title: "2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr"
11002     layout: "plot-throughput-speedup-analysis"
11003
11004 - type: "plot"
11005   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr-tsa"
11006   algorithm: "plot_throughput_speedup_analysis_name"
11007   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr-tsa"
11008   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11009   include:
11010     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
11011     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
11012     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11013     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11014     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11015     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11016   layout:
11017     title: "3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr"
11018     layout: "plot-throughput-speedup-analysis"
11019
11020 - type: "plot"
11021   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr-tsa"
11022   algorithm: "plot_throughput_speedup_analysis_name"
11023   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr-tsa"
11024   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11025   include:
11026     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
11027     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
11028     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11029     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11030     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11031     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11032   layout:
11033     title: "3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr"
11034     layout: "plot-throughput-speedup-analysis"
11035
11036 - type: "plot"
11037   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
11038   algorithm: "plot_throughput_speedup_analysis_name"
11039   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
11040   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11041   include:
11042     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
11043     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
11044     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11045     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11046     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11047   layout:
11048     title: "3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr"
11049     layout: "plot-throughput-speedup-analysis"
11050
11051 - type: "plot"
11052   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
11053   algorithm: "plot_throughput_speedup_analysis_name"
11054   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
11055   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11056   include:
11057     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
11058     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
11059     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11060     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11061     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11062   layout:
11063     title: "3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr"
11064     layout: "plot-throughput-speedup-analysis"
11065
11066 - type: "plot"
11067   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
11068   algorithm: "plot_throughput_speedup_analysis_name"
11069   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
11070   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11071   include:
11072     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
11073     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
11074     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
11075   layout:
11076     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
11077     layout: "plot-throughput-speedup-analysis"
11078
11079 - type: "plot"
11080   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
11081   algorithm: "plot_throughput_speedup_analysis_name"
11082   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
11083   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11084   include:
11085     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
11086     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
11087     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
11088   layout:
11089     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
11090     layout: "plot-throughput-speedup-analysis"
11091
11092 - type: "plot"
11093   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
11094   algorithm: "plot_throughput_speedup_analysis_name"
11095   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
11096   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11097   include:
11098     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
11099     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11100     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11101     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11102   layout:
11103     title: "3n-skx-xxv710-64b-l2switching-base-i40e-ndr"
11104     layout: "plot-throughput-speedup-analysis"
11105
11106 - type: "plot"
11107   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
11108   algorithm: "plot_throughput_speedup_analysis_name"
11109   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
11110   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11111   include:
11112     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
11113     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11114     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11115     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11116   layout:
11117     title: "3n-skx-xxv710-64b-l2switching-base-i40e-pdr"
11118     layout: "plot-throughput-speedup-analysis"
11119
11120 - type: "plot"
11121   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
11122   algorithm: "plot_throughput_speedup_analysis_name"
11123   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
11124   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11125   include:
11126     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
11127     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11128     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11129     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
11130     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
11131     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11132   layout:
11133     title: "3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr"
11134     layout: "plot-throughput-speedup-analysis"
11135
11136 - type: "plot"
11137   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
11138   algorithm: "plot_throughput_speedup_analysis_name"
11139   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
11140   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11141   include:
11142     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
11143     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11144     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11145     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
11146     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
11147     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11148   layout:
11149     title: "3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr"
11150     layout: "plot-throughput-speedup-analysis"
11151
11152 - type: "plot"
11153   title: "Speedup: 3n-skx-xxv710-64b-feature-l2switching-base-i40e-ndr-tsa"
11154   algorithm: "plot_throughput_speedup_analysis_name"
11155   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-feature-l2switching-base-i40e-ndr-tsa"
11156   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11157   include:
11158     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11159     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11160     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11161     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11162     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11163     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11164   layout:
11165     title: "3n-skx-xxv710-64b-feature-l2switching-base-i40e-ndr"
11166     layout: "plot-throughput-speedup-analysis"
11167
11168 - type: "plot"
11169   title: "Speedup: 3n-skx-xxv710-64b-feature-l2switching-base-i40e-pdr-tsa"
11170   algorithm: "plot_throughput_speedup_analysis_name"
11171   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-feature-l2switching-base-i40e-pdr-tsa"
11172   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11173   include:
11174     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11175     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11176     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11177     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11178     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11179     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11180   layout:
11181     title: "3n-skx-xxv710-64b-feature-l2switching-base-i40e-pdr"
11182     layout: "plot-throughput-speedup-analysis"
11183
11184 - type: "plot"
11185   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
11186   algorithm: "plot_throughput_speedup_analysis_name"
11187   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
11188   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11189   include:
11190     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11191     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11192     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11193     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11194     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11195     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11196   layout:
11197     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-ndr"
11198     layout: "plot-throughput-speedup-analysis"
11199
11200 - type: "plot"
11201   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
11202   algorithm: "plot_throughput_speedup_analysis_name"
11203   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
11204   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11205   include:
11206     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11207     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11208     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11209     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11210     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11211     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11212   layout:
11213     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-pdr"
11214     layout: "plot-throughput-speedup-analysis"
11215
11216 - type: "plot"
11217   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
11218   algorithm: "plot_throughput_speedup_analysis_name"
11219   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
11220   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11221   include:
11222     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11223     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11224     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11225     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11226     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11227     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11228   layout:
11229     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-ndr"
11230     layout: "plot-throughput-speedup-analysis"
11231
11232 - type: "plot"
11233   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
11234   algorithm: "plot_throughput_speedup_analysis_name"
11235   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
11236   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11237   include:
11238     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11239     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11240     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11241     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11242     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11243     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11244   layout:
11245     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-pdr"
11246     layout: "plot-throughput-speedup-analysis"
11247
11248 - type: "plot"
11249   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
11250   algorithm: "plot_throughput_speedup_analysis_name"
11251   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
11252   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
11253   include:
11254     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11255     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11256     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11257     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11258   layout:
11259     title: "2n-skx-xxv710-64b-vhost-base-i40e-ndr"
11260     layout: "plot-throughput-speedup-analysis"
11261
11262 - type: "plot"
11263   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
11264   algorithm: "plot_throughput_speedup_analysis_name"
11265   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
11266   data: "plot-vpp-throughput-lat-tsa-2n-skx-vhost"
11267   include:
11268     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11269     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11270     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11271     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11272   layout:
11273     title: "2n-skx-xxv710-64b-vhost-base-i40e-pdr"
11274     layout: "plot-throughput-speedup-analysis"
11275
11276 - type: "plot"
11277   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-ndr-tsa"
11278   algorithm: "plot_throughput_speedup_analysis_name"
11279   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-ndr-tsa"
11280   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
11281   include:
11282     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11283     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11284     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11285     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11286   layout:
11287     title: "3n-hsw-xl710-64b-vhost-base-i40e-ndr"
11288     layout: "plot-throughput-speedup-analysis"
11289
11290 - type: "plot"
11291   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-pdr-tsa"
11292   algorithm: "plot_throughput_speedup_analysis_name"
11293   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-pdr-tsa"
11294   data: "plot-vpp-throughput-lat-tsa-3n-hsw-vhost"
11295   include:
11296     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11297     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11298     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11299     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11300   layout:
11301     title: "3n-hsw-xl710-64b-vhost-base-i40e-pdr"
11302     layout: "plot-throughput-speedup-analysis"
11303
11304 #- type: "plot"
11305 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
11306 #  algorithm: "plot_throughput_speedup_analysis_name"
11307 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
11308 #  data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
11309 #  include:
11310 #    - ""
11311 #  layout:
11312 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-i40e-ndr"
11313 #    layout: "plot-throughput-speedup-analysis"
11314 #
11315 #- type: "plot"
11316 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
11317 #  algorithm: "plot_throughput_speedup_analysis_name"
11318 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
11319 #  data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
11320 #  include:
11321 #    - ""
11322 #  layout:
11323 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-i40e-pdr"
11324 #    layout: "plot-throughput-speedup-analysis"
11325
11326 - type: "plot"
11327   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
11328   algorithm: "plot_throughput_speedup_analysis_name"
11329   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
11330   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11331   include:
11332     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11333     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11334     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11335     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11336     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11337   layout:
11338     title: "3n-skx-xxv710-64b-vhost-base-i40e-ndr"
11339     layout: "plot-throughput-speedup-analysis"
11340
11341 - type: "plot"
11342   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
11343   algorithm: "plot_throughput_speedup_analysis_name"
11344   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
11345   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
11346   include:
11347     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11348     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11349     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11350     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11351     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11352   layout:
11353     title: "3n-skx-xxv710-64b-vhost-base-i40e-pdr"
11354     layout: "plot-throughput-speedup-analysis"
11355
11356 - type: "plot"
11357   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
11358   algorithm: "plot_throughput_speedup_analysis_name"
11359   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
11360   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
11361   include:
11362     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11363     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11364     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11365     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11366     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11367     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11368   layout:
11369     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr"
11370     layout: "plot-throughput-speedup-analysis"
11371
11372 - type: "plot"
11373   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
11374   algorithm: "plot_throughput_speedup_analysis_name"
11375   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
11376   data: "plot-vpp-throughput-lat-tsa-3n-skx-vhost"
11377   include:
11378     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11379     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11380     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11381     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11382     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11383     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11384   layout:
11385     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr"
11386     layout: "plot-throughput-speedup-analysis"
11387
11388 - type: "plot"
11389   title: "Speedup: 3n-hsw-xl710-114b-vts-l2switching-base-i40e-ndr-tsa"
11390   algorithm: "plot_throughput_speedup_analysis_name"
11391   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-vts-l2switching-base-i40e-ndr-tsa"
11392   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11393   include:
11394     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
11395     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
11396     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
11397   layout:
11398     title: "3n-hsw-xl710-114b-vts-l2switching-base-i40e-ndr"
11399     layout: "plot-throughput-speedup-analysis"
11400
11401 - type: "plot"
11402   title: "Speedup: 3n-hsw-xl710-114b-vts-l2switching-base-i40e-pdr-tsa"
11403   algorithm: "plot_throughput_speedup_analysis_name"
11404   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-vts-l2switching-base-i40e-pdr-tsa"
11405   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11406   include:
11407     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
11408     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
11409     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
11410   layout:
11411     title: "3n-hsw-xl710-114b-vts-l2switching-base-i40e-pdr"
11412     layout: "plot-throughput-speedup-analysis"
11413
11414 - type: "plot"
11415   title: "Speedup: 3n-skx-xxv710-114b-vts-l2switching-base-i40e-ndr-tsa"
11416   algorithm: "plot_throughput_speedup_analysis_name"
11417   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-vts-l2switching-base-i40e-ndr-tsa"
11418   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11419   include:
11420     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
11421     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
11422     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
11423   layout:
11424     title: "3n-skx-xxv710-114b-vts-l2switching-base-i40e-ndr"
11425     layout: "plot-throughput-speedup-analysis"
11426
11427 - type: "plot"
11428   title: "Speedup: 3n-skx-xxv710-114b-vts-l2switching-base-i40e-pdr-tsa"
11429   algorithm: "plot_throughput_speedup_analysis_name"
11430   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-vts-l2switching-base-i40e-pdr-tsa"
11431   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11432   include:
11433     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
11434     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
11435     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
11436   layout:
11437     title: "3n-skx-xxv710-114b-vts-l2switching-base-i40e-pdr"
11438     layout: "plot-throughput-speedup-analysis"
11439
11440 - type: "plot"
11441   title: "Speedup: 3n-tsh-x520-64b-memif-base-i40e-ndr-tsa"
11442   algorithm: "plot_throughput_speedup_analysis_name"
11443   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-i40e-ndr-tsa"
11444   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11445   include:
11446     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11447     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11448     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11449     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11450     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11451   layout:
11452     title: "3n-tsh-x520-64b-memif-base-i40e-ndr"
11453     layout: "plot-throughput-speedup-analysis"
11454
11455 - type: "plot"
11456   title: "Speedup: 3n-tsh-x520-64b-memif-base-i40e-pdr-tsa"
11457   algorithm: "plot_throughput_speedup_analysis_name"
11458   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-i40e-pdr-tsa"
11459   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11460   include:
11461     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11462     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11463     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11464     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11465     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11466   layout:
11467     title: "3n-tsh-x520-64b-memif-base-i40e-pdr"
11468     layout: "plot-throughput-speedup-analysis"
11469
11470 - type: "plot"
11471   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-i40e-ndr-tsa"
11472   algorithm: "plot_throughput_speedup_analysis_name"
11473   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-i40e-ndr-tsa"
11474   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11475   include:
11476     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
11477     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11478     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
11479     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
11480     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
11481   layout:
11482     title: "3n-tsh-x520-64b-ip4routing-base-scale-i40e-ndr"
11483     layout: "plot-throughput-speedup-analysis"
11484
11485 - type: "plot"
11486   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-i40e-pdr-tsa"
11487   algorithm: "plot_throughput_speedup_analysis_name"
11488   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-i40e-pdr-tsa"
11489   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11490   include:
11491     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
11492     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11493     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
11494     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
11495     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
11496   layout:
11497     title: "3n-tsh-x520-64b-ip4routing-base-scale-i40e-pdr"
11498     layout: "plot-throughput-speedup-analysis"
11499
11500 - type: "plot"
11501   title: "Speedup: 3n-tsh-x520-64b-feature-ip4routing-base-i40e-ndr-tsa"
11502   algorithm: "plot_throughput_speedup_analysis_name"
11503   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-feature-ip4routing-base-i40e-ndr-tsa"
11504   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11505   include:
11506     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11507     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11508     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11509     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11510     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11511     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
11512   layout:
11513     title: "3n-tsh-x520-64b-feature-ip4routing-base-i40e-ndr"
11514     layout: "plot-throughput-speedup-analysis"
11515
11516 - type: "plot"
11517   title: "Speedup: 3n-tsh-x520-64b-feature-ip4routing-base-i40e-pdr-tsa"
11518   algorithm: "plot_throughput_speedup_analysis_name"
11519   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-feature-ip4routing-base-i40e-pdr-tsa"
11520   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11521   include:
11522     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11523     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11524     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11525     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11526     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11527     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
11528   layout:
11529     title: "3n-tsh-x520-64b-feature-ip4routing-base-i40e-pdr"
11530     layout: "plot-throughput-speedup-analysis"
11531
11532 - type: "plot"
11533   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-i40e-ndr-tsa"
11534   algorithm: "plot_throughput_speedup_analysis_name"
11535   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-i40e-ndr-tsa"
11536   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11537   include:
11538     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
11539     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11540     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11541     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11542   layout:
11543     title: "3n-tsh-x520-64b-ip4tunnel-base-i40e-ndr"
11544     layout: "plot-throughput-speedup-analysis"
11545
11546 - type: "plot"
11547   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-i40e-pdr-tsa"
11548   algorithm: "plot_throughput_speedup_analysis_name"
11549   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-i40e-pdr-tsa"
11550   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11551   include:
11552     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
11553     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11554     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11555     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11556   layout:
11557     title: "3n-tsh-x520-64b-ip4tunnel-base-i40e-pdr"
11558     layout: "plot-throughput-speedup-analysis"
11559
11560 - type: "plot"
11561   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-i40e-ndr-tsa"
11562   algorithm: "plot_throughput_speedup_analysis_name"
11563   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-i40e-ndr-tsa"
11564   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11565   include:
11566     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
11567     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
11568     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
11569     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
11570     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
11571   layout:
11572     title: "3n-tsh-x520-78b-ip6routing-base-scale-i40e-ndr"
11573     layout: "plot-throughput-speedup-analysis"
11574
11575 - type: "plot"
11576   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-i40e-pdr-tsa"
11577   algorithm: "plot_throughput_speedup_analysis_name"
11578   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-i40e-pdr-tsa"
11579   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11580   include:
11581     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
11582     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
11583     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
11584     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
11585     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
11586   layout:
11587     title: "3n-tsh-x520-78b-ip6routing-base-scale-i40e-pdr"
11588     layout: "plot-throughput-speedup-analysis"
11589
11590 - type: "plot"
11591   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
11592   algorithm: "plot_throughput_speedup_analysis_name"
11593   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
11594   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11595   include:
11596     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11597     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11598     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11599     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11600     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11601     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11602   layout:
11603     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr"
11604     layout: "plot-throughput-speedup-analysis"
11605
11606 - type: "plot"
11607   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
11608   algorithm: "plot_throughput_speedup_analysis_name"
11609   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
11610   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11611   include:
11612     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11613     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11614     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11615     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11616     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11617     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11618   layout:
11619     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr"
11620     layout: "plot-throughput-speedup-analysis"
11621
11622 - type: "plot"
11623   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-i40e-ndr-tsa"
11624   algorithm: "plot_throughput_speedup_analysis_name"
11625   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-i40e-ndr-tsa"
11626   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11627   include:
11628     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
11629     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11630     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11631     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11632   layout:
11633     title: "3n-tsh-x520-64b-l2switching-base-i40e-ndr"
11634     layout: "plot-throughput-speedup-analysis"
11635
11636 - type: "plot"
11637   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-i40e-pdr-tsa"
11638   algorithm: "plot_throughput_speedup_analysis_name"
11639   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-i40e-pdr-tsa"
11640   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11641   include:
11642     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
11643     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11644     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11645     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11646   layout:
11647     title: "3n-tsh-x520-64b-l2switching-base-i40e-pdr"
11648     layout: "plot-throughput-speedup-analysis"
11649
11650 - type: "plot"
11651   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-i40e-ndr-tsa"
11652   algorithm: "plot_throughput_speedup_analysis_name"
11653   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-i40e-ndr-tsa"
11654   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11655   include:
11656     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
11657     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11658     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11659     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
11660     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
11661     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11662   layout:
11663     title: "3n-tsh-x520-64b-l2switching-base-scale-i40e-ndr"
11664     layout: "plot-throughput-speedup-analysis"
11665
11666 - type: "plot"
11667   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-i40e-pdr-tsa"
11668   algorithm: "plot_throughput_speedup_analysis_name"
11669   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-i40e-pdr-tsa"
11670   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11671   include:
11672     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
11673     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11674     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11675     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
11676     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
11677     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11678   layout:
11679     title: "3n-tsh-x520-64b-l2switching-base-scale-i40e-pdr"
11680     layout: "plot-throughput-speedup-analysis"
11681
11682 - type: "plot"
11683   title: "Speedup: 3n-tsh-x520-64b-feature-l2switching-base-i40e-ndr-tsa"
11684   algorithm: "plot_throughput_speedup_analysis_name"
11685   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-feature-l2switching-base-i40e-ndr-tsa"
11686   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11687   include:
11688     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11689     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11690     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11691     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11692     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11693     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11694   layout:
11695     title: "3n-tsh-x520-64b-feature-l2switching-base-i40e-ndr"
11696     layout: "plot-throughput-speedup-analysis"
11697
11698 - type: "plot"
11699   title: "Speedup: 3n-tsh-x520-64b-feature-l2switching-base-i40e-pdr-tsa"
11700   algorithm: "plot_throughput_speedup_analysis_name"
11701   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-feature-l2switching-base-i40e-pdr-tsa"
11702   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11703   include:
11704     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11705     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11706     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11707     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11708     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11709     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11710   layout:
11711     title: "3n-tsh-x520-64b-feature-l2switching-base-i40e-pdr"
11712     layout: "plot-throughput-speedup-analysis"
11713
11714 - type: "plot"
11715   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-i40e-ndr-tsa"
11716   algorithm: "plot_throughput_speedup_analysis_name"
11717   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-i40e-ndr-tsa"
11718   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11719   include:
11720     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11721     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11722     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11723     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11724     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11725     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11726   layout:
11727     title: "3n-tsh-x520-78b-srv6-ip6routing-base-i40e-ndr"
11728     layout: "plot-throughput-speedup-analysis"
11729
11730 - type: "plot"
11731   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-i40e-pdr-tsa"
11732   algorithm: "plot_throughput_speedup_analysis_name"
11733   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-i40e-pdr-tsa"
11734   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11735   include:
11736     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11737     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11738     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11739     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11740     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11741     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11742   layout:
11743     title: "3n-tsh-x520-78b-srv6-ip6routing-base-i40e-pdr"
11744     layout: "plot-throughput-speedup-analysis"
11745
11746 - type: "plot"
11747   title: "Speedup: 3n-tsh-x520-64b-vhost-base-i40e-ndr-tsa"
11748   algorithm: "plot_throughput_speedup_analysis_name"
11749   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-i40e-ndr-tsa"
11750   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11751   include:
11752     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11753     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11754     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11755     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11756     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11757   layout:
11758     title: "3n-tsh-x520-64b-vhost-base-i40e-ndr"
11759     layout: "plot-throughput-speedup-analysis"
11760
11761 - type: "plot"
11762   title: "Speedup: 3n-tsh-x520-64b-vhost-base-i40e-pdr-tsa"
11763   algorithm: "plot_throughput_speedup_analysis_name"
11764   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-i40e-pdr-tsa"
11765   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11766   include:
11767     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11768     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11769     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11770     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11771     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11772   layout:
11773     title: "3n-tsh-x520-64b-vhost-base-i40e-pdr"
11774     layout: "plot-throughput-speedup-analysis"
11775
11776 - type: "plot"
11777   title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-i40e-ndr-tsa"
11778   algorithm: "plot_throughput_speedup_analysis_name"
11779   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-i40e-ndr-tsa"
11780   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11781   include:
11782     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11783     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11784     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11785     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11786     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11787     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11788   layout:
11789     title: "3n-tsh-x520-64b-link-bonding-vhost-base-i40e-ndr"
11790     layout: "plot-throughput-speedup-analysis"
11791
11792 - type: "plot"
11793   title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-i40e-pdr-tsa"
11794   algorithm: "plot_throughput_speedup_analysis_name"
11795   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-i40e-pdr-tsa"
11796   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11797   include:
11798     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11799     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11800     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11801     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11802     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11803     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11804   layout:
11805     title: "3n-tsh-x520-64b-link-bonding-vhost-base-i40e-pdr"
11806     layout: "plot-throughput-speedup-analysis"
11807
11808 - type: "plot"
11809   title: "Speedup: 3n-tsh-x520-114b-vts-l2switching-base-i40e-ndr-tsa"
11810   algorithm: "plot_throughput_speedup_analysis_name"
11811   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-vts-l2switching-base-i40e-ndr-tsa"
11812   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11813   include:
11814     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
11815     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
11816     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
11817   layout:
11818     title: "3n-tsh-x520-114b-vts-l2switching-base-i40e-ndr"
11819     layout: "plot-throughput-speedup-analysis"
11820
11821 - type: "plot"
11822   title: "Speedup: 3n-tsh-x520-114b-vts-l2switching-base-i40e-pdr-tsa"
11823   algorithm: "plot_throughput_speedup_analysis_name"
11824   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-vts-l2switching-base-i40e-pdr-tsa"
11825   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11826   include:
11827     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
11828     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
11829     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
11830   layout:
11831     title: "3n-tsh-x520-114b-vts-l2switching-base-i40e-pdr"
11832     layout: "plot-throughput-speedup-analysis"
11833
11834 ################################################################################
11835
11836 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
11837 - type: "plot"
11838   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
11839   algorithm: "plot_performance_box"
11840   output-file-type: ".html"
11841   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
11842   data: "plot-dpdk-throughput-latency-3n-hsw"
11843   filter: "'NIC_Intel-X520-DA2' and
11844            '64B' and
11845            'BASE' and
11846            'NDRPDR' and
11847            '1T1C' and
11848            'IP4FWD'"
11849   parameters:
11850   - "throughput"
11851   - "parent"
11852   - "tags"
11853   traces:
11854     hoverinfo: "x+y"
11855     boxpoints: "outliers"
11856     whiskerwidth: 0
11857   layout:
11858     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
11859     layout: "plot-throughput"
11860
11861 - type: "plot"
11862   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
11863   algorithm: "plot_performance_box"
11864   output-file-type: ".html"
11865   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
11866   data: "plot-dpdk-throughput-latency-3n-hsw"
11867   filter: "'NIC_Intel-X520-DA2' and
11868            '64B' and
11869            'BASE' and
11870            'NDRPDR' and
11871            '2T2C' and
11872            'IP4FWD'"
11873   parameters:
11874   - "throughput"
11875   - "parent"
11876   - "tags"
11877   traces:
11878     hoverinfo: "x+y"
11879     boxpoints: "outliers"
11880     whiskerwidth: 0
11881   layout:
11882     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
11883     layout: "plot-throughput"
11884
11885 - type: "plot"
11886   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
11887   algorithm: "plot_performance_box"
11888   output-file-type: ".html"
11889   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
11890   data: "plot-dpdk-throughput-latency-3n-hsw"
11891   filter: "'NIC_Intel-X520-DA2' and
11892            '64B' and
11893            'BASE' and
11894            'NDRPDR' and
11895            '1T1C' and
11896            'IP4FWD'"
11897   parameters:
11898   - "throughput"
11899   - "parent"
11900   - "tags"
11901   traces:
11902     hoverinfo: "x+y"
11903     boxpoints: "outliers"
11904     whiskerwidth: 0
11905   layout:
11906     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
11907     layout: "plot-throughput"
11908
11909 - type: "plot"
11910   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
11911   algorithm: "plot_performance_box"
11912   output-file-type: ".html"
11913   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
11914   data: "plot-dpdk-throughput-latency-3n-hsw"
11915   filter: "'NIC_Intel-X520-DA2' and
11916            '64B' and
11917            'BASE' and
11918            'NDRPDR' and
11919            '2T2C' and
11920            'IP4FWD'"
11921   parameters:
11922   - "throughput"
11923   - "parent"
11924   - "tags"
11925   traces:
11926     hoverinfo: "x+y"
11927     boxpoints: "outliers"
11928     whiskerwidth: 0
11929   layout:
11930     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
11931     layout: "plot-throughput"
11932
11933 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
11934 - type: "plot"
11935   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
11936   algorithm: "plot_performance_box"
11937   output-file-type: ".html"
11938   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
11939   data: "plot-dpdk-throughput-latency-3n-hsw"
11940   filter: "'NIC_Intel-X710' and
11941            '64B' and
11942            'BASE' and
11943            'NDRPDR' and
11944            '1T1C' and
11945            'IP4FWD'"
11946   parameters:
11947   - "throughput"
11948   - "parent"
11949   - "tags"
11950   traces:
11951     hoverinfo: "x+y"
11952     boxpoints: "outliers"
11953     whiskerwidth: 0
11954   layout:
11955     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
11956     layout: "plot-throughput"
11957
11958 - type: "plot"
11959   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
11960   algorithm: "plot_performance_box"
11961   output-file-type: ".html"
11962   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
11963   data: "plot-dpdk-throughput-latency-3n-hsw"
11964   filter: "'NIC_Intel-X710' and
11965            '64B' and
11966            'BASE' and
11967            'NDRPDR' and
11968            '2T2C' and
11969            'IP4FWD'"
11970   parameters:
11971   - "throughput"
11972   - "parent"
11973   - "tags"
11974   traces:
11975     hoverinfo: "x+y"
11976     boxpoints: "outliers"
11977     whiskerwidth: 0
11978   layout:
11979     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
11980     layout: "plot-throughput"
11981
11982 - type: "plot"
11983   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
11984   algorithm: "plot_performance_box"
11985   output-file-type: ".html"
11986   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
11987   data: "plot-dpdk-throughput-latency-3n-hsw"
11988   filter: "'NIC_Intel-X710' and
11989            '64B' and
11990            'BASE' and
11991            'NDRPDR' and
11992            '1T1C' and
11993            'IP4FWD'"
11994   parameters:
11995   - "throughput"
11996   - "parent"
11997   - "tags"
11998   traces:
11999     hoverinfo: "x+y"
12000     boxpoints: "outliers"
12001     whiskerwidth: 0
12002   layout:
12003     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
12004     layout: "plot-throughput"
12005
12006 - type: "plot"
12007   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
12008   algorithm: "plot_performance_box"
12009   output-file-type: ".html"
12010   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
12011   data: "plot-dpdk-throughput-latency-3n-hsw"
12012   filter: "'NIC_Intel-X710' and
12013            '64B' and
12014            'BASE' and
12015            'NDRPDR' and
12016            '2T2C' and
12017            'IP4FWD'"
12018   parameters:
12019   - "throughput"
12020   - "parent"
12021   - "tags"
12022   traces:
12023     hoverinfo: "x+y"
12024     boxpoints: "outliers"
12025     whiskerwidth: 0
12026   layout:
12027     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
12028     layout: "plot-throughput"
12029
12030 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
12031 - type: "plot"
12032   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
12033   algorithm: "plot_performance_box"
12034   output-file-type: ".html"
12035   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
12036   data: "plot-dpdk-throughput-latency-3n-hsw"
12037   filter: "'NIC_Intel-XL710' and
12038            '64B' and
12039            'BASE' and
12040            'NDRPDR' and
12041            '1T1C' and
12042            'IP4FWD'"
12043   parameters:
12044   - "throughput"
12045   - "parent"
12046   - "tags"
12047   traces:
12048     hoverinfo: "x+y"
12049     boxpoints: "outliers"
12050     whiskerwidth: 0
12051   layout:
12052     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
12053     layout: "plot-throughput"
12054
12055 - type: "plot"
12056   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
12057   algorithm: "plot_performance_box"
12058   output-file-type: ".html"
12059   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
12060   data: "plot-dpdk-throughput-latency-3n-hsw"
12061   filter: "'NIC_Intel-XL710' and
12062            '64B' and
12063            'BASE' and
12064            'NDRPDR' and
12065            '2T2C' and
12066            'IP4FWD'"
12067   parameters:
12068   - "throughput"
12069   - "parent"
12070   - "tags"
12071   traces:
12072     hoverinfo: "x+y"
12073     boxpoints: "outliers"
12074     whiskerwidth: 0
12075   layout:
12076     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
12077     layout: "plot-throughput"
12078
12079 - type: "plot"
12080   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
12081   algorithm: "plot_performance_box"
12082   output-file-type: ".html"
12083   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
12084   data: "plot-dpdk-throughput-latency-3n-hsw"
12085   filter: "'NIC_Intel-XL710' and
12086            '64B' and
12087            'BASE' and
12088            'NDRPDR' and
12089            '1T1C' and
12090            'IP4FWD'"
12091   parameters:
12092   - "throughput"
12093   - "parent"
12094   - "tags"
12095   traces:
12096     hoverinfo: "x+y"
12097     boxpoints: "outliers"
12098     whiskerwidth: 0
12099   layout:
12100     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
12101     layout: "plot-throughput"
12102
12103 - type: "plot"
12104   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
12105   algorithm: "plot_performance_box"
12106   output-file-type: ".html"
12107   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
12108   data: "plot-dpdk-throughput-latency-3n-hsw"
12109   filter: "'NIC_Intel-XL710' and
12110            '64B' and
12111            'BASE' and
12112            'NDRPDR' and
12113            '2T2C' and
12114            'IP4FWD'"
12115   parameters:
12116   - "throughput"
12117   - "parent"
12118   - "tags"
12119   traces:
12120     hoverinfo: "x+y"
12121     boxpoints: "outliers"
12122     whiskerwidth: 0
12123   layout:
12124     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
12125     layout: "plot-throughput"
12126
12127 # Packet Throughput - DPDK l3fwd 3n-skx-x710
12128 - type: "plot"
12129   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
12130   algorithm: "plot_performance_box"
12131   output-file-type: ".html"
12132   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
12133   data: "plot-dpdk-throughput-latency-3n-skx"
12134   filter: "'NIC_Intel-X710' and
12135            '64B' and
12136            'BASE' and
12137            'NDRPDR' and
12138            '2T1C' and
12139            'IP4FWD'"
12140   parameters:
12141   - "throughput"
12142   - "parent"
12143   - "tags"
12144   traces:
12145     hoverinfo: "x+y"
12146     boxpoints: "outliers"
12147     whiskerwidth: 0
12148   layout:
12149     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
12150     layout: "plot-throughput"
12151
12152 - type: "plot"
12153   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
12154   algorithm: "plot_performance_box"
12155   output-file-type: ".html"
12156   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
12157   data: "plot-dpdk-throughput-latency-3n-skx"
12158   filter: "'NIC_Intel-X710' and
12159            '64B' and
12160            'BASE' and
12161            'NDRPDR' and
12162            '4T2C' and
12163            'IP4FWD'"
12164   parameters:
12165   - "throughput"
12166   - "parent"
12167   - "tags"
12168   traces:
12169     hoverinfo: "x+y"
12170     boxpoints: "outliers"
12171     whiskerwidth: 0
12172   layout:
12173     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
12174     layout: "plot-throughput"
12175
12176 - type: "plot"
12177   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
12178   algorithm: "plot_performance_box"
12179   output-file-type: ".html"
12180   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
12181   data: "plot-dpdk-throughput-latency-3n-skx"
12182   filter: "'NIC_Intel-X710' and
12183            '64B' and
12184            'BASE' and
12185            'NDRPDR' and
12186            '2T1C' and
12187            'IP4FWD'"
12188   parameters:
12189   - "throughput"
12190   - "parent"
12191   - "tags"
12192   traces:
12193     hoverinfo: "x+y"
12194     boxpoints: "outliers"
12195     whiskerwidth: 0
12196   layout:
12197     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
12198     layout: "plot-throughput"
12199
12200 - type: "plot"
12201   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
12202   algorithm: "plot_performance_box"
12203   output-file-type: ".html"
12204   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
12205   data: "plot-dpdk-throughput-latency-3n-skx"
12206   filter: "'NIC_Intel-X710' and
12207            '64B' and
12208            'BASE' and
12209            'NDRPDR' and
12210            '4T2C' and
12211            'IP4FWD'"
12212   parameters:
12213   - "throughput"
12214   - "parent"
12215   - "tags"
12216   traces:
12217     hoverinfo: "x+y"
12218     boxpoints: "outliers"
12219     whiskerwidth: 0
12220   layout:
12221     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
12222     layout: "plot-throughput"
12223
12224 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
12225 - type: "plot"
12226   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
12227   algorithm: "plot_performance_box"
12228   output-file-type: ".html"
12229   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
12230   data: "plot-dpdk-throughput-latency-3n-skx"
12231   filter: "'NIC_Intel-XXV710' and
12232            '64B' and
12233            'BASE' and
12234            'NDRPDR' and
12235            '2T1C' and
12236            'IP4FWD'"
12237   parameters:
12238   - "throughput"
12239   - "parent"
12240   - "tags"
12241   traces:
12242     hoverinfo: "x+y"
12243     boxpoints: "outliers"
12244     whiskerwidth: 0
12245   layout:
12246     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
12247     layout: "plot-throughput"
12248
12249 - type: "plot"
12250   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
12251   algorithm: "plot_performance_box"
12252   output-file-type: ".html"
12253   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
12254   data: "plot-dpdk-throughput-latency-3n-skx"
12255   filter: "'NIC_Intel-XXV710' and
12256            '64B' and
12257            'BASE' and
12258            'NDRPDR' and
12259            '4T2C' and
12260            'IP4FWD'"
12261   parameters:
12262   - "throughput"
12263   - "parent"
12264   - "tags"
12265   traces:
12266     hoverinfo: "x+y"
12267     boxpoints: "outliers"
12268     whiskerwidth: 0
12269   layout:
12270     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
12271     layout: "plot-throughput"
12272
12273 - type: "plot"
12274   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
12275   algorithm: "plot_performance_box"
12276   output-file-type: ".html"
12277   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
12278   data: "plot-dpdk-throughput-latency-3n-skx"
12279   filter: "'NIC_Intel-XXV710' and
12280            '64B' and
12281            'BASE' and
12282            'NDRPDR' and
12283            '2T1C' and
12284            'IP4FWD'"
12285   parameters:
12286   - "throughput"
12287   - "parent"
12288   - "tags"
12289   traces:
12290     hoverinfo: "x+y"
12291     boxpoints: "outliers"
12292     whiskerwidth: 0
12293   layout:
12294     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
12295     layout: "plot-throughput"
12296
12297 - type: "plot"
12298   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
12299   algorithm: "plot_performance_box"
12300   output-file-type: ".html"
12301   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
12302   data: "plot-dpdk-throughput-latency-3n-skx"
12303   filter: "'NIC_Intel-XXV710' and
12304            '64B' and
12305            'BASE' and
12306            'NDRPDR' and
12307            '4T2C' and
12308            'IP4FWD'"
12309   parameters:
12310   - "throughput"
12311   - "parent"
12312   - "tags"
12313   traces:
12314     hoverinfo: "x+y"
12315     boxpoints: "outliers"
12316     whiskerwidth: 0
12317   layout:
12318     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
12319     layout: "plot-throughput"
12320
12321 # Packet Throughput - DPDK l3fwd 2n-skx-x710
12322 - type: "plot"
12323   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
12324   algorithm: "plot_performance_box"
12325   output-file-type: ".html"
12326   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
12327   data: "plot-dpdk-throughput-latency-2n-skx"
12328   filter: "'NIC_Intel-X710' and
12329            '64B' and
12330            'BASE' and
12331            'NDRPDR' and
12332            '2T1C' and
12333            'IP4FWD'"
12334   parameters:
12335   - "throughput"
12336   - "parent"
12337   - "tags"
12338   traces:
12339     hoverinfo: "x+y"
12340     boxpoints: "outliers"
12341     whiskerwidth: 0
12342   layout:
12343     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
12344     layout: "plot-throughput"
12345
12346 - type: "plot"
12347   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
12348   algorithm: "plot_performance_box"
12349   output-file-type: ".html"
12350   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
12351   data: "plot-dpdk-throughput-latency-2n-skx"
12352   filter: "'NIC_Intel-X710' and
12353            '64B' and
12354            'BASE' and
12355            'NDRPDR' and
12356            '4T2C' and
12357            'IP4FWD'"
12358   parameters:
12359   - "throughput"
12360   - "parent"
12361   - "tags"
12362   traces:
12363     hoverinfo: "x+y"
12364     boxpoints: "outliers"
12365     whiskerwidth: 0
12366   layout:
12367     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
12368     layout: "plot-throughput"
12369
12370 - type: "plot"
12371   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
12372   algorithm: "plot_performance_box"
12373   output-file-type: ".html"
12374   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
12375   data: "plot-dpdk-throughput-latency-2n-skx"
12376   filter: "'NIC_Intel-X710' and
12377            '64B' and
12378            'BASE' and
12379            'NDRPDR' and
12380            '2T1C' and
12381            'IP4FWD'"
12382   parameters:
12383   - "throughput"
12384   - "parent"
12385   - "tags"
12386   traces:
12387     hoverinfo: "x+y"
12388     boxpoints: "outliers"
12389     whiskerwidth: 0
12390   layout:
12391     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
12392     layout: "plot-throughput"
12393
12394 - type: "plot"
12395   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
12396   algorithm: "plot_performance_box"
12397   output-file-type: ".html"
12398   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
12399   data: "plot-dpdk-throughput-latency-2n-skx"
12400   filter: "'NIC_Intel-X710' and
12401            '64B' and
12402            'BASE' and
12403            'NDRPDR' and
12404            '4T2C' and
12405            'IP4FWD'"
12406   parameters:
12407   - "throughput"
12408   - "parent"
12409   - "tags"
12410   traces:
12411     hoverinfo: "x+y"
12412     boxpoints: "outliers"
12413     whiskerwidth: 0
12414   layout:
12415     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
12416     layout: "plot-throughput"
12417
12418 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
12419 - type: "plot"
12420   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
12421   algorithm: "plot_performance_box"
12422   output-file-type: ".html"
12423   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
12424   data: "plot-dpdk-throughput-latency-2n-skx"
12425   filter: "'NIC_Intel-XXV710' and
12426            '64B' and
12427            'BASE' and
12428            'NDRPDR' and
12429            '2T1C' and
12430            'IP4FWD'"
12431   parameters:
12432   - "throughput"
12433   - "parent"
12434   - "tags"
12435   traces:
12436     hoverinfo: "x+y"
12437     boxpoints: "outliers"
12438     whiskerwidth: 0
12439   layout:
12440     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
12441     layout: "plot-throughput"
12442
12443 - type: "plot"
12444   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
12445   algorithm: "plot_performance_box"
12446   output-file-type: ".html"
12447   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
12448   data: "plot-dpdk-throughput-latency-2n-skx"
12449   filter: "'NIC_Intel-XXV710' and
12450            '64B' and
12451            'BASE' and
12452            'NDRPDR' and
12453            '4T2C' and
12454            'IP4FWD'"
12455   parameters:
12456   - "throughput"
12457   - "parent"
12458   - "tags"
12459   traces:
12460     hoverinfo: "x+y"
12461     boxpoints: "outliers"
12462     whiskerwidth: 0
12463   layout:
12464     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
12465     layout: "plot-throughput"
12466
12467 - type: "plot"
12468   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
12469   algorithm: "plot_performance_box"
12470   output-file-type: ".html"
12471   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
12472   data: "plot-dpdk-throughput-latency-2n-skx"
12473   filter: "'NIC_Intel-XXV710' and
12474            '64B' and
12475            'BASE' and
12476            'NDRPDR' and
12477            '2T1C' and
12478            'IP4FWD'"
12479   parameters:
12480   - "throughput"
12481   - "parent"
12482   - "tags"
12483   traces:
12484     hoverinfo: "x+y"
12485     boxpoints: "outliers"
12486     whiskerwidth: 0
12487   layout:
12488     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
12489     layout: "plot-throughput"
12490
12491 - type: "plot"
12492   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
12493   algorithm: "plot_performance_box"
12494   output-file-type: ".html"
12495   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
12496   data: "plot-dpdk-throughput-latency-2n-skx"
12497   filter: "'NIC_Intel-XXV710' and
12498            '64B' and
12499            'BASE' and
12500            'NDRPDR' and
12501            '4T2C' and
12502            'IP4FWD'"
12503   parameters:
12504   - "throughput"
12505   - "parent"
12506   - "tags"
12507   traces:
12508     hoverinfo: "x+y"
12509     boxpoints: "outliers"
12510     whiskerwidth: 0
12511   layout:
12512     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
12513     layout: "plot-throughput"
12514
12515 ################################################################################
12516
12517 # Packet Throughput - DPDK testpmd 3n-hsw-x520
12518 - type: "plot"
12519   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
12520   algorithm: "plot_performance_box"
12521   output-file-type: ".html"
12522   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
12523   data: "plot-dpdk-throughput-latency-3n-hsw"
12524   filter: "'NIC_Intel-X520-DA2' and
12525            '64B' and
12526            'BASE' and
12527            'NDRPDR' and
12528            '1T1C' and
12529            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12530   parameters:
12531   - "throughput"
12532   - "parent"
12533   - "tags"
12534   traces:
12535     hoverinfo: "x+y"
12536     boxpoints: "outliers"
12537     whiskerwidth: 0
12538   layout:
12539     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
12540     layout: "plot-throughput"
12541
12542 - type: "plot"
12543   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
12544   algorithm: "plot_performance_box"
12545   output-file-type: ".html"
12546   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
12547   data: "plot-dpdk-throughput-latency-3n-hsw"
12548   filter: "'NIC_Intel-X520-DA2' and
12549            '64B' and
12550            'BASE' and
12551            'NDRPDR' and
12552            '2T2C' and
12553            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12554   parameters:
12555   - "throughput"
12556   - "parent"
12557   - "tags"
12558   traces:
12559     hoverinfo: "x+y"
12560     boxpoints: "outliers"
12561     whiskerwidth: 0
12562   layout:
12563     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
12564     layout: "plot-throughput"
12565
12566 - type: "plot"
12567   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
12568   algorithm: "plot_performance_box"
12569   output-file-type: ".html"
12570   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
12571   data: "plot-dpdk-throughput-latency-3n-hsw"
12572   filter: "'NIC_Intel-X520-DA2' and
12573            '64B' and
12574            'BASE' and
12575            'NDRPDR' and
12576            '1T1C' and
12577            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12578   parameters:
12579   - "throughput"
12580   - "parent"
12581   - "tags"
12582   traces:
12583     hoverinfo: "x+y"
12584     boxpoints: "outliers"
12585     whiskerwidth: 0
12586   layout:
12587     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
12588     layout: "plot-throughput"
12589
12590 - type: "plot"
12591   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
12592   algorithm: "plot_performance_box"
12593   output-file-type: ".html"
12594   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
12595   data: "plot-dpdk-throughput-latency-3n-hsw"
12596   filter: "'NIC_Intel-X520-DA2' and
12597            '64B' and
12598            'BASE' and
12599            'NDRPDR' and
12600            '2T2C' and
12601            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12602   parameters:
12603   - "throughput"
12604   - "parent"
12605   - "tags"
12606   traces:
12607     hoverinfo: "x+y"
12608     boxpoints: "outliers"
12609     whiskerwidth: 0
12610   layout:
12611     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
12612     layout: "plot-throughput"
12613
12614 # Packet Throughput - DPDK testpmd 3n-hsw-x710
12615 - type: "plot"
12616   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
12617   algorithm: "plot_performance_box"
12618   output-file-type: ".html"
12619   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
12620   data: "plot-dpdk-throughput-latency-3n-hsw"
12621   filter: "'NIC_Intel-X710' and
12622            '64B' and
12623            'BASE' and
12624            'NDRPDR' and
12625            '1T1C' and
12626            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12627   parameters:
12628   - "throughput"
12629   - "parent"
12630   - "tags"
12631   traces:
12632     hoverinfo: "x+y"
12633     boxpoints: "outliers"
12634     whiskerwidth: 0
12635   layout:
12636     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
12637     layout: "plot-throughput"
12638
12639 - type: "plot"
12640   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
12641   algorithm: "plot_performance_box"
12642   output-file-type: ".html"
12643   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
12644   data: "plot-dpdk-throughput-latency-3n-hsw"
12645   filter: "'NIC_Intel-X710' and
12646            '64B' and
12647            'BASE' and
12648            'NDRPDR' and
12649            '2T2C' and
12650            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12651   parameters:
12652   - "throughput"
12653   - "parent"
12654   - "tags"
12655   traces:
12656     hoverinfo: "x+y"
12657     boxpoints: "outliers"
12658     whiskerwidth: 0
12659   layout:
12660     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
12661     layout: "plot-throughput"
12662
12663 - type: "plot"
12664   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
12665   algorithm: "plot_performance_box"
12666   output-file-type: ".html"
12667   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
12668   data: "plot-dpdk-throughput-latency-3n-hsw"
12669   filter: "'NIC_Intel-X710' and
12670            '64B' and
12671            'BASE' and
12672            'NDRPDR' and
12673            '1T1C' and
12674            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12675   parameters:
12676   - "throughput"
12677   - "parent"
12678   - "tags"
12679   traces:
12680     hoverinfo: "x+y"
12681     boxpoints: "outliers"
12682     whiskerwidth: 0
12683   layout:
12684     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
12685     layout: "plot-throughput"
12686
12687 - type: "plot"
12688   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
12689   algorithm: "plot_performance_box"
12690   output-file-type: ".html"
12691   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
12692   data: "plot-dpdk-throughput-latency-3n-hsw"
12693   filter: "'NIC_Intel-X710' and
12694            '64B' and
12695            'BASE' and
12696            'NDRPDR' and
12697            '2T2C' and
12698            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12699   parameters:
12700   - "throughput"
12701   - "parent"
12702   - "tags"
12703   traces:
12704     hoverinfo: "x+y"
12705     boxpoints: "outliers"
12706     whiskerwidth: 0
12707   layout:
12708     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
12709     layout: "plot-throughput"
12710
12711 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
12712 - type: "plot"
12713   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
12714   algorithm: "plot_performance_box"
12715   output-file-type: ".html"
12716   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
12717   data: "plot-dpdk-throughput-latency-3n-hsw"
12718   filter: "'NIC_Intel-XL710' and
12719            '64B' and
12720            'BASE' and
12721            'NDRPDR' and
12722            '1T1C' and
12723            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12724   parameters:
12725   - "throughput"
12726   - "parent"
12727   - "tags"
12728   traces:
12729     hoverinfo: "x+y"
12730     boxpoints: "outliers"
12731     whiskerwidth: 0
12732   layout:
12733     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
12734     layout: "plot-throughput"
12735
12736 - type: "plot"
12737   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
12738   algorithm: "plot_performance_box"
12739   output-file-type: ".html"
12740   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
12741   data: "plot-dpdk-throughput-latency-3n-hsw"
12742   filter: "'NIC_Intel-XL710' and
12743            '64B' and
12744            'BASE' and
12745            'NDRPDR' and
12746            '2T2C' and
12747            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12748   parameters:
12749   - "throughput"
12750   - "parent"
12751   - "tags"
12752   traces:
12753     hoverinfo: "x+y"
12754     boxpoints: "outliers"
12755     whiskerwidth: 0
12756   layout:
12757     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
12758     layout: "plot-throughput"
12759
12760 - type: "plot"
12761   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
12762   algorithm: "plot_performance_box"
12763   output-file-type: ".html"
12764   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
12765   data: "plot-dpdk-throughput-latency-3n-hsw"
12766   filter: "'NIC_Intel-XL710' and
12767            '64B' and
12768            'BASE' and
12769            'NDRPDR' and
12770            '1T1C' and
12771            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12772   parameters:
12773   - "throughput"
12774   - "parent"
12775   - "tags"
12776   traces:
12777     hoverinfo: "x+y"
12778     boxpoints: "outliers"
12779     whiskerwidth: 0
12780   layout:
12781     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
12782     layout: "plot-throughput"
12783
12784 - type: "plot"
12785   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
12786   algorithm: "plot_performance_box"
12787   output-file-type: ".html"
12788   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
12789   data: "plot-dpdk-throughput-latency-3n-hsw"
12790   filter: "'NIC_Intel-XL710' and
12791            '64B' and
12792            'BASE' and
12793            'NDRPDR' and
12794            '2T2C' and
12795            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12796   parameters:
12797   - "throughput"
12798   - "parent"
12799   - "tags"
12800   traces:
12801     hoverinfo: "x+y"
12802     boxpoints: "outliers"
12803     whiskerwidth: 0
12804   layout:
12805     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
12806     layout: "plot-throughput"
12807
12808 # Packet Throughput - DPDK testpmd 3n-skx-x710
12809 - type: "plot"
12810   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
12811   algorithm: "plot_performance_box"
12812   output-file-type: ".html"
12813   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
12814   data: "plot-dpdk-throughput-latency-3n-skx"
12815   filter: "'NIC_Intel-X710' and
12816            '64B' and
12817            'BASE' and
12818            'NDRPDR' and
12819            '2T1C' and
12820            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12821   parameters:
12822   - "throughput"
12823   - "parent"
12824   - "tags"
12825   traces:
12826     hoverinfo: "x+y"
12827     boxpoints: "outliers"
12828     whiskerwidth: 0
12829   layout:
12830     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
12831     layout: "plot-throughput"
12832
12833 - type: "plot"
12834   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
12835   algorithm: "plot_performance_box"
12836   output-file-type: ".html"
12837   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
12838   data: "plot-dpdk-throughput-latency-3n-skx"
12839   filter: "'NIC_Intel-X710' and
12840            '64B' and
12841            'BASE' and
12842            'NDRPDR' and
12843            '4T2C' and
12844            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12845   parameters:
12846   - "throughput"
12847   - "parent"
12848   - "tags"
12849   traces:
12850     hoverinfo: "x+y"
12851     boxpoints: "outliers"
12852     whiskerwidth: 0
12853   layout:
12854     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
12855     layout: "plot-throughput"
12856
12857 - type: "plot"
12858   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
12859   algorithm: "plot_performance_box"
12860   output-file-type: ".html"
12861   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
12862   data: "plot-dpdk-throughput-latency-3n-skx"
12863   filter: "'NIC_Intel-X710' and
12864            '64B' and
12865            'BASE' and
12866            'NDRPDR' and
12867            '2T1C' and
12868            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12869   parameters:
12870   - "throughput"
12871   - "parent"
12872   - "tags"
12873   traces:
12874     hoverinfo: "x+y"
12875     boxpoints: "outliers"
12876     whiskerwidth: 0
12877   layout:
12878     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
12879     layout: "plot-throughput"
12880
12881 - type: "plot"
12882   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
12883   algorithm: "plot_performance_box"
12884   output-file-type: ".html"
12885   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
12886   data: "plot-dpdk-throughput-latency-3n-skx"
12887   filter: "'NIC_Intel-X710' and
12888            '64B' and
12889            'BASE' and
12890            'NDRPDR' and
12891            '4T2C' and
12892            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12893   parameters:
12894   - "throughput"
12895   - "parent"
12896   - "tags"
12897   traces:
12898     hoverinfo: "x+y"
12899     boxpoints: "outliers"
12900     whiskerwidth: 0
12901   layout:
12902     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
12903     layout: "plot-throughput"
12904
12905 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
12906 - type: "plot"
12907   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
12908   algorithm: "plot_performance_box"
12909   output-file-type: ".html"
12910   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
12911   data: "plot-dpdk-throughput-latency-3n-skx"
12912   filter: "'NIC_Intel-XXV710' and
12913            '64B' and
12914            'BASE' and
12915            'NDRPDR' and
12916            '2T1C' and
12917            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12918   parameters:
12919   - "throughput"
12920   - "parent"
12921   - "tags"
12922   traces:
12923     hoverinfo: "x+y"
12924     boxpoints: "outliers"
12925     whiskerwidth: 0
12926   layout:
12927     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
12928     layout: "plot-throughput"
12929
12930 - type: "plot"
12931   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
12932   algorithm: "plot_performance_box"
12933   output-file-type: ".html"
12934   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
12935   data: "plot-dpdk-throughput-latency-3n-skx"
12936   filter: "'NIC_Intel-XXV710' and
12937            '64B' and
12938            'BASE' and
12939            'NDRPDR' and
12940            '4T2C' and
12941            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12942   parameters:
12943   - "throughput"
12944   - "parent"
12945   - "tags"
12946   traces:
12947     hoverinfo: "x+y"
12948     boxpoints: "outliers"
12949     whiskerwidth: 0
12950   layout:
12951     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
12952     layout: "plot-throughput"
12953
12954 - type: "plot"
12955   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
12956   algorithm: "plot_performance_box"
12957   output-file-type: ".html"
12958   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
12959   data: "plot-dpdk-throughput-latency-3n-skx"
12960   filter: "'NIC_Intel-XXV710' and
12961            '64B' and
12962            'BASE' and
12963            'NDRPDR' and
12964            '2T1C' and
12965            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12966   parameters:
12967   - "throughput"
12968   - "parent"
12969   - "tags"
12970   traces:
12971     hoverinfo: "x+y"
12972     boxpoints: "outliers"
12973     whiskerwidth: 0
12974   layout:
12975     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
12976     layout: "plot-throughput"
12977
12978 - type: "plot"
12979   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
12980   algorithm: "plot_performance_box"
12981   output-file-type: ".html"
12982   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
12983   data: "plot-dpdk-throughput-latency-3n-skx"
12984   filter: "'NIC_Intel-XXV710' and
12985            '64B' and
12986            'BASE' and
12987            'NDRPDR' and
12988            '4T2C' and
12989            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12990   parameters:
12991   - "throughput"
12992   - "parent"
12993   - "tags"
12994   traces:
12995     hoverinfo: "x+y"
12996     boxpoints: "outliers"
12997     whiskerwidth: 0
12998   layout:
12999     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
13000     layout: "plot-throughput"
13001
13002 # Packet Throughput - DPDK testpmd 2n-skx-x710
13003 - type: "plot"
13004   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
13005   algorithm: "plot_performance_box"
13006   output-file-type: ".html"
13007   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
13008   data: "plot-dpdk-throughput-latency-2n-skx"
13009   filter: "'NIC_Intel-X710' and
13010            '64B' and
13011            'BASE' and
13012            'NDRPDR' and
13013            '2T1C' and
13014            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13015   parameters:
13016   - "throughput"
13017   - "parent"
13018   - "tags"
13019   traces:
13020     hoverinfo: "x+y"
13021     boxpoints: "outliers"
13022     whiskerwidth: 0
13023   layout:
13024     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
13025     layout: "plot-throughput"
13026
13027 - type: "plot"
13028   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
13029   algorithm: "plot_performance_box"
13030   output-file-type: ".html"
13031   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
13032   data: "plot-dpdk-throughput-latency-2n-skx"
13033   filter: "'NIC_Intel-X710' and
13034            '64B' and
13035            'BASE' and
13036            'NDRPDR' and
13037            '4T2C' and
13038            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13039   parameters:
13040   - "throughput"
13041   - "parent"
13042   - "tags"
13043   traces:
13044     hoverinfo: "x+y"
13045     boxpoints: "outliers"
13046     whiskerwidth: 0
13047   layout:
13048     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
13049     layout: "plot-throughput"
13050
13051 - type: "plot"
13052   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
13053   algorithm: "plot_performance_box"
13054   output-file-type: ".html"
13055   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
13056   data: "plot-dpdk-throughput-latency-2n-skx"
13057   filter: "'NIC_Intel-X710' and
13058            '64B' and
13059            'BASE' and
13060            'NDRPDR' and
13061            '2T1C' and
13062            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13063   parameters:
13064   - "throughput"
13065   - "parent"
13066   - "tags"
13067   traces:
13068     hoverinfo: "x+y"
13069     boxpoints: "outliers"
13070     whiskerwidth: 0
13071   layout:
13072     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
13073     layout: "plot-throughput"
13074
13075 - type: "plot"
13076   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
13077   algorithm: "plot_performance_box"
13078   output-file-type: ".html"
13079   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
13080   data: "plot-dpdk-throughput-latency-2n-skx"
13081   filter: "'NIC_Intel-X710' and
13082            '64B' and
13083            'BASE' and
13084            'NDRPDR' and
13085            '4T2C' and
13086            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13087   parameters:
13088   - "throughput"
13089   - "parent"
13090   - "tags"
13091   traces:
13092     hoverinfo: "x+y"
13093     boxpoints: "outliers"
13094     whiskerwidth: 0
13095   layout:
13096     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
13097     layout: "plot-throughput"
13098
13099 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
13100 - type: "plot"
13101   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
13102   algorithm: "plot_performance_box"
13103   output-file-type: ".html"
13104   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
13105   data: "plot-dpdk-throughput-latency-2n-skx"
13106   filter: "'NIC_Intel-XXV710' and
13107            '64B' and
13108            'BASE' and
13109            'NDRPDR' and
13110            '2T1C' and
13111            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13112   parameters:
13113   - "throughput"
13114   - "parent"
13115   - "tags"
13116   traces:
13117     hoverinfo: "x+y"
13118     boxpoints: "outliers"
13119     whiskerwidth: 0
13120   layout:
13121     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
13122     layout: "plot-throughput"
13123
13124 - type: "plot"
13125   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
13126   algorithm: "plot_performance_box"
13127   output-file-type: ".html"
13128   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
13129   data: "plot-dpdk-throughput-latency-2n-skx"
13130   filter: "'NIC_Intel-XXV710' and
13131            '64B' and
13132            'BASE' and
13133            'NDRPDR' and
13134            '4T2C' and
13135            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13136   parameters:
13137   - "throughput"
13138   - "parent"
13139   - "tags"
13140   traces:
13141     hoverinfo: "x+y"
13142     boxpoints: "outliers"
13143     whiskerwidth: 0
13144   layout:
13145     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
13146     layout: "plot-throughput"
13147
13148 - type: "plot"
13149   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
13150   algorithm: "plot_performance_box"
13151   output-file-type: ".html"
13152   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
13153   data: "plot-dpdk-throughput-latency-2n-skx"
13154   filter: "'NIC_Intel-XXV710' and
13155            '64B' and
13156            'BASE' and
13157            'NDRPDR' and
13158            '2T1C' and
13159            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13160   parameters:
13161   - "throughput"
13162   - "parent"
13163   - "tags"
13164   traces:
13165     hoverinfo: "x+y"
13166     boxpoints: "outliers"
13167     whiskerwidth: 0
13168   layout:
13169     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
13170     layout: "plot-throughput"
13171
13172 - type: "plot"
13173   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
13174   algorithm: "plot_performance_box"
13175   output-file-type: ".html"
13176   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
13177   data: "plot-dpdk-throughput-latency-2n-skx"
13178   filter: "'NIC_Intel-XXV710' and
13179            '64B' and
13180            'BASE' and
13181            'NDRPDR' and
13182            '4T2C' and
13183            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13184   parameters:
13185   - "throughput"
13186   - "parent"
13187   - "tags"
13188   traces:
13189     hoverinfo: "x+y"
13190     boxpoints: "outliers"
13191     whiskerwidth: 0
13192   layout:
13193     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
13194     layout: "plot-throughput"
13195
13196 ################################################################################
13197
13198 # Packet Latency - DPDK l3fwd 3n-hsw-x520
13199 - type: "plot"
13200   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
13201   algorithm: "plot_latency_error_bars"
13202   output-file-type: ".html"
13203   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
13204   data: "plot-dpdk-throughput-latency-3n-hsw"
13205   filter: "'NIC_Intel-X520-DA2' and
13206            '64B' and
13207            'BASE' and
13208            'NDRPDR' and
13209            '1T1C' and
13210            'IP4FWD'"
13211   parameters:
13212   - "latency"
13213   - "parent"
13214   - "tags"
13215   layout:
13216     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
13217     layout: "plot-latency"
13218
13219 - type: "plot"
13220   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
13221   algorithm: "plot_latency_error_bars"
13222   output-file-type: ".html"
13223   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
13224   data: "plot-dpdk-throughput-latency-3n-hsw"
13225   filter: "'NIC_Intel-X520-DA2' and
13226            '64B' and
13227            'BASE' and
13228            'NDRPDR' and
13229            '2T2C' and
13230            'IP4FWD'"
13231   parameters:
13232   - "latency"
13233   - "parent"
13234   - "tags"
13235   layout:
13236     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
13237     layout: "plot-latency"
13238
13239 # Packet Latency - DPDK l3fwd 3n-hsw-x710
13240 - type: "plot"
13241   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
13242   algorithm: "plot_latency_error_bars"
13243   output-file-type: ".html"
13244   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
13245   data: "plot-dpdk-throughput-latency-3n-hsw"
13246   filter: "'NIC_Intel-X710' and
13247            '64B' and
13248            'BASE' and
13249            'NDRPDR' and
13250            '1T1C' and
13251            'IP4FWD'"
13252   parameters:
13253   - "latency"
13254   - "parent"
13255   - "tags"
13256   layout:
13257     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
13258     layout: "plot-latency"
13259
13260 - type: "plot"
13261   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
13262   algorithm: "plot_latency_error_bars"
13263   output-file-type: ".html"
13264   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
13265   data: "plot-dpdk-throughput-latency-3n-hsw"
13266   filter: "'NIC_Intel-X710' and
13267            '64B' and
13268            'BASE' and
13269            'NDRPDR' and
13270            '2T2C' and
13271            'IP4FWD'"
13272   parameters:
13273   - "latency"
13274   - "parent"
13275   - "tags"
13276   layout:
13277     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
13278     layout: "plot-latency"
13279
13280 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
13281 - type: "plot"
13282   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
13283   algorithm: "plot_latency_error_bars"
13284   output-file-type: ".html"
13285   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
13286   data: "plot-dpdk-throughput-latency-3n-hsw"
13287   filter: "'NIC_Intel-XL710' and
13288            '64B' and
13289            'BASE' and
13290            'NDRPDR' and
13291            '1T1C' and
13292            'IP4FWD'"
13293   parameters:
13294   - "latency"
13295   - "parent"
13296   - "tags"
13297   layout:
13298     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
13299     layout: "plot-latency"
13300
13301 - type: "plot"
13302   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
13303   algorithm: "plot_latency_error_bars"
13304   output-file-type: ".html"
13305   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
13306   data: "plot-dpdk-throughput-latency-3n-hsw"
13307   filter: "'NIC_Intel-XL710' and
13308            '64B' and
13309            'BASE' and
13310            'NDRPDR' and
13311            '2T2C' and
13312            'IP4FWD'"
13313   parameters:
13314   - "latency"
13315   - "parent"
13316   - "tags"
13317   layout:
13318     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
13319     layout: "plot-latency"
13320
13321 # Packet Latency - DPDK l3fwd 3n-skx-x710
13322 - type: "plot"
13323   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
13324   algorithm: "plot_latency_error_bars"
13325   output-file-type: ".html"
13326   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
13327   data: "plot-dpdk-throughput-latency-3n-skx"
13328   filter: "'NIC_Intel-X710' and
13329            '64B' and
13330            'BASE' and
13331            'NDRPDR' and
13332            '2T1C' and
13333            'IP4FWD'"
13334   parameters:
13335   - "latency"
13336   - "parent"
13337   - "tags"
13338   layout:
13339     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
13340     layout: "plot-latency"
13341
13342 - type: "plot"
13343   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
13344   algorithm: "plot_latency_error_bars"
13345   output-file-type: ".html"
13346   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
13347   data: "plot-dpdk-throughput-latency-3n-skx"
13348   filter: "'NIC_Intel-X710' and
13349            '64B' and
13350            'BASE' and
13351            'NDRPDR' and
13352            '4T2C' and
13353            'IP4FWD'"
13354   parameters:
13355   - "latency"
13356   - "parent"
13357   - "tags"
13358   layout:
13359     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
13360     layout: "plot-latency"
13361
13362 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
13363 - type: "plot"
13364   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
13365   algorithm: "plot_latency_error_bars"
13366   output-file-type: ".html"
13367   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
13368   data: "plot-dpdk-throughput-latency-3n-skx"
13369   filter: "'NIC_Intel-XXV710' and
13370            '64B' and
13371            'BASE' and
13372            'NDRPDR' and
13373            '2T1C' and
13374            'IP4FWD'"
13375   parameters:
13376   - "latency"
13377   - "parent"
13378   - "tags"
13379   layout:
13380     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
13381     layout: "plot-latency"
13382
13383 - type: "plot"
13384   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
13385   algorithm: "plot_latency_error_bars"
13386   output-file-type: ".html"
13387   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
13388   data: "plot-dpdk-throughput-latency-3n-skx"
13389   filter: "'NIC_Intel-XXV710' and
13390            '64B' and
13391            'BASE' and
13392            'NDRPDR' and
13393            '4T2C' and
13394            'IP4FWD'"
13395   parameters:
13396   - "latency"
13397   - "parent"
13398   - "tags"
13399   layout:
13400     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
13401     layout: "plot-latency"
13402
13403 # Packet Latency - DPDK l3fwd 2n-skx-x710
13404 - type: "plot"
13405   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
13406   algorithm: "plot_latency_error_bars"
13407   output-file-type: ".html"
13408   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
13409   data: "plot-dpdk-throughput-latency-2n-skx"
13410   filter: "'NIC_Intel-X710' and
13411            '64B' and
13412            'BASE' and
13413            'NDRPDR' and
13414            '2T1C' and
13415            'IP4FWD'"
13416   parameters:
13417   - "latency"
13418   - "parent"
13419   - "tags"
13420   layout:
13421     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
13422     layout: "plot-latency"
13423
13424 - type: "plot"
13425   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
13426   algorithm: "plot_latency_error_bars"
13427   output-file-type: ".html"
13428   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
13429   data: "plot-dpdk-throughput-latency-2n-skx"
13430   filter: "'NIC_Intel-X710' and
13431            '64B' and
13432            'BASE' and
13433            'NDRPDR' and
13434            '4T2C' and
13435            'IP4FWD'"
13436   parameters:
13437   - "latency"
13438   - "parent"
13439   - "tags"
13440   layout:
13441     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
13442     layout: "plot-latency"
13443
13444 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
13445 - type: "plot"
13446   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
13447   algorithm: "plot_latency_error_bars"
13448   output-file-type: ".html"
13449   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
13450   data: "plot-dpdk-throughput-latency-2n-skx"
13451   filter: "'NIC_Intel-XXV710' and
13452            '64B' and
13453            'BASE' and
13454            'NDRPDR' and
13455            '2T1C' and
13456            'IP4FWD'"
13457   parameters:
13458   - "latency"
13459   - "parent"
13460   - "tags"
13461   layout:
13462     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
13463     layout: "plot-latency"
13464
13465 - type: "plot"
13466   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
13467   algorithm: "plot_latency_error_bars"
13468   output-file-type: ".html"
13469   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
13470   data: "plot-dpdk-throughput-latency-2n-skx"
13471   filter: "'NIC_Intel-XXV710' and
13472            '64B' and
13473            'BASE' and
13474            'NDRPDR' and
13475            '4T2C' and
13476            'IP4FWD'"
13477   parameters:
13478   - "latency"
13479   - "parent"
13480   - "tags"
13481   layout:
13482     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
13483     layout: "plot-latency"
13484
13485 ################################################################################
13486
13487 # Packet Latency - DPDK testpmd 3n-hsw-x520
13488 - type: "plot"
13489   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
13490   algorithm: "plot_latency_error_bars"
13491   output-file-type: ".html"
13492   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
13493   data: "plot-dpdk-throughput-latency-3n-hsw"
13494   filter: "'NIC_Intel-X520-DA2' and
13495            '64B' and
13496            'BASE' and
13497            'NDRPDR' and
13498            '1T1C' and
13499            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13500   parameters:
13501   - "latency"
13502   - "parent"
13503   - "tags"
13504   layout:
13505     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
13506     layout: "plot-latency"
13507
13508 - type: "plot"
13509   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
13510   algorithm: "plot_latency_error_bars"
13511   output-file-type: ".html"
13512   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
13513   data: "plot-dpdk-throughput-latency-3n-hsw"
13514   filter: "'NIC_Intel-X520-DA2' and
13515            '64B' and
13516            'BASE' and
13517            'NDRPDR' and
13518            '2T2C' and
13519            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13520   parameters:
13521   - "latency"
13522   - "parent"
13523   - "tags"
13524   layout:
13525     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
13526     layout: "plot-latency"
13527
13528 # Packet Latency - DPDK testpmd 3n-hsw-x710
13529 - type: "plot"
13530   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
13531   algorithm: "plot_latency_error_bars"
13532   output-file-type: ".html"
13533   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
13534   data: "plot-dpdk-throughput-latency-3n-hsw"
13535   filter: "'NIC_Intel-X710' and
13536            '64B' and
13537            'BASE' and
13538            'NDRPDR' and
13539            '1T1C' and
13540            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13541   parameters:
13542   - "latency"
13543   - "parent"
13544   - "tags"
13545   layout:
13546     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
13547     layout: "plot-latency"
13548
13549 - type: "plot"
13550   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
13551   algorithm: "plot_latency_error_bars"
13552   output-file-type: ".html"
13553   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
13554   data: "plot-dpdk-throughput-latency-3n-hsw"
13555   filter: "'NIC_Intel-X710' and
13556            '64B' and
13557            'BASE' and
13558            'NDRPDR' and
13559            '2T2C' and
13560            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13561   parameters:
13562   - "latency"
13563   - "parent"
13564   - "tags"
13565   layout:
13566     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
13567     layout: "plot-latency"
13568
13569 # Packet Latency - DPDK testpmd 3n-hsw-xl710
13570 - type: "plot"
13571   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
13572   algorithm: "plot_latency_error_bars"
13573   output-file-type: ".html"
13574   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
13575   data: "plot-dpdk-throughput-latency-3n-hsw"
13576   filter: "'NIC_Intel-XL710' and
13577            '64B' and
13578            'BASE' and
13579            'NDRPDR' and
13580            '1T1C' and
13581            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13582   parameters:
13583   - "latency"
13584   - "parent"
13585   - "tags"
13586   layout:
13587     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
13588     layout: "plot-latency"
13589
13590 - type: "plot"
13591   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
13592   algorithm: "plot_latency_error_bars"
13593   output-file-type: ".html"
13594   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
13595   data: "plot-dpdk-throughput-latency-3n-hsw"
13596   filter: "'NIC_Intel-XL710' and
13597            '64B' and
13598            'BASE' and
13599            'NDRPDR' and
13600            '2T2C' and
13601            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13602   parameters:
13603   - "latency"
13604   - "parent"
13605   - "tags"
13606   layout:
13607     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
13608     layout: "plot-latency"
13609
13610 # Packet Latency - DPDK testpmd 3n-skx-x710
13611 - type: "plot"
13612   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
13613   algorithm: "plot_latency_error_bars"
13614   output-file-type: ".html"
13615   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
13616   data: "plot-dpdk-throughput-latency-3n-skx"
13617   filter: "'NIC_Intel-X710' and
13618            '64B' and
13619            'BASE' and
13620            'NDRPDR' and
13621            '2T1C' and
13622            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13623   parameters:
13624   - "latency"
13625   - "parent"
13626   - "tags"
13627   layout:
13628     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
13629     layout: "plot-latency"
13630
13631 - type: "plot"
13632   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
13633   algorithm: "plot_latency_error_bars"
13634   output-file-type: ".html"
13635   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
13636   data: "plot-dpdk-throughput-latency-3n-skx"
13637   filter: "'NIC_Intel-X710' and
13638            '64B' and
13639            'BASE' and
13640            'NDRPDR' and
13641            '4T2C' and
13642            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13643   parameters:
13644   - "latency"
13645   - "parent"
13646   - "tags"
13647   layout:
13648     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
13649     layout: "plot-latency"
13650
13651 # Packet Latency - DPDK testpmd 3n-skx-xxv710
13652 - type: "plot"
13653   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
13654   algorithm: "plot_latency_error_bars"
13655   output-file-type: ".html"
13656   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
13657   data: "plot-dpdk-throughput-latency-3n-skx"
13658   filter: "'NIC_Intel-XXV710' and
13659            '64B' and
13660            'BASE' and
13661            'NDRPDR' and
13662            '2T1C' and
13663            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13664   parameters:
13665   - "latency"
13666   - "parent"
13667   - "tags"
13668   layout:
13669     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
13670     layout: "plot-latency"
13671
13672 - type: "plot"
13673   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
13674   algorithm: "plot_latency_error_bars"
13675   output-file-type: ".html"
13676   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
13677   data: "plot-dpdk-throughput-latency-3n-skx"
13678   filter: "'NIC_Intel-XXV710' and
13679            '64B' and
13680            'BASE' and
13681            'NDRPDR' and
13682            '4T2C' and
13683            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13684   parameters:
13685   - "latency"
13686   - "parent"
13687   - "tags"
13688   layout:
13689     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
13690     layout: "plot-latency"
13691
13692 # Packet Latency - DPDK testpmd 2n-skx-x710
13693 - type: "plot"
13694   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
13695   algorithm: "plot_latency_error_bars"
13696   output-file-type: ".html"
13697   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
13698   data: "plot-dpdk-throughput-latency-2n-skx"
13699   filter: "'NIC_Intel-X710' and
13700            '64B' and
13701            'BASE' and
13702            'NDRPDR' and
13703            '2T1C' and
13704            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13705   parameters:
13706   - "latency"
13707   - "parent"
13708   - "tags"
13709   layout:
13710     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
13711     layout: "plot-latency"
13712
13713 - type: "plot"
13714   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
13715   algorithm: "plot_latency_error_bars"
13716   output-file-type: ".html"
13717   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
13718   data: "plot-dpdk-throughput-latency-2n-skx"
13719   filter: "'NIC_Intel-X710' and
13720            '64B' and
13721            'BASE' and
13722            'NDRPDR' and
13723            '4T2C' and
13724            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13725   parameters:
13726   - "latency"
13727   - "parent"
13728   - "tags"
13729   layout:
13730     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
13731     layout: "plot-latency"
13732
13733 # Packet Latency - DPDK testpmd 2n-skx-xxv710
13734 - type: "plot"
13735   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
13736   algorithm: "plot_latency_error_bars"
13737   output-file-type: ".html"
13738   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
13739   data: "plot-dpdk-throughput-latency-2n-skx"
13740   filter: "'NIC_Intel-XXV710' and
13741            '64B' and
13742            'BASE' and
13743            'NDRPDR' and
13744            '2T1C' and
13745            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13746   parameters:
13747   - "latency"
13748   - "parent"
13749   - "tags"
13750   layout:
13751     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
13752     layout: "plot-latency"
13753
13754 - type: "plot"
13755   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
13756   algorithm: "plot_latency_error_bars"
13757   output-file-type: ".html"
13758   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
13759   data: "plot-dpdk-throughput-latency-2n-skx"
13760   filter: "'NIC_Intel-XXV710' and
13761            '64B' and
13762            'BASE' and
13763            'NDRPDR' and
13764            '4T2C' and
13765            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13766   parameters:
13767   - "latency"
13768   - "parent"
13769   - "tags"
13770   layout:
13771     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
13772     layout: "plot-latency"