569d1fad095834c006deee9a4773556d5d8a11e7
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
33     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
34     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
35     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
37     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
38     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
39     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
40     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
41     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
42     DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
43     DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
44     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
45     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
46     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
47     DIR[DTR,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results"
48     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
49
50     # Detailed test configurations
51     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
52     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
53     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
54     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
55     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
56     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
57     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
58     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
59     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
60     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
61     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
62     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
63     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
64
65     # Detailed tests operational data
66     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
67     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
68     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
69     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
70     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
71     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
72
73     # .css patch file to fix tables generated by Sphinx
74     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
75     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
76
77   urls:
78     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
79     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
80     URL[VIRL,DNV]: "http://10.30.51.28/download/denverton/{release}/robot-plugin.zip"
81     # URL[VIRL,DNV]: "http://download.it/from/nexus"
82     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
83     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
84     DIR[NEXUS,DOC]: "report/_static/archive"
85
86   make-dirs:
87   # List the directories which are created while preparing the environment.
88   # All directories MUST be defined in "paths" section.
89   - "DIR[WORKING,DATA]"
90   - "DIR[STATIC,VPP]"
91   - "DIR[STATIC,DPDK]"
92   - "DIR[STATIC,ARCH]"
93   - "DIR[BUILD,LATEX]"
94   - "DIR[WORKING,SRC]"
95   - "DIR[WORKING,SRC,STATIC]"
96
97   remove-dirs:
98   # List the directories which are deleted while cleaning the environment.
99   # All directories MUST be defined in "paths" section.
100   #- "DIR[BUILD,HTML]"
101   - "DIR[WORKING,DATA]"
102
103   build-dirs:
104   # List the directories where the results (build) is stored.
105   # All directories MUST be defined in "paths" section.
106   - "DIR[BUILD,HTML]"
107   - "DIR[BUILD,LATEX]"
108
109 - type: "configuration"
110
111   limits:
112     nic:
113       x520: 24460000
114       x553: 29761905
115       x710: 35800000
116       xxv710: 35800000
117       xl710: 35800000
118
119     link:
120       10ge: 14880952.38
121       25ge: 37202380.95
122       40ge: 59523809.52
123       100ge: 148809523.81
124
125     pci:
126       pci-g3-x8: 74404761.90
127       pci-g3-x16: 148809523.81
128
129   data-sets:
130
131     ###########################################################################
132     # Plots:
133
134     # 3n-hsw
135
136     plot-vpp-throughput-lat-tsa-3n-hsw:
137       csit-vpp-perf-verify-1908-3n-hsw:
138         - 12  # NDRPDR sel
139         - 13  # NDRPDR sel
140         - 14  # NDRPDR sel
141         - 15  # NDRPDR sel
142         - 16  # NDRPDR sel
143         - 17  # NDRPDR sel
144         - 18  # NDRPDR sel
145         - 19  # NDRPDR sel
146         - 20  # NDRPDR sel
147         - 21  # NDRPDR sel
148
149     plot-vpp-http-server-performance:
150       csit-vpp-perf-verify-1908-2n-skx:
151         - 29  # TCP
152         - 30  # TCP
153         - 58  # TCP
154         - 59  # TCP
155         - 60  # TCP
156         - 61  # TCP
157         - 62  # TCP
158         - 63  # TCP
159         - 64  # TCP
160         - 65  # TCP
161
162     plot-dpdk-throughput-latency-3n-hsw:
163       csit-dpdk-perf-verify-1908-3n-hsw:
164         - 2   # NDRPDR sel
165         - 3   # NDRPDR sel
166         - 4   # NDRPDR sel
167         - 5   # NDRPDR sel
168         - 6   # NDRPDR sel
169         - 7   # NDRPDR sel
170         - 8   # NDRPDR sel
171         - 9   # NDRPDR sel
172         - 10  # NDRPDR sel
173         - 11  # NDRPDR sel
174
175     # 3n-skx
176
177     plot-vpp-throughput-lat-tsa-3n-skx:
178       csit-vpp-perf-verify-1908-3n-skx:
179         - 14  # NDRPDR sel
180         - 16  # NDRPDR sel
181         - 19  # NDRPDR sel
182         - 20  # NDRPDR sel
183         - 22  # NDRPDR sel
184         - 23  # NDRPDR sel
185         - 24  # NDRPDR sel
186         - 25  # NDRPDR sel
187         - 26  # NDRPDR sel
188         - 29  # NDRPDR sel
189
190     plot-dpdk-throughput-latency-3n-skx:
191       csit-dpdk-perf-verify-1908-3n-skx:
192         - 3   # NDRPDR sel
193         - 4   # NDRPDR sel
194         - 5   # NDRPDR sel
195         - 6   # NDRPDR sel
196         - 7   # NDRPDR sel
197         - 8   # NDRPDR sel
198         - 9   # NDRPDR sel
199         - 10  # NDRPDR sel
200         - 11  # NDRPDR sel
201         - 12  # NDRPDR sel
202
203     # 2n-skx
204
205     plot-vpp-throughput-lat-tsa-2n-skx:
206       csit-vpp-perf-verify-1908-2n-skx:
207         - 26  # NDRPDR sel
208         - 27  # NDRPDR sel
209         - 34  # NDRPDR sel
210         - 35  # NDRPDR sel
211         - 36  # NDRPDR sel
212         - 42  # NDRPDR sel
213         - 43  # NDRPDR sel
214         - 44  # NDRPDR sel
215         - 45  # NDRPDR sel
216         - 46  # NDRPDR sel
217
218 #    plot-vpp-soak-2n-skx:
219 #      # TODO: Add data
220 #      csit-vpp-perf-verify-1908-2n-skx:
221
222     plot-vpp-nfv-2n-skx-ndrpdr:
223       csit-vpp-perf-verify-1908-2n-skx:
224         - 22  # NFV
225         - 31  # NFV
226         - 32  # NFV
227         - 37  # NFV
228         - 38  # NFV
229         - 39  # NFV
230         - 53  # NFV
231         - 67  # NFV
232         - 68  # NFV
233         - 70  # NFV
234
235     plot-vpp-nfv-2n-skx-mrr:
236       csit-vpp-perf-verify-1908-2n-skx:
237         - 71  # NFV MRR
238
239     plot-dpdk-throughput-latency-2n-skx:
240       csit-dpdk-perf-verify-1908-2n-skx:
241         - 2   # NDRPDR sel
242         - 3   # NDRPDR sel
243         - 4   # NDRPDR sel
244         - 5   # NDRPDR sel
245         - 7   # NDRPDR sel
246         - 8   # NDRPDR sel
247         - 9   # NDRPDR sel
248         - 10  # NDRPDR sel
249         - 11  # NDRPDR sel
250         - 12  # NDRPDR sel
251
252     plot-vpp-throughput-lat-tsa-3n-tsh:
253       csit-vpp-perf-verify-1908-3n-tsh:
254         - 7   # NDRPDR sel
255         - 8   # NDRPDR sel
256         - 9   # NDRPDR sel
257         - 10  # NDRPDR sel
258         - 11  # NDRPDR sel
259         - 12  # NDRPDR sel
260         - 13  # NDRPDR sel
261         - 14  # NDRPDR sel
262
263     ###########################################################################
264     # Simple tables (only one data set):
265
266     # NIC Comparisons
267
268     vpp-nic-comparison-3n-skx:
269       csit-vpp-perf-verify-1908-3n-skx:
270         - 14  # NDRPDR sel
271         - 16  # NDRPDR sel
272         - 19  # NDRPDR sel
273         - 20  # NDRPDR sel
274         - 22  # NDRPDR sel
275         - 23  # NDRPDR sel
276         - 24  # NDRPDR sel
277         - 25  # NDRPDR sel
278         - 26  # NDRPDR sel
279         - 29  # NDRPDR sel
280
281     vpp-nic-comparison-2n-skx:
282       csit-vpp-perf-verify-1908-2n-skx:
283         - 26  # NDRPDR sel
284         - 27  # NDRPDR sel
285         - 34  # NDRPDR sel
286         - 35  # NDRPDR sel
287         - 36  # NDRPDR sel
288         - 42  # NDRPDR sel
289         - 43  # NDRPDR sel
290         - 44  # NDRPDR sel
291         - 45  # NDRPDR sel
292         - 46  # NDRPDR sel
293
294     vpp-nic-comparison-3n-skx-mrr:
295       csit-vpp-perf-verify-1908-3n-skx:
296         - 36  # MRR sel
297
298     vpp-nic-comparison-2n-skx-mrr:
299       csit-vpp-perf-verify-1908-2n-skx:
300         - 71  # NFV MRR
301
302     # Results
303
304     vpp-perf-results-3n-hsw:
305       csit-vpp-perf-verify-1908-3n-hsw:
306         - 24  # NDRPDR full
307         - 25  # NDRPDR full
308         - 26  # NDRPDR full
309         - 27  # NDRPDR full
310         - 28  # NDRPDR full
311         - 29  # NDRPDR full
312         - 32  # NDRPDR full
313         - 33  # NDRPDR full
314         - 35  # NDRPDR full
315         - 36  # NDRPDR full
316         - 38  # NDRPDR full
317
318     vpp-perf-results-3n-skx:
319       # TODO: Add FULL data
320       csit-vpp-perf-verify-1908-3n-skx:
321         - 27  # NDRPDR full
322         - 28  # NDRPDR full
323         - 30  # NDRPDR full
324         - 31  # NDRPDR full
325         - 32  # NDRPDR full
326         - 33  # NDRPDR full
327         - 34  # NDRPDR full
328         - 35  # NDRPDR full
329         - 37  # NDRPDR full
330         - 39  # NDRPDR full
331         - 40  # NDRPDR full
332         - 41  # NDRPDR full
333
334     vpp-perf-results-2n-skx:
335       csit-vpp-perf-verify-1908-2n-skx:
336         - 48  # NDRPDR full
337         - 49  # NDRPDR full
338         - 50  # NDRPDR full
339         - 51  # NDRPDR full
340         - 54  # NDRPDR full
341         - 55  # NDRPDR full
342         - 66  # NDRPDR full
343
344     vpp-perf-results-3n-tsh:
345       csit-vpp-perf-verify-1908-3n-tsh:
346         - 13  # NDRPDR sel
347
348     vpp-mrr-results-3n-hsw:
349       csit-vpp-perf-verify-1908-3n-hsw:
350         - 39  # MRR sel
351
352     vpp-mrr-results-3n-skx:
353       csit-vpp-perf-verify-1908-3n-skx:
354         - 36  # MRR sel
355
356     vpp-mrr-results-2n-skx:
357       csit-vpp-perf-verify-1908-2n-skx:
358         - 69  # MRR sel
359
360     vpp-func-results-ubuntu:
361       csit-vpp-functional-1908-ubuntu1604-virl:
362         - 64
363
364     vpp-func-results-centos:
365       csit-vpp-functional-1908-centos7-virl:
366         - 64
367
368     vpp-device-results-ubuntu:
369       csit-vpp-device-1908-ubuntu1804-1n-skx:
370         - 65
371
372     dpdk-perf-results-3n-hsw:
373       csit-dpdk-perf-verify-1908-3n-hsw:
374         - 10  # NDRPDR sel
375
376     dpdk-perf-results-3n-skx:
377       csit-dpdk-perf-verify-1908-3n-skx:
378         - 12  # NDRPDR sel
379
380     dpdk-perf-results-2n-skx:
381       csit-dpdk-perf-verify-1908-2n-skx:
382         - 12  # NDRPDR sel
383
384 ###########################################################################
385     # Tables (more than one data set)
386
387     # Performance changes
388
389 #    intel-dnv-vpp-changes-2n-dnv-h1:
390 #      intel-dnv-vpp-release-1810:
391 #        - 1
392 #    intel-dnv-vpp-changes-2n-dnv-ref:
393 #      intel-dnv-vpp-release-1901:
394 #        - 1
395 #    intel-dnv-vpp-changes-2n-dnv-cmp:
396 #      # intel-dnv-vpp-release-1904:
397 #      intel-dnv-vpp-release-1901:
398 #        - 1
399 #    intel-dnv-vpp-changes-2n-dnv:
400 #      - "intel-dnv-vpp-changes-2n-dnv-h1"
401 #      - "intel-dnv-vpp-changes-2n-dnv-ref"
402 #      - "intel-dnv-vpp-changes-2n-dnv-cmp"
403
404     vpp-performance-changes-3n-hsw-h1:
405       csit-vpp-perf-verify-1901-3n-hsw:
406         - 10  # NDRPDR sel
407         - 19  # NDRPDR sel
408         - 31  # NDRPDR sel
409         - 36  # NDRPDR sel
410         - 40  # NDRPDR sel
411         - 42  # NDRPDR sel
412         - 44  # NDRPDR sel
413         - 46  # NDRPDR sel
414         - 47  # NDRPDR sel
415         - 48  # NDRPDR sel
416         - 61  # NDRPDR LB
417         - 62  # NDRPDR LB
418         - 63  # NDRPDR LB
419         - 64  # NDRPDR LB
420         - 65  # NDRPDR LB
421         - 66  # NDRPDR LB
422         - 67  # NDRPDR LB
423         - 69  # NDRPDR LB
424         - 70  # NDRPDR LB
425         - 71  # NDRPDR LB
426     vpp-performance-changes-3n-hsw-ref:
427       csit-vpp-perf-verify-1904-3n-hsw:
428         - 11  # NDRPDR sel
429         - 12  # NDRPDR sel
430         - 20  # NDRPDR sel
431         - 21  # NDRPDR sel
432         - 23  # NDRPDR sel
433         - 24  # NDRPDR sel
434         - 25  # NDRPDR sel
435         - 26  # NDRPDR sel
436         - 29  # NDRPDR sel
437         - 30  # NDRPDR sel
438     vpp-performance-changes-3n-hsw-cmp:
439       csit-vpp-perf-verify-1908-3n-hsw:
440         - 12  # NDRPDR sel
441         - 13  # NDRPDR sel
442         - 14  # NDRPDR sel
443         - 15  # NDRPDR sel
444         - 16  # NDRPDR sel
445         - 17  # NDRPDR sel
446         - 18  # NDRPDR sel
447         - 19  # NDRPDR sel
448         - 20  # NDRPDR sel
449         - 21  # NDRPDR sel
450     vpp-performance-changes-3n-hsw:
451       - "vpp-performance-changes-3n-hsw-h1"
452       - "vpp-performance-changes-3n-hsw-ref"
453       - "vpp-performance-changes-3n-hsw-cmp"
454
455     vpp-performance-changes-3n-skx-h1:
456       csit-vpp-perf-verify-1901-3n-skx:
457         - 18  # NDRPDR sel
458         - 19  # NDRPDR sel
459         - 20  # NDRPDR sel
460         - 28  # NDRPDR sel
461         - 31  # NDRPDR sel
462         - 33  # NDRPDR sel
463         - 36  # NDRPDR sel
464         - 38  # NDRPDR sel
465         - 47  # NDRPDR sel
466         - 48  # NDRPDR sel
467         - 54  # NDRPDR LB
468         - 57  # NDRPDR LB
469         - 58  # NDRPDR LB
470         - 59  # NDRPDR LB
471         - 60  # NDRPDR LB
472         - 63  # NDRPDR LB
473         - 64  # NDRPDR LB
474         - 65  # NDRPDR LB
475         - 66  # NDRPDR LB
476         - 67  # NDRPDR LB
477     vpp-performance-changes-3n-skx-ref:
478       csit-vpp-perf-verify-1904-3n-skx:
479         - 8   # NDRPDR sel
480         - 9   # NDRPDR sel
481         - 10  # NDRPDR sel
482         - 11  # NDRPDR sel
483         - 12  # NDRPDR sel
484         - 14  # NDRPDR sel
485         - 16  # NDRPDR sel
486         - 21  # NDRPDR sel
487         - 23  # NDRPDR sel
488         - 25  # NDRPDR sel
489     vpp-performance-changes-3n-skx-cmp:
490       csit-vpp-perf-verify-1908-3n-skx:
491         - 14  # NDRPDR sel
492         - 16  # NDRPDR sel
493         - 19  # NDRPDR sel
494         - 20  # NDRPDR sel
495         - 22  # NDRPDR sel
496         - 23  # NDRPDR sel
497         - 24  # NDRPDR sel
498         - 25  # NDRPDR sel
499         - 26  # NDRPDR sel
500         - 29  # NDRPDR sel
501     vpp-performance-changes-3n-skx:
502       - "vpp-performance-changes-3n-skx-h1"
503       - "vpp-performance-changes-3n-skx-ref"
504       - "vpp-performance-changes-3n-skx-cmp"
505
506     vpp-performance-changes-2n-skx-h1:
507       csit-vpp-perf-verify-1901-2n-skx:
508         - 5   # NDRPDR sel
509         - 12  # NDRPDR sel
510         - 13  # NDRPDR sel
511         - 21  # NDRPDR sel
512         - 23  # NDRPDR sel
513         - 31  # NDRPDR sel
514         - 34  # NDRPDR sel
515         - 40  # NDRPDR sel
516         - 42  # NDRPDR sel
517         - 43  # NDRPDR sel
518     vpp-performance-changes-2n-skx-ref:
519       csit-vpp-perf-verify-1904-2n-skx:
520         - 12  # NDRPDR sel
521         - 14  # NDRPDR sel
522         - 16  # NDRPDR sel
523         - 17  # NDRPDR sel
524         - 18  # NDRPDR sel
525         - 21  # NDRPDR sel
526         - 27  # NDRPDR sel
527         - 30  # NDRPDR sel
528         - 31  # NDRPDR sel
529         - 32  # NDRPDR sel
530     vpp-performance-changes-2n-skx-cmp:
531       csit-vpp-perf-verify-1908-2n-skx:
532         - 26  # NDRPDR sel
533         - 27  # NDRPDR sel
534         - 34  # NDRPDR sel
535         - 35  # NDRPDR sel
536         - 36  # NDRPDR sel
537         - 42  # NDRPDR sel
538         - 43  # NDRPDR sel
539         - 44  # NDRPDR sel
540         - 45  # NDRPDR sel
541         - 46  # NDRPDR sel
542     vpp-performance-changes-2n-skx:
543       - "vpp-performance-changes-2n-skx-h1"
544       - "vpp-performance-changes-2n-skx-ref"
545       - "vpp-performance-changes-2n-skx-cmp"
546
547 #    vpp-soak-vs-ndr-2n-skx-ref:
548 #      csit-vpp-perf-verify-1904-2n-skx:
549 #        - 12  # NDRPDR sel
550 #        - 14  # NDRPDR sel
551 #        - 16  # NDRPDR sel
552 #        - 17  # NDRPDR sel
553 #        - 18  # NDRPDR sel
554 #        - 21  # NDRPDR sel
555 #        - 27  # NDRPDR sel
556 #        - 30  # NDRPDR sel
557 #        - 31  # NDRPDR sel
558 #        - 32  # NDRPDR sel
559 #      # TODO: Add data
560 #      # csit-vpp-perf-verify-1908-2n-skx:
561 #    vpp-soak-vs-ndr-2n-skx-cmp:
562 #      csit-vpp-perf-verify-1904-2n-skx:
563 #        - 70  # soak
564 #        - 71  # soak
565 #      # TODO: Add data
566 #      # csit-vpp-perf-verify-1908-2n-skx:
567 #    vpp-soak-vs-ndr-2n-skx:
568 #      csit-vpp-perf-verify-1904-2n-skx:
569 #        - 12  # NDRPDR sel
570 #        - 14  # NDRPDR sel
571 #        - 16  # NDRPDR sel
572 #        - 17  # NDRPDR sel
573 #        - 18  # NDRPDR sel
574 #        - 21  # NDRPDR sel
575 #        - 27  # NDRPDR sel
576 #        - 30  # NDRPDR sel
577 #        - 31  # NDRPDR sel
578 #        - 32  # NDRPDR sel
579 #        - 70  # soak
580 #        - 71  # soak
581 #      # TODO: Add data
582 #      # csit-vpp-perf-verify-1908-2n-skx:
583
584     vpp-performance-changes-3n-hsw-mrr-h1:
585       csit-vpp-perf-verify-1901-3n-hsw:
586         - 35  # MRR sel
587     vpp-performance-changes-3n-hsw-mrr-ref:
588       csit-vpp-perf-verify-1904-3n-hsw:
589         - 9   # MRR sel
590     vpp-performance-changes-3n-hsw-mrr-cmp:
591       csit-vpp-perf-verify-1908-3n-hsw:
592         - 39  # MRR sel
593     vpp-performance-changes-3n-hsw-mrr:
594       - "vpp-performance-changes-3n-hsw-mrr-h1"
595       - "vpp-performance-changes-3n-hsw-mrr-ref"
596       - "vpp-performance-changes-3n-hsw-mrr-cmp"
597
598     vpp-performance-changes-3n-skx-mrr-h1:
599       csit-vpp-perf-verify-1901-3n-skx:
600         - 32  # MRR sel
601     vpp-performance-changes-3n-skx-mrr-ref:
602       csit-vpp-perf-verify-1904-3n-skx:
603         - 7   # MRR sel
604     vpp-performance-changes-3n-skx-mrr-cmp:
605       csit-vpp-perf-verify-1908-3n-skx:
606         - 36  # MRR sel
607     vpp-performance-changes-3n-skx-mrr:
608       - "vpp-performance-changes-3n-skx-mrr-h1"
609       - "vpp-performance-changes-3n-skx-mrr-ref"
610       - "vpp-performance-changes-3n-skx-mrr-cmp"
611
612     vpp-performance-changes-2n-skx-mrr-h1:
613       csit-vpp-perf-verify-1901-2n-skx:
614         - 22  # MRR sel
615     vpp-performance-changes-2n-skx-mrr-ref:
616       csit-vpp-perf-verify-1904-2n-skx:
617         - 11  # MRR sel
618     vpp-performance-changes-2n-skx-mrr-cmp:
619       csit-vpp-perf-verify-1908-2n-skx:
620         - 71  # NFV MRR
621     vpp-performance-changes-2n-skx-mrr:
622       - "vpp-performance-changes-2n-skx-mrr-h1"
623       - "vpp-performance-changes-2n-skx-mrr-ref"
624       - "vpp-performance-changes-2n-skx-mrr-cmp"
625
626     dpdk-performance-changes-3n-hsw-h1:
627       csit-dpdk-perf-verify-1901-3n-hsw:
628         - 13  # NDRPDR sel
629         - 14  # NDRPDR sel
630         - 16  # NDRPDR sel
631         - 17  # NDRPDR sel
632         - 18  # NDRPDR sel
633         - 19  # NDRPDR sel
634         - 20  # NDRPDR sel
635         - 21  # NDRPDR sel
636         - 22  # NDRPDR sel
637         - 23  # NDRPDR sel
638     dpdk-performance-changes-3n-hsw-ref:
639       csit-dpdk-perf-verify-1904-3n-hsw:
640         - 2   # NDRPDR sel
641         - 3   # NDRPDR sel
642         - 5   # NDRPDR sel
643         - 6   # NDRPDR sel
644         - 13  # NDRPDR sel
645         - 14  # NDRPDR sel
646         - 15  # NDRPDR sel
647         - 18  # NDRPDR sel
648         - 19  # NDRPDR sel
649         - 20  # NDRPDR sel
650     dpdk-performance-changes-3n-hsw-cmp:
651       csit-dpdk-perf-verify-1908-3n-hsw:
652         - 2   # NDRPDR sel
653         - 3   # NDRPDR sel
654         - 4   # NDRPDR sel
655         - 5   # NDRPDR sel
656         - 6   # NDRPDR sel
657         - 7   # NDRPDR sel
658         - 8   # NDRPDR sel
659         - 9   # NDRPDR sel
660         - 10  # NDRPDR sel
661         - 11  # NDRPDR sel
662     dpdk-performance-changes-3n-hsw:
663       - "dpdk-performance-changes-3n-hsw-h1"
664       - "dpdk-performance-changes-3n-hsw-ref"
665       - "dpdk-performance-changes-3n-hsw-cmp"
666
667     dpdk-performance-changes-3n-skx-h1:
668       csit-dpdk-perf-verify-1901-3n-skx:
669         - 3   # NDRPDR sel
670         - 5   # NDRPDR sel
671         - 6   # NDRPDR sel
672         - 7   # NDRPDR sel
673         - 8   # NDRPDR sel
674         - 9   # NDRPDR sel
675         - 10  # NDRPDR sel
676         - 11  # NDRPDR sel
677         - 12  # NDRPDR sel
678         - 13  # NDRPDR sel
679     dpdk-performance-changes-3n-skx-ref:
680       csit-dpdk-perf-verify-1904-3n-skx:
681         - 2   # NDRPDR sel
682         - 3   # NDRPDR sel
683         - 4   # NDRPDR sel
684         - 5   # NDRPDR sel
685         - 6   # NDRPDR sel
686         - 7   # NDRPDR sel
687         - 11  # NDRPDR sel
688         - 12  # NDRPDR sel
689         - 13  # NDRPDR sel
690         - 14  # NDRPDR sel
691     dpdk-performance-changes-3n-skx-cmp:
692       csit-dpdk-perf-verify-1908-3n-skx:
693         - 3   # NDRPDR sel
694         - 4   # NDRPDR sel
695         - 5   # NDRPDR sel
696         - 6   # NDRPDR sel
697         - 7   # NDRPDR sel
698         - 8   # NDRPDR sel
699         - 9   # NDRPDR sel
700         - 10  # NDRPDR sel
701         - 11  # NDRPDR sel
702         - 12  # NDRPDR sel
703     dpdk-performance-changes-3n-skx:
704       - "dpdk-performance-changes-3n-skx-h1"
705       - "dpdk-performance-changes-3n-skx-ref"
706       - "dpdk-performance-changes-3n-skx-cmp"
707
708     dpdk-performance-changes-2n-skx-h1:
709       csit-dpdk-perf-verify-1901-2n-skx:
710         - 12  # NDRPDR sel
711         - 13  # NDRPDR sel
712         - 14  # NDRPDR sel
713         - 15  # NDRPDR sel
714         - 16  # NDRPDR sel
715         - 17  # NDRPDR sel
716         - 18  # NDRPDR sel
717         - 19  # NDRPDR sel
718         - 20  # NDRPDR sel
719         - 21  # NDRPDR sel
720     dpdk-performance-changes-2n-skx-ref:
721       csit-dpdk-perf-verify-1904-2n-skx:
722         - 2   # NDRPDR sel
723         - 3   # NDRPDR sel
724         - 4   # NDRPDR sel
725         - 5   # NDRPDR sel
726         - 7   # NDRPDR sel
727         - 8   # NDRPDR sel
728         - 9   # NDRPDR sel
729         - 10  # NDRPDR sel
730         - 11  # NDRPDR sel
731         - 12  # NDRPDR sel
732     dpdk-performance-changes-2n-skx-cmp:
733       csit-dpdk-perf-verify-1908-2n-skx:
734         - 2   # NDRPDR sel
735         - 3   # NDRPDR sel
736         - 4   # NDRPDR sel
737         - 5   # NDRPDR sel
738         - 7   # NDRPDR sel
739         - 8   # NDRPDR sel
740         - 9   # NDRPDR sel
741         - 10  # NDRPDR sel
742         - 11  # NDRPDR sel
743         - 12  # NDRPDR sel
744     dpdk-performance-changes-2n-skx:
745       - "dpdk-performance-changes-2n-skx-h1"
746       - "dpdk-performance-changes-2n-skx-ref"
747       - "dpdk-performance-changes-2n-skx-cmp"
748
749     # Compare testbeds
750
751     vpp-compare-testbeds-ref:
752       csit-vpp-perf-verify-1908-3n-hsw:
753         - 12  # NDRPDR sel
754         - 13  # NDRPDR sel
755         - 14  # NDRPDR sel
756         - 15  # NDRPDR sel
757         - 16  # NDRPDR sel
758         - 17  # NDRPDR sel
759         - 18  # NDRPDR sel
760         - 19  # NDRPDR sel
761         - 20  # NDRPDR sel
762         - 21  # NDRPDR sel
763     vpp-compare-testbeds-cmp:
764       csit-vpp-perf-verify-1908-3n-skx:
765         - 14  # NDRPDR sel
766         - 16  # NDRPDR sel
767         - 19  # NDRPDR sel
768         - 20  # NDRPDR sel
769         - 22  # NDRPDR sel
770         - 23  # NDRPDR sel
771         - 24  # NDRPDR sel
772         - 25  # NDRPDR sel
773         - 26  # NDRPDR sel
774         - 29  # NDRPDR sel
775     vpp-compare-testbeds:
776       - "vpp-compare-testbeds-ref"
777       - "vpp-compare-testbeds-cmp"
778
779     vpp-compare-testbeds-mrr-ref:
780       csit-vpp-perf-verify-1908-3n-hsw:
781         - 39  # MRR sel
782     vpp-compare-testbeds-mrr-cmp:
783       csit-vpp-perf-verify-1908-3n-skx:
784         - 36  # MRR sel
785     vpp-compare-testbeds-mrr:
786       - "vpp-compare-testbeds-mrr-ref"
787       - "vpp-compare-testbeds-mrr-cmp"
788
789     dpdk-compare-testbeds-ref:
790       csit-dpdk-perf-verify-1908-3n-hsw:
791         - 2   # NDRPDR sel
792         - 3   # NDRPDR sel
793         - 4   # NDRPDR sel
794         - 5   # NDRPDR sel
795         - 6   # NDRPDR sel
796         - 7   # NDRPDR sel
797         - 8   # NDRPDR sel
798         - 9   # NDRPDR sel
799         - 10  # NDRPDR sel
800         - 11  # NDRPDR sel
801     dpdk-compare-testbeds-cmp:
802       csit-dpdk-perf-verify-1908-3n-skx:
803         - 3   # NDRPDR sel
804         - 4   # NDRPDR sel
805         - 5   # NDRPDR sel
806         - 6   # NDRPDR sel
807         - 7   # NDRPDR sel
808         - 8   # NDRPDR sel
809         - 9   # NDRPDR sel
810         - 10  # NDRPDR sel
811         - 11  # NDRPDR sel
812         - 12  # NDRPDR sel
813     dpdk-compare-testbeds:
814       - "dpdk-compare-testbeds-ref"
815       - "dpdk-compare-testbeds-cmp"
816
817     # Compare topologies
818
819     vpp-compare-topologies-ref:
820       csit-vpp-perf-verify-1908-3n-skx:
821         - 14  # NDRPDR sel
822         - 16  # NDRPDR sel
823         - 19  # NDRPDR sel
824         - 20  # NDRPDR sel
825         - 22  # NDRPDR sel
826         - 23  # NDRPDR sel
827         - 24  # NDRPDR sel
828         - 25  # NDRPDR sel
829         - 26  # NDRPDR sel
830         - 29  # NDRPDR sel
831     vpp-compare-topologies-cmp:
832       csit-vpp-perf-verify-1908-2n-skx:
833         - 26  # NDRPDR sel
834         - 27  # NDRPDR sel
835         - 34  # NDRPDR sel
836         - 35  # NDRPDR sel
837         - 36  # NDRPDR sel
838         - 42  # NDRPDR sel
839         - 43  # NDRPDR sel
840         - 44  # NDRPDR sel
841         - 45  # NDRPDR sel
842         - 46  # NDRPDR sel
843     vpp-compare-topologies:
844       - "vpp-compare-topologies-ref"
845       - "vpp-compare-topologies-cmp"
846
847     vpp-compare-topologies-mrr-ref:
848       csit-vpp-perf-verify-1908-3n-skx:
849         - 36  # MRR sel
850     vpp-compare-topologies-mrr-cmp:
851       csit-vpp-perf-verify-1908-2n-skx:
852         - 71  # NFV MRR
853     vpp-compare-topologies-mrr:
854       - "vpp-compare-topologies-mrr-ref"
855       - "vpp-compare-topologies-mrr-cmp"
856
857     dpdk-compare-topologies-ref:
858       csit-dpdk-perf-verify-1908-3n-skx:
859         - 3   # NDRPDR sel
860         - 4   # NDRPDR sel
861         - 5   # NDRPDR sel
862         - 6   # NDRPDR sel
863         - 7   # NDRPDR sel
864         - 8   # NDRPDR sel
865         - 9   # NDRPDR sel
866         - 10  # NDRPDR sel
867         - 11  # NDRPDR sel
868         - 12  # NDRPDR sel
869     dpdk-compare-topologies-cmp:
870       csit-dpdk-perf-verify-1908-2n-skx:
871         - 2   # NDRPDR sel
872         - 3   # NDRPDR sel
873         - 4   # NDRPDR sel
874         - 5   # NDRPDR sel
875         - 7   # NDRPDR sel
876         - 8   # NDRPDR sel
877         - 9   # NDRPDR sel
878         - 10  # NDRPDR sel
879         - 11  # NDRPDR sel
880         - 12  # NDRPDR sel
881     dpdk-compare-topologies:
882       - "dpdk-compare-topologies-ref"
883       - "dpdk-compare-topologies-cmp"
884
885   plot-layouts:
886
887     plot-soak-throughput:
888       titlefont:
889         size: 18
890       xaxis:
891         title: "<b>Test Cases [Index]</b>"
892         titlefont:
893           size: 16
894         autorange: True
895         fixedrange: False
896         gridcolor: "rgb(230, 230, 230)"
897         linecolor: "rgb(220, 220, 220)"
898         linewidth: 1
899         showgrid: True
900         showline: True
901         showticklabels: True
902         tickcolor: "rgb(220, 220, 220)"
903         tickmode: "linear"
904         tickfont:
905           size: 16
906         zeroline: False
907       yaxis:
908         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
909         titlefont:
910           size: 16
911         gridcolor: "rgb(230, 230, 230)"
912         hoverformat: ".4r"
913         tickformat: ".3r"
914         linecolor: "rgb(220, 220, 220)"
915         linewidth: 1
916         showgrid: True
917         showline: True
918         showticklabels: True
919         tickcolor: "rgb(220, 220, 220)"
920         tickfont:
921           size: 16
922         zeroline: False
923         range: [0,50]
924       autosize: False
925       margin:
926         t: 50
927         b: 0
928         l: 80
929         r: 20
930       showlegend: True
931       legend:
932         orientation: "h"
933         font:
934           size: 16
935       width: 700
936       height: 900
937
938     plot-service-density:
939       titlefont:
940         size: 18
941       xaxis:
942         side: "top"
943         autorange: True
944         fixedrange: False
945         showgrid: False
946         showline: False
947         showticklabels: False
948         ticks: ""
949         ticklen: 0
950         tickwidth: 0
951         zeroline: False
952       yaxis:
953         autorange: "reversed"
954         showgrid: False
955         showline: False
956         showticklabels: False
957         ticks: ""
958         ticklen: 0
959         tickwidth: 0
960         zeroline: False
961       autosize: True
962       showlegend: False
963       width: 700
964       height: 700
965
966     plot-cps:
967       titlefont:
968         size: 18
969       xaxis:
970         title: "<b>Test Cases [Index]</b>"
971         titlefont:
972           size: 16
973         autorange: True
974         fixedrange: False
975         gridcolor: "rgb(230, 230, 230)"
976         linecolor: "rgb(220, 220, 220)"
977         linewidth: 1
978         showgrid: True
979         showline: True
980         showticklabels: True
981         tickcolor: "rgb(220, 220, 220)"
982         tickmode: "linear"
983         tickfont:
984           size: 16
985         zeroline: False
986       yaxis:
987         title: "<b>Connections Per Second [cps]</b>"
988         titlefont:
989           size: 16
990         gridcolor: "rgb(230, 230, 230)"
991         hoverformat: ".4s"
992         linecolor: "rgb(220, 220, 220)"
993         linewidth: 1
994         rangemode: "tozero"
995         showgrid: True
996         showline: True
997         showticklabels: True
998         tickcolor: "rgb(220, 220, 220)"
999         tickformat: ".3s"
1000         tickfont:
1001           size: 16
1002         zeroline: False
1003       boxmode: "group"
1004       boxgroupgap: 0.5
1005       autosize: False
1006       margin:
1007         t: 50
1008         b: 20
1009         l: 80
1010         r: 20
1011       showlegend: True
1012       legend:
1013         orientation: "h"
1014         font:
1015           size: 16
1016       width: 700
1017       height: 800
1018
1019     plot-rps:
1020       titlefont:
1021         size: 18
1022       xaxis:
1023         title: "<b>Test Cases [Index]</b>"
1024         titlefont:
1025           size: 16
1026         autorange: True
1027         fixedrange: False
1028         gridcolor: "rgb(230, 230, 230)"
1029         linecolor: "rgb(220, 220, 220)"
1030         linewidth: 1
1031         showgrid: True
1032         showline: True
1033         showticklabels: True
1034         tickcolor: "rgb(220, 220, 220)"
1035         tickmode: "linear"
1036         tickfont:
1037           size: 16
1038         zeroline: False
1039       yaxis:
1040         title: "<b>Requests Per Second [rps]</b>"
1041         titlefont:
1042           size: 16
1043         gridcolor: "rgb(230, 230, 230)"
1044         hoverformat: ".4s"
1045         linecolor: "rgb(220, 220, 220)"
1046         linewidth: 1
1047         rangemode: "tozero"
1048         showgrid: True
1049         showline: True
1050         showticklabels: True
1051         tickcolor: "rgb(230, 230, 230)"
1052         tickformat: ".3s"
1053         tickfont:
1054           size: 16
1055         zeroline: False
1056       boxmode: "group"
1057       boxgroupgap: 0.5
1058       autosize: False
1059       margin:
1060         t: 50
1061         b: 20
1062         l: 80
1063         r: 20
1064       showlegend: True
1065       legend:
1066         orientation: "h"
1067         font:
1068           size: 16
1069       width: 700
1070       height: 800
1071
1072     plot-throughput:
1073       titlefont:
1074         size: 18
1075       xaxis:
1076         title: "<b>Test Cases [Index]</b>"
1077         titlefont:
1078           size: 16
1079         autorange: True
1080         fixedrange: False
1081         gridcolor: "rgb(230, 230, 230)"
1082         linecolor: "rgb(220, 220, 220)"
1083         linewidth: 1
1084         showgrid: True
1085         showline: True
1086         showticklabels: True
1087         tickcolor: "rgb(220, 220, 220)"
1088         tickmode: "linear"
1089         tickfont:
1090           size: 16
1091         zeroline: False
1092       yaxis:
1093         title: "<b>Packet Throughput [Mpps]</b>"
1094         titlefont:
1095           size: 16
1096         gridcolor: "rgb(230, 230, 230)"
1097         hoverformat: ".4r"
1098         tickformat: ".3r"
1099         linecolor: "rgb(220, 220, 220)"
1100         linewidth: 1
1101         showgrid: True
1102         showline: True
1103         showticklabels: True
1104         tickcolor: "rgb(220, 220, 220)"
1105         tickfont:
1106           size: 16
1107         zeroline: False
1108         range: [0,50]
1109       boxmode: "group"
1110       boxgroupgap: 0.5
1111       autosize: False
1112       margin:
1113         t: 50
1114         b: 0
1115         l: 80
1116         r: 20
1117       showlegend: True
1118       legend:
1119         orientation: "h"
1120         font:
1121           size: 16
1122       width: 700
1123       height: 900
1124
1125     plot-throughput-speedup-analysis:
1126       titlefont:
1127         size: 18
1128       xaxis:
1129         title: "<b>Number of Cores [Qty]</b>"
1130         titlefont:
1131           size: 16
1132         autorange: True
1133         fixedrange: False
1134         gridcolor: "rgb(230, 230, 230)"
1135         linecolor: "rgb(220, 220, 220)"
1136         linewidth: 1
1137         showgrid: True
1138         showline: True
1139         showticklabels: True
1140         tickcolor: "rgb(238, 238, 238)"
1141         tickmode: "linear"
1142         tickfont:
1143           size: 16
1144         zeroline: False
1145       yaxis:
1146         title: "<b>Packet Throughput [Mpps]</b>"
1147         titlefont:
1148           size: 16
1149         type: "linear"
1150         gridcolor: "rgb(230, 230, 230)"
1151         hoverformat: ".4s"
1152         linecolor: "rgb(220, 220, 220)"
1153         linewidth: 1
1154         showgrid: True
1155         showline: True
1156         showticklabels: True
1157         tickcolor: "rgb(220, 220, 220)"
1158         tickformat: ".4s"
1159         tickfont:
1160           size: 16
1161         zeroline: True
1162         rangemode: "tozero"
1163         range: [0,100]
1164       legend:
1165         orientation: "h"
1166         font:
1167           size: 16
1168         xanchor: "left"
1169         yanchor: "top"
1170         x: 0
1171         y: -0.2
1172         bgcolor: "rgba(255, 255, 255, 0)"
1173         bordercolor: "rgba(255, 255, 255, 0)"
1174         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1175       autosize: False
1176       margin:
1177           't': 50
1178           'b': 150
1179           'l': 85
1180           'r': 10
1181       showlegend: True
1182       width: 700
1183       height: 700
1184       hoverlabel:
1185         namelength: -1
1186       annotations: [
1187         {
1188           text: "_ _          __          ...",
1189           align: "left",
1190           showarrow: False,
1191           xref: "paper",
1192           yref: "paper",
1193           xanchor: "left",
1194           yanchor: "top",
1195           x: 0,
1196           y: -0.13,
1197           font: {
1198             family: "Consolas, Courier New",
1199             size: 15
1200           },
1201         },
1202         {
1203           text: "    Perfect     Measured     Limit",
1204           align: "left",
1205           showarrow: False,
1206           xref: "paper",
1207           yref: "paper",
1208           xanchor: "left",
1209           yanchor: "top",
1210           x: 0,
1211           y: -0.15,
1212           font: {
1213             family: "Consolas, Courier New",
1214             size: 15
1215           },
1216         },
1217       ]
1218
1219     plot-latency:
1220       titlefont:
1221         size: 18
1222       xaxis:
1223         title: "<b>Direction</b>"
1224         titlefont:
1225           size: 16
1226         autorange: True
1227         fixedrange: False
1228         gridcolor: "rgb(230, 230, 230)"
1229         linecolor: "rgb(220, 220, 220)"
1230         linewidth: 1
1231         showgrid: True
1232         showline: True
1233         showticklabels: False
1234         tickcolor: "rgb(220, 220, 220)"
1235         tickmode: "linear"
1236         tickfont:
1237           size: 16
1238         zeroline: False
1239       yaxis:
1240         title: "<b>Packet Latency [uSec]</b>"
1241         titlefont:
1242           size: 16
1243         type: "linear"
1244         gridcolor: "rgb(230, 230, 230)"
1245         hoverformat: ".4s"
1246         linecolor: "rgb(220, 220, 220)"
1247         linewidth: 1
1248         showgrid: True
1249         showline: True
1250         showticklabels: True
1251         tickcolor: "rgb(220, 220, 220)"
1252         tickformat: ".4s"
1253         tickfont:
1254           size: 16
1255         zeroline: True
1256         rangemode: "tozero"
1257       legend:
1258         orientation: "h"
1259         font:
1260           size: 16
1261         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1262       autosize: False
1263       margin:
1264           't': 50
1265           'b': 150
1266           'l': 80
1267           'r': 10
1268       showlegend: True
1269       width: 700
1270       height: 700
1271       hoverlabel:
1272         namelength: -1
1273
1274 - type: "static"
1275   src-path: "{DIR[RST]}"
1276   dst-path: "{DIR[WORKING,SRC]}"
1277
1278 - type: "input"
1279   general:
1280     file-name: "output_info.xml.gz"
1281     file-format: ".gz"
1282     arch-file-format:
1283       - ".gz"
1284       - ".zip"
1285     download-path: "{job}/{build}/archives/{filename}"
1286     extract: "output.xml"
1287
1288     zip-file-name: "robot-plugin.zip"
1289     zip-file-format: ".zip"
1290     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1291     zip-extract: "robot-plugin/output.xml"
1292
1293   builds:
1294 #    intel-dnv-vpp-release-1904:
1295 #      - 1
1296 #
1297 #    intel-dnv-vpp-release-1901:
1298 #      - 1
1299
1300     csit-vpp-perf-verify-1901-3n-hsw:
1301       - 35  # MRR sel
1302       - 10  # NDRPDR sel
1303       - 19  # NDRPDR sel
1304       - 31  # NDRPDR sel
1305       - 36  # NDRPDR sel
1306       - 40  # NDRPDR sel
1307       - 42  # NDRPDR sel
1308       - 44  # NDRPDR sel
1309       - 46  # NDRPDR sel
1310       - 47  # NDRPDR sel
1311       - 48  # NDRPDR sel
1312       - 61  # NDRPDR LB
1313       - 62  # NDRPDR LB
1314       - 63  # NDRPDR LB
1315       - 64  # NDRPDR LB
1316       - 65  # NDRPDR LB
1317       - 66  # NDRPDR LB
1318       - 67  # NDRPDR LB
1319       - 69  # NDRPDR LB
1320       - 70  # NDRPDR LB
1321       - 71  # NDRPDR LB
1322     csit-vpp-perf-verify-1904-3n-hsw:
1323       - 9   # MRR sel
1324       - 11  # NDRPDR sel
1325       - 12  # NDRPDR sel
1326       - 20  # NDRPDR sel
1327       - 21  # NDRPDR sel
1328       - 23  # NDRPDR sel
1329       - 24  # NDRPDR sel
1330       - 25  # NDRPDR sel
1331       - 26  # NDRPDR sel
1332       - 29  # NDRPDR sel
1333       - 30  # NDRPDR sel
1334     csit-vpp-perf-verify-1908-3n-hsw:
1335       - 12  # NDRPDR sel
1336       - 13  # NDRPDR sel
1337       - 14  # NDRPDR sel
1338       - 15  # NDRPDR sel
1339       - 16  # NDRPDR sel
1340       - 17  # NDRPDR sel
1341       - 18  # NDRPDR sel
1342       - 19  # NDRPDR sel
1343       - 20  # NDRPDR sel
1344       - 21  # NDRPDR sel
1345       - 24  # NDRPDR full
1346       - 25  # NDRPDR full
1347       - 26  # NDRPDR full
1348       - 27  # NDRPDR full
1349       - 28  # NDRPDR full
1350       - 29  # NDRPDR full
1351       - 32  # NDRPDR full
1352       - 33  # NDRPDR full
1353       - 35  # NDRPDR full
1354       - 36  # NDRPDR full
1355       - 38  # NDRPDR full
1356       - 39  # MRR sel
1357
1358     csit-vpp-perf-verify-1901-3n-skx:
1359       - 32  # MRR sel
1360       - 18  # NDRPDR sel
1361       - 19  # NDRPDR sel
1362       - 20  # NDRPDR sel
1363       - 28  # NDRPDR sel
1364       - 31  # NDRPDR sel
1365       - 33  # NDRPDR sel
1366       - 36  # NDRPDR sel
1367       - 38  # NDRPDR sel
1368       - 47  # NDRPDR sel
1369       - 48  # NDRPDR sel
1370       - 54  # NDRPDR LB
1371       - 57  # NDRPDR LB
1372       - 58  # NDRPDR LB
1373       - 59  # NDRPDR LB
1374       - 60  # NDRPDR LB
1375       - 63  # NDRPDR LB
1376       - 64  # NDRPDR LB
1377       - 65  # NDRPDR LB
1378       - 66  # NDRPDR LB
1379       - 67  # NDRPDR LB
1380     csit-vpp-perf-verify-1904-3n-skx:
1381       - 7   # MRR sel
1382       - 8   # NDRPDR sel
1383       - 9   # NDRPDR sel
1384       - 10  # NDRPDR sel
1385       - 11  # NDRPDR sel
1386       - 12  # NDRPDR sel
1387       - 14  # NDRPDR sel
1388       - 16  # NDRPDR sel
1389       - 21  # NDRPDR sel
1390       - 23  # NDRPDR sel
1391       - 25  # NDRPDR sel
1392     # TODO: Add data
1393     csit-vpp-perf-verify-1908-3n-skx:
1394       - 14  # NDRPDR sel
1395       - 16  # NDRPDR sel
1396       - 19  # NDRPDR sel
1397       - 20  # NDRPDR sel
1398       - 22  # NDRPDR sel
1399       - 23  # NDRPDR sel
1400       - 24  # NDRPDR sel
1401       - 25  # NDRPDR sel
1402       - 26  # NDRPDR sel
1403       - 29  # NDRPDR sel
1404       - 27  # NDRPDR full
1405       - 28  # NDRPDR full
1406       - 30  # NDRPDR full
1407       - 31  # NDRPDR full
1408       - 32  # NDRPDR full
1409       - 33  # NDRPDR full
1410       - 34  # NDRPDR full
1411       - 35  # NDRPDR full
1412       - 37  # NDRPDR full
1413       - 39  # NDRPDR full
1414       - 40  # NDRPDR full
1415       - 41  # NDRPDR full
1416       - 36  # MRR sel
1417
1418     csit-vpp-perf-verify-1901-2n-skx:
1419       - 22  # MRR sel
1420       - 5   # NDRPDR sel
1421       - 12  # NDRPDR sel
1422       - 13  # NDRPDR sel
1423       - 21  # NDRPDR sel
1424       - 23  # NDRPDR sel
1425       - 31  # NDRPDR sel
1426       - 34  # NDRPDR sel
1427       - 40  # NDRPDR sel
1428       - 42  # NDRPDR sel
1429       - 43  # NDRPDR sel
1430     csit-vpp-perf-verify-1904-2n-skx:
1431       - 11  # MRR sel
1432       - 12  # NDRPDR sel
1433       - 14  # NDRPDR sel
1434       - 16  # NDRPDR sel
1435       - 17  # NDRPDR sel
1436       - 18  # NDRPDR sel
1437       - 21  # NDRPDR sel
1438       - 27  # NDRPDR sel
1439       - 30  # NDRPDR sel
1440       - 31  # NDRPDR sel
1441       - 32  # NDRPDR sel
1442     # TODO: Add data
1443     csit-vpp-perf-verify-1908-2n-skx:
1444       - 26  # NDRPDR sel
1445       - 27  # NDRPDR sel
1446       - 34  # NDRPDR sel
1447       - 35  # NDRPDR sel
1448       - 36  # NDRPDR sel
1449       - 42  # NDRPDR sel
1450       - 43  # NDRPDR sel
1451       - 44  # NDRPDR sel
1452       - 45  # NDRPDR sel
1453       - 46  # NDRPDR sel
1454       - 48  # NDRPDR full
1455       - 49  # NDRPDR full
1456       - 50  # NDRPDR full
1457       - 51  # NDRPDR full
1458       - 54  # NDRPDR full
1459       - 55  # NDRPDR full
1460       - 66  # NDRPDR full
1461       - 69  # MRR sel
1462       - 29  # TCP
1463       - 30  # TCP
1464       - 58  # TCP
1465       - 59  # TCP
1466       - 60  # TCP
1467       - 61  # TCP
1468       - 62  # TCP
1469       - 63  # TCP
1470       - 64  # TCP
1471       - 65  # TCP
1472       - 22  # NFV
1473       - 31  # NFV
1474       - 32  # NFV
1475       - 37  # NFV
1476       - 38  # NFV
1477       - 39  # NFV
1478       - 53  # NFV
1479       - 67  # NFV
1480       - 68  # NFV
1481       - 70  # NFV
1482       - 71  # NFV MRR
1483
1484     csit-vpp-perf-verify-1908-3n-tsh:
1485       - 7   # NDRPDR sel
1486       - 8   # NDRPDR sel
1487       - 9   # NDRPDR sel
1488       - 10  # NDRPDR sel
1489       - 11  # NDRPDR sel
1490       - 12  # NDRPDR sel
1491       - 13  # NDRPDR sel
1492       - 14  # NDRPDR sel
1493
1494     csit-dpdk-perf-verify-1901-3n-hsw:
1495       - 13  # NDRPDR sel
1496       - 14  # NDRPDR sel
1497       - 16  # NDRPDR sel
1498       - 17  # NDRPDR sel
1499       - 18  # NDRPDR sel
1500       - 19  # NDRPDR sel
1501       - 20  # NDRPDR sel
1502       - 21  # NDRPDR sel
1503       - 22  # NDRPDR sel
1504       - 23  # NDRPDR sel
1505     csit-dpdk-perf-verify-1904-3n-hsw:
1506       - 2   # NDRPDR sel
1507       - 3   # NDRPDR sel
1508       - 5   # NDRPDR sel
1509       - 6   # NDRPDR sel
1510       - 13  # NDRPDR sel
1511       - 14  # NDRPDR sel
1512       - 15  # NDRPDR sel
1513       - 18  # NDRPDR sel
1514       - 19  # NDRPDR sel
1515       - 20  # NDRPDR sel
1516     csit-dpdk-perf-verify-1908-3n-hsw:
1517       - 2   # NDRPDR sel
1518       - 3   # NDRPDR sel
1519       - 4   # NDRPDR sel
1520       - 5   # NDRPDR sel
1521       - 6   # NDRPDR sel
1522       - 7   # NDRPDR sel
1523       - 8   # NDRPDR sel
1524       - 9   # NDRPDR sel
1525       - 10  # NDRPDR sel
1526       - 11  # NDRPDR sel
1527
1528     csit-dpdk-perf-verify-1901-3n-skx:
1529       - 3   # NDRPDR sel
1530       - 5   # NDRPDR sel
1531       - 6   # NDRPDR sel
1532       - 7   # NDRPDR sel
1533       - 8   # NDRPDR sel
1534       - 9   # NDRPDR sel
1535       - 10  # NDRPDR sel
1536       - 11  # NDRPDR sel
1537       - 12  # NDRPDR sel
1538       - 13  # NDRPDR sel
1539     csit-dpdk-perf-verify-1904-3n-skx:
1540       - 2   # NDRPDR sel
1541       - 3   # NDRPDR sel
1542       - 4   # NDRPDR sel
1543       - 5   # NDRPDR sel
1544       - 6   # NDRPDR sel
1545       - 7   # NDRPDR sel
1546       - 11  # NDRPDR sel
1547       - 12  # NDRPDR sel
1548       - 13  # NDRPDR sel
1549       - 14  # NDRPDR sel
1550     csit-dpdk-perf-verify-1908-3n-skx:
1551       - 3   # NDRPDR sel
1552       - 4   # NDRPDR sel
1553       - 5   # NDRPDR sel
1554       - 6   # NDRPDR sel
1555       - 7   # NDRPDR sel
1556       - 8   # NDRPDR sel
1557       - 9   # NDRPDR sel
1558       - 10  # NDRPDR sel
1559       - 11  # NDRPDR sel
1560       - 12  # NDRPDR sel
1561
1562     csit-dpdk-perf-verify-1901-2n-skx:
1563       - 12  # NDRPDR sel
1564       - 13  # NDRPDR sel
1565       - 14  # NDRPDR sel
1566       - 15  # NDRPDR sel
1567       - 16  # NDRPDR sel
1568       - 17  # NDRPDR sel
1569       - 18  # NDRPDR sel
1570       - 19  # NDRPDR sel
1571       - 20  # NDRPDR sel
1572       - 21  # NDRPDR sel
1573     csit-dpdk-perf-verify-1904-2n-skx:
1574       - 2   # NDRPDR sel
1575       - 3   # NDRPDR sel
1576       - 4   # NDRPDR sel
1577       - 5   # NDRPDR sel
1578       - 7   # NDRPDR sel
1579       - 8   # NDRPDR sel
1580       - 9   # NDRPDR sel
1581       - 10  # NDRPDR sel
1582       - 11  # NDRPDR sel
1583       - 12  # NDRPDR sel
1584     csit-dpdk-perf-verify-1908-2n-skx:
1585       - 2   # NDRPDR sel
1586       - 3   # NDRPDR sel
1587       - 4   # NDRPDR sel
1588       - 5   # NDRPDR sel
1589       - 7   # NDRPDR sel
1590       - 8   # NDRPDR sel
1591       - 9   # NDRPDR sel
1592       - 10  # NDRPDR sel
1593       - 11  # NDRPDR sel
1594       - 12  # NDRPDR sel
1595
1596     csit-vpp-functional-1908-ubuntu1604-virl:
1597       - 64
1598     csit-vpp-functional-1908-centos7-virl:
1599       - 64
1600     csit-vpp-device-1908-ubuntu1804-1n-skx:
1601       - 65
1602
1603 - type: "output"
1604   output: "report"
1605   format:
1606     html:
1607     - full
1608 #    pdf:
1609 #    - minimal
1610
1611 ################################################################################
1612 ###                               T A B L E S                                ###
1613 ################################################################################
1614
1615 ## VPP Soak vs NDR
1616 #- type: "table"
1617 #  title: "VPP Soak vs NDR 2n-skx"
1618 #  algorithm: "table_soak_vs_ndr"
1619 #  output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
1620 #  reference:
1621 #    title: "NDR"
1622 #    data: "vpp-soak-vs-ndr-2n-skx-ref"
1623 #  compare:
1624 #    title: "Soak"
1625 #    data: "vpp-soak-vs-ndr-2n-skx-cmp"
1626 #  data: "vpp-soak-vs-ndr-2n-skx"
1627 #  include-tests: "NDR"
1628 #  filter: "('NDRPDR' or 'SOAK')"
1629 #  parameters:
1630 #    - "throughput"
1631 #    - "name"
1632 #    - "parent"
1633
1634 ################################################################################
1635
1636 # VPP Compare NICs 3n-skx 2t1c ndr
1637 - type: "table"
1638   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1639   algorithm: "table_nics_comparison"
1640   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1641   reference:
1642     title: "Intel-x710"
1643     nic: "NIC_Intel-X710"
1644   compare:
1645     title: "Intel-xxv710"
1646     nic: "NIC_Intel-XXV710"
1647   data: "vpp-nic-comparison-3n-skx"
1648   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1649   filter: "'2T1C' and 'NDRPDR'"
1650   parameters:
1651   - "name"
1652   - "parent"
1653   - "throughput"
1654   - "tags"
1655
1656 # VPP Compare NICs 3n-skx 4t2c ndr
1657 - type: "table"
1658   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1659   algorithm: "table_nics_comparison"
1660   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1661   reference:
1662     title: "Intel-x710"
1663     nic: "NIC_Intel-X710"
1664   compare:
1665     title: "Intel-xxv710"
1666     nic: "NIC_Intel-XXV710"
1667   data: "vpp-nic-comparison-3n-skx"
1668   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1669   filter: "'4T2C' and 'NDRPDR'"
1670   parameters:
1671   - "name"
1672   - "parent"
1673   - "throughput"
1674   - "tags"
1675
1676 # VPP Compare NICs 3n-skx 2t1c pdr
1677 - type: "table"
1678   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1679   algorithm: "table_nics_comparison"
1680   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1681   reference:
1682     title: "Intel-x710"
1683     nic: "NIC_Intel-X710"
1684   compare:
1685     title: "Intel-xxv710"
1686     nic: "NIC_Intel-XXV710"
1687   data: "vpp-nic-comparison-3n-skx"
1688   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1689   filter: "'2T1C' and 'NDRPDR'"
1690   parameters:
1691   - "name"
1692   - "parent"
1693   - "throughput"
1694   - "tags"
1695
1696  # VPP Compare NICs 3n-skx 4t2c pdr
1697 - type: "table"
1698   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1699   algorithm: "table_nics_comparison"
1700   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1701   reference:
1702     title: "Intel-x710"
1703     nic: "NIC_Intel-X710"
1704   compare:
1705     title: "Intel-xxv710"
1706     nic: "NIC_Intel-XXV710"
1707   data: "vpp-nic-comparison-3n-skx"
1708   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1709   filter: "'4T2C' and 'NDRPDR'"
1710   parameters:
1711   - "name"
1712   - "parent"
1713   - "throughput"
1714   - "tags"
1715
1716 # VPP Compare NICs 3n-skx 2t1c mrr
1717 - type: "table"
1718   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1719   algorithm: "table_nics_comparison"
1720   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1721   reference:
1722     title: "Intel-x710"
1723     nic: "NIC_Intel-X710"
1724   compare:
1725     title: "Intel-xxv710"
1726     nic: "NIC_Intel-XXV710"
1727   data: "vpp-nic-comparison-3n-skx-mrr"
1728   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1729   filter: "'2T1C' and 'MRR'"
1730   parameters:
1731   - "name"
1732   - "parent"
1733   - "result"
1734   - "tags"
1735
1736 # VPP Compare NICs 3n-skx 4t2c mrr
1737 - type: "table"
1738   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1739   algorithm: "table_nics_comparison"
1740   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1741   reference:
1742     title: "Intel-x710"
1743     nic: "NIC_Intel-X710"
1744   compare:
1745     title: "Intel-xxv710"
1746     nic: "NIC_Intel-XXV710"
1747   data: "vpp-nic-comparison-3n-skx-mrr"
1748   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1749   filter: "'4T2C' and 'MRR'"
1750   parameters:
1751   - "name"
1752   - "parent"
1753   - "result"
1754   - "tags"
1755
1756  # VPP Compare NICs 3n-skx 8t4c mrr
1757 - type: "table"
1758   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1759   algorithm: "table_nics_comparison"
1760   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1761   reference:
1762     title: "Intel-x710"
1763     nic: "NIC_Intel-X710"
1764   compare:
1765     title: "Intel-xxv710"
1766     nic: "NIC_Intel-XXV710"
1767   data: "vpp-nic-comparison-3n-skx-mrr"
1768   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1769   filter: "'8T4C' and 'MRR'"
1770   parameters:
1771   - "name"
1772   - "parent"
1773   - "result"
1774   - "tags"
1775
1776 # VPP Compare NICs 2n-skx 2t1c ndr
1777 - type: "table"
1778   title: "VPP Compare NICs 2n-skx 2t1c ndr"
1779   algorithm: "table_nics_comparison"
1780   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
1781   reference:
1782     title: "Intel-x710"
1783     nic: "NIC_Intel-X710"
1784   compare:
1785     title: "Intel-xxv710"
1786     nic: "NIC_Intel-XXV710"
1787   data: "vpp-nic-comparison-2n-skx"
1788   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1789   filter: "'2T1C' and 'NDRPDR'"
1790   parameters:
1791   - "name"
1792   - "parent"
1793   - "throughput"
1794   - "tags"
1795
1796 # VPP Compare NICs 2n-skx 4t2c ndr
1797 - type: "table"
1798   title: "VPP Compare NICs 2n-skx 4t2c ndr"
1799   algorithm: "table_nics_comparison"
1800   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
1801   reference:
1802     title: "Intel-x710"
1803     nic: "NIC_Intel-X710"
1804   compare:
1805     title: "Intel-xxv710"
1806     nic: "NIC_Intel-XXV710"
1807   data: "vpp-nic-comparison-2n-skx"
1808   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1809   filter: "'4T2C' and 'NDRPDR'"
1810   parameters:
1811   - "name"
1812   - "parent"
1813   - "throughput"
1814   - "tags"
1815
1816  # VPP Compare NICs 2n-skx 2t1c pdr
1817 - type: "table"
1818   title: "VPP Compare NICs 2n-skx 2t1c pdr"
1819   algorithm: "table_nics_comparison"
1820   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
1821   reference:
1822     title: "Intel-x710"
1823     nic: "NIC_Intel-X710"
1824   compare:
1825     title: "Intel-xxv710"
1826     nic: "NIC_Intel-XXV710"
1827   data: "vpp-nic-comparison-2n-skx"
1828   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1829   filter: "'2T1C' and 'NDRPDR'"
1830   parameters:
1831   - "name"
1832   - "parent"
1833   - "throughput"
1834   - "tags"
1835
1836 # VPP Compare NICs 2n-skx 4t2c pdr
1837 - type: "table"
1838   title: "VPP Compare NICs 2n-skx 4t2c pdr"
1839   algorithm: "table_nics_comparison"
1840   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
1841   reference:
1842     title: "Intel-x710"
1843     nic: "NIC_Intel-X710"
1844   compare:
1845     title: "Intel-xxv710"
1846     nic: "NIC_Intel-XXV710"
1847   data: "vpp-nic-comparison-2n-skx"
1848   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1849   filter: "'4T2C' and 'NDRPDR'"
1850   parameters:
1851   - "name"
1852   - "parent"
1853   - "throughput"
1854   - "tags"
1855
1856 # VPP Compare NICs 2n-skx 2t1c mrr
1857 - type: "table"
1858   title: "VPP Compare NICs 2n-skx 2t1c mrr"
1859   algorithm: "table_nics_comparison"
1860   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
1861   reference:
1862     title: "Intel-x710"
1863     nic: "NIC_Intel-X710"
1864   compare:
1865     title: "Intel-xxv710"
1866     nic: "NIC_Intel-XXV710"
1867   data: "vpp-nic-comparison-2n-skx-mrr"
1868   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1869   filter: "'2T1C' and 'MRR'"
1870   parameters:
1871   - "name"
1872   - "parent"
1873   - "result"
1874   - "tags"
1875
1876 # VPP Compare NICs 2n-skx 4t2c mrr
1877 - type: "table"
1878   title: "VPP Compare NICs 2n-skx 4t2c mrr"
1879   algorithm: "table_nics_comparison"
1880   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
1881   reference:
1882     title: "Intel-x710"
1883     nic: "NIC_Intel-X710"
1884   compare:
1885     title: "Intel-xxv710"
1886     nic: "NIC_Intel-XXV710"
1887   data: "vpp-nic-comparison-2n-skx-mrr"
1888   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1889   filter: "'4T2C' and 'MRR'"
1890   parameters:
1891   - "name"
1892   - "parent"
1893   - "result"
1894   - "tags"
1895
1896 # VPP Compare NICs 2n-skx 8t4c mrr
1897 - type: "table"
1898   title: "VPP Compare NICs 2n-skx 8t4c mrr"
1899   algorithm: "table_nics_comparison"
1900   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
1901   reference:
1902     title: "Intel-x710"
1903     nic: "NIC_Intel-X710"
1904   compare:
1905     title: "Intel-xxv710"
1906     nic: "NIC_Intel-XXV710"
1907   data: "vpp-nic-comparison-2n-skx-mrr"
1908   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1909   filter: "'8T4C' and 'MRR'"
1910   parameters:
1911   - "name"
1912   - "parent"
1913   - "result"
1914   - "tags"
1915
1916 ################################################################################
1917 # VPP
1918
1919 ## VPP Performance Changes 2n-dnv 1t1c pdr
1920 #- type: "table"
1921 #  title: "VPP Performance Changes 2n-dnv 1t1c pdr"
1922 #  algorithm: "table_performance_comparison"
1923 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
1924 #  history:
1925 #    - title: "rls1901"
1926 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
1927 #  reference:
1928 #    title: "rls1904"
1929 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
1930 #  compare:
1931 #    title: "rls1908"
1932 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
1933 #  data: "intel-dnv-vpp-changes-2n-dnv"
1934 #  include-tests: "PDR"
1935 #  filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1936 #  parameters:
1937 #  - "name"
1938 #  - "parent"
1939 #  - "throughput"
1940 #
1941 ## VPP Performance Changes 2n-dnv 2t2c pdr
1942 #- type: "table"
1943 #  title: "VPP Performance Changes 2n-dnv 2t2c pdr"
1944 #  algorithm: "table_performance_comparison"
1945 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
1946 #  history:
1947 #    - title: "rls1901"
1948 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
1949 #  reference:
1950 #    title: "rls1904"
1951 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
1952 #  compare:
1953 #    title: "rls1908"
1954 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
1955 #  data: "intel-dnv-vpp-changes-2n-dnv"
1956 #  include-tests: "PDR"
1957 #  filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
1958 #  parameters:
1959 #  - "name"
1960 #  - "parent"
1961 #  - "throughput"
1962 #
1963 ## VPP Performance Changes 2n-dnv 1t1c ndr
1964 #- type: "table"
1965 #  title: "VPP Performance Changes 2n-dnv 1t1c ndr"
1966 #  algorithm: "table_performance_comparison"
1967 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
1968 #  history:
1969 #    - title: "rls1901"
1970 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
1971 #  reference:
1972 #    title: "rls1904"
1973 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
1974 #  compare:
1975 #    title: "rls1908"
1976 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
1977 #  data: "intel-dnv-vpp-changes-2n-dnv"
1978 #  include-tests: "NDR"
1979 #  filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1980 #  parameters:
1981 #  - "name"
1982 #  - "parent"
1983 #  - "throughput"
1984 #
1985 ## VPP Performance Changes 2n-dnv 2t2c ndr
1986 #- type: "table"
1987 #  title: "VPP Performance Changes 2n-dnv 2t2c ndr"
1988 #  algorithm: "table_performance_comparison"
1989 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
1990 #  history:
1991 #    - title: "rls1901"
1992 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
1993 #  reference:
1994 #    title: "rls1904"
1995 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
1996 #  compare:
1997 #    title: "rls1908"
1998 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
1999 #  data: "intel-dnv-vpp-changes-2n-dnv"
2000 #  include-tests: "NDR"
2001 #  filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2002 #  parameters:
2003 #  - "name"
2004 #  - "parent"
2005 #  - "throughput"
2006 #
2007 ## VPP Performance Changes 2n-dnv 1t1c MRR
2008 #- type: "table"
2009 #  title: "VPP Performance Changes 2n-dnv 1t1c MRR"
2010 #  algorithm: "table_performance_comparison"
2011 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
2012 #  history:
2013 #    - title: "rls1901"
2014 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2015 #  reference:
2016 #    title: "rls1904"
2017 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2018 #  compare:
2019 #    title: "rls1908"
2020 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2021 #  data: "intel-dnv-vpp-changes-2n-dnv"
2022 #  include-tests: "MRR"
2023 #  filter: "'1T1C' and 'MRR'"
2024 #  parameters:
2025 #  - "name"
2026 #  - "parent"
2027 #  - "result"
2028 #
2029 ## VPP Performance Changes 2n-dnv 2t2c MRR
2030 #- type: "table"
2031 #  title: "VPP Performance Changes 2n-dnv 2t2c MRR"
2032 #  algorithm: "table_performance_comparison"
2033 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
2034 #  history:
2035 #    - title: "rls1901"
2036 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2037 #  reference:
2038 #    title: "rls1904"
2039 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2040 #  compare:
2041 #    title: "rls1908"
2042 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2043 #  data: "intel-dnv-vpp-changes-2n-dnv"
2044 #  include-tests: "MRR"
2045 #  filter: "'2T2C' and 'MRR'"
2046 #  parameters:
2047 #  - "name"
2048 #  - "parent"
2049 #  - "result"
2050 #
2051 ## VPP Performance Changes 2n-dnv 4t4c MRR
2052 #- type: "table"
2053 #  title: "VPP Performance Changes 2n-dnv 4t4c MRR"
2054 #  algorithm: "table_performance_comparison"
2055 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
2056 #  history:
2057 #    - title: "rls1901"
2058 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2059 #  reference:
2060 #    title: "rls1904"
2061 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2062 #  compare:
2063 #    title: "rls1908"
2064 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2065 #  data: "intel-dnv-vpp-changes-2n-dnv"
2066 #  include-tests: "MRR"
2067 #  filter: "'4T4C' and 'MRR'"
2068 #  parameters:
2069 #  - "name"
2070 #  - "parent"
2071 #  - "result"
2072
2073 # VPP Performance Changes 3n-hsw 1t1c pdr
2074 - type: "table"
2075   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2076   algorithm: "table_performance_comparison"
2077   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2078   history:
2079     - title: "rls1901"
2080       data: "vpp-performance-changes-3n-hsw-h1"
2081   reference:
2082     title: "rls1904"
2083     data: "vpp-performance-changes-3n-hsw-ref"
2084   compare:
2085     title: "rls1908"
2086     data: "vpp-performance-changes-3n-hsw-cmp"
2087   data: "vpp-performance-changes-3n-hsw"
2088   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2089   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2090   parameters:
2091   - "name"
2092   - "parent"
2093   - "throughput"
2094
2095 # VPP Performance Changes 3n-hsw 2t2c pdr
2096 - type: "table"
2097   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2098   algorithm: "table_performance_comparison"
2099   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2100   history:
2101     - title: "rls1901"
2102       data: "vpp-performance-changes-3n-hsw-h1"
2103   reference:
2104     title: "rls1904"
2105     data: "vpp-performance-changes-3n-hsw-ref"
2106   compare:
2107     title: "rls1908"
2108     data: "vpp-performance-changes-3n-hsw-cmp"
2109   data: "vpp-performance-changes-3n-hsw"
2110   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2111   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2112   parameters:
2113   - "name"
2114   - "parent"
2115   - "throughput"
2116
2117 # VPP Performance Changes 3n-hsw 1t1c ndr
2118 - type: "table"
2119   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2120   algorithm: "table_performance_comparison"
2121   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2122   history:
2123     - title: "rls1901"
2124       data: "vpp-performance-changes-3n-hsw-h1"
2125   reference:
2126     title: "rls1904"
2127     data: "vpp-performance-changes-3n-hsw-ref"
2128   compare:
2129     title: "rls1908"
2130     data: "vpp-performance-changes-3n-hsw-cmp"
2131   data: "vpp-performance-changes-3n-hsw"
2132   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2133   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2134   parameters:
2135   - "name"
2136   - "parent"
2137   - "throughput"
2138
2139 # VPP Performance Changes 3n-hsw 2t2c ndr
2140 - type: "table"
2141   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2142   algorithm: "table_performance_comparison"
2143   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2144   history:
2145     - title: "rls1901"
2146       data: "vpp-performance-changes-3n-hsw-h1"
2147   reference:
2148     title: "rls1904"
2149     data: "vpp-performance-changes-3n-hsw-ref"
2150   compare:
2151     title: "rls1908"
2152     data: "vpp-performance-changes-3n-hsw-cmp"
2153   data: "vpp-performance-changes-3n-hsw"
2154   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2155   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2156   parameters:
2157   - "name"
2158   - "parent"
2159   - "throughput"
2160
2161 # VPP Performance Changes 3n-skx 2t1c pdr
2162 - type: "table"
2163   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2164   algorithm: "table_performance_comparison_nic"
2165   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2166   history:
2167     - title: "rls1901 Intel-X710"
2168       data: "vpp-performance-changes-3n-skx-h1"
2169       nic: "NIC_Intel-X710"
2170   reference:
2171     title: "rls1904 Intel-X710"
2172     data: "vpp-performance-changes-3n-skx-ref"
2173     nic: "NIC_Intel-X710"
2174   compare:
2175     title: "rls1908 Intel-XXV710"
2176     data: "vpp-performance-changes-3n-skx-cmp"
2177     nic: "NIC_Intel-XXV710"
2178   data: "vpp-performance-changes-3n-skx"
2179   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2180   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2181   parameters:
2182   - "name"
2183   - "parent"
2184   - "throughput"
2185   - "tags"
2186
2187 # VPP Performance Changes 3n-skx 4t2c pdr
2188 - type: "table"
2189   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2190   algorithm: "table_performance_comparison_nic"
2191   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2192   history:
2193     - title: "rls1901 Intel-X710"
2194       data: "vpp-performance-changes-3n-skx-h1"
2195       nic: "NIC_Intel-X710"
2196   reference:
2197     title: "rls1904 Intel-X710"
2198     data: "vpp-performance-changes-3n-skx-ref"
2199     nic: "NIC_Intel-X710"
2200   compare:
2201     title: "rls1908 Intel-XXV710"
2202     data: "vpp-performance-changes-3n-skx-cmp"
2203     nic: "NIC_Intel-XXV710"
2204   data: "vpp-performance-changes-3n-skx"
2205   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2206   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2207   parameters:
2208   - "name"
2209   - "parent"
2210   - "throughput"
2211   - "tags"
2212
2213 # VPP Performance Changes 3n-skx 2t1c ndr
2214 - type: "table"
2215   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2216   algorithm: "table_performance_comparison_nic"
2217   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2218   history:
2219     - title: "rls1901 Intel-X710"
2220       data: "vpp-performance-changes-3n-skx-h1"
2221       nic: "NIC_Intel-X710"
2222   reference:
2223     title: "rls1904 Intel-X710"
2224     data: "vpp-performance-changes-3n-skx-ref"
2225     nic: "NIC_Intel-X710"
2226   compare:
2227     title: "rls1908 Intel-XXV710"
2228     data: "vpp-performance-changes-3n-skx-cmp"
2229     nic: "NIC_Intel-XXV710"
2230   data: "vpp-performance-changes-3n-skx"
2231   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2232   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2233   parameters:
2234   - "name"
2235   - "parent"
2236   - "throughput"
2237   - "tags"
2238
2239 # VPP Performance Changes 3n-skx 4t2c ndr
2240 - type: "table"
2241   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2242   algorithm: "table_performance_comparison_nic"
2243   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2244   history:
2245     - title: "rls1901 Intel-X710"
2246       data: "vpp-performance-changes-3n-skx-h1"
2247       nic: "NIC_Intel-X710"
2248   reference:
2249     title: "rls1904 Intel-X710"
2250     data: "vpp-performance-changes-3n-skx-ref"
2251     nic: "NIC_Intel-X710"
2252   compare:
2253     title: "rls1908 Intel-XXV710"
2254     data: "vpp-performance-changes-3n-skx-cmp"
2255     nic: "NIC_Intel-XXV710"
2256   data: "vpp-performance-changes-3n-skx"
2257   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2258   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2259   parameters:
2260   - "name"
2261   - "parent"
2262   - "throughput"
2263   - "tags"
2264
2265 # VPP Performance Changes 2n-skx 2t1c pdr
2266 - type: "table"
2267   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2268   algorithm: "table_performance_comparison_nic"
2269   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2270   history:
2271     - title: "rls1901 Intel-X710"
2272       data: "vpp-performance-changes-2n-skx-h1"
2273       nic: "NIC_Intel-X710"
2274   reference:
2275     title: "rls1904 Intel-X710"
2276     data: "vpp-performance-changes-2n-skx-ref"
2277     nic: "NIC_Intel-X710"
2278   compare:
2279     title: "rls1908 Intel-XXV710"
2280     data: "vpp-performance-changes-2n-skx-cmp"
2281     nic: "NIC_Intel-XXV710"
2282   data: "vpp-performance-changes-2n-skx"
2283   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2284   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2285   parameters:
2286   - "name"
2287   - "parent"
2288   - "throughput"
2289   - "tags"
2290
2291 # VPP Performance Changes 2n-skx 4t2c pdr
2292 - type: "table"
2293   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2294   algorithm: "table_performance_comparison_nic"
2295   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2296   history:
2297     - title: "rls1901 Intel-X710"
2298       data: "vpp-performance-changes-2n-skx-h1"
2299       nic: "NIC_Intel-X710"
2300   reference:
2301     title: "rls1904 Intel-X710"
2302     data: "vpp-performance-changes-2n-skx-ref"
2303     nic: "NIC_Intel-X710"
2304   compare:
2305     title: "rls1908 Intel-XXV710"
2306     data: "vpp-performance-changes-2n-skx-cmp"
2307     nic: "NIC_Intel-XXV710"
2308   data: "vpp-performance-changes-2n-skx"
2309   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2310   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2311   parameters:
2312   - "name"
2313   - "parent"
2314   - "throughput"
2315   - "tags"
2316
2317 # VPP Performance Changes 2n-skx 2t1c ndr
2318 - type: "table"
2319   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2320   algorithm: "table_performance_comparison_nic"
2321   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2322   history:
2323     - title: "rls1901 Intel-X710"
2324       data: "vpp-performance-changes-2n-skx-h1"
2325       nic: "NIC_Intel-X710"
2326   reference:
2327     title: "rls1904 Intel-X710"
2328     data: "vpp-performance-changes-2n-skx-ref"
2329     nic: "NIC_Intel-X710"
2330   compare:
2331     title: "rls1908 Intel-XXV710"
2332     data: "vpp-performance-changes-2n-skx-cmp"
2333     nic: "NIC_Intel-XXV710"
2334   data: "vpp-performance-changes-2n-skx"
2335   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2336   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2337   parameters:
2338   - "name"
2339   - "parent"
2340   - "throughput"
2341   - "tags"
2342
2343 # VPP Performance Changes 2n-skx 4t2c ndr
2344 - type: "table"
2345   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2346   algorithm: "table_performance_comparison_nic"
2347   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2348   history:
2349     - title: "rls1901 Intel-X710"
2350       data: "vpp-performance-changes-2n-skx-h1"
2351       nic: "NIC_Intel-X710"
2352   reference:
2353     title: "rls1904 Intel-X710"
2354     data: "vpp-performance-changes-2n-skx-ref"
2355     nic: "NIC_Intel-X710"
2356   compare:
2357     title: "rls1908 Intel-XXV710"
2358     data: "vpp-performance-changes-2n-skx-cmp"
2359     nic: "NIC_Intel-XXV710"
2360   data: "vpp-performance-changes-2n-skx"
2361   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2362   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2363   parameters:
2364   - "name"
2365   - "parent"
2366   - "throughput"
2367   - "tags"
2368
2369 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2370 - type: "table"
2371   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2372   algorithm: "table_performance_comparison"
2373   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2374   reference:
2375     title: "3-Node Hsw Intel-xl710"
2376     data: "vpp-compare-testbeds-ref"
2377     nic: "NIC_Intel-XL710"
2378   compare:
2379     title: "3-Node Skx Intel-xxv710"
2380     data: "vpp-compare-testbeds-cmp"
2381     nic: "NIC_Intel-XXV710"
2382   data: "vpp-compare-testbeds"
2383   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2384   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
2385   parameters:
2386   - "name"
2387   - "parent"
2388   - "throughput"
2389
2390 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2391 - type: "table"
2392   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2393   algorithm: "table_performance_comparison"
2394   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2395   reference:
2396     title: "3-Node Hsw Intel-xl710"
2397     data: "vpp-compare-testbeds-ref"
2398     nic: "NIC_Intel-XL710"
2399   compare:
2400     title: "3-Node Skx Intel-xxv710"
2401     data: "vpp-compare-testbeds-cmp"
2402     nic: "NIC_Intel-XXV710"
2403   data: "vpp-compare-testbeds"
2404   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2405   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
2406   parameters:
2407   - "name"
2408   - "parent"
2409   - "throughput"
2410
2411 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2412 - type: "table"
2413   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2414   algorithm: "table_performance_comparison"
2415   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2416   reference:
2417     title: "3-Node Hsw Intel-xl710"
2418     data: "vpp-compare-testbeds-ref"
2419     nic: "NIC_Intel-XL710"
2420   compare:
2421     title: "3-Node Skx Intel-xxv710"
2422     data: "vpp-compare-testbeds-cmp"
2423     nic: "NIC_Intel-XXV710"
2424   data: "vpp-compare-testbeds"
2425   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2426   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
2427   parameters:
2428   - "name"
2429   - "parent"
2430   - "throughput"
2431
2432 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2433 - type: "table"
2434   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2435   algorithm: "table_performance_comparison"
2436   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2437   reference:
2438     title: "3-Node Hsw Intel-xl710"
2439     data: "vpp-compare-testbeds-ref"
2440     nic: "NIC_Intel-XL710"
2441   compare:
2442     title: "3-Node Skx Intel-xxv710"
2443     data: "vpp-compare-testbeds-cmp"
2444     nic: "NIC_Intel-XXV710"
2445   data: "vpp-compare-testbeds"
2446   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2447   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
2448   parameters:
2449   - "name"
2450   - "parent"
2451   - "throughput"
2452
2453 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2454 - type: "table"
2455   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2456   algorithm: "table_performance_comparison"
2457   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2458   reference:
2459     title: "3-Node Skx"
2460     data: "vpp-compare-topologies-ref"
2461   compare:
2462     title: "2-Node Skx"
2463     data: "vpp-compare-topologies-cmp"
2464   data: "vpp-compare-topologies"
2465   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2466   filter: "'NDRPDR' and '1C'"
2467   parameters:
2468   - "name"
2469   - "parent"
2470   - "throughput"
2471
2472 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2473 - type: "table"
2474   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2475   algorithm: "table_performance_comparison"
2476   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2477   reference:
2478     title: "3-Node Skx"
2479     data: "vpp-compare-topologies-ref"
2480   compare:
2481     title: "2-Node Skx"
2482     data: "vpp-compare-topologies-cmp"
2483   data: "vpp-compare-topologies"
2484   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2485   filter: "'NDRPDR' and '2C'"
2486   parameters:
2487   - "name"
2488   - "parent"
2489   - "throughput"
2490
2491 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2492 - type: "table"
2493   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2494   algorithm: "table_performance_comparison"
2495   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2496   reference:
2497     title: "3-Node Skx"
2498     data: "vpp-compare-topologies-ref"
2499   compare:
2500     title: "2-Node Skx"
2501     data: "vpp-compare-topologies-cmp"
2502   data: "vpp-compare-topologies"
2503   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2504   filter: "'NDRPDR' and '1C'"
2505   parameters:
2506   - "name"
2507   - "parent"
2508   - "throughput"
2509
2510 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2511 - type: "table"
2512   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2513   algorithm: "table_performance_comparison"
2514   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2515   reference:
2516     title: "3-Node Skx"
2517     data: "vpp-compare-topologies-ref"
2518   compare:
2519     title: "2-Node Skx"
2520     data: "vpp-compare-topologies-cmp"
2521   data: "vpp-compare-topologies"
2522   include-tests: "PDR"
2523   filter: "'NDRPDR' and '2C'"
2524   parameters:
2525   - "name"
2526   - "parent"
2527   - "throughput"
2528
2529 # VPP Performance Changes 3n-hsw 1t1c MRR
2530 - type: "table"
2531   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2532   algorithm: "table_performance_comparison"
2533   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2534   history:
2535     - title: "rls1901"
2536       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2537   reference:
2538     title: "rls1904"
2539     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2540   compare:
2541     title: "rls1908"
2542     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2543   data: "vpp-performance-changes-3n-hsw-mrr"
2544   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2545   filter: "'1T1C' and 'MRR'"
2546   parameters:
2547   - "name"
2548   - "parent"
2549   - "result"
2550
2551 # VPP Performance Changes 3n-hsw 2t2c MRR
2552 - type: "table"
2553   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2554   algorithm: "table_performance_comparison"
2555   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2556   history:
2557     - title: "rls1901"
2558       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2559   reference:
2560     title: "rls1904"
2561     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2562   compare:
2563     title: "rls1908"
2564     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2565   data: "vpp-performance-changes-3n-hsw-mrr"
2566   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2567   filter: "'2T2C' and 'MRR'"
2568   parameters:
2569   - "name"
2570   - "parent"
2571   - "result"
2572
2573 # VPP Performance Changes 3n-hsw 4t4c MRR
2574 - type: "table"
2575   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2576   algorithm: "table_performance_comparison"
2577   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2578   history:
2579     - title: "rls1901"
2580       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2581   reference:
2582     title: "rls1904"
2583     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2584   compare:
2585     title: "rls1908"
2586     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2587   data: "vpp-performance-changes-3n-hsw-mrr"
2588   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2589   filter: "'4T4C' and 'MRR'"
2590   parameters:
2591   - "name"
2592   - "parent"
2593   - "result"
2594
2595 # VPP Performance Changes 3n-skx 2t1c MRR
2596 - type: "table"
2597   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2598   algorithm: "table_performance_comparison"
2599   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2600   history:
2601     - title: "rls1901"
2602       data: "vpp-performance-changes-3n-skx-mrr-h1"
2603   reference:
2604     title: "rls1904"
2605     data: "vpp-performance-changes-3n-skx-mrr-ref"
2606   compare:
2607     title: "rls1908"
2608     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2609   data: "vpp-performance-changes-3n-skx-mrr"
2610   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2611   filter: "'2T1C' and 'MRR'"
2612   parameters:
2613   - "name"
2614   - "parent"
2615   - "result"
2616
2617 # VPP Performance Changes 3n-skx 4t2c MRR
2618 - type: "table"
2619   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2620   algorithm: "table_performance_comparison"
2621   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2622   history:
2623     - title: "rls1901"
2624       data: "vpp-performance-changes-3n-skx-mrr-h1"
2625   reference:
2626     title: "rls1904"
2627     data: "vpp-performance-changes-3n-skx-mrr-ref"
2628   compare:
2629     title: "rls1908"
2630     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2631   data: "vpp-performance-changes-3n-skx-mrr"
2632   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2633   filter: "'4T2C' and 'MRR'"
2634   parameters:
2635   - "name"
2636   - "parent"
2637   - "result"
2638
2639 # VPP Performance Changes 3n-skx 8t4c MRR
2640 - type: "table"
2641   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2642   algorithm: "table_performance_comparison"
2643   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2644   history:
2645     - title: "rls1901"
2646       data: "vpp-performance-changes-3n-skx-mrr-h1"
2647   reference:
2648     title: "rls1904"
2649     data: "vpp-performance-changes-3n-skx-mrr-ref"
2650   compare:
2651     title: "rls1908"
2652     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2653   data: "vpp-performance-changes-3n-skx-mrr"
2654   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2655   filter: "'8T4C' and 'MRR'"
2656   parameters:
2657   - "name"
2658   - "parent"
2659   - "result"
2660
2661 # VPP Performance Changes 2n-skx 2t1c MRR
2662 - type: "table"
2663   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2664   algorithm: "table_performance_comparison"
2665   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2666   history:
2667     - title: "rls1901"
2668       data: "vpp-performance-changes-2n-skx-mrr-h1"
2669   reference:
2670     title: "rls1904"
2671     data: "vpp-performance-changes-2n-skx-mrr-ref"
2672   compare:
2673     title: "rls1908"
2674     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2675   data: "vpp-performance-changes-2n-skx-mrr"
2676   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2677   filter: "'2T1C' and 'MRR'"
2678   parameters:
2679   - "name"
2680   - "parent"
2681   - "result"
2682
2683 # VPP Performance Changes 2n-skx 4t2c MRR
2684 - type: "table"
2685   title: "VPP Performance Changes 2n-skx 4t2c MRR"
2686   algorithm: "table_performance_comparison"
2687   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2688   history:
2689     - title: "rls1901"
2690       data: "vpp-performance-changes-2n-skx-mrr-h1"
2691   reference:
2692     title: "rls1904"
2693     data: "vpp-performance-changes-2n-skx-mrr-ref"
2694   compare:
2695     title: "rls1908"
2696     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2697   data: "vpp-performance-changes-2n-skx-mrr"
2698   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2699   filter: "'4T2C' and 'MRR'"
2700   parameters:
2701   - "name"
2702   - "parent"
2703   - "result"
2704
2705 # VPP Performance Changes 2n-skx 8t4c MRR
2706 - type: "table"
2707   title: "VPP Performance Changes 2n-skx 8t4c MRR"
2708   algorithm: "table_performance_comparison"
2709   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2710   history:
2711     - title: "rls1901"
2712       data: "vpp-performance-changes-2n-skx-mrr-h1"
2713   reference:
2714     title: "rls1904"
2715     data: "vpp-performance-changes-2n-skx-mrr-ref"
2716   compare:
2717     title: "rls1908"
2718     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2719   data: "vpp-performance-changes-2n-skx-mrr"
2720   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2721   filter: "'8T4C' and 'MRR'"
2722   parameters:
2723   - "name"
2724   - "parent"
2725   - "result"
2726
2727 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2728 - type: "table"
2729   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2730   algorithm: "table_performance_comparison"
2731   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2732   reference:
2733     title: "3-Node Hsw Intel-xl710"
2734     data: "vpp-compare-testbeds-mrr-ref"
2735     nic: "NIC_Intel-XL710"
2736   compare:
2737     title: "3-Node Skx Intel-xxv710"
2738     data: "vpp-compare-testbeds-mrr-cmp"
2739     nic: "NIC_Intel-XXV710"
2740   data: "vpp-compare-testbeds-mrr"
2741   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2742   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
2743   parameters:
2744   - "name"
2745   - "parent"
2746   - "result"
2747
2748 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2749 - type: "table"
2750   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2751   algorithm: "table_performance_comparison"
2752   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2753   reference:
2754     title: "3-Node Hsw Intel-xl710"
2755     data: "vpp-compare-testbeds-mrr-ref"
2756     nic: "NIC_Intel-XL710"
2757   compare:
2758     title: "3-Node Skx Intel-xxv710"
2759     data: "vpp-compare-testbeds-mrr-cmp"
2760     nic: "NIC_Intel-XXV710"
2761   data: "vpp-compare-testbeds-mrr"
2762   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2763   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
2764   parameters:
2765   - "name"
2766   - "parent"
2767   - "result"
2768
2769 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2770 - type: "table"
2771   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2772   algorithm: "table_performance_comparison"
2773   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2774   reference:
2775     title: "3-Node Hsw Intel-xl710"
2776     data: "vpp-compare-testbeds-mrr-ref"
2777     nic: "NIC_Intel-XL710"
2778   compare:
2779     title: "3-Node Skx Intel-xxv710"
2780     data: "vpp-compare-testbeds-mrr-cmp"
2781     nic: "NIC_Intel-XXV710"
2782   data: "vpp-compare-testbeds-mrr"
2783   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2784   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
2785   parameters:
2786   - "name"
2787   - "parent"
2788   - "result"
2789
2790 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2791 - type: "table"
2792   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2793   algorithm: "table_performance_comparison"
2794   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2795   reference:
2796     title: "3-Node Skx"
2797     data: "vpp-compare-topologies-mrr-ref"
2798   compare:
2799     title: "2-Node Skx"
2800     data: "vpp-compare-topologies-mrr-cmp"
2801   data: "vpp-compare-topologies-mrr"
2802   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2803   filter: "'MRR' and '1C'"
2804   parameters:
2805   - "name"
2806   - "parent"
2807   - "result"
2808
2809 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2810 - type: "table"
2811   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
2812   algorithm: "table_performance_comparison"
2813   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
2814   reference:
2815     title: "3-Node Skx"
2816     data: "vpp-compare-topologies-mrr-ref"
2817   compare:
2818     title: "2-Node Skx"
2819     data: "vpp-compare-topologies-mrr-cmp"
2820   data: "vpp-compare-topologies-mrr"
2821   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2822   filter: "'MRR' and '2C'"
2823   parameters:
2824   - "name"
2825   - "parent"
2826   - "result"
2827
2828 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
2829 - type: "table"
2830   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
2831   algorithm: "table_performance_comparison"
2832   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
2833   reference:
2834     title: "3-Node Skx"
2835     data: "vpp-compare-topologies-mrr-ref"
2836   compare:
2837     title: "2-Node Skx"
2838     data: "vpp-compare-topologies-mrr-cmp"
2839   data: "vpp-compare-topologies-mrr"
2840   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2841   filter: "'MRR' and '4C'"
2842   parameters:
2843   - "name"
2844   - "parent"
2845   - "result"
2846
2847 # Detailed Test Results - VPP Performance Results 3n-hsw
2848 - type: "table"
2849   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
2850   algorithm: "table_merged_details"
2851   output-file-ext: ".csv"
2852   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2853   columns:
2854   - title: "Name"
2855     data: "data name"
2856   - title: "Status"
2857     data: "data msg"
2858   rows: "generated"
2859   data: "vpp-perf-results-3n-hsw"
2860   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
2861   parameters:
2862   - "name"
2863   - "parent"
2864   - "msg"
2865
2866 # Detailed Test Results - VPP Performance Results 3n-skx
2867 - type: "table"
2868   title: "Detailed Test Results - VPP Performance Results 3n-skx"
2869   algorithm: "table_merged_details"
2870   output-file-ext: ".csv"
2871   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2872   columns:
2873   - title: "Name"
2874     data: "data name"
2875   - title: "Status"
2876     data: "data msg"
2877   rows: "generated"
2878   data: "vpp-perf-results-3n-skx"
2879   filter: "not 'CFS_OPT'"
2880   parameters:
2881   - "name"
2882   - "parent"
2883   - "msg"
2884
2885 # Detailed Test Results - VPP Performance Results 2n-skx
2886 - type: "table"
2887   title: "Detailed Test Results - VPP Performance Results 2n-skx"
2888   algorithm: "table_merged_details"
2889   output-file-ext: ".csv"
2890   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2891   columns:
2892   - title: "Name"
2893     data: "data name"
2894   - title: "Status"
2895     data: "data msg"
2896   rows: "generated"
2897   data: "vpp-perf-results-2n-skx"
2898   filter: "not 'CFS_OPT'"
2899   parameters:
2900   - "name"
2901   - "parent"
2902   - "msg"
2903
2904 # Detailed Test Results - VPP Performance Results 3n-tsh
2905 - type: "table"
2906   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
2907   algorithm: "table_merged_details"
2908   output-file-ext: ".csv"
2909   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
2910   columns:
2911   - title: "Name"
2912     data: "data name"
2913   - title: "Status"
2914     data: "data msg"
2915   rows: "generated"
2916   data: "vpp-perf-results-3n-tsh"
2917   filter: "not 'CFS_OPT'"
2918   parameters:
2919   - "name"
2920   - "parent"
2921   - "msg"
2922
2923 ## Detailed Test Results - VPP Performance Results 2n-dnv
2924 #- type: "table"
2925 #  title: "Detailed Test Results - VPP Performance Results 2n-dnv"
2926 #  algorithm: "table_details"
2927 #  output-file-ext: ".csv"
2928 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
2929 #  columns:
2930 #  - title: "Name"
2931 #    data: "data name"
2932 #  - title: "Status"
2933 #    data: "data msg"
2934 #  rows: "generated"
2935 #  data: "intel-dnv-vpp"
2936 #  filter: "'NDRPDR'"
2937 #  parameters:
2938 #  - "name"
2939 #  - "parent"
2940 #  - "msg"
2941
2942 # Test configuration - VPP Performance Test Configs 3n-hsw
2943 - type: "table"
2944   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
2945   algorithm: "table_merged_details"
2946   output-file-ext: ".csv"
2947   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
2948   columns:
2949   - title: "Name"
2950     data: "data name"
2951   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2952     data: "data conf-history"
2953   rows: "generated"
2954   data: "vpp-perf-results-3n-hsw"
2955   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
2956   parameters:
2957   - "parent"
2958   - "name"
2959   - "conf-history"
2960
2961 # Test configuration - VPP Performance Test Configs 3n-skx
2962 - type: "table"
2963   title: "Test configuration - VPP Performance Test Configs 3n-skx"
2964   algorithm: "table_merged_details"
2965   output-file-ext: ".csv"
2966   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
2967   columns:
2968   - title: "Name"
2969     data: "data name"
2970   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2971     data: "data conf-history"
2972   rows: "generated"
2973   data: "vpp-perf-results-3n-skx"
2974   filter: "not 'CFS_OPT'"
2975   parameters:
2976   - "parent"
2977   - "name"
2978   - "conf-history"
2979
2980 # Test configuration - VPP Performance Test Configs 2n-skx
2981 - type: "table"
2982   title: "Test configuration - VPP Performance Test Configs 2n-skx"
2983   algorithm: "table_merged_details"
2984   output-file-ext: ".csv"
2985   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
2986   columns:
2987   - title: "Name"
2988     data: "data name"
2989   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2990     data: "data conf-history"
2991   rows: "generated"
2992   data: "vpp-perf-results-2n-skx"
2993   filter: "not 'CFS_OPT'"
2994   parameters:
2995   - "parent"
2996   - "name"
2997   - "conf-history"
2998
2999 # Test configuration - VPP Performance Test Configs 3n-tsh
3000 - type: "table"
3001   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
3002   algorithm: "table_merged_details"
3003   output-file-ext: ".csv"
3004   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_test_configuration_3n_tsh"
3005   columns:
3006   - title: "Name"
3007     data: "data name"
3008   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3009     data: "data conf-history"
3010   rows: "generated"
3011   data: "vpp-perf-results-3n-tsh"
3012   filter: "not 'CFS_OPT'"
3013   parameters:
3014   - "parent"
3015   - "name"
3016   - "conf-history"
3017
3018 ## Test configuration - VPP Performance Test Configs 2n-dnv
3019 #- type: "table"
3020 #  title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3021 #  algorithm: "table_details"
3022 #  output-file-ext: ".csv"
3023 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3024 #  columns:
3025 #  - title: "Name"
3026 #    data: "data name"
3027 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
3028 #    data: "data conf-history"
3029 #  rows: "generated"
3030 #  data: "intel-dnv-vpp"
3031 #  filter: "'NDRPDR'"
3032 #  parameters:
3033 #  - "parent"
3034 #  - "name"
3035 #  - "conf-history"
3036
3037 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3038 - type: "table"
3039   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3040   algorithm: "table_merged_details"
3041   output-file-ext: ".csv"
3042   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3043   columns:
3044   - title: "Name"
3045     data: "data name"
3046   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3047     data: "data show-run"
3048   rows: "generated"
3049   data: "vpp-perf-results-3n-hsw"
3050   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3051   parameters:
3052   - "parent"
3053   - "name"
3054   - "show-run"
3055
3056 # Test Operational Data - VPP Performance Operational Data 3n-skx
3057 - type: "table"
3058   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3059   algorithm: "table_merged_details"
3060   output-file-ext: ".csv"
3061   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3062   columns:
3063   - title: "Name"
3064     data: "data name"
3065   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3066     data: "data show-run"
3067   rows: "generated"
3068   data: "vpp-perf-results-3n-skx"
3069   filter: "not 'CFS_OPT'"
3070   parameters:
3071   - "parent"
3072   - "name"
3073   - "show-run"
3074
3075 # Test Operational Data - VPP Performance Operational Data 2n-skx
3076 - type: "table"
3077   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3078   algorithm: "table_merged_details"
3079   output-file-ext: ".csv"
3080   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3081   columns:
3082   - title: "Name"
3083     data: "data name"
3084   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3085     data: "data show-run"
3086   rows: "generated"
3087   data: "vpp-perf-results-2n-skx"
3088   filter: "not 'CFS_OPT'"
3089   parameters:
3090   - "parent"
3091   - "name"
3092   - "show-run"
3093
3094 # Test Operational Data - VPP Performance Operational Data 3n-tsh
3095 - type: "table"
3096   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
3097   algorithm: "table_merged_details"
3098   output-file-ext: ".csv"
3099   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_test_operational_3n_tsh"
3100   columns:
3101   - title: "Name"
3102     data: "data name"
3103   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3104     data: "data show-run"
3105   rows: "generated"
3106   data: "vpp-perf-results-3n-tsh"
3107   filter: "not 'CFS_OPT'"
3108   parameters:
3109   - "parent"
3110   - "name"
3111   - "show-run"
3112
3113 ## Test Operational Data - VPP Performance Operational Data 2n-dnv
3114 #- type: "table"
3115 #  title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3116 #  algorithm: "table_details"
3117 #  output-file-ext: ".csv"
3118 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3119 #  columns:
3120 #  - title: "Name"
3121 #    data: "data name"
3122 #  - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3123 #    data: "data show-run"
3124 #  rows: "generated"
3125 #  data: "intel-dnv-vpp"
3126 #  filter: "'NDRPDR'"
3127 #  parameters:
3128 #  - "parent"
3129 #  - "name"
3130 #  - "show-run"
3131
3132 # Detailed Test Results - VPP MRR Results 3n-hsw
3133 - type: "table"
3134   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3135   algorithm: "table_details"
3136   output-file-ext: ".csv"
3137   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3138   columns:
3139   - title: "Name"
3140     data: "data name"
3141   - title: "Status"
3142     data: "data msg"
3143   rows: "generated"
3144   data: "vpp-mrr-results-3n-hsw"
3145   filter: "'MRR'"
3146   parameters:
3147   - "name"
3148   - "parent"
3149   - "msg"
3150
3151 # Detailed Test Results - VPP MRR Results 3n-skx
3152 - type: "table"
3153   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3154   algorithm: "table_details"
3155   output-file-ext: ".csv"
3156   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3157   columns:
3158   - title: "Name"
3159     data: "data name"
3160   - title: "Status"
3161     data: "data msg"
3162   rows: "generated"
3163   data: "vpp-mrr-results-3n-skx"
3164   filter: "'MRR'"
3165   parameters:
3166   - "name"
3167   - "parent"
3168   - "msg"
3169
3170 # Detailed Test Results - VPP MRR Results 2n-skx
3171 - type: "table"
3172   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3173   algorithm: "table_details"
3174   output-file-ext: ".csv"
3175   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3176   columns:
3177   - title: "Name"
3178     data: "data name"
3179   - title: "Status"
3180     data: "data msg"
3181   rows: "generated"
3182   data: "vpp-mrr-results-2n-skx"
3183   filter: "'MRR'"
3184   parameters:
3185   - "name"
3186   - "parent"
3187   - "msg"
3188
3189 ## Detailed Test Results - VPP MRR Results 2n-dnv
3190 #- type: "table"
3191 #  title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3192 #  algorithm: "table_details"
3193 #  output-file-ext: ".csv"
3194 #  output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3195 #  columns:
3196 #  - title: "Name"
3197 #    data: "data name"
3198 #  - title: "Status"
3199 #    data: "data msg"
3200 #  rows: "generated"
3201 #  data: "intel-dnv-vpp"
3202 #  filter: "'MRR'"
3203 #  parameters:
3204 #  - "name"
3205 #  - "parent"
3206 #  - "msg"
3207
3208 # Test configuration - VPP MRR Test Configs 3n-hsw
3209 - type: "table"
3210   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3211   algorithm: "table_details"
3212   output-file-ext: ".csv"
3213   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3214   columns:
3215   - title: "Name"
3216     data: "data name"
3217   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3218     data: "data conf-history"
3219   rows: "generated"
3220   data: "vpp-mrr-results-3n-hsw"
3221   filter: "'MRR'"
3222   parameters:
3223   - "parent"
3224   - "name"
3225   - "conf-history"
3226
3227 # Test configuration - VPP MRR Test Configs 3n-skx
3228 - type: "table"
3229   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3230   algorithm: "table_details"
3231   output-file-ext: ".csv"
3232   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3233   columns:
3234   - title: "Name"
3235     data: "data name"
3236   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3237     data: "data conf-history"
3238   rows: "generated"
3239   data: "vpp-mrr-results-3n-skx"
3240   filter: "'MRR'"
3241   parameters:
3242   - "parent"
3243   - "name"
3244   - "conf-history"
3245
3246 # Test configuration - VPP MRR Test Configs 2n-skx
3247 - type: "table"
3248   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3249   algorithm: "table_details"
3250   output-file-ext: ".csv"
3251   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3252   columns:
3253   - title: "Name"
3254     data: "data name"
3255   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3256     data: "data conf-history"
3257   rows: "generated"
3258   data: "vpp-mrr-results-2n-skx"
3259   filter: "'MRR'"
3260   parameters:
3261   - "parent"
3262   - "name"
3263   - "conf-history"
3264
3265 ## Test configuration - VPP MRR Test Configs 2n-dnv
3266 #- type: "table"
3267 #  title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3268 #  algorithm: "table_details"
3269 #  output-file-ext: ".csv"
3270 #  output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3271 #  columns:
3272 #  - title: "Name"
3273 #    data: "data name"
3274 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
3275 #    data: "data conf-history"
3276 #  rows: "generated"
3277 #  data: "intel-dnv-vpp"
3278 #  filter: "'MRR'"
3279 #  parameters:
3280 #  - "parent"
3281 #  - "name"
3282 #  - "conf-history"
3283
3284 # Detailed Test Results - VPP Functional Results - Ubuntu
3285 - type: "table"
3286   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3287   algorithm: "table_details"
3288   output-file-ext: ".csv"
3289   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3290   columns:
3291   - title: "Name"
3292     data: "data name"
3293   - title: "Documentation"
3294     data: "data doc"
3295   - title: "Status"
3296     data: "data status"
3297   rows: "generated"
3298   data: "vpp-func-results-ubuntu"
3299   filter: "all"
3300   parameters:
3301   - "name"
3302   - "parent"
3303   - "doc"
3304   - "status"
3305
3306 # Detailed Test Results - VPP Functional Results - CentOS
3307 - type: "table"
3308   title: "Detailed Test Results - VPP Functional Results - CentOS"
3309   algorithm: "table_details"
3310   output-file-ext: ".csv"
3311   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3312   columns:
3313   - title: "Name"
3314     data: "data name"
3315   - title: "Documentation"
3316     data: "data doc"
3317   -
3318     title: "Status"
3319     data: "data status"
3320   rows: "generated"
3321   data:
3322     "vpp-func-results-centos"
3323   filter: "all"
3324   parameters:
3325   - "name"
3326   - "parent"
3327   - "doc"
3328   - "status"
3329
3330 # Test configuration - VPP Functional Test Configs - Ubuntu
3331 - type: "table"
3332   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3333   algorithm: "table_details"
3334   output-file-ext: ".csv"
3335   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3336   columns:
3337   - title: "Name"
3338     data: "data name"
3339   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3340     data: "data conf-history"
3341   rows: "generated"
3342   data: "vpp-func-results-ubuntu"
3343   filter: "all"
3344   parameters:
3345   - "parent"
3346   - "name"
3347   - "conf-history"
3348
3349 # Test configuration - VPP Functional Test Configs - CentOS
3350 - type: "table"
3351   title: "Test configuration - VPP Functional Test Configs - CentOS"
3352   algorithm: "table_details"
3353   output-file-ext: ".csv"
3354   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3355   columns:
3356   - title: "Name"
3357     data: "data name"
3358   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3359     data: "data conf-history"
3360   rows: "generated"
3361   data: "vpp-func-results-centos"
3362   filter: "all"
3363   parameters:
3364   - "parent"
3365   - "name"
3366   - "conf-history"
3367
3368 ## Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3369 #- type: "table"
3370 #  title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3371 #  algorithm: "table_details"
3372 #  output-file-ext: ".csv"
3373 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3374 #  columns:
3375 #  - title: "Name"
3376 #    data: "data name"
3377 #  - title: "Status"
3378 #    data: "data msg"
3379 #  rows: "generated"
3380 #  data: "ligato-perf-results-3n-hsw"
3381 #  filter: "all"
3382 #  parameters:
3383 #  - "name"
3384 #  - "parent"
3385 #  - "msg"
3386
3387 # Detailed Test Results - VPP Device Results - Ubuntu
3388 - type: "table"
3389   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3390   algorithm: "table_details"
3391   output-file-ext: ".csv"
3392   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3393   columns:
3394   - title: "Name"
3395     data: "data name"
3396   - title: "Documentation"
3397     data: "data doc"
3398   - title: "Status"
3399     data: "data status"
3400   rows: "generated"
3401   data: "vpp-device-results-ubuntu"
3402   filter: "all"
3403   parameters:
3404   - "name"
3405   - "parent"
3406   - "doc"
3407   - "status"
3408
3409 # Test configuration - VPP Device Test Configs - Ubuntu
3410 - type: "table"
3411   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3412   algorithm: "table_details"
3413   output-file-ext: ".csv"
3414   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3415   columns:
3416   - title: "Name"
3417     data: "data name"
3418   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3419     data: "data conf-history"
3420   rows: "generated"
3421   data: "vpp-device-results-ubuntu"
3422   filter: "all"
3423   parameters:
3424   - "parent"
3425   - "name"
3426   - "conf-history"
3427
3428 ################################################################################
3429
3430 # DPDK Performance Changes 3n-hsw 1t1c pdr
3431 - type: "table"
3432   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3433   algorithm: "table_performance_comparison"
3434   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3435   history:
3436     - title: "rls1901"
3437       data: "dpdk-performance-changes-3n-hsw-h1"
3438   reference:
3439     title: "rls1904"
3440     data: "dpdk-performance-changes-3n-hsw-ref"
3441   compare:
3442     title: "rls1908"
3443     data: "dpdk-performance-changes-3n-hsw-cmp"
3444   data: "dpdk-performance-changes-3n-hsw"
3445   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3446   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3447   parameters:
3448   - "name"
3449   - "parent"
3450   - "throughput"
3451
3452 # DPDK Performance Changes 3n-hsw 2t2c pdr
3453 - type: "table"
3454   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3455   algorithm: "table_performance_comparison"
3456   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3457   history:
3458     - title: "rls1901"
3459       data: "dpdk-performance-changes-3n-hsw-h1"
3460   reference:
3461     title: "rls1904"
3462     data: "dpdk-performance-changes-3n-hsw-ref"
3463   compare:
3464     title: "rls1908"
3465     data: "dpdk-performance-changes-3n-hsw-cmp"
3466   data: "dpdk-performance-changes-3n-hsw"
3467   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3468   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3469   parameters:
3470   - "name"
3471   - "parent"
3472   - "throughput"
3473
3474 # DPDK Performance Changes 3n-hsw 1t1c ndr
3475 - type: "table"
3476   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3477   algorithm: "table_performance_comparison"
3478   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3479   history:
3480     - title: "rls1901"
3481       data: "dpdk-performance-changes-3n-hsw-h1"
3482   reference:
3483     title: "rls1904"
3484     data: "dpdk-performance-changes-3n-hsw-ref"
3485   compare:
3486     title: "rls1908"
3487     data: "dpdk-performance-changes-3n-hsw-cmp"
3488   data: "dpdk-performance-changes-3n-hsw"
3489   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3490   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3491   parameters:
3492   - "name"
3493   - "parent"
3494   - "throughput"
3495
3496 # DPDK Performance Changes 3n-hsw 2t2c ndr
3497 - type: "table"
3498   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3499   algorithm: "table_performance_comparison"
3500   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3501   history:
3502     - title: "rls1901"
3503       data: "dpdk-performance-changes-3n-hsw-h1"
3504   reference:
3505     title: "rls1904"
3506     data: "dpdk-performance-changes-3n-hsw-ref"
3507   compare:
3508     title: "rls1908"
3509     data: "dpdk-performance-changes-3n-hsw-cmp"
3510   data: "dpdk-performance-changes-3n-hsw"
3511   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3512   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3513   parameters:
3514   - "name"
3515   - "parent"
3516   - "throughput"
3517
3518 # DPDK Performance Changes 3n-skx 2t1c pdr
3519 - type: "table"
3520   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3521   algorithm: "table_performance_comparison"
3522   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3523   history:
3524     - title: "rls1901"
3525       data: "dpdk-performance-changes-3n-skx-h1"
3526   reference:
3527     title: "rls1904"
3528     data: "dpdk-performance-changes-3n-skx-ref"
3529   compare:
3530     title: "rls1908"
3531     data: "dpdk-performance-changes-3n-skx-cmp"
3532   data: "dpdk-performance-changes-3n-skx"
3533   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3534   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3535   parameters:
3536   - "name"
3537   - "parent"
3538   - "throughput"
3539
3540 # DPDK Performance Changes 3n-skx 4t2c pdr
3541 - type: "table"
3542   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3543   algorithm: "table_performance_comparison"
3544   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3545   history:
3546     - title: "rls1901"
3547       data: "dpdk-performance-changes-3n-skx-h1"
3548   reference:
3549     title: "rls1904"
3550     data: "dpdk-performance-changes-3n-skx-ref"
3551   compare:
3552     title: "rls1908"
3553     data: "dpdk-performance-changes-3n-skx-cmp"
3554   data: "dpdk-performance-changes-3n-skx"
3555   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3556   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3557   parameters:
3558   - "name"
3559   - "parent"
3560   - "throughput"
3561
3562 # DPDK Performance Changes 3n-skx 2t1c ndr
3563 - type: "table"
3564   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3565   algorithm: "table_performance_comparison"
3566   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3567   history:
3568     - title: "rls1901"
3569       data: "dpdk-performance-changes-3n-skx-h1"
3570   reference:
3571     title: "rls1904"
3572     data: "dpdk-performance-changes-3n-skx-ref"
3573   compare:
3574     title: "rls1908"
3575     data: "dpdk-performance-changes-3n-skx-cmp"
3576   data: "dpdk-performance-changes-3n-skx"
3577   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3578   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3579   parameters:
3580   - "name"
3581   - "parent"
3582   - "throughput"
3583
3584 # DPDK Performance Changes 3n-skx 4t2c ndr
3585 - type: "table"
3586   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3587   algorithm: "table_performance_comparison"
3588   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3589   history:
3590     - title: "rls1901"
3591       data: "dpdk-performance-changes-3n-skx-h1"
3592   reference:
3593     title: "rls1904"
3594     data: "dpdk-performance-changes-3n-skx-ref"
3595   compare:
3596     title: "rls1908"
3597     data: "dpdk-performance-changes-3n-skx-cmp"
3598   data: "dpdk-performance-changes-3n-skx"
3599   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3600   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3601   parameters:
3602   - "name"
3603   - "parent"
3604   - "throughput"
3605
3606 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3607 - type: "table"
3608   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3609   algorithm: "table_performance_comparison"
3610   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
3611   reference:
3612     title: "3-Node Hsw"
3613     data: "dpdk-compare-testbeds-ref"
3614   compare:
3615     title: "3-Node Skx"
3616     data: "dpdk-compare-testbeds-cmp"
3617   data: "dpdk-compare-testbeds"
3618   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3619   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3620   parameters:
3621   - "name"
3622   - "parent"
3623   - "throughput"
3624
3625 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
3626 - type: "table"
3627   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
3628   algorithm: "table_performance_comparison"
3629   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
3630   reference:
3631     title: "3-Node Hsw"
3632     data: "dpdk-compare-testbeds-ref"
3633   compare:
3634     title: "3-Node Skx"
3635     data: "dpdk-compare-testbeds-cmp"
3636   data: "dpdk-compare-testbeds"
3637   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3638   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3639   parameters:
3640   - "name"
3641   - "parent"
3642   - "throughput"
3643
3644 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
3645 - type: "table"
3646   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
3647   algorithm: "table_performance_comparison"
3648   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
3649   reference:
3650     title: "3-Node Skx"
3651     data: "dpdk-compare-topologies-ref"
3652   compare:
3653     title: "2-Node Skx"
3654     data: "dpdk-compare-topologies-cmp"
3655   data: "dpdk-compare-topologies"
3656   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3657   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3658   parameters:
3659   - "name"
3660   - "parent"
3661   - "throughput"
3662
3663 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
3664 - type: "table"
3665   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
3666   algorithm: "table_performance_comparison"
3667   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
3668   reference:
3669     title: "3-Node Skx"
3670     data: "dpdk-compare-topologies-ref"
3671   compare:
3672     title: "2-Node Skx"
3673     data: "dpdk-compare-topologies-cmp"
3674   data: "dpdk-compare-topologies"
3675   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3676   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3677   parameters:
3678   - "name"
3679   - "parent"
3680   - "throughput"
3681
3682 # DPDK Performance Changes 2n-skx 2t1c pdr
3683 - type: "table"
3684   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
3685   algorithm: "table_performance_comparison"
3686   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
3687   history:
3688     - title: "rls1901"
3689       data: "dpdk-performance-changes-2n-skx-h1"
3690   reference:
3691     title: "rls1904"
3692     data: "dpdk-performance-changes-2n-skx-ref"
3693   compare:
3694     title: "rls1908"
3695     data: "dpdk-performance-changes-2n-skx-cmp"
3696   data: "dpdk-performance-changes-2n-skx"
3697   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3698   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3699   parameters:
3700   - "name"
3701   - "parent"
3702   - "throughput"
3703
3704 # DPDK Performance Changes 2n-skx 4t2c pdr
3705 - type: "table"
3706   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
3707   algorithm: "table_performance_comparison"
3708   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
3709   history:
3710     - title: "rls1901"
3711       data: "dpdk-performance-changes-2n-skx-h1"
3712   reference:
3713     title: "rls1904"
3714     data: "dpdk-performance-changes-2n-skx-ref"
3715   compare:
3716     title: "rls1908"
3717     data: "dpdk-performance-changes-2n-skx-cmp"
3718   data: "dpdk-performance-changes-2n-skx"
3719   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3720   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3721   parameters:
3722   - "name"
3723   - "parent"
3724   - "throughput"
3725
3726 # DPDK Performance Changes 2n-skx 2t1c ndr
3727 - type: "table"
3728   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
3729   algorithm: "table_performance_comparison"
3730   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
3731   history:
3732     - title: "rls1901"
3733       data: "dpdk-performance-changes-2n-skx-h1"
3734   reference:
3735     title: "rls1904"
3736     data: "dpdk-performance-changes-2n-skx-ref"
3737   compare:
3738     title: "rls1908"
3739     data: "dpdk-performance-changes-2n-skx-cmp"
3740   data: "dpdk-performance-changes-2n-skx"
3741   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3742   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3743   parameters:
3744   - "name"
3745   - "parent"
3746   - "throughput"
3747
3748 # DPDK Performance Changes 2n-skx 4t2c ndr
3749 - type: "table"
3750   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
3751   algorithm: "table_performance_comparison"
3752   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
3753   history:
3754     - title: "rls1901"
3755       data: "dpdk-performance-changes-2n-skx-h1"
3756   reference:
3757     title: "rls1904"
3758     data: "dpdk-performance-changes-2n-skx-ref"
3759   compare:
3760     title: "rls1908"
3761     data: "dpdk-performance-changes-2n-skx-cmp"
3762   data: "dpdk-performance-changes-2n-skx"
3763   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3764   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3765   parameters:
3766   - "name"
3767   - "parent"
3768   - "throughput"
3769
3770 # Detailed Test Results - DPDK Performance Results 3n-hsw
3771 - type: "table"
3772   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
3773   algorithm: "table_details"
3774   output-file-ext: ".csv"
3775   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
3776   columns:
3777   - title: "Name"
3778     data: "data name"
3779   - title: "Status"
3780     data: "data msg"
3781   rows: "generated"
3782   data: "dpdk-perf-results-3n-hsw"
3783   filter: "all"
3784   parameters:
3785   - "name"
3786   - "parent"
3787   - "msg"
3788
3789 # Detailed Test Results - DPDK Performance Results 3n-skx
3790 - type: "table"
3791   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
3792   algorithm: "table_details"
3793   output-file-ext: ".csv"
3794   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3795   columns:
3796   - title: "Name"
3797     data: "data name"
3798   - title: "Status"
3799     data: "data msg"
3800   rows: "generated"
3801   data: "dpdk-perf-results-3n-skx"
3802   filter: "all"
3803   parameters:
3804   - "name"
3805   - "parent"
3806   - "msg"
3807
3808 # Detailed Test Results - DPDK Performance Results 2n-skx
3809 - type: "table"
3810   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
3811   algorithm: "table_details"
3812   output-file-ext: ".csv"
3813   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3814   columns:
3815   - title: "Name"
3816     data: "data name"
3817   - title: "Status"
3818     data: "data msg"
3819   rows: "generated"
3820   data: "dpdk-perf-results-2n-skx"
3821   filter: "all"
3822   parameters:
3823   - "name"
3824   - "parent"
3825   - "msg"
3826
3827 ################################################################################
3828 ###                                F I L E S                                 ###
3829 ################################################################################
3830
3831 # VPP Performance Results 3n-hsw
3832 - type: "file"
3833   title: "VPP Performance Results 3n-hsw"
3834   algorithm: "file_test_results"
3835   output-file-ext: ".rst"
3836   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3837   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"
3838   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
3839   data: "vpp-perf-results-3n-hsw"
3840   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3841   parameters:
3842   - "name"
3843   - "doc"
3844   - "level"
3845   - "parent"
3846   data-start-level: 3
3847
3848 # VPP Performance Results 3n-skx
3849 - type: "file"
3850   title: "VPP Performance Results 3n-skx"
3851   algorithm: "file_test_results"
3852   output-file-ext: ".rst"
3853   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3854   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"
3855   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
3856   data: "vpp-perf-results-3n-skx"
3857   filter: "not 'CFS_OPT'"
3858   parameters:
3859   - "name"
3860   - "doc"
3861   - "level"
3862   - "parent"
3863   data-start-level: 3
3864
3865 # VPP Performance Results 2n-skx
3866 - type: "file"
3867   title: "VPP Performance Results 2n-skx"
3868   algorithm: "file_test_results"
3869   output-file-ext: ".rst"
3870   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3871   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"
3872   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
3873   data: "vpp-perf-results-2n-skx"
3874   filter: "not 'CFS_OPT'"
3875   parameters:
3876   - "name"
3877   - "doc"
3878   - "level"
3879   - "parent"
3880   data-start-level: 3
3881
3882 # VPP Performance Results 3n-tsh
3883 - type: "file"
3884   title: "VPP Performance Results 3n-tsh"
3885   algorithm: "file_test_results"
3886   output-file-ext: ".rst"
3887   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
3888   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"
3889   dir-tables: "{DIR[DTR,PERF,VPP,3N,TSH]}"
3890   data: "vpp-perf-results-3n-tsh"
3891   filter: "not 'CFS_OPT'"
3892   parameters:
3893   - "name"
3894   - "doc"
3895   - "level"
3896   - "parent"
3897   data-start-level: 3
3898
3899 ## VPP Performance Results 2n-dnv
3900 #- type: "file"
3901 #  title: "VPP Performance Results 2n-dnv"
3902 #  algorithm: "file_test_results"
3903 #  output-file-ext: ".rst"
3904 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3905 #  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"
3906 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
3907 #  data: "intel-dnv-vpp"
3908 #  filter: "'NDRPDR'"
3909 #  parameters:
3910 #  - "name"
3911 #  - "doc"
3912 #  - "level"
3913 #  - "parent"
3914 #  data-start-level: 3
3915
3916 # VPP Performance Configuration 3n-hsw
3917 - type: "file"
3918   title: "VPP Performance Configuration 3n-hsw"
3919   algorithm: "file_test_results"
3920   output-file-ext: ".rst"
3921   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
3922   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"
3923   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
3924   data: "vpp-perf-results-3n-hsw"
3925   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3926   parameters:
3927   - "name"
3928   - "doc"
3929   - "level"
3930   - "parent"
3931   data-start-level: 3
3932
3933 # VPP Performance Configuration 3n-skx
3934 - type: "file"
3935   title: "VPP Performance Configuration 3n-skx"
3936   algorithm: "file_test_results"
3937   output-file-ext: ".rst"
3938   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
3939   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"
3940   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
3941   data: "vpp-perf-results-3n-skx"
3942   filter: "not 'CFS_OPT'"
3943   parameters:
3944   - "name"
3945   - "doc"
3946   - "level"
3947   - "parent"
3948   data-start-level: 3
3949
3950 # VPP Performance Configuration 2n-skx
3951 - type: "file"
3952   title: "VPP Performance Configuration 2n-skx"
3953   algorithm: "file_test_results"
3954   output-file-ext: ".rst"
3955   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
3956   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"
3957   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
3958   data: "vpp-perf-results-2n-skx"
3959   filter: "not 'CFS_OPT'"
3960   parameters:
3961   - "name"
3962   - "doc"
3963   - "level"
3964   - "parent"
3965   data-start-level: 3
3966
3967 # VPP Performance Configuration 3n-tsh
3968 - type: "file"
3969   title: "VPP Performance Configuration 3n-tsh"
3970   algorithm: "file_test_results"
3971   output-file-ext: ".rst"
3972   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_performance_configuration_3n_tsh"
3973   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"
3974   dir-tables: "{DIR[DTC,PERF,VPP,3N,TSH]}"
3975   data: "vpp-perf-results-3n-tsh"
3976   filter: "not 'CFS_OPT'"
3977   parameters:
3978   - "name"
3979   - "doc"
3980   - "level"
3981   - "parent"
3982   data-start-level: 3
3983
3984 ## VPP Performance Configuration 2n-dnv
3985 #- type: "file"
3986 #  title: "VPP Performance Configuration 2n-dnv"
3987 #  algorithm: "file_test_results"
3988 #  output-file-ext: ".rst"
3989 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
3990 #  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"
3991 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
3992 #  data: "intel-dnv-vpp"
3993 #  filter: "'NDRPDR'"
3994 #  parameters:
3995 #  - "name"
3996 #  - "doc"
3997 #  - "level"
3998 #  - "parent"
3999 #  data-start-level: 3
4000
4001 # VPP Performance Operational Data 3n-hsw
4002 - type: "file"
4003   title: "VPP Performance Operational Data 3n-hsw"
4004   algorithm: "file_test_results"
4005   output-file-ext: ".rst"
4006   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
4007   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"
4008   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
4009   data: "vpp-perf-results-3n-hsw"
4010   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4011   parameters:
4012   - "name"
4013   - "doc"
4014   - "level"
4015   - "parent"
4016   data-start-level: 3
4017
4018 # VPP Performance Operational Data 3n-skx
4019 - type: "file"
4020   title: "VPP Performance Operational Data 3n-skx"
4021   algorithm: "file_test_results"
4022   output-file-ext: ".rst"
4023   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
4024   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"
4025   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
4026   data: "vpp-perf-results-3n-skx"
4027   filter: "not 'CFS_OPT'"
4028   parameters:
4029   - "name"
4030   - "doc"
4031   - "level"
4032   - "parent"
4033   data-start-level: 3
4034
4035 # VPP Performance Operational Data 2n-skx
4036 - type: "file"
4037   title: "VPP Performance Operational Data 2n-skx"
4038   algorithm: "file_test_results"
4039   output-file-ext: ".rst"
4040   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
4041   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"
4042   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
4043   data: "vpp-perf-results-2n-skx"
4044   filter: "not 'CFS_OPT'"
4045   parameters:
4046   - "name"
4047   - "doc"
4048   - "level"
4049   - "parent"
4050   data-start-level: 3
4051
4052 # VPP Performance Operational Data 3n-tsh
4053 - type: "file"
4054   title: "VPP Performance Operational Data 3n-tsh"
4055   algorithm: "file_test_results"
4056   output-file-ext: ".rst"
4057   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_performance_operational_data_3n_tsh"
4058   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"
4059   dir-tables: "{DIR[DTO,PERF,VPP,3N,TSH]}"
4060   data: "vpp-perf-results-3n-tsh"
4061   filter: "not 'CFS_OPT'"
4062   parameters:
4063   - "name"
4064   - "doc"
4065   - "level"
4066   - "parent"
4067   data-start-level: 3
4068
4069 ## VPP Performance Operational Data 2n-dnv
4070 #- type: "file"
4071 #  title: "VPP Performance Operational Data 2n-dnv"
4072 #  algorithm: "file_test_results"
4073 #  output-file-ext: ".rst"
4074 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
4075 #  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"
4076 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
4077 #  data: "intel-dnv-vpp"
4078 #  filter: "'NDRPDR'"
4079 #  parameters:
4080 #  - "name"
4081 #  - "doc"
4082 #  - "level"
4083 #  - "parent"
4084 #  data-start-level: 3
4085
4086 # VPP MRR Results 3n-hsw
4087 - type: "file"
4088   title: "VPP MRR Results 3n-hsw"
4089   algorithm: "file_test_results"
4090   output-file-ext: ".rst"
4091   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4092   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"
4093   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
4094   data: "vpp-mrr-results-3n-hsw"
4095   filter: "'MRR'"
4096   parameters:
4097   - "name"
4098   - "doc"
4099   - "level"
4100   - "parent"
4101   data-start-level: 3
4102
4103 # VPP MRR Results 3n-skx
4104 - type: "file"
4105   title: "VPP MRR Results 3n-skx"
4106   algorithm: "file_test_results"
4107   output-file-ext: ".rst"
4108   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4109   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"
4110   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
4111   data: "vpp-mrr-results-3n-skx"
4112   filter: "'MRR'"
4113   parameters:
4114   - "name"
4115   - "doc"
4116   - "level"
4117   - "parent"
4118   data-start-level: 3
4119
4120 # VPP MRR Results 2n-skx
4121 - type: "file"
4122   title: "VPP MRR Results 2n-skx"
4123   algorithm: "file_test_results"
4124   output-file-ext: ".rst"
4125   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4126   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"
4127   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
4128   data: "vpp-mrr-results-2n-skx"
4129   filter: "all"
4130   parameters:
4131   - "name"
4132   - "doc"
4133   - "level"
4134   - "parent"
4135   data-start-level: 3
4136
4137 # VPP MRR Configuration 3n-hsw
4138 - type: "file"
4139   title: "VPP MRR Configuration 3n-hsw"
4140   algorithm: "file_test_results"
4141   output-file-ext: ".rst"
4142   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
4143   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"
4144   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
4145   data: "vpp-mrr-results-3n-hsw"
4146   filter: "'MRR'"
4147   parameters:
4148   - "name"
4149   - "doc"
4150   - "level"
4151   - "parent"
4152   data-start-level: 3
4153
4154 # VPP MRR Configuration 3n-skx
4155 - type: "file"
4156   title: "VPP MRR Configuration 3n-skx"
4157   algorithm: "file_test_results"
4158   output-file-ext: ".rst"
4159   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
4160   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"
4161   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
4162   data: "vpp-mrr-results-3n-skx"
4163   filter: "'MRR'"
4164   parameters:
4165   - "name"
4166   - "doc"
4167   - "level"
4168   - "parent"
4169   data-start-level: 3
4170
4171 # VPP MRR Configuration 2n-skx
4172 - type: "file"
4173   title: "VPP MRR Configuration 2n-skx"
4174   algorithm: "file_test_results"
4175   output-file-ext: ".rst"
4176   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
4177   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"
4178   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
4179   data: "vpp-mrr-results-2n-skx"
4180   filter: "'MRR'"
4181   parameters:
4182   - "name"
4183   - "doc"
4184   - "level"
4185   - "parent"
4186   data-start-level: 3
4187
4188 # VPP Functional Results - Ubuntu
4189 - type: "file"
4190   title: "VPP Functional Results - Ubuntu"
4191   algorithm: "file_test_results"
4192   output-file-ext: ".rst"
4193   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
4194   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"
4195   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
4196   data: "vpp-func-results-ubuntu"
4197   filter: "all"
4198   parameters:
4199   - "name"
4200   - "doc"
4201   - "level"
4202   - "parent"
4203   data-start-level: 3
4204
4205 # VPP Functional Results - CentOS
4206 - type: "file"
4207   title: "VPP Functional Results - CentOS"
4208   algorithm: "file_test_results"
4209   output-file-ext: ".rst"
4210   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
4211   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"
4212   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
4213   data:
4214     "vpp-func-results-centos"
4215   filter: "all"
4216   parameters:
4217   - "name"
4218   - "doc"
4219   - "level"
4220   - "parent"
4221   data-start-level: 3
4222
4223 # VPP Functional Configuration - Ubuntu
4224 - type: "file"
4225   title: "VPP Functional Configuration - Ubuntu"
4226   algorithm: "file_test_results"
4227   output-file-ext: ".rst"
4228   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
4229   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"
4230   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
4231   data: "vpp-func-results-ubuntu"
4232   filter: "all"
4233   parameters:
4234   - "name"
4235   - "doc"
4236   - "level"
4237   - "parent"
4238   data-start-level: 3
4239
4240 # VPP Functional Configuration - CentOS
4241 - type: "file"
4242   title: "VPP Functional Configuration - CentOS"
4243   algorithm: "file_test_results"
4244   output-file-ext: ".rst"
4245   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
4246   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"
4247   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
4248   data:
4249     "vpp-func-results-centos"
4250   filter: "all"
4251   parameters:
4252   - "name"
4253   - "doc"
4254   - "level"
4255   - "parent"
4256   data-start-level: 3
4257
4258 # VPP Device Results - Ubuntu
4259 - type: "file"
4260   title: "VPP Device Results - Ubuntu"
4261   algorithm: "file_test_results"
4262   output-file-ext: ".rst"
4263   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4264   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4265   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
4266   data: "vpp-device-results-ubuntu"
4267   filter: "all"
4268   parameters:
4269   - "name"
4270   - "doc"
4271   - "level"
4272   - "parent"
4273   data-start-level: 2
4274
4275 # VPP Device Configuration - Ubuntu
4276 - type: "file"
4277   title: "VPP Device Configuration - Ubuntu"
4278   algorithm: "file_test_results"
4279   output-file-ext: ".rst"
4280   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4281   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"
4282   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
4283   data: "vpp-device-results-ubuntu"
4284   filter: "all"
4285   parameters:
4286   - "name"
4287   - "doc"
4288   - "level"
4289   - "parent"
4290   data-start-level: 2
4291
4292 ## Container Orchestrated Performance Results 3n-hsw
4293 #- type: "file"
4294 #  title: "Container Orchestrated Performance Results 3n-hsw"
4295 #  algorithm: "file_test_results"
4296 #  output-file-ext: ".rst"
4297 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
4298 #  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"
4299 #  dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
4300 #  data: "ligato-perf-results-3n-hsw"
4301 #  filter: "all"
4302 #  parameters:
4303 #  - "name"
4304 #  - "doc"
4305 #  - "level"
4306 #  - "parent"
4307 #  data-start-level: 3
4308
4309 # DPDK Performance Results 3n-hsw
4310 - type: "file"
4311   title: "DPDK Performance Results 3n-hsw"
4312   algorithm: "file_test_results"
4313   output-file-ext: ".rst"
4314   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4315   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4316   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
4317   data: "dpdk-perf-results-3n-hsw"
4318   filter: "all"
4319   parameters:
4320   - "name"
4321   - "doc"
4322   - "level"
4323   - "parent"
4324   data-start-level: 3
4325
4326 # DPDK Performance Results 3n-skx
4327 - type: "file"
4328   title: "DPDK Performance Results 3n-skx"
4329   algorithm: "file_test_results"
4330   output-file-ext: ".rst"
4331   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4332   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"
4333   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
4334   data: "dpdk-perf-results-3n-skx"
4335   filter: "all"
4336   parameters:
4337   - "name"
4338   - "doc"
4339   - "level"
4340   - "parent"
4341   data-start-level: 3
4342
4343 # DPDK Performance Results 2n-skx
4344 - type: "file"
4345   title: "DPDK Performance Results 2n-skx"
4346   algorithm: "file_test_results"
4347   output-file-ext: ".rst"
4348   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4349   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"
4350   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
4351   data: "dpdk-perf-results-2n-skx"
4352   filter: "all"
4353   parameters:
4354   - "name"
4355   - "doc"
4356   - "level"
4357   - "parent"
4358   data-start-level: 3
4359
4360 ################################################################################
4361 ###                                P L O T S                                 ###
4362 ################################################################################
4363
4364 # Plots VPP HTTP Server Performance
4365 - type: "plot"
4366   title: "VPP HTTP Server Performance"
4367   algorithm: "plot_http_server_performance_box"
4368   output-file-type: ".html"
4369   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
4370   data:
4371     "plot-vpp-http-server-performance"
4372   # Keep this formatting, the filter is enclosed with " (quotation mark) and
4373   # each tag is enclosed with ' (apostrophe).
4374   filter: "'HTTP' and 'TCP_CPS'"
4375   parameters:
4376   - "result"
4377   - "name"
4378   traces:
4379     hoverinfo: "x+y"
4380     boxpoints: "outliers"
4381     whiskerwidth: 0
4382   layout:
4383     title: "VPP HTTP Server Performance"
4384     layout:
4385       "plot-cps"
4386
4387 - type: "plot"
4388   title: "VPP HTTP Server Performance"
4389   algorithm: "plot_http_server_performance_box"
4390   output-file-type: ".html"
4391   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
4392   data:
4393     "plot-vpp-http-server-performance"
4394   filter: "'HTTP' and 'TCP_RPS'"
4395   parameters:
4396   - "result"
4397   - "name"
4398   traces:
4399     hoverinfo: "x+y"
4400     boxpoints: "outliers"
4401     whiskerwidth: 0
4402   layout:
4403     title: "VPP HTTP Server Performance"
4404     layout:
4405       "plot-rps"
4406
4407 ################################################################################
4408
4409 ## Soak Test (PLRsearch), boxes
4410 #- type: "plot"
4411 #  title: "VPP Critical rate: 2 Hours Soak Test (PLRsearch)"
4412 #  algorithm: "plot_performance_box"
4413 #  output-file-type: ".html"
4414 #  output-file: "{DIR[STATIC,VPP]}/soak-test-1"
4415 #  data: "plot-vpp-soak-2n-skx"
4416 #  filter: "('L2BDMACLRN' or 'L2PATCH' or 'L2XCBASE') and not 'VHOST' and not 'MEMIF'"
4417 #  parameters:
4418 #    - "throughput"
4419 #    - "parent"
4420 #    - "tags"
4421 #  sort:
4422 #    - "DRV_AVF"
4423 #    - "DRV_AVF"
4424 #    - "DRV_AVF"
4425 #    - "L2BDMACLRN"
4426 #    - "L2XCBASE"
4427 #    - "L2PATCH"
4428 #  traces:
4429 #    hoverinfo: "x+y"
4430 #    boxpoints: "all"
4431 #    whiskerwidth: 0
4432 #  layout:
4433 #    title: "2 Hours Soak Test (PLRsearch)"
4434 #    layout: "plot-soak-throughput"
4435 #
4436 ## Soak Test (PLRsearch), boxes
4437 #- type: "plot"
4438 #  title: "VPP Critical rate: 2 Hours Soak Test (PLRsearch)"
4439 #  algorithm: "plot_performance_box"
4440 #  output-file-type: ".html"
4441 #  output-file: "{DIR[STATIC,VPP]}/soak-test-2"
4442 #  data: "plot-vpp-soak-2n-skx"
4443 #  filter: "'L2BDMACLRN' and ('VHOST' or 'MEMIF') or 'IP4BASE' or 'IP6BASE'"
4444 #  parameters:
4445 #    - "throughput"
4446 #    - "parent"
4447 #    - "tags"
4448 #  sort:
4449 #    - "VHOST"
4450 #    - "MEMIF"
4451 #    - "IP4FWD"
4452 #    - "IP6FWD"
4453 #  traces:
4454 #    hoverinfo: "x+y"
4455 #    boxpoints: "all"
4456 #    whiskerwidth: 0
4457 #  layout:
4458 #    title: "2 Hours Soak Test (PLRsearch)"
4459 #    layout: "plot-soak-throughput"
4460
4461 ###############################################################################
4462 # Plots - NF Density - VSC - MRR 64b
4463 - type: "plot"
4464   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4465   algorithm: "plot_service_density_heatmap_compare"
4466   output-file-type: ".html"
4467   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
4468   data: "plot-vpp-nfv-2n-skx-mrr"
4469   filter: "'NIC_Intel-XXV710' and
4470            'NF_DENSITY' and
4471            'VHOST' and
4472            'CHAIN' and
4473            'NF_VPPIP4' and
4474            '64B' and
4475            '2T1C' and
4476            'MRR'"
4477   reference:
4478     include: "2"
4479     name: "VNF-1c"
4480   compare:
4481     include: "1"
4482     name: "VNF-0.5c"
4483   parameters:
4484   - "result"
4485   - "name"
4486   - "tags"
4487   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4488   x-axis: "X = VNFs per Service Chain"
4489   y-axis: "Y = Number of Service Chains"
4490   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4491   layout:
4492     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4493     layout: "plot-service-density"
4494
4495 - type: "plot"
4496   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4497   algorithm: "plot_service_density_heatmap_compare"
4498   output-file-type: ".html"
4499   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
4500   data: "plot-vpp-nfv-2n-skx-mrr"
4501   filter: "'NIC_Intel-XXV710' and
4502            'NF_DENSITY' and
4503            'VHOST' and
4504            'CHAIN' and
4505            'NF_VPPIP4' and
4506            '64B' and
4507            '4T2C' and
4508            'MRR'"
4509   reference:
4510     include: "2"
4511     name: "VNF-1c"
4512   compare:
4513     include: "1"
4514     name: "VNF-0.5c"
4515   parameters:
4516   - "result"
4517   - "name"
4518   - "tags"
4519   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4520   x-axis: "X = VNFs per Service Chain"
4521   y-axis: "Y = Number of Service Chains"
4522   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4523   layout:
4524     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4525     layout: "plot-service-density"
4526
4527 - type: "plot"
4528   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4529   algorithm: "plot_service_density_heatmap_compare"
4530   output-file-type: ".html"
4531   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
4532   data: "plot-vpp-nfv-2n-skx-mrr"
4533   filter: "'NIC_Intel-XXV710' and
4534            'NF_DENSITY' and
4535            'VHOST' and
4536            'CHAIN' and
4537            'NF_VPPIP4' and
4538            '64B' and
4539            '8T4C' and
4540            'MRR'"
4541   reference:
4542     include: "2"
4543     name: "VNF-1c"
4544   compare:
4545     include: "1"
4546     name: "VNF-0.5c"
4547   parameters:
4548   - "result"
4549   - "name"
4550   - "tags"
4551   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4552   x-axis: "X = VNFs per Service Chain"
4553   y-axis: "Y = Number of Service Chains"
4554   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4555   layout:
4556     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4557     layout: "plot-service-density"
4558
4559 # Plots - NF Density - VSC - MRR IMIX
4560 - type: "plot"
4561   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4562   algorithm: "plot_service_density_heatmap_compare"
4563   output-file-type: ".html"
4564   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
4565   data: "plot-vpp-nfv-2n-skx-mrr"
4566   filter: "'NIC_Intel-XXV710' and
4567            'NF_DENSITY' and
4568            'VHOST' and
4569            'CHAIN' and
4570            'NF_VPPIP4' and
4571            'IMIX' and
4572            '2T1C' and
4573            'MRR'"
4574   reference:
4575     include: "2"
4576     name: "VNF-1c"
4577   compare:
4578     include: "1"
4579     name: "VNF-0.5c"
4580   parameters:
4581   - "result"
4582   - "name"
4583   - "tags"
4584   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4585   x-axis: "X = VNFs per Service Chain"
4586   y-axis: "Y = Number of Service Chains"
4587   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4588   layout:
4589     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4590     layout: "plot-service-density"
4591
4592 - type: "plot"
4593   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4594   algorithm: "plot_service_density_heatmap_compare"
4595   output-file-type: ".html"
4596   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
4597   data: "plot-vpp-nfv-2n-skx-mrr"
4598   filter: "'NIC_Intel-XXV710' and
4599            'NF_DENSITY' and
4600            'VHOST' and
4601            'CHAIN' and
4602            'NF_VPPIP4' and
4603            'IMIX' and
4604            '4T2C' and
4605            'MRR'"
4606   reference:
4607     include: "2"
4608     name: "VNF-1c"
4609   compare:
4610     include: "1"
4611     name: "VNF-0.5c"
4612   parameters:
4613   - "result"
4614   - "name"
4615   - "tags"
4616   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4617   x-axis: "X = VNFs per Service Chain"
4618   y-axis: "Y = Number of Service Chains"
4619   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4620   layout:
4621     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4622     layout: "plot-service-density"
4623
4624 - type: "plot"
4625   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4626   algorithm: "plot_service_density_heatmap_compare"
4627   output-file-type: ".html"
4628   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
4629   data: "plot-vpp-nfv-2n-skx-mrr"
4630   filter: "'NIC_Intel-XXV710' and
4631            'NF_DENSITY' and
4632            'VHOST' and
4633            'CHAIN' and
4634            'NF_VPPIP4' and
4635            'IMIX' and
4636            '8T4C' and
4637            'MRR'"
4638   reference:
4639     include: "2"
4640     name: "VNF-1c"
4641   compare:
4642     include: "1"
4643     name: "VNF-0.5c"
4644   parameters:
4645   - "result"
4646   - "name"
4647   - "tags"
4648   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4649   x-axis: "X = VNFs per Service Chain"
4650   y-axis: "Y = Number of Service Chains"
4651   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4652   layout:
4653     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4654     layout: "plot-service-density"
4655
4656 # Plots - NF Density - VSC - NDR 64b
4657 - type: "plot"
4658   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4659   algorithm: "plot_service_density_heatmap_compare"
4660   output-file-type: ".html"
4661   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
4662   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4663   filter: "'NIC_Intel-XXV710' and
4664            'NF_DENSITY' and
4665            'VHOST' and
4666            'CHAIN' and
4667            'NF_VPPIP4' and
4668            '64B' and
4669            '2T1C' and
4670            'NDRPDR'"
4671   reference:
4672     include: "2"
4673     name: "VNF-1c"
4674   compare:
4675     include: "1"
4676     name: "VNF-0.5c"
4677   parameters:
4678   - "throughput"
4679   - "name"
4680   - "tags"
4681   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4682   x-axis: "X = VNFs per Service Chain"
4683   y-axis: "Y = Number of Service Chains"
4684   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4685   layout:
4686     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4687     layout: "plot-service-density"
4688
4689 - type: "plot"
4690   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4691   algorithm: "plot_service_density_heatmap_compare"
4692   output-file-type: ".html"
4693   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
4694   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4695   filter: "'NIC_Intel-XXV710' and
4696            'NF_DENSITY' and
4697            'VHOST' and
4698            'CHAIN' and
4699            'NF_VPPIP4' and
4700            '64B' and
4701            '4T2C' and
4702            'NDRPDR'"
4703   reference:
4704     include: "2"
4705     name: "VNF-1c"
4706   compare:
4707     include: "1"
4708     name: "VNF-0.5c"
4709   parameters:
4710   - "throughput"
4711   - "name"
4712   - "tags"
4713   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4714   x-axis: "X = VNFs per Service Chain"
4715   y-axis: "Y = Number of Service Chains"
4716   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4717   layout:
4718     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4719     layout: "plot-service-density"
4720
4721 - type: "plot"
4722   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4723   algorithm: "plot_service_density_heatmap_compare"
4724   output-file-type: ".html"
4725   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
4726   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4727   filter: "'NIC_Intel-XXV710' and
4728            'NF_DENSITY' and
4729            'VHOST' and
4730            'CHAIN' and
4731            'NF_VPPIP4' and
4732            '64B' and
4733            '8T4C' and
4734            'NDRPDR'"
4735   reference:
4736     include: "2"
4737     name: "VNF-1c"
4738   compare:
4739     include: "1"
4740     name: "VNF-0.5c"
4741   parameters:
4742   - "throughput"
4743   - "name"
4744   - "tags"
4745   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4746   x-axis: "X = VNFs per Service Chain"
4747   y-axis: "Y = Number of Service Chains"
4748   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4749   layout:
4750     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4751     layout: "plot-service-density"
4752
4753 # Plots - NF Density - VSC - NDR IMIX
4754 - type: "plot"
4755   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4756   algorithm: "plot_service_density_heatmap_compare"
4757   output-file-type: ".html"
4758   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
4759   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4760   filter: "'NIC_Intel-XXV710' and
4761            'NF_DENSITY' and
4762            'VHOST' and
4763            'CHAIN' and
4764            'NF_VPPIP4' and
4765            'IMIX' and
4766            '2T1C' and
4767            'NDRPDR'"
4768   reference:
4769     include: "2"
4770     name: "VNF-1c"
4771   compare:
4772     include: "1"
4773     name: "VNF-0.5c"
4774   parameters:
4775   - "throughput"
4776   - "name"
4777   - "tags"
4778   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4779   x-axis: "X = VNFs per Service Chain"
4780   y-axis: "Y = Number of Service Chains"
4781   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4782   layout:
4783     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4784     layout: "plot-service-density"
4785
4786 - type: "plot"
4787   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4788   algorithm: "plot_service_density_heatmap_compare"
4789   output-file-type: ".html"
4790   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
4791   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4792   filter: "'NIC_Intel-XXV710' and
4793            'NF_DENSITY' and
4794            'VHOST' and
4795            'CHAIN' and
4796            'NF_VPPIP4' and
4797            'IMIX' and
4798            '4T2C' and
4799            'NDRPDR'"
4800   reference:
4801     include: "2"
4802     name: "VNF-1c"
4803   compare:
4804     include: "1"
4805     name: "VNF-0.5c"
4806   parameters:
4807   - "throughput"
4808   - "name"
4809   - "tags"
4810   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4811   x-axis: "X = VNFs per Service Chain"
4812   y-axis: "Y = Number of Service Chains"
4813   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4814   layout:
4815     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4816     layout: "plot-service-density"
4817
4818 - type: "plot"
4819   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4820   algorithm: "plot_service_density_heatmap_compare"
4821   output-file-type: ".html"
4822   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
4823   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4824   filter: "'NIC_Intel-XXV710' and
4825            'NF_DENSITY' and
4826            'VHOST' and
4827            'CHAIN' and
4828            'NF_VPPIP4' and
4829            'IMIX' and
4830            '8T4C' and
4831            'NDRPDR'"
4832   reference:
4833     include: "2"
4834     name: "VNF-1c"
4835   compare:
4836     include: "1"
4837     name: "VNF-0.5c"
4838   parameters:
4839   - "throughput"
4840   - "name"
4841   - "tags"
4842   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4843   x-axis: "X = VNFs per Service Chain"
4844   y-axis: "Y = Number of Service Chains"
4845   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4846   layout:
4847     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4848     layout: "plot-service-density"
4849
4850 # Plots - NF Density - VSC - PDR 64b
4851 - type: "plot"
4852   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4853   algorithm: "plot_service_density_heatmap_compare"
4854   output-file-type: ".html"
4855   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
4856   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4857   filter: "'NIC_Intel-XXV710' and
4858            'NF_DENSITY' and
4859            'VHOST' and
4860            'CHAIN' and
4861            'NF_VPPIP4' and
4862            '64B' and
4863            '2T1C' and
4864            'NDRPDR'"
4865   reference:
4866     include: "2"
4867     name: "VNF-1c"
4868   compare:
4869     include: "1"
4870     name: "VNF-0.5c"
4871   parameters:
4872   - "throughput"
4873   - "name"
4874   - "tags"
4875   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4876   x-axis: "X = VNFs per Service Chain"
4877   y-axis: "Y = Number of Service Chains"
4878   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
4879   layout:
4880     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4881     layout: "plot-service-density"
4882
4883 - type: "plot"
4884   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4885   algorithm: "plot_service_density_heatmap_compare"
4886   output-file-type: ".html"
4887   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
4888   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4889   filter: "'NIC_Intel-XXV710' and
4890            'NF_DENSITY' and
4891            'VHOST' and
4892            'CHAIN' and
4893            'NF_VPPIP4' and
4894            '64B' and
4895            '4T2C' and
4896            'NDRPDR'"
4897   reference:
4898     include: "2"
4899     name: "VNF-1c"
4900   compare:
4901     include: "1"
4902     name: "VNF-0.5c"
4903   parameters:
4904   - "throughput"
4905   - "name"
4906   - "tags"
4907   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4908   x-axis: "X = VNFs per Service Chain"
4909   y-axis: "Y = Number of Service Chains"
4910   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
4911   layout:
4912     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4913     layout: "plot-service-density"
4914
4915 - type: "plot"
4916   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4917   algorithm: "plot_service_density_heatmap_compare"
4918   output-file-type: ".html"
4919   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
4920   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4921   filter: "'NIC_Intel-XXV710' and
4922            'NF_DENSITY' and
4923            'VHOST' and
4924            'CHAIN' and
4925            'NF_VPPIP4' and
4926            '64B' and
4927            '8T4C' and
4928            'NDRPDR'"
4929   reference:
4930     include: "2"
4931     name: "VNF-1c"
4932   compare:
4933     include: "1"
4934     name: "VNF-0.5c"
4935   parameters:
4936   - "throughput"
4937   - "name"
4938   - "tags"
4939   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4940   x-axis: "X = VNFs per Service Chain"
4941   y-axis: "Y = Number of Service Chains"
4942   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
4943   layout:
4944     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4945     layout: "plot-service-density"
4946
4947 # Plots - NF Density - VSC - PDR IMIX
4948 - type: "plot"
4949   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4950   algorithm: "plot_service_density_heatmap_compare"
4951   output-file-type: ".html"
4952   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
4953   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4954   filter: "'NIC_Intel-XXV710' and
4955            'NF_DENSITY' and
4956            'VHOST' and
4957            'CHAIN' and
4958            'NF_VPPIP4' and
4959            'IMIX' and
4960            '2T1C' and
4961            'NDRPDR'"
4962   reference:
4963     include: "2"
4964     name: "VNF-1c"
4965   compare:
4966     include: "1"
4967     name: "VNF-0.5c"
4968   parameters:
4969   - "throughput"
4970   - "name"
4971   - "tags"
4972   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4973   x-axis: "X = VNFs per Service Chain"
4974   y-axis: "Y = Number of Service Chains"
4975   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
4976   layout:
4977     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4978     layout: "plot-service-density"
4979
4980 - type: "plot"
4981   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4982   algorithm: "plot_service_density_heatmap_compare"
4983   output-file-type: ".html"
4984   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
4985   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4986   filter: "'NIC_Intel-XXV710' and
4987            'NF_DENSITY' and
4988            'VHOST' and
4989            'CHAIN' and
4990            'NF_VPPIP4' and
4991            'IMIX' and
4992            '4T2C' and
4993            'NDRPDR'"
4994   reference:
4995     include: "2"
4996     name: "VNF-1c"
4997   compare:
4998     include: "1"
4999     name: "VNF-0.5c"
5000   parameters:
5001   - "throughput"
5002   - "name"
5003   - "tags"
5004   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5005   x-axis: "X = VNFs per Service Chain"
5006   y-axis: "Y = Number of Service Chains"
5007   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5008   layout:
5009     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5010     layout: "plot-service-density"
5011
5012 - type: "plot"
5013   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5014   algorithm: "plot_service_density_heatmap_compare"
5015   output-file-type: ".html"
5016   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
5017   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5018   filter: "'NIC_Intel-XXV710' and
5019            'NF_DENSITY' and
5020            'VHOST' and
5021            'CHAIN' and
5022            'NF_VPPIP4' and
5023            'IMIX' and
5024            '8T4C' and
5025            'NDRPDR'"
5026   reference:
5027     include: "2"
5028     name: "VNF-1c"
5029   compare:
5030     include: "1"
5031     name: "VNF-0.5c"
5032   parameters:
5033   - "throughput"
5034   - "name"
5035   - "tags"
5036   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5037   x-axis: "X = VNFs per Service Chain"
5038   y-axis: "Y = Number of Service Chains"
5039   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5040   layout:
5041     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5042     layout: "plot-service-density"
5043
5044 ###############################################################################
5045 # Plots - NF Density - CSC - MRR 64b
5046 - type: "plot"
5047   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5048   algorithm: "plot_service_density_heatmap_compare"
5049   output-file-type: ".html"
5050   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
5051   data: "plot-vpp-nfv-2n-skx-mrr"
5052   filter: "'NIC_Intel-XXV710' and
5053            'NF_DENSITY' and
5054            'DOCKER' and
5055            'CHAIN' and
5056            'NF_VPPIP4' and
5057            '64B' and
5058            '2T1C' and
5059            'MRR'"
5060   reference:
5061     include: "2"
5062     name: "CNF-1c"
5063   compare:
5064     include: "1"
5065     name: "CNF-0.5c"
5066   parameters:
5067   - "result"
5068   - "name"
5069   - "tags"
5070   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5071   x-axis: "X = CNFs per Service Chain"
5072   y-axis: "Y = Number of Service Chains"
5073   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5074   layout:
5075     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5076     layout: "plot-service-density"
5077
5078 - type: "plot"
5079   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5080   algorithm: "plot_service_density_heatmap_compare"
5081   output-file-type: ".html"
5082   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
5083   data: "plot-vpp-nfv-2n-skx-mrr"
5084   filter: "'NIC_Intel-XXV710' and
5085            'NF_DENSITY' and
5086            'DOCKER' and
5087            'CHAIN' and
5088            'NF_VPPIP4' and
5089            '64B' and
5090            '4T2C' and
5091            'MRR'"
5092   reference:
5093     include: "2"
5094     name: "CNF-1c"
5095   compare:
5096     include: "1"
5097     name: "CNF-0.5c"
5098   parameters:
5099   - "result"
5100   - "name"
5101   - "tags"
5102   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5103   x-axis: "X = CNFs per Service Chain"
5104   y-axis: "Y = Number of Service Chains"
5105   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5106   layout:
5107     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5108     layout: "plot-service-density"
5109
5110 - type: "plot"
5111   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5112   algorithm: "plot_service_density_heatmap_compare"
5113   output-file-type: ".html"
5114   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
5115   data: "plot-vpp-nfv-2n-skx-mrr"
5116   filter: "'NIC_Intel-XXV710' and
5117            'NF_DENSITY' and
5118            'DOCKER' and
5119            'CHAIN' and
5120            'NF_VPPIP4' and
5121            '64B' and
5122            '8T4C' and
5123            'MRR'"
5124   reference:
5125     include: "2"
5126     name: "CNF-1c"
5127   compare:
5128     include: "1"
5129     name: "CNF-0.5c"
5130   parameters:
5131   - "result"
5132   - "name"
5133   - "tags"
5134   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5135   x-axis: "X = CNFs per Service Chain"
5136   y-axis: "Y = Number of Service Chains"
5137   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5138   layout:
5139     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5140     layout: "plot-service-density"
5141
5142 # Plots - NF Density - CSC - MRR IMIX
5143 - type: "plot"
5144   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5145   algorithm: "plot_service_density_heatmap_compare"
5146   output-file-type: ".html"
5147   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
5148   data: "plot-vpp-nfv-2n-skx-mrr"
5149   filter: "'NIC_Intel-XXV710' and
5150            'NF_DENSITY' and
5151            'DOCKER' and
5152            'CHAIN' and
5153            'NF_VPPIP4' and
5154            'IMIX' and
5155            '2T1C' and
5156            'MRR'"
5157   reference:
5158     include: "2"
5159     name: "CNF-1c"
5160   compare:
5161     include: "1"
5162     name: "CNF-0.5c"
5163   parameters:
5164   - "result"
5165   - "name"
5166   - "tags"
5167   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5168   x-axis: "X = CNFs per Service Chain"
5169   y-axis: "Y = Number of Service Chains"
5170   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5171   layout:
5172     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5173     layout: "plot-service-density"
5174
5175 - type: "plot"
5176   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5177   algorithm: "plot_service_density_heatmap_compare"
5178   output-file-type: ".html"
5179   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
5180   data: "plot-vpp-nfv-2n-skx-mrr"
5181   filter: "'NIC_Intel-XXV710' and
5182            'NF_DENSITY' and
5183            'DOCKER' and
5184            'CHAIN' and
5185            'NF_VPPIP4' and
5186            'IMIX' and
5187            '4T2C' and
5188            'MRR'"
5189   reference:
5190     include: "2"
5191     name: "CNF-1c"
5192   compare:
5193     include: "1"
5194     name: "CNF-0.5c"
5195   parameters:
5196   - "result"
5197   - "name"
5198   - "tags"
5199   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5200   x-axis: "X = CNFs per Service Chain"
5201   y-axis: "Y = Number of Service Chains"
5202   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5203   layout:
5204     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5205     layout: "plot-service-density"
5206
5207 - type: "plot"
5208   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5209   algorithm: "plot_service_density_heatmap_compare"
5210   output-file-type: ".html"
5211   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
5212   data: "plot-vpp-nfv-2n-skx-mrr"
5213   filter: "'NIC_Intel-XXV710' and
5214            'NF_DENSITY' and
5215            'DOCKER' and
5216            'CHAIN' and
5217            'NF_VPPIP4' and
5218            'IMIX' and
5219            '8T4C' and
5220            'MRR'"
5221   reference:
5222     include: "2"
5223     name: "CNF-1c"
5224   compare:
5225     include: "1"
5226     name: "CNF-0.5c"
5227   parameters:
5228   - "result"
5229   - "name"
5230   - "tags"
5231   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5232   x-axis: "X = CNFs per Service Chain"
5233   y-axis: "Y = Number of Service Chains"
5234   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5235   layout:
5236     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5237     layout: "plot-service-density"
5238
5239 # Plots - NF Density - CSC - NDR 64b
5240 - type: "plot"
5241   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5242   algorithm: "plot_service_density_heatmap_compare"
5243   output-file-type: ".html"
5244   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
5245   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5246   filter: "'NIC_Intel-XXV710' and
5247            'NF_DENSITY' and
5248            'DOCKER' and
5249            'CHAIN' and
5250            'NF_VPPIP4' and
5251            '64B' and
5252            '2T1C' and
5253            'NDRPDR'"
5254   reference:
5255     include: "2"
5256     name: "CNF-1c"
5257   compare:
5258     include: "1"
5259     name: "CNF-0.5c"
5260   parameters:
5261   - "throughput"
5262   - "name"
5263   - "tags"
5264   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5265   x-axis: "X = CNFs per Service Chain"
5266   y-axis: "Y = Number of Service Chains"
5267   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5268   layout:
5269     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5270     layout: "plot-service-density"
5271
5272 - type: "plot"
5273   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5274   algorithm: "plot_service_density_heatmap_compare"
5275   output-file-type: ".html"
5276   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
5277   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5278   filter: "'NIC_Intel-XXV710' and
5279            'NF_DENSITY' and
5280            'DOCKER' and
5281            'CHAIN' and
5282            'NF_VPPIP4' and
5283            '64B' and
5284            '4T2C' and
5285            'NDRPDR'"
5286   reference:
5287     include: "2"
5288     name: "CNF-1c"
5289   compare:
5290     include: "1"
5291     name: "CNF-0.5c"
5292   parameters:
5293   - "throughput"
5294   - "name"
5295   - "tags"
5296   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5297   x-axis: "X = CNFs per Service Chain"
5298   y-axis: "Y = Number of Service Chains"
5299   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5300   layout:
5301     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5302     layout: "plot-service-density"
5303
5304 - type: "plot"
5305   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5306   algorithm: "plot_service_density_heatmap_compare"
5307   output-file-type: ".html"
5308   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
5309   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5310   filter: "'NIC_Intel-XXV710' and
5311            'NF_DENSITY' and
5312            'DOCKER' and
5313            'CHAIN' and
5314            'NF_VPPIP4' and
5315            '64B' and
5316            '8T4C' and
5317            'NDRPDR'"
5318   reference:
5319     include: "2"
5320     name: "CNF-1c"
5321   compare:
5322     include: "1"
5323     name: "CNF-0.5c"
5324   parameters:
5325   - "throughput"
5326   - "name"
5327   - "tags"
5328   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5329   x-axis: "X = CNFs per Service Chain"
5330   y-axis: "Y = Number of Service Chains"
5331   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5332   layout:
5333     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5334     layout: "plot-service-density"
5335
5336 # Plots - NF Density - CSC - NDR IMIX
5337 - type: "plot"
5338   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5339   algorithm: "plot_service_density_heatmap_compare"
5340   output-file-type: ".html"
5341   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
5342   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5343   filter: "'NIC_Intel-XXV710' and
5344            'NF_DENSITY' and
5345            'DOCKER' and
5346            'CHAIN' and
5347            'NF_VPPIP4' and
5348            'IMIX' and
5349            '2T1C' and
5350            'NDRPDR'"
5351   reference:
5352     include: "2"
5353     name: "CNF-1c"
5354   compare:
5355     include: "1"
5356     name: "CNF-0.5c"
5357   parameters:
5358   - "throughput"
5359   - "name"
5360   - "tags"
5361   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5362   x-axis: "X = CNFs per Service Chain"
5363   y-axis: "Y = Number of Service Chains"
5364   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5365   layout:
5366     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5367     layout: "plot-service-density"
5368
5369 - type: "plot"
5370   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5371   algorithm: "plot_service_density_heatmap_compare"
5372   output-file-type: ".html"
5373   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
5374   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5375   filter: "'NIC_Intel-XXV710' and
5376            'NF_DENSITY' and
5377            'DOCKER' and
5378            'CHAIN' and
5379            'NF_VPPIP4' and
5380            'IMIX' and
5381            '4T2C' and
5382            'NDRPDR'"
5383   reference:
5384     include: "2"
5385     name: "CNF-1c"
5386   compare:
5387     include: "1"
5388     name: "CNF-0.5c"
5389   parameters:
5390   - "throughput"
5391   - "name"
5392   - "tags"
5393   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5394   x-axis: "X = CNFs per Service Chain"
5395   y-axis: "Y = Number of Service Chains"
5396   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5397   layout:
5398     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5399     layout: "plot-service-density"
5400
5401 - type: "plot"
5402   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5403   algorithm: "plot_service_density_heatmap_compare"
5404   output-file-type: ".html"
5405   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
5406   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5407   filter: "'NIC_Intel-XXV710' and
5408            'NF_DENSITY' and
5409            'DOCKER' and
5410            'CHAIN' and
5411            'NF_VPPIP4' and
5412            'IMIX' and
5413            '8T4C' and
5414            'NDRPDR'"
5415   reference:
5416     include: "2"
5417     name: "CNF-1c"
5418   compare:
5419     include: "1"
5420     name: "CNF-0.5c"
5421   parameters:
5422   - "throughput"
5423   - "name"
5424   - "tags"
5425   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5426   x-axis: "X = CNFs per Service Chain"
5427   y-axis: "Y = Number of Service Chains"
5428   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5429   layout:
5430     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5431     layout: "plot-service-density"
5432
5433 # Plots - NF Density - CSC - PDR 64b
5434 - type: "plot"
5435   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5436   algorithm: "plot_service_density_heatmap_compare"
5437   output-file-type: ".html"
5438   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
5439   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5440   filter: "'NIC_Intel-XXV710' and
5441            'NF_DENSITY' and
5442            'DOCKER' and
5443            'CHAIN' and
5444            'NF_VPPIP4' and
5445            '64B' and
5446            '2T1C' and
5447            'NDRPDR'"
5448   reference:
5449     include: "2"
5450     name: "CNF-1c"
5451   compare:
5452     include: "1"
5453     name: "CNF-0.5c"
5454   parameters:
5455   - "throughput"
5456   - "name"
5457   - "tags"
5458   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5459   x-axis: "X = CNFs per Service Chain"
5460   y-axis: "Y = Number of Service Chains"
5461   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5462   layout:
5463     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5464     layout: "plot-service-density"
5465
5466 - type: "plot"
5467   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5468   algorithm: "plot_service_density_heatmap_compare"
5469   output-file-type: ".html"
5470   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
5471   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5472   filter: "'NIC_Intel-XXV710' and
5473            'NF_DENSITY' and
5474            'DOCKER' and
5475            'CHAIN' and
5476            'NF_VPPIP4' and
5477            '64B' and
5478            '4T2C' and
5479            'NDRPDR'"
5480   reference:
5481     include: "2"
5482     name: "CNF-1c"
5483   compare:
5484     include: "1"
5485     name: "CNF-0.5c"
5486   parameters:
5487   - "throughput"
5488   - "name"
5489   - "tags"
5490   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5491   x-axis: "X = CNFs per Service Chain"
5492   y-axis: "Y = Number of Service Chains"
5493   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5494   layout:
5495     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5496     layout: "plot-service-density"
5497
5498 - type: "plot"
5499   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5500   algorithm: "plot_service_density_heatmap_compare"
5501   output-file-type: ".html"
5502   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
5503   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5504   filter: "'NIC_Intel-XXV710' and
5505            'NF_DENSITY' and
5506            'DOCKER' and
5507            'CHAIN' and
5508            'NF_VPPIP4' and
5509            '64B' and
5510            '8T4C' and
5511            'NDRPDR'"
5512   reference:
5513     include: "2"
5514     name: "CNF-1c"
5515   compare:
5516     include: "1"
5517     name: "CNF-0.5c"
5518   parameters:
5519   - "throughput"
5520   - "name"
5521   - "tags"
5522   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5523   x-axis: "X = CNFs per Service Chain"
5524   y-axis: "Y = Number of Service Chains"
5525   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5526   layout:
5527     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5528     layout: "plot-service-density"
5529
5530 # Plots - NF Density - CSC - PDR IMIX
5531 - type: "plot"
5532   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5533   algorithm: "plot_service_density_heatmap_compare"
5534   output-file-type: ".html"
5535   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
5536   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5537   filter: "'NIC_Intel-XXV710' and
5538            'NF_DENSITY' and
5539            'DOCKER' and
5540            'CHAIN' and
5541            'NF_VPPIP4' and
5542            'IMIX' and
5543            '2T1C' and
5544            'NDRPDR'"
5545   reference:
5546     include: "2"
5547     name: "CNF-1c"
5548   compare:
5549     include: "1"
5550     name: "CNF-0.5c"
5551   parameters:
5552   - "throughput"
5553   - "name"
5554   - "tags"
5555   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5556   x-axis: "X = CNFs per Service Chain"
5557   y-axis: "Y = Number of Service Chains"
5558   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5559   layout:
5560     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5561     layout: "plot-service-density"
5562
5563 - type: "plot"
5564   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5565   algorithm: "plot_service_density_heatmap_compare"
5566   output-file-type: ".html"
5567   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
5568   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5569   filter: "'NIC_Intel-XXV710' and
5570            'NF_DENSITY' and
5571            'DOCKER' and
5572            'CHAIN' and
5573            'NF_VPPIP4' and
5574            'IMIX' and
5575            '4T2C' and
5576            'NDRPDR'"
5577   reference:
5578     include: "2"
5579     name: "CNF-1c"
5580   compare:
5581     include: "1"
5582     name: "CNF-0.5c"
5583   parameters:
5584   - "throughput"
5585   - "name"
5586   - "tags"
5587   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5588   x-axis: "X = CNFs per Service Chain"
5589   y-axis: "Y = Number of Service Chains"
5590   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5591   layout:
5592     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5593     layout: "plot-service-density"
5594
5595 - type: "plot"
5596   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5597   algorithm: "plot_service_density_heatmap_compare"
5598   output-file-type: ".html"
5599   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
5600   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5601   filter: "'NIC_Intel-XXV710' and
5602            'NF_DENSITY' and
5603            'DOCKER' and
5604            'CHAIN' and
5605            'NF_VPPIP4' and
5606            'IMIX' and
5607            '8T4C' and
5608            'NDRPDR'"
5609   reference:
5610     include: "2"
5611     name: "CNF-1c"
5612   compare:
5613     include: "1"
5614     name: "CNF-0.5c"
5615   parameters:
5616   - "throughput"
5617   - "name"
5618   - "tags"
5619   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5620   x-axis: "X = CNFs per Service Chain"
5621   y-axis: "Y = Number of Service Chains"
5622   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5623   layout:
5624     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5625     layout: "plot-service-density"
5626
5627 ###############################################################################
5628 # Plots - NF Density - CSP - MRR 64b
5629 - type: "plot"
5630   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5631   algorithm: "plot_service_density_heatmap_compare"
5632   output-file-type: ".html"
5633   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
5634   data: "plot-vpp-nfv-2n-skx-mrr"
5635   filter: "'NIC_Intel-XXV710' and
5636            'NF_DENSITY' and
5637            'DOCKER' and
5638            'PIPELINE' and
5639            'NF_VPPIP4' and
5640            '64B' and
5641            '2T1C' and
5642            'MRR'"
5643   reference:
5644     include: "2"
5645     name: "CNF-1c"
5646   compare:
5647     include: "1"
5648     name: "CNF-0.5c"
5649   parameters:
5650   - "result"
5651   - "name"
5652   - "tags"
5653   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5654   x-axis: "X = CNFs per Service Pipeline"
5655   y-axis: "Y = Number of Service Pipelines"
5656   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5657   layout:
5658     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5659     layout: "plot-service-density"
5660
5661 - type: "plot"
5662   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5663   algorithm: "plot_service_density_heatmap_compare"
5664   output-file-type: ".html"
5665   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
5666   data: "plot-vpp-nfv-2n-skx-mrr"
5667   filter: "'NIC_Intel-XXV710' and
5668            'NF_DENSITY' and
5669            'DOCKER' and
5670            'PIPELINE' and
5671            'NF_VPPIP4' and
5672            '64B' and
5673            '4T2C' and
5674            'MRR'"
5675   reference:
5676     include: "2"
5677     name: "CNF-1c"
5678   compare:
5679     include: "1"
5680     name: "CNF-0.5c"
5681   parameters:
5682   - "result"
5683   - "name"
5684   - "tags"
5685   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5686   x-axis: "X = CNFs per Service Pipeline"
5687   y-axis: "Y = Number of Service Pipelines"
5688   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5689   layout:
5690     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5691     layout: "plot-service-density"
5692
5693 - type: "plot"
5694   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5695   algorithm: "plot_service_density_heatmap_compare"
5696   output-file-type: ".html"
5697   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
5698   data: "plot-vpp-nfv-2n-skx-mrr"
5699   filter: "'NIC_Intel-XXV710' and
5700            'NF_DENSITY' and
5701            'DOCKER' and
5702            'PIPELINE' and
5703            'NF_VPPIP4' and
5704            '64B' and
5705            '8T4C' and
5706            'MRR'"
5707   reference:
5708     include: "2"
5709     name: "CNF-1c"
5710   compare:
5711     include: "1"
5712     name: "CNF-0.5c"
5713   parameters:
5714   - "result"
5715   - "name"
5716   - "tags"
5717   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5718   x-axis: "X = CNFs per Service Pipeline"
5719   y-axis: "Y = Number of Service Pipelines"
5720   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5721   layout:
5722     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5723     layout: "plot-service-density"
5724
5725 # Plots - NF Density - CSP - MRR IMIX
5726 - type: "plot"
5727   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5728   algorithm: "plot_service_density_heatmap_compare"
5729   output-file-type: ".html"
5730   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
5731   data: "plot-vpp-nfv-2n-skx-mrr"
5732   filter: "'NIC_Intel-XXV710' and
5733            'NF_DENSITY' and
5734            'DOCKER' and
5735            'PIPELINE' and
5736            'NF_VPPIP4' and
5737            'IMIX' and
5738            '2T1C' and
5739            'MRR'"
5740   reference:
5741     include: "2"
5742     name: "CNF-1c"
5743   compare:
5744     include: "1"
5745     name: "CNF-0.5c"
5746   parameters:
5747   - "result"
5748   - "name"
5749   - "tags"
5750   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5751   x-axis: "X = CNFs per Service Pipeline"
5752   y-axis: "Y = Number of Service Pipelines"
5753   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5754   layout:
5755     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5756     layout: "plot-service-density"
5757
5758 - type: "plot"
5759   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5760   algorithm: "plot_service_density_heatmap_compare"
5761   output-file-type: ".html"
5762   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
5763   data: "plot-vpp-nfv-2n-skx-mrr"
5764   filter: "'NIC_Intel-XXV710' and
5765            'NF_DENSITY' and
5766            'DOCKER' and
5767            'PIPELINE' and
5768            'NF_VPPIP4' and
5769            'IMIX' and
5770            '4T2C' and
5771            'MRR'"
5772   reference:
5773     include: "2"
5774     name: "CNF-1c"
5775   compare:
5776     include: "1"
5777     name: "CNF-0.5c"
5778   parameters:
5779   - "result"
5780   - "name"
5781   - "tags"
5782   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5783   x-axis: "X = CNFs per Service Pipeline"
5784   y-axis: "Y = Number of Service Pipelines"
5785   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5786   layout:
5787     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5788     layout: "plot-service-density"
5789
5790 - type: "plot"
5791   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5792   algorithm: "plot_service_density_heatmap_compare"
5793   output-file-type: ".html"
5794   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
5795   data: "plot-vpp-nfv-2n-skx-mrr"
5796   filter: "'NIC_Intel-XXV710' and
5797            'NF_DENSITY' and
5798            'DOCKER' and
5799            'PIPELINE' and
5800            'NF_VPPIP4' and
5801            'IMIX' and
5802            '8T4C' and
5803            'MRR'"
5804   reference:
5805     include: "2"
5806     name: "CNF-1c"
5807   compare:
5808     include: "1"
5809     name: "CNF-0.5c"
5810   parameters:
5811   - "result"
5812   - "name"
5813   - "tags"
5814   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5815   x-axis: "X = CNFs per Service Pipeline"
5816   y-axis: "Y = Number of Service Pipelines"
5817   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5818   layout:
5819     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5820     layout: "plot-service-density"
5821
5822 # Plots - NF Density - CSP - NDR 64b
5823 - type: "plot"
5824   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5825   algorithm: "plot_service_density_heatmap_compare"
5826   output-file-type: ".html"
5827   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
5828   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5829   filter: "'NIC_Intel-XXV710' and
5830            'NF_DENSITY' and
5831            'DOCKER' and
5832            'PIPELINE' and
5833            'NF_VPPIP4' and
5834            '64B' and
5835            '2T1C' and
5836            'NDRPDR'"
5837   reference:
5838     include: "2"
5839     name: "CNF-1c"
5840   compare:
5841     include: "1"
5842     name: "CNF-0.5c"
5843   parameters:
5844   - "throughput"
5845   - "name"
5846   - "tags"
5847   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5848   x-axis: "X = CNFs per Service Pipeline"
5849   y-axis: "Y = Number of Service Pipelines"
5850   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5851   layout:
5852     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5853     layout: "plot-service-density"
5854
5855 - type: "plot"
5856   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5857   algorithm: "plot_service_density_heatmap_compare"
5858   output-file-type: ".html"
5859   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
5860   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5861   filter: "'NIC_Intel-XXV710' and
5862            'NF_DENSITY' and
5863            'DOCKER' and
5864            'PIPELINE' and
5865            'NF_VPPIP4' and
5866            '64B' and
5867            '4T2C' and
5868            'NDRPDR'"
5869   reference:
5870     include: "2"
5871     name: "CNF-1c"
5872   compare:
5873     include: "1"
5874     name: "CNF-0.5c"
5875   parameters:
5876   - "throughput"
5877   - "name"
5878   - "tags"
5879   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5880   x-axis: "X = CNFs per Service Pipeline"
5881   y-axis: "Y = Number of Service Pipelines"
5882   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5883   layout:
5884     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5885     layout: "plot-service-density"
5886
5887 - type: "plot"
5888   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5889   algorithm: "plot_service_density_heatmap_compare"
5890   output-file-type: ".html"
5891   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
5892   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5893   filter: "'NIC_Intel-XXV710' and
5894            'NF_DENSITY' and
5895            'DOCKER' and
5896            'PIPELINE' and
5897            'NF_VPPIP4' and
5898            '64B' and
5899            '8T4C' and
5900            'NDRPDR'"
5901   reference:
5902     include: "2"
5903     name: "CNF-1c"
5904   compare:
5905     include: "1"
5906     name: "CNF-0.5c"
5907   parameters:
5908   - "throughput"
5909   - "name"
5910   - "tags"
5911   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5912   x-axis: "X = CNFs per Service Pipeline"
5913   y-axis: "Y = Number of Service Pipelines"
5914   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5915   layout:
5916     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5917     layout: "plot-service-density"
5918
5919 # Plots - NF Density - CSP - NDR IMIX
5920 - type: "plot"
5921   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5922   algorithm: "plot_service_density_heatmap_compare"
5923   output-file-type: ".html"
5924   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
5925   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5926   filter: "'NIC_Intel-XXV710' and
5927            'NF_DENSITY' and
5928            'DOCKER' and
5929            'PIPELINE' and
5930            'NF_VPPIP4' and
5931            'IMIX' and
5932            '2T1C' and
5933            'NDRPDR'"
5934   reference:
5935     include: "2"
5936     name: "CNF-1c"
5937   compare:
5938     include: "1"
5939     name: "CNF-0.5c"
5940   parameters:
5941   - "throughput"
5942   - "name"
5943   - "tags"
5944   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5945   x-axis: "X = CNFs per Service Pipeline"
5946   y-axis: "Y = Number of Service Pipelines"
5947   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5948   layout:
5949     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5950     layout: "plot-service-density"
5951
5952 - type: "plot"
5953   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5954   algorithm: "plot_service_density_heatmap_compare"
5955   output-file-type: ".html"
5956   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
5957   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5958   filter: "'NIC_Intel-XXV710' and
5959            'NF_DENSITY' and
5960            'DOCKER' and
5961            'PIPELINE' and
5962            'NF_VPPIP4' and
5963            'IMIX' and
5964            '4T2C' and
5965            'NDRPDR'"
5966   reference:
5967     include: "2"
5968     name: "CNF-1c"
5969   compare:
5970     include: "1"
5971     name: "CNF-0.5c"
5972   parameters:
5973   - "throughput"
5974   - "name"
5975   - "tags"
5976   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5977   x-axis: "X = CNFs per Service Pipeline"
5978   y-axis: "Y = Number of Service Pipelines"
5979   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5980   layout:
5981     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5982     layout: "plot-service-density"
5983
5984 - type: "plot"
5985   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5986   algorithm: "plot_service_density_heatmap_compare"
5987   output-file-type: ".html"
5988   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
5989   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5990   filter: "'NIC_Intel-XXV710' and
5991            'NF_DENSITY' and
5992            'DOCKER' and
5993            'PIPELINE' and
5994            'NF_VPPIP4' and
5995            'IMIX' and
5996            '8T4C' and
5997            'NDRPDR'"
5998   reference:
5999     include: "2"
6000     name: "CNF-1c"
6001   compare:
6002     include: "1"
6003     name: "CNF-0.5c"
6004   parameters:
6005   - "throughput"
6006   - "name"
6007   - "tags"
6008   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6009   x-axis: "X = CNFs per Service Pipeline"
6010   y-axis: "Y = Number of Service Pipelines"
6011   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6012   layout:
6013     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6014     layout: "plot-service-density"
6015
6016 # Plots - NF Density - CSP - PDR 64b
6017 - type: "plot"
6018   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6019   algorithm: "plot_service_density_heatmap_compare"
6020   output-file-type: ".html"
6021   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
6022   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6023   filter: "'NIC_Intel-XXV710' and
6024            'NF_DENSITY' and
6025            'DOCKER' and
6026            'PIPELINE' and
6027            'NF_VPPIP4' and
6028            '64B' and
6029            '2T1C' and
6030            'NDRPDR'"
6031   reference:
6032     include: "2"
6033     name: "CNF-1c"
6034   compare:
6035     include: "1"
6036     name: "CNF-0.5c"
6037   parameters:
6038   - "throughput"
6039   - "name"
6040   - "tags"
6041   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6042   x-axis: "X = CNFs per Service Pipeline"
6043   y-axis: "Y = Number of Service Pipelines"
6044   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6045   layout:
6046     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6047     layout: "plot-service-density"
6048
6049 - type: "plot"
6050   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6051   algorithm: "plot_service_density_heatmap_compare"
6052   output-file-type: ".html"
6053   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
6054   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6055   filter: "'NIC_Intel-XXV710' and
6056            'NF_DENSITY' and
6057            'DOCKER' and
6058            'PIPELINE' and
6059            'NF_VPPIP4' and
6060            '64B' and
6061            '4T2C' and
6062            'NDRPDR'"
6063   reference:
6064     include: "2"
6065     name: "CNF-1c"
6066   compare:
6067     include: "1"
6068     name: "CNF-0.5c"
6069   parameters:
6070   - "throughput"
6071   - "name"
6072   - "tags"
6073   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6074   x-axis: "X = CNFs per Service Pipeline"
6075   y-axis: "Y = Number of Service Pipelines"
6076   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6077   layout:
6078     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6079     layout: "plot-service-density"
6080
6081 - type: "plot"
6082   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6083   algorithm: "plot_service_density_heatmap_compare"
6084   output-file-type: ".html"
6085   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
6086   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6087   filter: "'NIC_Intel-XXV710' and
6088            'NF_DENSITY' and
6089            'DOCKER' and
6090            'PIPELINE' and
6091            'NF_VPPIP4' and
6092            '64B' and
6093            '8T4C' and
6094            'NDRPDR'"
6095   reference:
6096     include: "2"
6097     name: "CNF-1c"
6098   compare:
6099     include: "1"
6100     name: "CNF-0.5c"
6101   parameters:
6102   - "throughput"
6103   - "name"
6104   - "tags"
6105   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6106   x-axis: "X = CNFs per Service Pipeline"
6107   y-axis: "Y = Number of Service Pipelines"
6108   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6109   layout:
6110     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6111     layout: "plot-service-density"
6112
6113 # Plots - NF Density - CSP - PDR IMIX
6114 - type: "plot"
6115   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6116   algorithm: "plot_service_density_heatmap_compare"
6117   output-file-type: ".html"
6118   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
6119   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6120   filter: "'NIC_Intel-XXV710' and
6121            'NF_DENSITY' and
6122            'DOCKER' and
6123            'PIPELINE' and
6124            'NF_VPPIP4' and
6125            'IMIX' and
6126            '2T1C' and
6127            'NDRPDR'"
6128   reference:
6129     include: "2"
6130     name: "CNF-1c"
6131   compare:
6132     include: "1"
6133     name: "CNF-0.5c"
6134   parameters:
6135   - "throughput"
6136   - "name"
6137   - "tags"
6138   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6139   x-axis: "X = CNFs per Service Pipeline"
6140   y-axis: "Y = Number of Service Pipelines"
6141   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6142   layout:
6143     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6144     layout: "plot-service-density"
6145
6146 - type: "plot"
6147   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6148   algorithm: "plot_service_density_heatmap_compare"
6149   output-file-type: ".html"
6150   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
6151   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6152   filter: "'NIC_Intel-XXV710' and
6153            'NF_DENSITY' and
6154            'DOCKER' and
6155            'PIPELINE' and
6156            'NF_VPPIP4' and
6157            'IMIX' and
6158            '4T2C' and
6159            'NDRPDR'"
6160   reference:
6161     include: "2"
6162     name: "CNF-1c"
6163   compare:
6164     include: "1"
6165     name: "CNF-0.5c"
6166   parameters:
6167   - "throughput"
6168   - "name"
6169   - "tags"
6170   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6171   x-axis: "X = CNFs per Service Pipeline"
6172   y-axis: "Y = Number of Service Pipelines"
6173   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6174   layout:
6175     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6176     layout: "plot-service-density"
6177
6178 - type: "plot"
6179   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6180   algorithm: "plot_service_density_heatmap_compare"
6181   output-file-type: ".html"
6182   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
6183   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6184   filter: "'NIC_Intel-XXV710' and
6185            'NF_DENSITY' and
6186            'DOCKER' and
6187            'PIPELINE' and
6188            'NF_VPPIP4' and
6189            'IMIX' and
6190            '8T4C' and
6191            'NDRPDR'"
6192   reference:
6193     include: "2"
6194     name: "CNF-1c"
6195   compare:
6196     include: "1"
6197     name: "CNF-0.5c"
6198   parameters:
6199   - "throughput"
6200   - "name"
6201   - "tags"
6202   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6203   x-axis: "X = CNFs per Service Pipeline"
6204   y-axis: "Y = Number of Service Pipelines"
6205   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6206   layout:
6207     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6208     layout: "plot-service-density"
6209
6210 ################################################################################
6211
6212 # Packet Throughput
6213
6214 - type: "plot"
6215   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6216   algorithm: "plot_performance_name_box"
6217   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6218   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6219   include:
6220     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6221     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6222     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6223     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6224   layout:
6225     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6226     layout: "plot-throughput"
6227
6228 - type: "plot"
6229   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6230   algorithm: "plot_performance_name_box"
6231   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6232   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6233   include:
6234     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6235     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6236     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6237     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6238   layout:
6239     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6240     layout: "plot-throughput"
6241
6242 - type: "plot"
6243   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6244   algorithm: "plot_performance_name_box"
6245   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6246   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6247   include:
6248     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6249     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6250     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6251     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6252     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6253   layout:
6254     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6255     layout: "plot-throughput"
6256
6257 - type: "plot"
6258   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6259   algorithm: "plot_performance_name_box"
6260   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6261   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6262   include:
6263     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6264     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6265     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6266     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6267     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6268   layout:
6269     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6270     layout: "plot-throughput"
6271
6272 - type: "plot"
6273   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-i40e-ndr"
6274   algorithm: "plot_performance_name_box"
6275   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-i40e-ndr"
6276   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6277   include:
6278     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6279     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6280     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6281     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6282     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6283   layout:
6284     title: "3n-tsh-x520-64b-1t1c-memif-base-i40e-ndr"
6285     layout: "plot-throughput"
6286
6287 - type: "plot"
6288   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-i40e-pdr"
6289   algorithm: "plot_performance_name_box"
6290   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-i40e-pdr"
6291   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6292   include:
6293     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6294     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6295     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6296     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6297     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6298   layout:
6299     title: "3n-tsh-x520-64b-1t1c-memif-base-i40e-pdr"
6300     layout: "plot-throughput"
6301
6302 - type: "plot"
6303   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6304   algorithm: "plot_performance_name_box"
6305   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6306   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6307   include:
6308     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
6309     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6310     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6311     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6312     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6313   layout:
6314     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6315     layout: "plot-throughput"
6316
6317 - type: "plot"
6318   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6319   algorithm: "plot_performance_name_box"
6320   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6321   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6322   include:
6323     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
6324     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6325     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6326     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6327     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6328   layout:
6329     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6330     layout: "plot-throughput"
6331
6332 - type: "plot"
6333   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6334   algorithm: "plot_performance_name_box"
6335   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6336   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6337   include:
6338     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
6339     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
6340     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
6341     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6342   layout:
6343     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6344     layout: "plot-throughput"
6345
6346 - type: "plot"
6347   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6348   algorithm: "plot_performance_name_box"
6349   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6350   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6351   include:
6352     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
6353     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
6354     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
6355     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6356   layout:
6357     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6358     layout: "plot-throughput"
6359
6360 - type: "plot"
6361   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6362   algorithm: "plot_performance_name_box"
6363   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6364   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6365   include:
6366     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6367     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6368     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
6369     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
6370     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6371   layout:
6372     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6373     layout: "plot-throughput"
6374
6375 - type: "plot"
6376   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6377   algorithm: "plot_performance_name_box"
6378   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6379   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6380   include:
6381     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6382     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6383     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
6384     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
6385     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6386   layout:
6387     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6388     layout: "plot-throughput"
6389
6390 - type: "plot"
6391   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
6392   algorithm: "plot_performance_name_box"
6393   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
6394   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6395   include:
6396     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6397     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6398     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6399     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6400     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6401     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
6402   layout:
6403     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
6404     layout: "plot-throughput"
6405
6406 - type: "plot"
6407   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
6408   algorithm: "plot_performance_name_box"
6409   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
6410   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6411   include:
6412     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6413     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6414     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6415     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6416     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6417     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
6418   layout:
6419     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
6420     layout: "plot-throughput"
6421
6422 - type: "plot"
6423   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
6424   algorithm: "plot_performance_name_box"
6425   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
6426   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6427   include:
6428     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6429     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6430     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6431   layout:
6432     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
6433     layout: "plot-throughput"
6434
6435 - type: "plot"
6436   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
6437   algorithm: "plot_performance_name_box"
6438   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
6439   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6440   include:
6441     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6442     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6443     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6444   layout:
6445     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
6446     layout: "plot-throughput"
6447
6448 - type: "plot"
6449   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6450   algorithm: "plot_performance_name_box"
6451   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6452   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6453   include:
6454     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
6455     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6456     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6457     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6458     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6459   layout:
6460     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6461     layout: "plot-throughput"
6462
6463 - type: "plot"
6464   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6465   algorithm: "plot_performance_name_box"
6466   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6467   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6468   include:
6469     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
6470     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6471     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6472     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6473     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6474   layout:
6475     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6476     layout: "plot-throughput"
6477
6478 - type: "plot"
6479   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6480   algorithm: "plot_performance_name_box"
6481   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6482   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6483   include:
6484     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
6485     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
6486     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
6487     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6488   layout:
6489     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6490     layout: "plot-throughput"
6491
6492 - type: "plot"
6493   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6494   algorithm: "plot_performance_name_box"
6495   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6496   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6497   include:
6498     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
6499     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
6500     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
6501     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6502   layout:
6503     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6504     layout: "plot-throughput"
6505
6506 - type: "plot"
6507   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6508   algorithm: "plot_performance_name_box"
6509   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6510   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6511   include:
6512     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6513     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6514     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
6515     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
6516     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6517   layout:
6518     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6519     layout: "plot-throughput"
6520
6521 - type: "plot"
6522   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6523   algorithm: "plot_performance_name_box"
6524   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6525   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6526   include:
6527     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6528     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6529     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
6530     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
6531     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6532   layout:
6533     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6534     layout: "plot-throughput"
6535
6536 - type: "plot"
6537   title: "Throughput: 3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-ndr"
6538   algorithm: "plot_performance_name_box"
6539   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-ndr"
6540   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6541   include:
6542     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6543     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6544     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6545     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6546     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6547     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
6548   layout:
6549     title: "3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-ndr"
6550     layout: "plot-throughput"
6551
6552 - type: "plot"
6553   title: "Throughput: 3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-pdr"
6554   algorithm: "plot_performance_name_box"
6555   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-pdr"
6556   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6557   include:
6558     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6559     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6560     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6561     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6562     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6563     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
6564   layout:
6565     title: "3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-pdr"
6566     layout: "plot-throughput"
6567
6568 - type: "plot"
6569   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-i40e-ndr"
6570   algorithm: "plot_performance_name_box"
6571   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-i40e-ndr"
6572   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6573   include:
6574     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6575     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6576     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
6577     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
6578     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6579   layout:
6580     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-i40e-ndr"
6581     layout: "plot-throughput"
6582
6583 - type: "plot"
6584   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-i40e-pdr"
6585   algorithm: "plot_performance_name_box"
6586   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-i40e-pdr"
6587   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6588   include:
6589     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6590     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6591     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
6592     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
6593     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6594   layout:
6595     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-i40e-pdr"
6596     layout: "plot-throughput"
6597
6598 - type: "plot"
6599   title: "Throughput: 3n-tsh-x520-64b-1t1c-feature-ip4routing-base-i40e-ndr"
6600   algorithm: "plot_performance_name_box"
6601   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-feature-ip4routing-base-i40e-ndr"
6602   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6603   include:
6604     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6605     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6606     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6607     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6608     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6609     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
6610   layout:
6611     title: "3n-tsh-x520-64b-1t1c-feature-ip4routing-base-i40e-ndr"
6612     layout: "plot-throughput"
6613
6614 - type: "plot"
6615   title: "Throughput: 3n-tsh-x520-64b-1t1c-feature-ip4routing-base-i40e-pdr"
6616   algorithm: "plot_performance_name_box"
6617   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-feature-ip4routing-base-i40e-pdr"
6618   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6619   include:
6620     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6621     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6622     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6623     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6624     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6625     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
6626   layout:
6627     title: "3n-tsh-x520-64b-1t1c-feature-ip4routing-base-i40e-pdr"
6628     layout: "plot-throughput"
6629
6630 - type: "plot"
6631   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
6632   algorithm: "plot_performance_name_box"
6633   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
6634   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6635   include:
6636     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
6637     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6638   layout:
6639     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
6640     layout: "plot-throughput"
6641
6642 - type: "plot"
6643   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-pdr"
6644   algorithm: "plot_performance_name_box"
6645   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-pdr"
6646   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6647   include:
6648     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
6649     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6650   layout:
6651     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-pdr"
6652     layout: "plot-throughput"
6653
6654 - type: "plot"
6655   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
6656   algorithm: "plot_performance_name_box"
6657   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
6658   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6659   include:
6660     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
6661     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6662     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6663     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6664   layout:
6665     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
6666     layout: "plot-throughput"
6667
6668 - type: "plot"
6669   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
6670   algorithm: "plot_performance_name_box"
6671   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
6672   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6673   include:
6674     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
6675     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6676     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6677     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6678   layout:
6679     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
6680     layout: "plot-throughput"
6681
6682 - type: "plot"
6683   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-i40e-ndr"
6684   algorithm: "plot_performance_name_box"
6685   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-i40e-ndr"
6686   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6687   include:
6688     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
6689     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6690     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6691     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6692   layout:
6693     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-i40e-ndr"
6694     layout: "plot-throughput"
6695
6696 - type: "plot"
6697   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-i40e-pdr"
6698   algorithm: "plot_performance_name_box"
6699   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-i40e-pdr"
6700   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6701   include:
6702     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
6703     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6704     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6705     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6706   layout:
6707     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-i40e-pdr"
6708     layout: "plot-throughput"
6709
6710 - type: "plot"
6711   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6712   algorithm: "plot_performance_name_box"
6713   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6714   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6715   include:
6716     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6717     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6718     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6719   layout:
6720     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6721     layout: "plot-throughput"
6722
6723 - type: "plot"
6724   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6725   algorithm: "plot_performance_name_box"
6726   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6727   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6728   include:
6729     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6730     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6731     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6732   layout:
6733     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6734     layout: "plot-throughput"
6735
6736 - type: "plot"
6737   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6738   algorithm: "plot_performance_name_box"
6739   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6740   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6741   include:
6742     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6743     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6744     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
6745     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
6746     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6747   layout:
6748     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6749     layout: "plot-throughput"
6750
6751 - type: "plot"
6752   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6753   algorithm: "plot_performance_name_box"
6754   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6755   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6756   include:
6757     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6758     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6759     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
6760     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
6761     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6762   layout:
6763     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6764     layout: "plot-throughput"
6765
6766 - type: "plot"
6767   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
6768   algorithm: "plot_performance_name_box"
6769   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
6770   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6771   include:
6772     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
6773     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
6774     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
6775   layout:
6776     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
6777     layout: "plot-throughput"
6778
6779 - type: "plot"
6780   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
6781   algorithm: "plot_performance_name_box"
6782   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
6783   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6784   include:
6785     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
6786     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
6787     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
6788   layout:
6789     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
6790     layout: "plot-throughput"
6791
6792 - type: "plot"
6793   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6794   algorithm: "plot_performance_name_box"
6795   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6796   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6797   include:
6798     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6799     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6800     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6801   layout:
6802     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6803     layout: "plot-throughput"
6804
6805 - type: "plot"
6806   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6807   algorithm: "plot_performance_name_box"
6808   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6809   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6810   include:
6811     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6812     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6813     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6814   layout:
6815     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6816     layout: "plot-throughput"
6817
6818 - type: "plot"
6819   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6820   algorithm: "plot_performance_name_box"
6821   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6822   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6823   include:
6824     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6825     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6826     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
6827     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
6828     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6829   layout:
6830     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6831     layout: "plot-throughput"
6832
6833 - type: "plot"
6834   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6835   algorithm: "plot_performance_name_box"
6836   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6837   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6838   include:
6839     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6840     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6841     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
6842     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
6843     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6844   layout:
6845     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6846     layout: "plot-throughput"
6847
6848 - type: "plot"
6849   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-i40e-ndr"
6850   algorithm: "plot_performance_name_box"
6851   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-i40e-ndr"
6852   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6853   include:
6854     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
6855     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
6856     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
6857     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
6858     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
6859   layout:
6860     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-i40e-ndr"
6861     layout: "plot-throughput"
6862
6863 - type: "plot"
6864   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-i40e-pdr"
6865   algorithm: "plot_performance_name_box"
6866   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-i40e-pdr"
6867   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6868   include:
6869     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
6870     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
6871     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
6872     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
6873     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
6874   layout:
6875     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-i40e-pdr"
6876     layout: "plot-throughput"
6877
6878 - type: "plot"
6879   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
6880   algorithm: "plot_performance_name_box"
6881   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
6882   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6883   include:
6884     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6885     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6886     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6887     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6888     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6889     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6890   layout:
6891     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
6892     layout: "plot-throughput"
6893
6894 - type: "plot"
6895   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
6896   algorithm: "plot_performance_name_box"
6897   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
6898   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6899   include:
6900     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6901     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6902     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6903     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6904     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6905     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6906   layout:
6907     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
6908     layout: "plot-throughput"
6909
6910 - type: "plot"
6911   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
6912   algorithm: "plot_performance_name_box"
6913   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
6914   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6915   include:
6916     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
6917     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6918     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
6919     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6920   layout:
6921     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
6922     layout: "plot-throughput"
6923
6924 - type: "plot"
6925   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
6926   algorithm: "plot_performance_name_box"
6927   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
6928   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6929   include:
6930     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
6931     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6932     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6933     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6934   layout:
6935     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
6936     layout: "plot-throughput"
6937
6938 - type: "plot"
6939   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
6940   algorithm: "plot_performance_name_box"
6941   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
6942   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6943   include:
6944     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6945     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6946     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6947     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6948     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6949     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6950   layout:
6951     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
6952     layout: "plot-throughput"
6953
6954 - type: "plot"
6955   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
6956   algorithm: "plot_performance_name_box"
6957   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
6958   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6959   include:
6960     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6961     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6962     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6963     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6964     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6965     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6966   layout:
6967     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
6968     layout: "plot-throughput"
6969
6970 - type: "plot"
6971   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
6972   algorithm: "plot_performance_name_box"
6973   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
6974   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6975   include:
6976     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6977     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6978     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6979     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6980     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6981     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6982   layout:
6983     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
6984     layout: "plot-throughput"
6985
6986 - type: "plot"
6987   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
6988   algorithm: "plot_performance_name_box"
6989   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
6990   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6991   include:
6992     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6993     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6994     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6995     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6996     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6997     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6998   layout:
6999     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
7000     layout: "plot-throughput"
7001
7002 - type: "plot"
7003   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7004   algorithm: "plot_performance_name_box"
7005   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7006   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7007   include:
7008     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7009     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
7010     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7011     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7012     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7013     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7014   layout:
7015     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7016     layout: "plot-throughput"
7017
7018 - type: "plot"
7019   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7020   algorithm: "plot_performance_name_box"
7021   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7022   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7023   include:
7024     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7025     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
7026     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7027     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7028     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7029     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7030   layout:
7031     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7032     layout: "plot-throughput"
7033
7034 - type: "plot"
7035   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7036   algorithm: "plot_performance_name_box"
7037   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7038   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7039   include:
7040     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
7041     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7042     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
7043     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7044   layout:
7045     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7046     layout: "plot-throughput"
7047
7048 - type: "plot"
7049   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7050   algorithm: "plot_performance_name_box"
7051   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7052   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7053   include:
7054     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
7055     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7056     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
7057     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7058   layout:
7059     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7060     layout: "plot-throughput"
7061
7062 - type: "plot"
7063   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7064   algorithm: "plot_performance_name_box"
7065   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7066   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7067   include:
7068     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
7069     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
7070     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7071     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7072     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7073   layout:
7074     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7075     layout: "plot-throughput"
7076
7077 - type: "plot"
7078   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7079   algorithm: "plot_performance_name_box"
7080   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7081   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7082   include:
7083     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
7084     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
7085     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7086     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7087     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7088   layout:
7089     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7090     layout: "plot-throughput"
7091
7092 - type: "plot"
7093   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7094   algorithm: "plot_performance_name_box"
7095   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7096   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7097   include:
7098     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7099     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7100     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7101     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7102   layout:
7103     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7104     layout: "plot-throughput"
7105
7106 - type: "plot"
7107   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7108   algorithm: "plot_performance_name_box"
7109   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7110   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7111   include:
7112     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7113     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7114     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7115     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7116   layout:
7117     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7118     layout: "plot-throughput"
7119
7120 - type: "plot"
7121   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
7122   algorithm: "plot_performance_name_box"
7123   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
7124   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7125   include:
7126     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7127     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7128     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7129     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7130     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7131     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7132   layout:
7133     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
7134     layout: "plot-throughput"
7135
7136 - type: "plot"
7137   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
7138   algorithm: "plot_performance_name_box"
7139   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
7140   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7141   include:
7142     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7143     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7144     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7145     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7146     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7147     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7148   layout:
7149     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
7150     layout: "plot-throughput"
7151
7152 - type: "plot"
7153   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7154   algorithm: "plot_performance_name_box"
7155   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7156   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7157   include:
7158     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7159     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7160     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7161     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7162     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7163   layout:
7164     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7165     layout: "plot-throughput"
7166
7167 - type: "plot"
7168   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7169   algorithm: "plot_performance_name_box"
7170   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7171   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7172   include:
7173     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7174     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7175     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7176     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7177     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7178   layout:
7179     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7180     layout: "plot-throughput"
7181
7182 - type: "plot"
7183   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7184   algorithm: "plot_performance_name_box"
7185   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7186   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7187   include:
7188     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
7189     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7190     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7191   layout:
7192     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7193     layout: "plot-throughput"
7194
7195 - type: "plot"
7196   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7197   algorithm: "plot_performance_name_box"
7198   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7199   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7200   include:
7201     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
7202     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7203     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7204   layout:
7205     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7206     layout: "plot-throughput"
7207
7208 - type: "plot"
7209   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7210   algorithm: "plot_performance_name_box"
7211   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7212   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7213   include:
7214     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
7215     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7216     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7217     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7218   layout:
7219     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7220     layout: "plot-throughput"
7221
7222 - type: "plot"
7223   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7224   algorithm: "plot_performance_name_box"
7225   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7226   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7227   include:
7228     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
7229     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7230     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7231     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7232   layout:
7233     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7234     layout: "plot-throughput"
7235
7236 - type: "plot"
7237   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7238   algorithm: "plot_performance_name_box"
7239   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7240   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7241   include:
7242     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
7243     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7244     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7245     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7246     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7247     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7248   layout:
7249     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7250     layout: "plot-throughput"
7251
7252 - type: "plot"
7253   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7254   algorithm: "plot_performance_name_box"
7255   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7256   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7257   include:
7258     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
7259     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7260     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7261     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7262     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7263     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7264   layout:
7265     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7266     layout: "plot-throughput"
7267
7268 - type: "plot"
7269   title: "Throughput: 3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-ndr"
7270   algorithm: "plot_performance_name_box"
7271   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-ndr"
7272   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7273   include:
7274     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7275     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
7276     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
7277     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
7278     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
7279     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
7280   layout:
7281     title: "3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-ndr"
7282     layout: "plot-throughput"
7283
7284 - type: "plot"
7285   title: "Throughput: 3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-pdr"
7286   algorithm: "plot_performance_name_box"
7287   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-pdr"
7288   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7289   include:
7290     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7291     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
7292     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
7293     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
7294     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
7295     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
7296   layout:
7297     title: "3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-pdr"
7298     layout: "plot-throughput"
7299
7300 - type: "plot"
7301   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-i40e-ndr"
7302   algorithm: "plot_performance_name_box"
7303   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-i40e-ndr"
7304   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7305   include:
7306     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7307     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7308     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7309     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7310   layout:
7311     title: "3n-tsh-x520-64b-1t1c-l2switching-base-i40e-ndr"
7312     layout: "plot-throughput"
7313
7314 - type: "plot"
7315   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-i40e-pdr"
7316   algorithm: "plot_performance_name_box"
7317   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-i40e-pdr"
7318   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7319   include:
7320     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7321     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7322     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7323     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7324   layout:
7325     title: "3n-tsh-x520-64b-1t1c-l2switching-base-i40e-pdr"
7326     layout: "plot-throughput"
7327
7328 - type: "plot"
7329   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-i40e-ndr"
7330   algorithm: "plot_performance_name_box"
7331   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-i40e-ndr"
7332   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7333   include:
7334     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7335     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7336     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7337     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7338     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7339     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7340   layout:
7341     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-i40e-ndr"
7342     layout: "plot-throughput"
7343
7344 - type: "plot"
7345   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-i40e-pdr"
7346   algorithm: "plot_performance_name_box"
7347   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-i40e-pdr"
7348   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7349   include:
7350     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7351     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7352     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7353     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7354     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7355     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7356   layout:
7357     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-i40e-pdr"
7358     layout: "plot-throughput"
7359
7360 - type: "plot"
7361   title: "Throughput: 3n-tsh-x520-64b-1t1c-feature-l2switching-base-i40e-ndr"
7362   algorithm: "plot_performance_name_box"
7363   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-feature-l2switching-base-i40e-ndr"
7364   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7365   include:
7366     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7367     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
7368     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
7369     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
7370     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
7371     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
7372   layout:
7373     title: "3n-tsh-x520-64b-1t1c-feature-l2switching-base-i40e-ndr"
7374     layout: "plot-throughput"
7375
7376 - type: "plot"
7377   title: "Throughput: 3n-tsh-x520-64b-1t1c-feature-l2switching-base-i40e-pdr"
7378   algorithm: "plot_performance_name_box"
7379   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-feature-l2switching-base-i40e-pdr"
7380   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7381   include:
7382     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7383     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
7384     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
7385     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
7386     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
7387     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
7388   layout:
7389     title: "3n-tsh-x520-64b-1t1c-feature-l2switching-base-i40e-pdr"
7390     layout: "plot-throughput"
7391
7392 - type: "plot"
7393   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
7394   algorithm: "plot_performance_name_box"
7395   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
7396   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7397   include:
7398     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7399     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7400     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7401     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
7402     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
7403     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
7404   layout:
7405     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
7406     layout: "plot-throughput"
7407
7408 - type: "plot"
7409   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
7410   algorithm: "plot_performance_name_box"
7411   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
7412   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7413   include:
7414     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7415     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7416     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7417     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
7418     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
7419     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
7420   layout:
7421     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
7422     layout: "plot-throughput"
7423
7424 - type: "plot"
7425   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
7426   algorithm: "plot_performance_name_box"
7427   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
7428   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7429   include:
7430     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7431     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7432     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7433     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
7434     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
7435     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
7436   layout:
7437     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
7438     layout: "plot-throughput"
7439
7440 - type: "plot"
7441   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-pdr"
7442   algorithm: "plot_performance_name_box"
7443   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-pdr"
7444   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7445   include:
7446     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7447     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7448     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7449     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
7450     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
7451     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
7452   layout:
7453     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-pdr"
7454     layout: "plot-throughput"
7455
7456 - type: "plot"
7457   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
7458   algorithm: "plot_performance_name_box"
7459   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
7460   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7461   include:
7462     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7463     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7464     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7465     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
7466     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
7467     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
7468   layout:
7469     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
7470     layout: "plot-throughput"
7471
7472 - type: "plot"
7473   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
7474   algorithm: "plot_performance_name_box"
7475   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
7476   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7477   include:
7478     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7479     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7480     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7481     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
7482     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
7483     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
7484   layout:
7485     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
7486     layout: "plot-throughput"
7487
7488 - type: "plot"
7489   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
7490   algorithm: "plot_performance_name_box"
7491   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
7492   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7493   include:
7494     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7495     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7496     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7497     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7498   layout:
7499     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
7500     layout: "plot-throughput"
7501
7502 - type: "plot"
7503   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
7504   algorithm: "plot_performance_name_box"
7505   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
7506   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7507   include:
7508     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7509     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7510     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7511     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7512   layout:
7513     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
7514     layout: "plot-throughput"
7515
7516 - type: "plot"
7517   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
7518   algorithm: "plot_performance_name_box"
7519   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
7520   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7521   include:
7522     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7523     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7524     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7525     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7526   layout:
7527     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
7528     layout: "plot-throughput"
7529
7530 - type: "plot"
7531   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
7532   algorithm: "plot_performance_name_box"
7533   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
7534   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7535   include:
7536     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7537     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7538     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7539     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7540   layout:
7541     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
7542     layout: "plot-throughput"
7543
7544 #- type: "plot"
7545 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
7546 #  algorithm: "plot_performance_name_box"
7547 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
7548 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
7549 #  include:
7550 #    - ""
7551 #  layout:
7552 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
7553 #    layout: "plot-throughput"
7554 #
7555 #- type: "plot"
7556 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
7557 #  algorithm: "plot_performance_name_box"
7558 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
7559 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
7560 #  include:
7561 #    - ""
7562 #  layout:
7563 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
7564 #    layout: "plot-throughput"
7565
7566 - type: "plot"
7567   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
7568   algorithm: "plot_performance_name_box"
7569   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
7570   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7571   include:
7572     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7573     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7574     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7575     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7576     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7577   layout:
7578     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
7579     layout: "plot-throughput"
7580
7581 - type: "plot"
7582   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
7583   algorithm: "plot_performance_name_box"
7584   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
7585   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7586   include:
7587     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7588     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7589     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7590     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7591     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7592   layout:
7593     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
7594     layout: "plot-throughput"
7595
7596 - type: "plot"
7597   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
7598   algorithm: "plot_performance_name_box"
7599   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
7600   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7601   include:
7602     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7603     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7604     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7605     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7606     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7607     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7608   layout:
7609     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
7610     layout: "plot-throughput"
7611
7612 - type: "plot"
7613   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
7614   algorithm: "plot_performance_name_box"
7615   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
7616   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7617   include:
7618     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7619     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7620     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7621     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7622     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7623     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7624   layout:
7625     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
7626     layout: "plot-throughput"
7627
7628 - type: "plot"
7629   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-i40e-ndr"
7630   algorithm: "plot_performance_name_box"
7631   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-i40e-ndr"
7632   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7633   include:
7634     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7635     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7636     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7637     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7638     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7639   layout:
7640     title: "3n-tsh-x520-64b-1t1c-vhost-base-i40e-ndr"
7641     layout: "plot-throughput"
7642
7643 - type: "plot"
7644   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-i40e-pdr"
7645   algorithm: "plot_performance_name_box"
7646   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-i40e-pdr"
7647   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7648   include:
7649     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7650     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7651     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7652     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7653     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7654   layout:
7655     title: "3n-tsh-x520-64b-1t1c-vhost-base-i40e-pdr"
7656     layout: "plot-throughput"
7657
7658 - type: "plot"
7659   title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
7660   algorithm: "plot_performance_name_box"
7661   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
7662   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7663   include:
7664     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7665     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7666     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7667     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7668     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7669     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7670   layout:
7671     title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
7672     layout: "plot-throughput"
7673
7674 - type: "plot"
7675   title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-pdr"
7676   algorithm: "plot_performance_name_box"
7677   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-pdr"
7678   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7679   include:
7680     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7681     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7682     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7683     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7684     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7685     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7686   layout:
7687     title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-pdr"
7688     layout: "plot-throughput"
7689
7690 - type: "plot"
7691   title: "Throughput: 3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr"
7692   algorithm: "plot_performance_name_box"
7693   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr"
7694   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7695   include:
7696     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
7697     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
7698     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
7699   layout:
7700     title: "3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr"
7701     layout: "plot-throughput"
7702
7703 - type: "plot"
7704   title: "Throughput: 3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-pdr"
7705   algorithm: "plot_performance_name_box"
7706   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-pdr"
7707   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7708   include:
7709     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
7710     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
7711     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
7712   layout:
7713     title: "3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-pdr"
7714     layout: "plot-throughput"
7715
7716 - type: "plot"
7717   title: "Throughput: 3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
7718   algorithm: "plot_performance_name_box"
7719   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
7720   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7721   include:
7722     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
7723     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
7724     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
7725   layout:
7726     title: "3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
7727     layout: "plot-throughput"
7728
7729 - type: "plot"
7730   title: "Throughput: 3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-pdr"
7731   algorithm: "plot_performance_name_box"
7732   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-pdr"
7733   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7734   include:
7735     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
7736     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
7737     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
7738   layout:
7739     title: "3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-pdr"
7740     layout: "plot-throughput"
7741
7742 - type: "plot"
7743   title: "Throughput: 3n-tsh-x520-114b-1t1c-vts-l2switching-base-i40e-ndr"
7744   algorithm: "plot_performance_name_box"
7745   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-1t1c-vts-l2switching-base-i40e-ndr"
7746   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7747   include:
7748     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
7749     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
7750     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
7751   layout:
7752     title: "3n-tsh-x520-114b-1t1c-vts-l2switching-base-i40e-ndr"
7753     layout: "plot-throughput"
7754
7755 - type: "plot"
7756   title: "Throughput: 3n-tsh-x520-114b-1t1c-vts-l2switching-base-i40e-pdr"
7757   algorithm: "plot_performance_name_box"
7758   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-1t1c-vts-l2switching-base-i40e-pdr"
7759   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7760   include:
7761     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
7762     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
7763     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
7764   layout:
7765     title: "3n-tsh-x520-114b-1t1c-vts-l2switching-base-i40e-pdr"
7766     layout: "plot-throughput"
7767
7768 ################################################################################
7769
7770 # Packet Latency 1C
7771
7772 - type: "plot"
7773   title: "Latency: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
7774   algorithm: "plot_latency_error_bars_name"
7775   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
7776   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7777   include:
7778     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7779     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7780     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7781     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7782   layout:
7783     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
7784     layout: "plot-latency"
7785
7786 - type: "plot"
7787   title: "Latency: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
7788   algorithm: "plot_latency_error_bars_name"
7789   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
7790   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7791   include:
7792     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7793     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
7794     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7795     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
7796     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7797   layout:
7798     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
7799     layout: "plot-latency"
7800
7801 - type: "plot"
7802   title: "Latency: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
7803   algorithm: "plot_latency_error_bars_name"
7804   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
7805   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7806   include:
7807     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
7808     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
7809     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
7810     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
7811     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
7812   layout:
7813     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
7814     layout: "plot-latency"
7815
7816 - type: "plot"
7817   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
7818   algorithm: "plot_latency_error_bars_name"
7819   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
7820   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7821   include:
7822     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
7823     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
7824     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
7825     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
7826   layout:
7827     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
7828     layout: "plot-latency"
7829
7830 - type: "plot"
7831   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
7832   algorithm: "plot_latency_error_bars_name"
7833   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
7834   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7835   include:
7836     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
7837     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
7838     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
7839     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
7840     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
7841   layout:
7842     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
7843     layout: "plot-latency"
7844
7845 - type: "plot"
7846   title: "Latency: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
7847   algorithm: "plot_latency_error_bars_name"
7848   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
7849   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7850   include:
7851     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
7852     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
7853     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
7854     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
7855     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
7856     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
7857   layout:
7858     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
7859     layout: "plot-latency"
7860
7861 - type: "plot"
7862   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
7863   algorithm: "plot_latency_error_bars_name"
7864   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
7865   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7866   include:
7867     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
7868     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
7869     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
7870   layout:
7871     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
7872     layout: "plot-latency"
7873
7874 - type: "plot"
7875   title: "Latency: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
7876   algorithm: "plot_latency_error_bars_name"
7877   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
7878   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7879   include:
7880     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
7881     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
7882     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
7883     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
7884     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
7885   layout:
7886     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
7887     layout: "plot-latency"
7888
7889 - type: "plot"
7890   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
7891   algorithm: "plot_latency_error_bars_name"
7892   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
7893   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7894   include:
7895     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
7896     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
7897     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
7898     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
7899   layout:
7900     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
7901     layout: "plot-latency"
7902
7903 - type: "plot"
7904   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
7905   algorithm: "plot_latency_error_bars_name"
7906   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
7907   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7908   include:
7909     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
7910     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
7911     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
7912     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
7913     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
7914   layout:
7915     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
7916     layout: "plot-latency"
7917
7918 - type: "plot"
7919   title: "Latency: 3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-ndr-lat"
7920   algorithm: "plot_latency_error_bars_name"
7921   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-ndr-lat"
7922   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7923   include:
7924     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
7925     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
7926     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
7927     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
7928     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
7929     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
7930   layout:
7931     title: "3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-ndr"
7932     layout: "plot-latency"
7933
7934 - type: "plot"
7935   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr-lat"
7936   algorithm: "plot_latency_error_bars_name"
7937   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr-lat"
7938   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7939   include:
7940     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
7941     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
7942   layout:
7943     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
7944     layout: "plot-latency"
7945
7946 - type: "plot"
7947   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-lat"
7948   algorithm: "plot_latency_error_bars_name"
7949   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-lat"
7950   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7951   include:
7952     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
7953     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
7954     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
7955     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
7956   layout:
7957     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
7958     layout: "plot-latency"
7959
7960 - type: "plot"
7961   title: "Latency: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
7962   algorithm: "plot_latency_error_bars_name"
7963   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
7964   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7965   include:
7966     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
7967     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
7968     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
7969   layout:
7970     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
7971     layout: "plot-latency"
7972
7973 - type: "plot"
7974   title: "Latency: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
7975   algorithm: "plot_latency_error_bars_name"
7976   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
7977   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7978   include:
7979     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
7980     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
7981     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
7982     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
7983     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
7984   layout:
7985     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
7986     layout: "plot-latency"
7987
7988 - type: "plot"
7989   title: "Latency: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
7990   algorithm: "plot_latency_error_bars_name"
7991   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
7992   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7993   include:
7994     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
7995     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
7996     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
7997   layout:
7998     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
7999     layout: "plot-latency"
8000
8001 - type: "plot"
8002   title: "Latency: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8003   algorithm: "plot_latency_error_bars_name"
8004   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8005   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8006   include:
8007     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
8008     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
8009     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
8010   layout:
8011     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
8012     layout: "plot-latency"
8013
8014 - type: "plot"
8015   title: "Latency: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8016   algorithm: "plot_latency_error_bars_name"
8017   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8018   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8019   include:
8020     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
8021     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
8022     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
8023     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
8024     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
8025   layout:
8026     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
8027     layout: "plot-latency"
8028
8029 - type: "plot"
8030   title: "Latency: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
8031   algorithm: "plot_latency_error_bars_name"
8032   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
8033   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8034   include:
8035     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8036     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8037     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8038     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8039     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8040     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8041   layout:
8042     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
8043     layout: "plot-latency"
8044
8045 - type: "plot"
8046   title: "Latency: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
8047   algorithm: "plot_latency_error_bars_name"
8048   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
8049   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8050   include:
8051     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
8052     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8053     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
8054     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8055   layout:
8056     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
8057     layout: "plot-latency"
8058
8059 - type: "plot"
8060   title: "Latency: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
8061   algorithm: "plot_latency_error_bars_name"
8062   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
8063   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8064   include:
8065     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8066     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8067     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8068     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8069     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8070     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8071   layout:
8072     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
8073     layout: "plot-latency"
8074
8075 - type: "plot"
8076   title: "Latency: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
8077   algorithm: "plot_latency_error_bars_name"
8078   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
8079   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8080   include:
8081     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
8082     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
8083     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
8084     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8085     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8086     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8087   layout:
8088     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
8089     layout: "plot-latency"
8090
8091 - type: "plot"
8092   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
8093   algorithm: "plot_latency_error_bars_name"
8094   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
8095   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8096   include:
8097     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
8098     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
8099     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
8100     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
8101   layout:
8102     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
8103     layout: "plot-latency"
8104
8105 - type: "plot"
8106   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
8107   algorithm: "plot_latency_error_bars_name"
8108   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
8109   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8110   include:
8111     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
8112     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
8113     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
8114     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8115     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8116   layout:
8117     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
8118     layout: "plot-latency"
8119
8120 - type: "plot"
8121   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
8122   algorithm: "plot_latency_error_bars_name"
8123   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
8124   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8125   include:
8126     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8127     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
8128     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
8129     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8130   layout:
8131     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
8132     layout: "plot-latency"
8133
8134 - type: "plot"
8135   title: "Latency: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
8136   algorithm: "plot_latency_error_bars_name"
8137   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
8138   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8139   include:
8140     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
8141     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
8142     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
8143     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8144     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
8145     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8146   layout:
8147     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
8148     layout: "plot-latency"
8149
8150 - type: "plot"
8151   title: "Latency: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
8152   algorithm: "plot_latency_error_bars_name"
8153   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
8154   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8155   include:
8156     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
8157     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
8158     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8159     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8160     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8161   layout:
8162     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
8163     layout: "plot-latency"
8164
8165 - type: "plot"
8166   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
8167   algorithm: "plot_latency_error_bars_name"
8168   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
8169   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8170   include:
8171     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
8172     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
8173     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
8174   layout:
8175     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
8176     layout: "plot-latency"
8177
8178 - type: "plot"
8179   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
8180   algorithm: "plot_latency_error_bars_name"
8181   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
8182   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8183   include:
8184     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
8185     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
8186     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8187     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8188   layout:
8189     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
8190     layout: "plot-latency"
8191
8192 - type: "plot"
8193   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
8194   algorithm: "plot_latency_error_bars_name"
8195   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
8196   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8197   include:
8198     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
8199     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
8200     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8201     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
8202     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
8203     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8204   layout:
8205     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
8206     layout: "plot-latency"
8207
8208 - type: "plot"
8209   title: "Latency: 3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-ndr-lat"
8210   algorithm: "plot_latency_error_bars_name"
8211   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-ndr-lat"
8212   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8213   include:
8214     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8215     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
8216     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
8217     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
8218     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
8219     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
8220   layout:
8221     title: "3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-ndr"
8222     layout: "plot-latency"
8223
8224 - type: "plot"
8225   title: "Latency: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr-lat"
8226   algorithm: "plot_latency_error_bars_name"
8227   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr-lat"
8228   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8229   include:
8230     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
8231     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
8232     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
8233     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
8234     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
8235     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
8236   layout:
8237     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
8238     layout: "plot-latency"
8239
8240 - type: "plot"
8241   title: "Latency: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr-lat"
8242   algorithm: "plot_latency_error_bars_name"
8243   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr-lat"
8244   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8245   include:
8246     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
8247     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
8248     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
8249     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
8250     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
8251     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
8252   layout:
8253     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
8254     layout: "plot-latency"
8255
8256 - type: "plot"
8257   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
8258   algorithm: "plot_latency_error_bars_name"
8259   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
8260   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8261   include:
8262     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8263     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8264     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8265     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8266   layout:
8267     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
8268     layout: "plot-latency"
8269
8270 - type: "plot"
8271   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr-lat"
8272   algorithm: "plot_latency_error_bars_name"
8273   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr-lat"
8274   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8275   include:
8276     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8277     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8278     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8279     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8280   layout:
8281     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
8282     layout: "plot-latency"
8283
8284 #- type: "plot"
8285 #  title: "Latency: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
8286 #  algorithm: "plot_latency_error_bars_name"
8287 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
8288 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
8289 #  include:
8290 #    - ""
8291 #  layout:
8292 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
8293 #    layout: "plot-latency"
8294
8295 - type: "plot"
8296   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
8297   algorithm: "plot_latency_error_bars_name"
8298   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
8299   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8300   include:
8301     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8302     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8303     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8304     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8305     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8306   layout:
8307     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
8308     layout: "plot-latency"
8309
8310 - type: "plot"
8311   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
8312   algorithm: "plot_latency_error_bars_name"
8313   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
8314   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8315   include:
8316     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8317     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8318     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8319     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8320     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8321     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8322   layout:
8323     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
8324     layout: "plot-latency"
8325
8326 - type: "plot"
8327   title: "Latency: 3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr-lat"
8328   algorithm: "plot_latency_error_bars_name"
8329   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr-lat"
8330   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8331   include:
8332     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8333     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8334     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8335   layout:
8336     title: "3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr"
8337     layout: "plot-latency"
8338
8339 - type: "plot"
8340   title: "Latency: 3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr-lat"
8341   algorithm: "plot_latency_error_bars_name"
8342   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr-lat"
8343   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8344   include:
8345     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8346     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8347     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8348   layout:
8349     title: "3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
8350     layout: "plot-latency"
8351
8352 - type: "plot"
8353   title: "Latency: 3n-tsh-x520-64b-1t1c-memif-base-i40e-ndr-lat"
8354   algorithm: "plot_latency_error_bars_name"
8355   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-i40e-ndr-lat"
8356   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8357   include:
8358     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
8359     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
8360     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8361     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
8362     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
8363   layout:
8364     title: "3n-tsh-x520-64b-1t1c-memif-base-i40e-ndr"
8365     layout: "plot-latency"
8366
8367 - type: "plot"
8368   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
8369   algorithm: "plot_latency_error_bars_name"
8370   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
8371   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8372   include:
8373     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
8374     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
8375     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
8376     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
8377     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
8378   layout:
8379     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-i40e-ndr"
8380     layout: "plot-latency"
8381
8382 - type: "plot"
8383   title: "Latency: 3n-tsh-x520-64b-1t1c-feature-ip4routing-base-i40e-ndr-lat"
8384   algorithm: "plot_latency_error_bars_name"
8385   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-feature-ip4routing-base-i40e-ndr-lat"
8386   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8387   include:
8388     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
8389     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
8390     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
8391     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
8392     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
8393     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
8394   layout:
8395     title: "3n-tsh-x520-64b-1t1c-feature-ip4routing-base-i40e-ndr"
8396     layout: "plot-latency"
8397
8398 - type: "plot"
8399   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-i40e-ndr-lat"
8400   algorithm: "plot_latency_error_bars_name"
8401   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-i40e-ndr-lat"
8402   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8403   include:
8404     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
8405     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8406     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
8407     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
8408   layout:
8409     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-i40e-ndr-lat"
8410     layout: "plot-latency"
8411
8412 - type: "plot"
8413   title: "Latency: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
8414   algorithm: "plot_latency_error_bars_name"
8415   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
8416   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8417   include:
8418     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
8419     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
8420     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
8421     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
8422     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
8423   layout:
8424     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-i40e-ndr"
8425     layout: "plot-latency"
8426
8427 - type: "plot"
8428   title: "Latency: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
8429   algorithm: "plot_latency_error_bars_name"
8430   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
8431   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8432   include:
8433     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8434     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8435     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8436     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8437     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8438     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8439   layout:
8440     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
8441     layout: "plot-latency"
8442
8443 - type: "plot"
8444   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-i40e-ndr-lat"
8445   algorithm: "plot_latency_error_bars_name"
8446   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-i40e-ndr-lat"
8447   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8448   include:
8449     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
8450     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
8451     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8452     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
8453   layout:
8454     title: "3n-tsh-x520-64b-1t1c-l2switching-base-i40e-ndr"
8455     layout: "plot-latency"
8456
8457 - type: "plot"
8458   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
8459   algorithm: "plot_latency_error_bars_name"
8460   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
8461   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8462   include:
8463     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
8464     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
8465     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
8466     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
8467     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
8468     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8469   layout:
8470     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-i40e-ndr"
8471     layout: "plot-latency"
8472
8473 - type: "plot"
8474   title: "Latency: 3n-tsh-x520-64b-1t1c-feature-l2switching-base-i40e-ndr-lat"
8475   algorithm: "plot_latency_error_bars_name"
8476   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-feature-l2switching-base-i40e-ndr-lat"
8477   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8478   include:
8479     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
8480     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
8481     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
8482     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
8483     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
8484     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
8485   layout:
8486     title: "3n-tsh-x520-64b-1t1c-feature-l2switching-base-i40e-ndr"
8487     layout: "plot-latency"
8488
8489 - type: "plot"
8490   title: "Latency: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-i40e-ndr-lat"
8491   algorithm: "plot_latency_error_bars_name"
8492   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-i40e-ndr-lat"
8493   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8494   include:
8495     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
8496     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
8497     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
8498     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
8499     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
8500     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
8501   layout:
8502     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
8503     layout: "plot-latency"
8504
8505 - type: "plot"
8506   title: "Latency: 3n-tsh-x520-64b-1t1c-vhost-base-i40e-ndr-lat"
8507   algorithm: "plot_latency_error_bars_name"
8508   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-i40e-ndr-lat"
8509   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8510   include:
8511     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8512     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8513     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8514     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8515     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8516   layout:
8517     title: "3n-tsh-x520-64b-1t1c-vhost-base-i40e-ndr"
8518     layout: "plot-latency"
8519
8520 - type: "plot"
8521   title: "Latency: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-ndr-lat"
8522   algorithm: "plot_latency_error_bars_name"
8523   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-ndr-lat"
8524   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8525   include:
8526     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8527     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8528     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8529     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8530     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8531     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8532   layout:
8533     title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
8534     layout: "plot-latency"
8535
8536 - type: "plot"
8537   title: "Latency: 3n-tsh-x520-114b-1t1c-vts-l2switching-base-i40e-ndr-lat"
8538   algorithm: "plot_latency_error_bars_name"
8539   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-1t1c-vts-l2switching-base-i40e-ndr-lat"
8540   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8541   include:
8542     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8543     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8544     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8545   layout:
8546     title: "3n-tsh-x520-114b-1t1c-vts-l2switching-base-i40e-ndr"
8547     layout: "plot-latency"
8548
8549 ################################################################################
8550
8551 # Packet Latency 2C
8552
8553 - type: "plot"
8554   title: "Latency: 2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
8555   algorithm: "plot_latency_error_bars_name"
8556   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
8557   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8558   include:
8559     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
8560     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8561     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8562     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
8563   layout:
8564     title: "2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
8565     layout: "plot-latency"
8566
8567 - type: "plot"
8568   title: "Latency: 3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
8569   algorithm: "plot_latency_error_bars_name"
8570   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
8571   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8572   include:
8573     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
8574     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
8575     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8576     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
8577     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
8578   layout:
8579     title: "3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
8580     layout: "plot-latency"
8581
8582 - type: "plot"
8583   title: "Latency: 2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
8584   algorithm: "plot_latency_error_bars_name"
8585   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
8586   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8587   include:
8588     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
8589     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
8590     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
8591     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
8592     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
8593   layout:
8594     title: "2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
8595     layout: "plot-latency"
8596
8597 - type: "plot"
8598   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
8599   algorithm: "plot_latency_error_bars_name"
8600   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
8601   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8602   include:
8603     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
8604     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
8605     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
8606     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
8607   layout:
8608     title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
8609     layout: "plot-latency"
8610
8611 - type: "plot"
8612   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
8613   algorithm: "plot_latency_error_bars_name"
8614   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
8615   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8616   include:
8617     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
8618     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
8619     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
8620     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
8621     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
8622   layout:
8623     title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
8624     layout: "plot-latency"
8625
8626 - type: "plot"
8627   title: "Latency: 2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
8628   algorithm: "plot_latency_error_bars_name"
8629   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
8630   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8631   include:
8632     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
8633     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
8634     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
8635     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
8636     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
8637     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
8638   layout:
8639     title: "2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
8640     layout: "plot-latency"
8641
8642 - type: "plot"
8643   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
8644   algorithm: "plot_latency_error_bars_name"
8645   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
8646   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8647   include:
8648     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
8649     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
8650     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
8651   layout:
8652     title: "3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr"
8653     layout: "plot-latency"
8654
8655 - type: "plot"
8656   title: "Latency: 3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
8657   algorithm: "plot_latency_error_bars_name"
8658   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
8659   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8660   include:
8661     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
8662     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
8663     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
8664     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
8665     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
8666   layout:
8667     title: "3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
8668     layout: "plot-latency"
8669
8670 - type: "plot"
8671   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
8672   algorithm: "plot_latency_error_bars_name"
8673   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
8674   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8675   include:
8676     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
8677     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
8678     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
8679     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
8680   layout:
8681     title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
8682     layout: "plot-latency"
8683
8684 - type: "plot"
8685   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
8686   algorithm: "plot_latency_error_bars_name"
8687   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
8688   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8689   include:
8690     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
8691     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
8692     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
8693     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
8694     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
8695   layout:
8696     title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
8697     layout: "plot-latency"
8698
8699 - type: "plot"
8700   title: "Latency: 3n-skx-xxv710-64b-4t2c-feature-ip4routing-base-i40e-ndr-lat"
8701   algorithm: "plot_latency_error_bars_name"
8702   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-feature-ip4routing-base-i40e-ndr-lat"
8703   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8704   include:
8705     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
8706     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
8707     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
8708     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
8709     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
8710     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
8711   layout:
8712     title: "3n-skx-xxv710-64b-4t2c-feature-ip4routing-base-i40e-ndr"
8713     layout: "plot-latency"
8714
8715 - type: "plot"
8716   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr-lat"
8717   algorithm: "plot_latency_error_bars_name"
8718   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr-lat"
8719   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8720   include:
8721     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t2c-ethip4vxlan-l2xcbase-ndrpdr"
8722     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8723   layout:
8724     title: "3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr"
8725     layout: "plot-latency"
8726
8727 - type: "plot"
8728   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-lat"
8729   algorithm: "plot_latency_error_bars_name"
8730   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-lat"
8731   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8732   include:
8733     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t2c-ethip4vxlan-l2xcbase-ndrpdr"
8734     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8735     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
8736     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
8737   layout:
8738     title: "3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr"
8739     layout: "plot-latency"
8740
8741 - type: "plot"
8742   title: "Latency: 2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8743   algorithm: "plot_latency_error_bars_name"
8744   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8745   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8746   include:
8747     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
8748     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
8749     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
8750   layout:
8751     title: "2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
8752     layout: "plot-latency"
8753
8754 - type: "plot"
8755   title: "Latency: 2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8756   algorithm: "plot_latency_error_bars_name"
8757   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8758   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8759   include:
8760     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
8761     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
8762     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
8763     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
8764     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
8765   layout:
8766     title: "2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
8767     layout: "plot-latency"
8768
8769 - type: "plot"
8770   title: "Latency: 3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
8771   algorithm: "plot_latency_error_bars_name"
8772   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
8773   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8774   include:
8775     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
8776     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
8777     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
8778   layout:
8779     title: "3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr"
8780     layout: "plot-latency"
8781
8782 - type: "plot"
8783   title: "Latency: 3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8784   algorithm: "plot_latency_error_bars_name"
8785   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8786   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8787   include:
8788     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
8789     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
8790     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
8791   layout:
8792     title: "3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
8793     layout: "plot-latency"
8794
8795 - type: "plot"
8796   title: "Latency: 3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8797   algorithm: "plot_latency_error_bars_name"
8798   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8799   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8800   include:
8801     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
8802     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
8803     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
8804     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
8805     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
8806   layout:
8807     title: "3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
8808     layout: "plot-latency"
8809
8810 - type: "plot"
8811   title: "Latency: 3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
8812   algorithm: "plot_latency_error_bars_name"
8813   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
8814   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8815   include:
8816     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8817     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8818     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8819     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8820     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8821     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8822   layout:
8823     title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
8824     layout: "plot-latency"
8825
8826 - type: "plot"
8827   title: "Latency: 3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
8828   algorithm: "plot_latency_error_bars_name"
8829   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
8830   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8831   include:
8832     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
8833     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8834     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
8835     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8836   layout:
8837     title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
8838     layout: "plot-latency"
8839
8840 - type: "plot"
8841   title: "Latency: 3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
8842   algorithm: "plot_latency_error_bars_name"
8843   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
8844   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8845   include:
8846     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8847     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8848     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8849     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8850     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8851     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8852   layout:
8853     title: "3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr"
8854     layout: "plot-latency"
8855
8856 - type: "plot"
8857   title: "Latency: 2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
8858   algorithm: "plot_latency_error_bars_name"
8859   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
8860   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8861   include:
8862     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
8863     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
8864     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
8865     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
8866     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
8867     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
8868   layout:
8869     title: "2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
8870     layout: "plot-latency"
8871
8872 - type: "plot"
8873   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
8874   algorithm: "plot_latency_error_bars_name"
8875   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
8876   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8877   include:
8878     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
8879     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
8880     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
8881     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
8882   layout:
8883     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
8884     layout: "plot-latency"
8885
8886 - type: "plot"
8887   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
8888   algorithm: "plot_latency_error_bars_name"
8889   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
8890   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8891   include:
8892     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
8893     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
8894     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
8895     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
8896     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
8897   layout:
8898     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
8899     layout: "plot-latency"
8900
8901 - type: "plot"
8902   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
8903   algorithm: "plot_latency_error_bars_name"
8904   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
8905   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8906   include:
8907     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
8908     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
8909     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
8910     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
8911   layout:
8912     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
8913     layout: "plot-latency"
8914
8915 - type: "plot"
8916   title: "Latency: 3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
8917   algorithm: "plot_latency_error_bars_name"
8918   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
8919   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8920   include:
8921     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
8922     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
8923     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
8924     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
8925     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
8926     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
8927   layout:
8928     title: "3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr"
8929     layout: "plot-latency"
8930
8931 - type: "plot"
8932   title: "Latency: 3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
8933   algorithm: "plot_latency_error_bars_name"
8934   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
8935   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8936   include:
8937     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
8938     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
8939     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
8940     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
8941     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
8942   layout:
8943     title: "3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
8944     layout: "plot-latency"
8945
8946 - type: "plot"
8947   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
8948   algorithm: "plot_latency_error_bars_name"
8949   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
8950   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8951   include:
8952     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
8953     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
8954     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
8955   layout:
8956     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
8957     layout: "plot-latency"
8958
8959 - type: "plot"
8960   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
8961   algorithm: "plot_latency_error_bars_name"
8962   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
8963   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8964   include:
8965     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
8966     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
8967     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
8968     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
8969   layout:
8970     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
8971     layout: "plot-latency"
8972
8973 - type: "plot"
8974   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
8975   algorithm: "plot_latency_error_bars_name"
8976   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
8977   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8978   include:
8979     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
8980     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
8981     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
8982     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
8983     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
8984     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
8985   layout:
8986     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
8987     layout: "plot-latency"
8988
8989 - type: "plot"
8990   title: "Latency: 3n-skx-xxv710-64b-4t2c-feature-l2switching-base-i40e-ndr-lat"
8991   algorithm: "plot_latency_error_bars_name"
8992   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-feature-l2switching-base-i40e-ndr-lat"
8993   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8994   include:
8995     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
8996     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
8997     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
8998     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
8999     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
9000     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
9001   layout:
9002     title: "3n-skx-xxv710-64b-4t2c-feature-l2switching-base-i40e-ndr"
9003     layout: "plot-latency"
9004
9005 - type: "plot"
9006   title: "Latency: 3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr-lat"
9007   algorithm: "plot_latency_error_bars_name"
9008   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr-lat"
9009   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9010   include:
9011     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9012     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9013     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9014     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
9015     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
9016     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
9017   layout:
9018     title: "3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr"
9019     layout: "plot-latency"
9020
9021 - type: "plot"
9022   title: "Latency: 3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr-lat"
9023   algorithm: "plot_latency_error_bars_name"
9024   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr-lat"
9025   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9026   include:
9027     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9028     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9029     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9030     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
9031     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
9032     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
9033   layout:
9034     title: "3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr"
9035     layout: "plot-latency"
9036
9037 - type: "plot"
9038   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
9039   algorithm: "plot_latency_error_bars_name"
9040   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
9041   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9042   include:
9043     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9044     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9045     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9046     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9047   layout:
9048     title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
9049     layout: "plot-latency"
9050
9051 - type: "plot"
9052   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr-lat"
9053   algorithm: "plot_latency_error_bars_name"
9054   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr-lat"
9055   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9056   include:
9057     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9058     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9059     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9060     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9061   layout:
9062     title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr"
9063     layout: "plot-latency"
9064
9065 #- type: "plot"
9066 #  title: "Latency: 3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
9067 #  algorithm: "plot_latency_error_bars_name"
9068 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
9069 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
9070 #  include:
9071 #    - ""
9072 #  layout:
9073 #    title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
9074 #    layout: "plot-latency"
9075
9076 - type: "plot"
9077   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
9078   algorithm: "plot_latency_error_bars_name"
9079   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
9080   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9081   include:
9082     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9083     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9084     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9085     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9086     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9087   layout:
9088     title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
9089     layout: "plot-latency"
9090
9091 - type: "plot"
9092   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
9093   algorithm: "plot_latency_error_bars_name"
9094   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
9095   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9096   include:
9097     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9098     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9099     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9100     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9101     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9102     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9103   layout:
9104     title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
9105     layout: "plot-latency"
9106
9107 - type: "plot"
9108   title: "Latency: 3n-hsw-xl710-114b-2t2c-vts-l2switching-base-i40e-ndr-lat"
9109   algorithm: "plot_latency_error_bars_name"
9110   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-2t2c-vts-l2switching-base-i40e-ndr-lat"
9111   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9112   include:
9113     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
9114     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
9115     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
9116   layout:
9117     title: "3n-hsw-xl710-114b-2t2c-vts-l2switching-base-i40e-ndr"
9118     layout: "plot-latency"
9119
9120 - type: "plot"
9121   title: "Latency: 3n-skx-xxv710-114b-4t2c-vts-l2switching-base-i40e-ndr-lat"
9122   algorithm: "plot_latency_error_bars_name"
9123   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-4t2c-vts-l2switching-base-i40e-ndr-lat"
9124   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9125   include:
9126     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
9127     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
9128     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
9129   layout:
9130     title: "3n-skx-xxv710-114b-4t2c-vts-l2switching-base-i40e-ndr"
9131     layout: "plot-latency"
9132
9133 - type: "plot"
9134   title: "Latency: 3n-tsh-x520-64b-2t2c-memif-base-i40e-ndr-lat"
9135   algorithm: "plot_latency_error_bars_name"
9136   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-memif-base-i40e-ndr-lat"
9137   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9138   include:
9139     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
9140     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
9141     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9142     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
9143     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
9144   layout:
9145     title: "3n-tsh-x520-64b-2t2c-memif-base-i40e-ndr"
9146     layout: "plot-latency"
9147
9148 - type: "plot"
9149   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
9150   algorithm: "plot_latency_error_bars_name"
9151   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
9152   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9153   include:
9154     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
9155     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
9156     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t2c-ethip4-ip4scale20k-ndrpdr"
9157     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t2c-ethip4-ip4scale200k-ndrpdr"
9158     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
9159   layout:
9160     title: "3n-tsh-x520-64b-2t2c-ip4routing-base-scale-i40e-ndr"
9161     layout: "plot-latency"
9162
9163 - type: "plot"
9164   title: "Latency: 3n-tsh-x520-64b-2t2c-feature-ip4routing-base-i40e-ndr-lat"
9165   algorithm: "plot_latency_error_bars_name"
9166   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-feature-ip4routing-base-i40e-ndr-lat"
9167   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9168   include:
9169     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
9170     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9171     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9172     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9173     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9174     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t2c-ethip4udp-ip4base-nat44-ndrpdr"
9175   layout:
9176     title: "3n-tsh-x520-64b-2t2c-feature-ip4routing-base-i40e-ndr"
9177     layout: "plot-latency"
9178
9179 - type: "plot"
9180   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4tunnel-base-i40e-ndr-lat"
9181   algorithm: "plot_latency_error_bars_name"
9182   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4tunnel-base-i40e-ndr-lat"
9183   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9184   include:
9185     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t2c-ethip4vxlan-l2xcbase-ndrpdr"
9186     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
9187     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
9188     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
9189   layout:
9190     title: "3n-tsh-x520-64b-2t2c-ip4tunnel-base-i40e-ndr-lat"
9191     layout: "plot-latency"
9192
9193 - type: "plot"
9194   title: "Latency: 3n-tsh-x520-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
9195   algorithm: "plot_latency_error_bars_name"
9196   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
9197   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9198   include:
9199     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
9200     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
9201     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t2c-ethip6-ip6scale20k-ndrpdr"
9202     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t2c-ethip6-ip6scale200k-ndrpdr"
9203     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
9204   layout:
9205     title: "3n-tsh-x520-78b-2t2c-ip6routing-base-scale-i40e-ndr"
9206     layout: "plot-latency"
9207
9208 - type: "plot"
9209   title: "Latency: 3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
9210   algorithm: "plot_latency_error_bars_name"
9211   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
9212   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9213   include:
9214     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
9215     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9216     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9217     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9218     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9219     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9220   layout:
9221     title: "3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
9222     layout: "plot-latency"
9223
9224 - type: "plot"
9225   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-i40e-ndr-lat"
9226   algorithm: "plot_latency_error_bars_name"
9227   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-i40e-ndr-lat"
9228   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9229   include:
9230     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
9231     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
9232     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
9233     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
9234   layout:
9235     title: "3n-tsh-x520-64b-2t2c-l2switching-base-i40e-ndr"
9236     layout: "plot-latency"
9237
9238 - type: "plot"
9239   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
9240   algorithm: "plot_latency_error_bars_name"
9241   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
9242   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9243   include:
9244     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
9245     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
9246     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
9247     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale10kmaclrn-ndrpdr"
9248     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale100kmaclrn-ndrpdr"
9249     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
9250   layout:
9251     title: "3n-tsh-x520-64b-2t2c-l2switching-base-scale-i40e-ndr"
9252     layout: "plot-latency"
9253
9254 - type: "plot"
9255   title: "Latency: 3n-tsh-x520-64b-2t2c-feature-l2switching-base-i40e-ndr-lat"
9256   algorithm: "plot_latency_error_bars_name"
9257   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-feature-l2switching-base-i40e-ndr-lat"
9258   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9259   include:
9260     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
9261     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
9262     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
9263     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
9264     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
9265     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
9266   layout:
9267     title: "3n-tsh-x520-64b-2t2c-feature-l2switching-base-i40e-ndr"
9268     layout: "plot-latency"
9269
9270 - type: "plot"
9271   title: "Latency: 3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-i40e-ndr-lat"
9272   algorithm: "plot_latency_error_bars_name"
9273   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-i40e-ndr-lat"
9274   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9275   include:
9276     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9277     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9278     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9279     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
9280     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
9281     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
9282   layout:
9283     title: "3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-i40e-ndr"
9284     layout: "plot-latency"
9285
9286 - type: "plot"
9287   title: "Latency: 3n-tsh-x520-64b-2t2c-vhost-base-i40e-ndr-lat"
9288   algorithm: "plot_latency_error_bars_name"
9289   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-vhost-base-i40e-ndr-lat"
9290   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9291   include:
9292     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9293     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9294     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9295     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9296     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9297   layout:
9298     title: "3n-tsh-x520-64b-2t2c-vhost-base-i40e-ndr"
9299     layout: "plot-latency"
9300
9301 - type: "plot"
9302   title: "Latency: 3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-i40e-ndr-lat"
9303   algorithm: "plot_latency_error_bars_name"
9304   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-i40e-ndr-lat"
9305   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9306   include:
9307     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9308     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9309     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9310     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9311     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9312     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9313   layout:
9314     title: "3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-i40e-ndr"
9315     layout: "plot-latency"
9316
9317 - type: "plot"
9318   title: "Latency: 3n-tsh-x520-114b-2t2c-vts-l2switching-base-i40e-ndr-lat"
9319   algorithm: "plot_latency_error_bars_name"
9320   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-2t2c-vts-l2switching-base-i40e-ndr-lat"
9321   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9322   include:
9323     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
9324     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
9325     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
9326   layout:
9327     title: "3n-tsh-x520-114b-2t2c-vts-l2switching-base-i40e-ndr"
9328     layout: "plot-latency"
9329
9330 ################################################################################
9331
9332 # Packet Latency 4C
9333
9334 - type: "plot"
9335   title: "Latency: 2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
9336   algorithm: "plot_latency_error_bars_name"
9337   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
9338   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9339   include:
9340     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
9341     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9342     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9343     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
9344   layout:
9345     title: "2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
9346     layout: "plot-latency"
9347
9348 - type: "plot"
9349   title: "Latency: 3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
9350   algorithm: "plot_latency_error_bars_name"
9351   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
9352   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9353   include:
9354     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
9355     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
9356     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9357     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
9358     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
9359   layout:
9360     title: "3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
9361     layout: "plot-latency"
9362
9363 - type: "plot"
9364   title: "Latency: 2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
9365   algorithm: "plot_latency_error_bars_name"
9366   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
9367   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9368   include:
9369     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
9370     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
9371     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
9372     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
9373     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
9374   layout:
9375     title: "2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
9376     layout: "plot-latency"
9377
9378 - type: "plot"
9379   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
9380   algorithm: "plot_latency_error_bars_name"
9381   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
9382   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9383   include:
9384     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
9385     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
9386     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
9387     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
9388   layout:
9389     title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
9390     layout: "plot-latency"
9391
9392 - type: "plot"
9393   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
9394   algorithm: "plot_latency_error_bars_name"
9395   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
9396   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9397   include:
9398     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
9399     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
9400     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
9401     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
9402     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
9403   layout:
9404     title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
9405     layout: "plot-latency"
9406
9407 - type: "plot"
9408   title: "Latency: 2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
9409   algorithm: "plot_latency_error_bars_name"
9410   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
9411   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9412   include:
9413     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
9414     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9415     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9416     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9417     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9418     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
9419   layout:
9420     title: "2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
9421     layout: "plot-latency"
9422
9423 - type: "plot"
9424   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
9425   algorithm: "plot_latency_error_bars_name"
9426   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
9427   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9428   include:
9429     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
9430     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
9431     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
9432   layout:
9433     title: "3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr"
9434     layout: "plot-latency"
9435
9436 - type: "plot"
9437   title: "Latency: 3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
9438   algorithm: "plot_latency_error_bars_name"
9439   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
9440   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9441   include:
9442     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
9443     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
9444     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
9445     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
9446     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
9447   layout:
9448     title: "3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
9449     layout: "plot-latency"
9450
9451 - type: "plot"
9452   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
9453   algorithm: "plot_latency_error_bars_name"
9454   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
9455   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9456   include:
9457     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
9458     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
9459     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
9460     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
9461   layout:
9462     title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
9463     layout: "plot-latency"
9464
9465 - type: "plot"
9466   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
9467   algorithm: "plot_latency_error_bars_name"
9468   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
9469   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9470   include:
9471     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
9472     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
9473     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
9474     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
9475     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
9476   layout:
9477     title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
9478     layout: "plot-latency"
9479
9480 - type: "plot"
9481   title: "Latency: 3n-skx-xxv710-64b-8t4c-feature-ip4routing-base-i40e-ndr-lat"
9482   algorithm: "plot_latency_error_bars_name"
9483   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-feature-ip4routing-base-i40e-ndr-lat"
9484   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9485   include:
9486     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
9487     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9488     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9489     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9490     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9491     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
9492   layout:
9493     title: "3n-skx-xxv710-64b-8t4c-feature-ip4routing-base-i40e-ndr"
9494     layout: "plot-latency"
9495
9496 - type: "plot"
9497   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr-lat"
9498   algorithm: "plot_latency_error_bars_name"
9499   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr-lat"
9500   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9501   include:
9502     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t4c-ethip4vxlan-l2xcbase-ndrpdr"
9503     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
9504   layout:
9505     title: "3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr"
9506     layout: "plot-latency"
9507
9508 - type: "plot"
9509   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr-lat"
9510   algorithm: "plot_latency_error_bars_name"
9511   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr-lat"
9512   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9513   include:
9514     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-8t4c-ethip4vxlan-l2xcbase-ndrpdr"
9515     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
9516     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-8t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
9517     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-8t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
9518   layout:
9519     title: "3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr"
9520     layout: "plot-latency"
9521
9522 - type: "plot"
9523   title: "Latency: 2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
9524   algorithm: "plot_latency_error_bars_name"
9525   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
9526   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9527   include:
9528     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
9529     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
9530     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
9531   layout:
9532     title: "2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
9533     layout: "plot-latency"
9534
9535 - type: "plot"
9536   title: "Latency: 2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
9537   algorithm: "plot_latency_error_bars_name"
9538   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
9539   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9540   include:
9541     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
9542     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
9543     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
9544     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
9545     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
9546   layout:
9547     title: "2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
9548     layout: "plot-latency"
9549
9550 - type: "plot"
9551   title: "Latency: 3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
9552   algorithm: "plot_latency_error_bars_name"
9553   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
9554   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9555   include:
9556     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
9557     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
9558     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
9559   layout:
9560     title: "3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr"
9561     layout: "plot-latency"
9562
9563 - type: "plot"
9564   title: "Latency: 3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
9565   algorithm: "plot_latency_error_bars_name"
9566   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
9567   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9568   include:
9569     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
9570     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
9571     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
9572   layout:
9573     title: "3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
9574     layout: "plot-latency"
9575
9576 - type: "plot"
9577   title: "Latency: 3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
9578   algorithm: "plot_latency_error_bars_name"
9579   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
9580   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9581   include:
9582     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
9583     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
9584     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
9585     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
9586     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
9587   layout:
9588     title: "3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
9589     layout: "plot-latency"
9590
9591 - type: "plot"
9592   title: "Latency: 3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
9593   algorithm: "plot_latency_error_bars_name"
9594   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
9595   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9596   include:
9597     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
9598     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9599     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9600     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9601     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9602     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9603   layout:
9604     title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
9605     layout: "plot-latency"
9606
9607 - type: "plot"
9608   title: "Latency: 3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
9609   algorithm: "plot_latency_error_bars_name"
9610   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
9611   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9612   include:
9613     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
9614     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9615     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
9616     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9617   layout:
9618     title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
9619     layout: "plot-latency"
9620
9621 - type: "plot"
9622   title: "Latency: 3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
9623   algorithm: "plot_latency_error_bars_name"
9624   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
9625   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9626   include:
9627     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
9628     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9629     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9630     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9631     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9632     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9633   layout:
9634     title: "3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr"
9635     layout: "plot-latency"
9636
9637 - type: "plot"
9638   title: "Latency: 2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
9639   algorithm: "plot_latency_error_bars_name"
9640   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
9641   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9642   include:
9643     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
9644     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
9645     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
9646     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
9647     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
9648     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
9649   layout:
9650     title: "2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
9651     layout: "plot-latency"
9652
9653 - type: "plot"
9654   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
9655   algorithm: "plot_latency_error_bars_name"
9656   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
9657   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9658   include:
9659     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
9660     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
9661     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
9662     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
9663   layout:
9664     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
9665     layout: "plot-latency"
9666
9667 - type: "plot"
9668   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
9669   algorithm: "plot_latency_error_bars_name"
9670   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
9671   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9672   include:
9673     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
9674     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
9675     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
9676     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
9677     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
9678   layout:
9679     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
9680     layout: "plot-latency"
9681
9682 - type: "plot"
9683   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
9684   algorithm: "plot_latency_error_bars_name"
9685   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
9686   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9687   include:
9688     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
9689     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
9690     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
9691     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
9692   layout:
9693     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
9694     layout: "plot-latency"
9695
9696 - type: "plot"
9697   title: "Latency: 3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
9698   algorithm: "plot_latency_error_bars_name"
9699   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
9700   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9701   include:
9702     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
9703     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
9704     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
9705     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
9706     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
9707     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
9708   layout:
9709     title: "3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr"
9710     layout: "plot-latency"
9711
9712 - type: "plot"
9713   title: "Latency: 3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
9714   algorithm: "plot_latency_error_bars_name"
9715   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
9716   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9717   include:
9718     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
9719     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
9720     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
9721     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
9722     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
9723   layout:
9724     title: "3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
9725     layout: "plot-latency"
9726
9727 - type: "plot"
9728   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
9729   algorithm: "plot_latency_error_bars_name"
9730   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
9731   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9732   include:
9733     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
9734     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
9735     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
9736   layout:
9737     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
9738     layout: "plot-latency"
9739
9740 - type: "plot"
9741   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
9742   algorithm: "plot_latency_error_bars_name"
9743   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
9744   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9745   include:
9746     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
9747     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
9748     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
9749     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
9750   layout:
9751     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
9752     layout: "plot-latency"
9753
9754 - type: "plot"
9755   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
9756   algorithm: "plot_latency_error_bars_name"
9757   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
9758   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9759   include:
9760     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
9761     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
9762     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
9763     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
9764     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
9765     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
9766   layout:
9767     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
9768     layout: "plot-latency"
9769
9770 - type: "plot"
9771   title: "Latency: 3n-skx-xxv710-64b-8t4c-feature-l2switching-base-i40e-ndr-lat"
9772   algorithm: "plot_latency_error_bars_name"
9773   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-feature-l2switching-base-i40e-ndr-lat"
9774   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9775   include:
9776     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
9777     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
9778     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
9779     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
9780     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
9781     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
9782   layout:
9783     title: "3n-skx-xxv710-64b-8t4c-feature-l2switching-base-i40e-ndr"
9784     layout: "plot-latency"
9785
9786 - type: "plot"
9787   title: "Latency: 3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr-lat"
9788   algorithm: "plot_latency_error_bars_name"
9789   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr-lat"
9790   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9791   include:
9792     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9793     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9794     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9795     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
9796     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
9797     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
9798   layout:
9799     title: "3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr"
9800     layout: "plot-latency"
9801
9802 - type: "plot"
9803   title: "Latency: 3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr-lat"
9804   algorithm: "plot_latency_error_bars_name"
9805   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr-lat"
9806   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9807   include:
9808     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-8t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9809     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9810     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9811     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
9812     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
9813     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
9814   layout:
9815     title: "3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr"
9816     layout: "plot-latency"
9817
9818 - type: "plot"
9819   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
9820   algorithm: "plot_latency_error_bars_name"
9821   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
9822   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9823   include:
9824     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9825     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9826     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9827     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9828   layout:
9829     title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
9830     layout: "plot-latency"
9831
9832 - type: "plot"
9833   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr-lat"
9834   algorithm: "plot_latency_error_bars_name"
9835   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr-lat"
9836   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9837   include:
9838     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9839     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9840     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9841     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9842   layout:
9843     title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr"
9844     layout: "plot-latency"
9845
9846 #- type: "plot"
9847 #  title: "Latency: 3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
9848 #  algorithm: "plot_latency_error_bars_name"
9849 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
9850 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
9851 #  include:
9852 #    - ""
9853 #  layout:
9854 #    title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
9855 #    layout: "plot-latency"
9856
9857 - type: "plot"
9858   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
9859   algorithm: "plot_latency_error_bars_name"
9860   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
9861   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9862   include:
9863     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9864     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9865     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9866     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9867     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9868   layout:
9869     title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
9870     layout: "plot-latency"
9871
9872 - type: "plot"
9873   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
9874   algorithm: "plot_latency_error_bars_name"
9875   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
9876   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9877   include:
9878     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9879     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9880     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9881     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9882     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9883     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9884   layout:
9885     title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
9886     layout: "plot-latency"
9887
9888 - type: "plot"
9889   title: "Latency: 3n-hsw-xl710-114b-4t4c-vts-l2switching-base-i40e-ndr-lat"
9890   algorithm: "plot_latency_error_bars_name"
9891   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-4t4c-vts-l2switching-base-i40e-ndr-lat"
9892   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9893   include:
9894     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
9895     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
9896     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
9897   layout:
9898     title: "3n-hsw-xl710-114b-4t4c-vts-l2switching-base-i40e-ndr"
9899     layout: "plot-latency"
9900
9901 - type: "plot"
9902   title: "Latency: 3n-skx-xxv710-114b-8t4c-vts-l2switching-base-i40e-ndr-lat"
9903   algorithm: "plot_latency_error_bars_name"
9904   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-8t4c-vts-l2switching-base-i40e-ndr-lat"
9905   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9906   include:
9907     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
9908     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
9909     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
9910   layout:
9911     title: "3n-skx-xxv710-114b-8t4c-vts-l2switching-base-i40e-ndr"
9912     layout: "plot-latency"
9913
9914 - type: "plot"
9915   title: "Latency: 3n-tsh-x520-64b-4t4c-memif-base-i40e-ndr-lat"
9916   algorithm: "plot_latency_error_bars_name"
9917   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-memif-base-i40e-ndr-lat"
9918   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9919   include:
9920     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
9921     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
9922     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9923     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
9924     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
9925   layout:
9926     title: "3n-tsh-x520-64b-4t4c-memif-base-i40e-ndr"
9927     layout: "plot-latency"
9928
9929 - type: "plot"
9930   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
9931   algorithm: "plot_latency_error_bars_name"
9932   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
9933   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9934   include:
9935     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
9936     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
9937     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t4c-ethip4-ip4scale20k-ndrpdr"
9938     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t4c-ethip4-ip4scale200k-ndrpdr"
9939     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
9940   layout:
9941     title: "3n-tsh-x520-64b-4t4c-ip4routing-base-scale-i40e-ndr"
9942     layout: "plot-latency"
9943
9944 - type: "plot"
9945   title: "Latency: 3n-tsh-x520-64b-4t4c-feature-ip4routing-base-i40e-ndr-lat"
9946   algorithm: "plot_latency_error_bars_name"
9947   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-feature-ip4routing-base-i40e-ndr-lat"
9948   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9949   include:
9950     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
9951     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9952     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9953     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9954     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9955     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t4c-ethip4udp-ip4base-nat44-ndrpdr"
9956   layout:
9957     title: "3n-tsh-x520-64b-4t4c-feature-ip4routing-base-i40e-ndr"
9958     layout: "plot-latency"
9959
9960 - type: "plot"
9961   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4tunnel-base-i40e-ndr-lat"
9962   algorithm: "plot_latency_error_bars_name"
9963   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4tunnel-base-i40e-ndr-lat"
9964   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9965   include:
9966     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t4c-ethip4vxlan-l2xcbase-ndrpdr"
9967     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
9968     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
9969     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
9970   layout:
9971     title: "3n-tsh-x520-64b-4t4c-ip4tunnel-base-i40e-ndr-lat"
9972     layout: "plot-latency"
9973
9974 - type: "plot"
9975   title: "Latency: 3n-tsh-x520-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
9976   algorithm: "plot_latency_error_bars_name"
9977   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
9978   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9979   include:
9980     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
9981     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
9982     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t4c-ethip6-ip6scale20k-ndrpdr"
9983     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t4c-ethip6-ip6scale200k-ndrpdr"
9984     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
9985   layout:
9986     title: "3n-tsh-x520-78b-4t4c-ip6routing-base-scale-i40e-ndr"
9987     layout: "plot-latency"
9988
9989 - type: "plot"
9990   title: "Latency: 3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
9991   algorithm: "plot_latency_error_bars_name"
9992   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
9993   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9994   include:
9995     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
9996     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9997     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9998     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9999     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10000     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10001   layout:
10002     title: "3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
10003     layout: "plot-latency"
10004
10005 - type: "plot"
10006   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-i40e-ndr-lat"
10007   algorithm: "plot_latency_error_bars_name"
10008   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-i40e-ndr-lat"
10009   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10010   include:
10011     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
10012     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
10013     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
10014     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
10015   layout:
10016     title: "3n-tsh-x520-64b-4t4c-l2switching-base-i40e-ndr"
10017     layout: "plot-latency"
10018
10019 - type: "plot"
10020   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
10021   algorithm: "plot_latency_error_bars_name"
10022   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
10023   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10024   include:
10025     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
10026     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
10027     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
10028     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale10kmaclrn-ndrpdr"
10029     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale100kmaclrn-ndrpdr"
10030     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
10031   layout:
10032     title: "3n-tsh-x520-64b-4t4c-l2switching-base-scale-i40e-ndr"
10033     layout: "plot-latency"
10034
10035 - type: "plot"
10036   title: "Latency: 3n-tsh-x520-64b-4t4c-feature-l2switching-base-i40e-ndr-lat"
10037   algorithm: "plot_latency_error_bars_name"
10038   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-feature-l2switching-base-i40e-ndr-lat"
10039   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10040   include:
10041     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
10042     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
10043     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
10044     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
10045     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
10046     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
10047   layout:
10048     title: "3n-tsh-x520-64b-4t4c-feature-l2switching-base-i40e-ndr"
10049     layout: "plot-latency"
10050
10051 - type: "plot"
10052   title: "Latency: 3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-i40e-ndr-lat"
10053   algorithm: "plot_latency_error_bars_name"
10054   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-i40e-ndr-lat"
10055   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10056   include:
10057     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
10058     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
10059     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
10060     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
10061     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
10062     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
10063   layout:
10064     title: "3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-i40e-ndr"
10065     layout: "plot-latency"
10066
10067 - type: "plot"
10068   title: "Latency: 3n-tsh-x520-64b-4t4c-vhost-base-i40e-ndr-lat"
10069   algorithm: "plot_latency_error_bars_name"
10070   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-vhost-base-i40e-ndr-lat"
10071   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10072   include:
10073     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10074     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10075     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10076     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10077     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
10078   layout:
10079     title: "3n-tsh-x520-64b-4t4c-vhost-base-i40e-ndr"
10080     layout: "plot-latency"
10081
10082 - type: "plot"
10083   title: "Latency: 3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-i40e-ndr-lat"
10084   algorithm: "plot_latency_error_bars_name"
10085   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-i40e-ndr-lat"
10086   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10087   include:
10088     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10089     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10090     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10091     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10092     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10093     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10094   layout:
10095     title: "3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-i40e-ndr"
10096     layout: "plot-latency"
10097
10098 - type: "plot"
10099   title: "Latency: 3n-tsh-x520-114b-4t4c-vts-l2switching-base-i40e-ndr-lat"
10100   algorithm: "plot_latency_error_bars_name"
10101   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-4t4c-vts-l2switching-base-i40e-ndr-lat"
10102   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10103   include:
10104     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
10105     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
10106     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
10107   layout:
10108     title: "3n-tsh-x520-114b-4t4c-vts-l2switching-base-i40e-ndr"
10109     layout: "plot-latency"
10110
10111 ################################################################################
10112
10113 # Packet Speedup
10114
10115 - type: "plot"
10116   title: "Speedup: 2n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
10117   algorithm: "plot_throughput_speedup_analysis_name"
10118   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
10119   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10120   include:
10121     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10122     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10123     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10124     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10125   layout:
10126     title: "2n-skx-xxv710-64b-memif-base-i40e-ndr"
10127     layout: "plot-throughput-speedup-analysis"
10128
10129 - type: "plot"
10130   title: "Speedup: 2n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
10131   algorithm: "plot_throughput_speedup_analysis_name"
10132   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
10133   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10134   include:
10135     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10136     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10137     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10138     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10139   layout:
10140     title: "2n-skx-xxv710-64b-memif-base-i40e-pdr"
10141     layout: "plot-throughput-speedup-analysis"
10142
10143 - type: "plot"
10144   title: "Speedup: 3n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
10145   algorithm: "plot_throughput_speedup_analysis_name"
10146   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
10147   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10148   include:
10149     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10150     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10151     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10152     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10153     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10154   layout:
10155     title: "3n-skx-xxv710-64b-memif-base-i40e-ndr"
10156     layout: "plot-throughput-speedup-analysis"
10157
10158 - type: "plot"
10159   title: "Speedup: 3n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
10160   algorithm: "plot_throughput_speedup_analysis_name"
10161   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
10162   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10163   include:
10164     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10165     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10166     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10167     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10168     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10169   layout:
10170     title: "3n-skx-xxv710-64b-memif-base-i40e-pdr"
10171     layout: "plot-throughput-speedup-analysis"
10172
10173 - type: "plot"
10174   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
10175   algorithm: "plot_throughput_speedup_analysis_name"
10176   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
10177   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10178   include:
10179     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
10180     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10181     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10182     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10183     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10184   layout:
10185     title: "2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr"
10186     layout: "plot-throughput-speedup-analysis"
10187
10188 - type: "plot"
10189   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
10190   algorithm: "plot_throughput_speedup_analysis_name"
10191   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
10192   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10193   include:
10194     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
10195     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10196     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10197     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10198     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10199   layout:
10200     title: "2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr"
10201     layout: "plot-throughput-speedup-analysis"
10202
10203 - type: "plot"
10204   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
10205   algorithm: "plot_throughput_speedup_analysis_name"
10206   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
10207   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10208   include:
10209     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
10210     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
10211     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
10212     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10213   layout:
10214     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
10215     layout: "plot-throughput-speedup-analysis"
10216
10217 - type: "plot"
10218   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
10219   algorithm: "plot_throughput_speedup_analysis_name"
10220   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
10221   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10222   include:
10223     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
10224     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
10225     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
10226     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10227   layout:
10228     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
10229     layout: "plot-throughput-speedup-analysis"
10230
10231 - type: "plot"
10232   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
10233   algorithm: "plot_throughput_speedup_analysis_name"
10234   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
10235   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10236   include:
10237     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10238     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10239     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
10240     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
10241     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10242   layout:
10243     title: "2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr"
10244     layout: "plot-throughput-speedup-analysis"
10245
10246 - type: "plot"
10247   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
10248   algorithm: "plot_throughput_speedup_analysis_name"
10249   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
10250   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10251   include:
10252     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10253     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10254     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
10255     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
10256     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10257   layout:
10258     title: "2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr"
10259     layout: "plot-throughput-speedup-analysis"
10260
10261 - type: "plot"
10262   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
10263   algorithm: "plot_throughput_speedup_analysis_name"
10264   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
10265   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10266   include:
10267     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10268     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10269     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10270     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10271     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
10273   layout:
10274     title: "2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr"
10275     layout: "plot-throughput-speedup-analysis"
10276
10277 - type: "plot"
10278   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
10279   algorithm: "plot_throughput_speedup_analysis_name"
10280   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
10281   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10282   include:
10283     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10284     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10285     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10286     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
10289   layout:
10290     title: "2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr"
10291     layout: "plot-throughput-speedup-analysis"
10292
10293 - type: "plot"
10294   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr-tsa"
10295   algorithm: "plot_throughput_speedup_analysis_name"
10296   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr-tsa"
10297   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10298   include:
10299     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10300     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10301     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10302   layout:
10303     title: "3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr"
10304     layout: "plot-throughput-speedup-analysis"
10305
10306 - type: "plot"
10307   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr-tsa"
10308   algorithm: "plot_throughput_speedup_analysis_name"
10309   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr-tsa"
10310   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10311   include:
10312     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10313     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10314     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10315   layout:
10316     title: "3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr"
10317     layout: "plot-throughput-speedup-analysis"
10318
10319 - type: "plot"
10320   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
10321   algorithm: "plot_throughput_speedup_analysis_name"
10322   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
10323   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10324   include:
10325     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
10326     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10327     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10328     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10329     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10330   layout:
10331     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr"
10332     layout: "plot-throughput-speedup-analysis"
10333
10334 - type: "plot"
10335   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
10336   algorithm: "plot_throughput_speedup_analysis_name"
10337   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
10338   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10339   include:
10340     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
10341     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10342     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10343     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10344     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10345   layout:
10346     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr"
10347     layout: "plot-throughput-speedup-analysis"
10348
10349 - type: "plot"
10350   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
10351   algorithm: "plot_throughput_speedup_analysis_name"
10352   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
10353   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10354   include:
10355     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
10356     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
10357     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
10358     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10359   layout:
10360     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
10361     layout: "plot-throughput-speedup-analysis"
10362
10363 - type: "plot"
10364   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
10365   algorithm: "plot_throughput_speedup_analysis_name"
10366   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
10367   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10368   include:
10369     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
10370     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
10371     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
10372     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10373   layout:
10374     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
10375     layout: "plot-throughput-speedup-analysis"
10376
10377 - type: "plot"
10378   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
10379   algorithm: "plot_throughput_speedup_analysis_name"
10380   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
10381   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10382   include:
10383     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10384     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10385     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
10386     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
10387     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10388   layout:
10389     title: "3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr"
10390     layout: "plot-throughput-speedup-analysis"
10391
10392 - type: "plot"
10393   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
10394   algorithm: "plot_throughput_speedup_analysis_name"
10395   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
10396   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10397   include:
10398     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10399     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10400     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
10401     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
10402     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10403   layout:
10404     title: "3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr"
10405     layout: "plot-throughput-speedup-analysis"
10406
10407 - type: "plot"
10408   title: "Speedup: 3n-skx-xxv710-64b-feature-ip4routing-base-i40e-ndr-tsa"
10409   algorithm: "plot_throughput_speedup_analysis_name"
10410   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-feature-ip4routing-base-i40e-ndr-tsa"
10411   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10412   include:
10413     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10414     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10415     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10416     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10417     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10418     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
10419   layout:
10420     title: "3n-skx-xxv710-64b-feature-ip4routing-base-i40e-ndr"
10421     layout: "plot-throughput-speedup-analysis"
10422
10423 - type: "plot"
10424   title: "Speedup: 3n-skx-xxv710-64b-feature-ip4routing-base-i40e-pdr-tsa"
10425   algorithm: "plot_throughput_speedup_analysis_name"
10426   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-feature-ip4routing-base-i40e-pdr-tsa"
10427   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10428   include:
10429     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10430     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10431     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10432     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10433     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10434     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
10435   layout:
10436     title: "3n-skx-xxv710-64b-feature-ip4routing-base-i40e-pdr"
10437     layout: "plot-throughput-speedup-analysis"
10438
10439 - type: "plot"
10440   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-i40e-ndr-tsa"
10441   algorithm: "plot_throughput_speedup_analysis_name"
10442   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-i40e-ndr-tsa"
10443   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10444   include:
10445     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
10446     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10447   layout:
10448     title: "3n-hsw-xl710-64b-ip4tunnel-base-i40e-ndr"
10449     layout: "plot-throughput-speedup-analysis"
10450
10451 - type: "plot"
10452   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-i40e-pdr-tsa"
10453   algorithm: "plot_throughput_speedup_analysis_name"
10454   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-i40e-pdr-tsa"
10455   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10456   include:
10457     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
10458     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10459   layout:
10460     title: "3n-hsw-xl710-64b-ip4tunnel-base-i40e-pdr"
10461     layout: "plot-throughput-speedup-analysis"
10462
10463 - type: "plot"
10464   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-ndr-tsa"
10465   algorithm: "plot_throughput_speedup_analysis_name"
10466   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-ndr-tsa"
10467   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10468   include:
10469     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
10470     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10471     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10472     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10473   layout:
10474     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-ndr"
10475     layout: "plot-throughput-speedup-analysis"
10476
10477 - type: "plot"
10478   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-pdr-tsa"
10479   algorithm: "plot_throughput_speedup_analysis_name"
10480   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-pdr-tsa"
10481   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10482   include:
10483     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
10484     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10485     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10486     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10487   layout:
10488     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-pdr"
10489     layout: "plot-throughput-speedup-analysis"
10490
10491 - type: "plot"
10492   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10493   algorithm: "plot_throughput_speedup_analysis_name"
10494   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10495   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10496   include:
10497     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10498     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10499     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10500   layout:
10501     title: "2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr"
10502     layout: "plot-throughput-speedup-analysis"
10503
10504 - type: "plot"
10505   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10506   algorithm: "plot_throughput_speedup_analysis_name"
10507   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10508   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10509   include:
10510     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10511     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10512     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10513   layout:
10514     title: "2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr"
10515     layout: "plot-throughput-speedup-analysis"
10516
10517 - type: "plot"
10518   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10519   algorithm: "plot_throughput_speedup_analysis_name"
10520   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10521   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10522   include:
10523     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10524     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10525     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
10526     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
10527     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10528   layout:
10529     title: "2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr"
10530     layout: "plot-throughput-speedup-analysis"
10531
10532 - type: "plot"
10533   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10534   algorithm: "plot_throughput_speedup_analysis_name"
10535   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10536   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10537   include:
10538     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10539     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10540     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
10541     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
10542     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10543   layout:
10544     title: "2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr"
10545     layout: "plot-throughput-speedup-analysis"
10546
10547 - type: "plot"
10548   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10549   algorithm: "plot_throughput_speedup_analysis_name"
10550   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10551   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10552   include:
10553     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10554     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10555     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10556   layout:
10557     title: "3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr"
10558     layout: "plot-throughput-speedup-analysis"
10559
10560 - type: "plot"
10561   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10562   algorithm: "plot_throughput_speedup_analysis_name"
10563   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10564   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10565   include:
10566     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10567     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10568     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10569   layout:
10570     title: "3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr"
10571     layout: "plot-throughput-speedup-analysis"
10572
10573 - type: "plot"
10574   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10575   algorithm: "plot_throughput_speedup_analysis_name"
10576   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10577   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10578   include:
10579     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10580     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10581     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10582   layout:
10583     title: "3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr"
10584     layout: "plot-throughput-speedup-analysis"
10585
10586 - type: "plot"
10587   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10588   algorithm: "plot_throughput_speedup_analysis_name"
10589   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10590   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10591   include:
10592     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10593     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10594     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10595   layout:
10596     title: "3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr"
10597     layout: "plot-throughput-speedup-analysis"
10598
10599 - type: "plot"
10600   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10601   algorithm: "plot_throughput_speedup_analysis_name"
10602   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10603   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10604   include:
10605     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10606     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10607     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
10608     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
10609     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10610   layout:
10611     title: "3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr"
10612     layout: "plot-throughput-speedup-analysis"
10613
10614 - type: "plot"
10615   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10616   algorithm: "plot_throughput_speedup_analysis_name"
10617   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10618   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10619   include:
10620     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10621     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10622     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
10623     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
10624     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10625   layout:
10626     title: "3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr"
10627     layout: "plot-throughput-speedup-analysis"
10628
10629 - type: "plot"
10630   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
10631   algorithm: "plot_throughput_speedup_analysis_name"
10632   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
10633   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10634   include:
10635     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10636     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10637     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10638     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10639     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10640     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10641   layout:
10642     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr"
10643     layout: "plot-throughput-speedup-analysis"
10644
10645 - type: "plot"
10646   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
10647   algorithm: "plot_throughput_speedup_analysis_name"
10648   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
10649   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10650   include:
10651     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10652     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10653     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10654     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10655     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
10656     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10657   layout:
10658     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr"
10659     layout: "plot-throughput-speedup-analysis"
10660
10661 - type: "plot"
10662   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr-tsa"
10663   algorithm: "plot_throughput_speedup_analysis_name"
10664   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr-tsa"
10665   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10666   include:
10667     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
10668     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10669     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
10670     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10671   layout:
10672     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr"
10673     layout: "plot-throughput-speedup-analysis"
10674
10675 - type: "plot"
10676   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr-tsa"
10677   algorithm: "plot_throughput_speedup_analysis_name"
10678   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr-tsa"
10679   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10680   include:
10681     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
10682     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10683     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10684     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10685   layout:
10686     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr"
10687     layout: "plot-throughput-speedup-analysis"
10688
10689 - type: "plot"
10690   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr-tsa"
10691   algorithm: "plot_throughput_speedup_analysis_name"
10692   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr-tsa"
10693   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10694   include:
10695     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10696     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10697     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10698     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10699     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10700     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10701   layout:
10702     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr"
10703     layout: "plot-throughput-speedup-analysis"
10704
10705 - type: "plot"
10706   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr-tsa"
10707   algorithm: "plot_throughput_speedup_analysis_name"
10708   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr-tsa"
10709   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10710   include:
10711     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10712     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10713     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10714     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10715     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10716     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10717   layout:
10718     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr"
10719     layout: "plot-throughput-speedup-analysis"
10720
10721 - type: "plot"
10722   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
10723   algorithm: "plot_throughput_speedup_analysis_name"
10724   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
10725   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10726   include:
10727     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
10728     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
10729     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
10730     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
10731     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10732     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
10733   layout:
10734     title: "2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr"
10735     layout: "plot-throughput-speedup-analysis"
10736
10737 - type: "plot"
10738   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
10739   algorithm: "plot_throughput_speedup_analysis_name"
10740   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
10741   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10742   include:
10743     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
10744     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
10745     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
10746     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
10747     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10748     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
10749   layout:
10750     title: "2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr"
10751     layout: "plot-throughput-speedup-analysis"
10752
10753 - type: "plot"
10754   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
10755   algorithm: "plot_throughput_speedup_analysis_name"
10756   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
10757   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10758   include:
10759     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
10760     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
10761     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
10762     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
10763   layout:
10764     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
10765     layout: "plot-throughput-speedup-analysis"
10766
10767 - type: "plot"
10768   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
10769   algorithm: "plot_throughput_speedup_analysis_name"
10770   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
10771   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10772   include:
10773     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
10774     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
10775     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
10776     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
10777   layout:
10778     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
10779     layout: "plot-throughput-speedup-analysis"
10780
10781 - type: "plot"
10782   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
10783   algorithm: "plot_throughput_speedup_analysis_name"
10784   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
10785   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10786   include:
10787     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
10788     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
10789     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
10790     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
10791     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10792   layout:
10793     title: "2n-skx-xxv710-64b-l2switching-base-i40e-ndr"
10794     layout: "plot-throughput-speedup-analysis"
10795
10796 - type: "plot"
10797   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
10798   algorithm: "plot_throughput_speedup_analysis_name"
10799   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
10800   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10801   include:
10802     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
10803     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
10804     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
10805     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
10806     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10807   layout:
10808     title: "2n-skx-xxv710-64b-l2switching-base-i40e-pdr"
10809     layout: "plot-throughput-speedup-analysis"
10810
10811 - type: "plot"
10812   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
10813   algorithm: "plot_throughput_speedup_analysis_name"
10814   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
10815   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10816   include:
10817     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10818     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
10819     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
10820     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
10821   layout:
10822     title: "2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr"
10823     layout: "plot-throughput-speedup-analysis"
10824
10825 - type: "plot"
10826   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
10827   algorithm: "plot_throughput_speedup_analysis_name"
10828   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
10829   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10830   include:
10831     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10832     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
10833     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
10834     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
10835   layout:
10836     title: "2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr"
10837     layout: "plot-throughput-speedup-analysis"
10838
10839 - type: "plot"
10840   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr-tsa"
10841   algorithm: "plot_throughput_speedup_analysis_name"
10842   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr-tsa"
10843   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10844   include:
10845     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
10846     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
10847     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
10848     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
10849     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10850     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
10851   layout:
10852     title: "3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr"
10853     layout: "plot-throughput-speedup-analysis"
10854
10855 - type: "plot"
10856   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr-tsa"
10857   algorithm: "plot_throughput_speedup_analysis_name"
10858   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr-tsa"
10859   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10860   include:
10861     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
10862     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
10863     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
10864     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
10865     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10866     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
10867   layout:
10868     title: "3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr"
10869     layout: "plot-throughput-speedup-analysis"
10870
10871 - type: "plot"
10872   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
10873   algorithm: "plot_throughput_speedup_analysis_name"
10874   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
10875   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10876   include:
10877     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
10878     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
10879     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
10880     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10881     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
10882   layout:
10883     title: "3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr"
10884     layout: "plot-throughput-speedup-analysis"
10885
10886 - type: "plot"
10887   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
10888   algorithm: "plot_throughput_speedup_analysis_name"
10889   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
10890   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10891   include:
10892     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
10893     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
10894     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
10895     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10896     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
10897   layout:
10898     title: "3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr"
10899     layout: "plot-throughput-speedup-analysis"
10900
10901 - type: "plot"
10902   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
10903   algorithm: "plot_throughput_speedup_analysis_name"
10904   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
10905   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10906   include:
10907     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
10908     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
10909     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
10910   layout:
10911     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
10912     layout: "plot-throughput-speedup-analysis"
10913
10914 - type: "plot"
10915   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
10916   algorithm: "plot_throughput_speedup_analysis_name"
10917   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
10918   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10919   include:
10920     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
10921     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
10922     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
10923   layout:
10924     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
10925     layout: "plot-throughput-speedup-analysis"
10926
10927 - type: "plot"
10928   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
10929   algorithm: "plot_throughput_speedup_analysis_name"
10930   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
10931   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10932   include:
10933     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
10934     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
10935     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
10936     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10937   layout:
10938     title: "3n-skx-xxv710-64b-l2switching-base-i40e-ndr"
10939     layout: "plot-throughput-speedup-analysis"
10940
10941 - type: "plot"
10942   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
10943   algorithm: "plot_throughput_speedup_analysis_name"
10944   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
10945   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10946   include:
10947     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
10948     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
10949     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
10950     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10951   layout:
10952     title: "3n-skx-xxv710-64b-l2switching-base-i40e-pdr"
10953     layout: "plot-throughput-speedup-analysis"
10954
10955 - type: "plot"
10956   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
10957   algorithm: "plot_throughput_speedup_analysis_name"
10958   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
10959   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10960   include:
10961     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
10962     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
10963     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10964     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
10965     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
10966     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
10967   layout:
10968     title: "3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr"
10969     layout: "plot-throughput-speedup-analysis"
10970
10971 - type: "plot"
10972   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
10973   algorithm: "plot_throughput_speedup_analysis_name"
10974   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
10975   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10976   include:
10977     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
10978     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
10979     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10980     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
10981     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
10982     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
10983   layout:
10984     title: "3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr"
10985     layout: "plot-throughput-speedup-analysis"
10986
10987 - type: "plot"
10988   title: "Speedup: 3n-skx-xxv710-64b-feature-l2switching-base-i40e-ndr-tsa"
10989   algorithm: "plot_throughput_speedup_analysis_name"
10990   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-feature-l2switching-base-i40e-ndr-tsa"
10991   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10992   include:
10993     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10994     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
10995     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
10996     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
10997     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
10998     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
10999   layout:
11000     title: "3n-skx-xxv710-64b-feature-l2switching-base-i40e-ndr"
11001     layout: "plot-throughput-speedup-analysis"
11002
11003 - type: "plot"
11004   title: "Speedup: 3n-skx-xxv710-64b-feature-l2switching-base-i40e-pdr-tsa"
11005   algorithm: "plot_throughput_speedup_analysis_name"
11006   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-feature-l2switching-base-i40e-pdr-tsa"
11007   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11008   include:
11009     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11010     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11011     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11012     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11013     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11014     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11015   layout:
11016     title: "3n-skx-xxv710-64b-feature-l2switching-base-i40e-pdr"
11017     layout: "plot-throughput-speedup-analysis"
11018
11019 - type: "plot"
11020   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
11021   algorithm: "plot_throughput_speedup_analysis_name"
11022   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
11023   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11024   include:
11025     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11026     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11027     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11028     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11029     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11030     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11031   layout:
11032     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-ndr"
11033     layout: "plot-throughput-speedup-analysis"
11034
11035 - type: "plot"
11036   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
11037   algorithm: "plot_throughput_speedup_analysis_name"
11038   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
11039   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11040   include:
11041     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11042     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11043     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11044     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11045     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11046     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11047   layout:
11048     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-pdr"
11049     layout: "plot-throughput-speedup-analysis"
11050
11051 - type: "plot"
11052   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
11053   algorithm: "plot_throughput_speedup_analysis_name"
11054   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
11055   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11056   include:
11057     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11058     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11059     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11060     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11061     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11062     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11063   layout:
11064     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-ndr"
11065     layout: "plot-throughput-speedup-analysis"
11066
11067 - type: "plot"
11068   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
11069   algorithm: "plot_throughput_speedup_analysis_name"
11070   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
11071   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11072   include:
11073     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11074     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11075     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11076     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11077     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11078     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11079   layout:
11080     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-pdr"
11081     layout: "plot-throughput-speedup-analysis"
11082
11083 - type: "plot"
11084   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
11085   algorithm: "plot_throughput_speedup_analysis_name"
11086   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
11087   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11088   include:
11089     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11090     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11091     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11092     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11093   layout:
11094     title: "2n-skx-xxv710-64b-vhost-base-i40e-ndr"
11095     layout: "plot-throughput-speedup-analysis"
11096
11097 - type: "plot"
11098   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
11099   algorithm: "plot_throughput_speedup_analysis_name"
11100   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
11101   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11102   include:
11103     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11104     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11105     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11106     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11107   layout:
11108     title: "2n-skx-xxv710-64b-vhost-base-i40e-pdr"
11109     layout: "plot-throughput-speedup-analysis"
11110
11111 - type: "plot"
11112   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-ndr-tsa"
11113   algorithm: "plot_throughput_speedup_analysis_name"
11114   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-ndr-tsa"
11115   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11116   include:
11117     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11118     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11119     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11120     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11121   layout:
11122     title: "3n-hsw-xl710-64b-vhost-base-i40e-ndr"
11123     layout: "plot-throughput-speedup-analysis"
11124
11125 - type: "plot"
11126   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-pdr-tsa"
11127   algorithm: "plot_throughput_speedup_analysis_name"
11128   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-pdr-tsa"
11129   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11130   include:
11131     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11132     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11133     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11134     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11135   layout:
11136     title: "3n-hsw-xl710-64b-vhost-base-i40e-pdr"
11137     layout: "plot-throughput-speedup-analysis"
11138
11139 #- type: "plot"
11140 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
11141 #  algorithm: "plot_throughput_speedup_analysis_name"
11142 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
11143 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11144 #  include:
11145 #    - ""
11146 #  layout:
11147 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-i40e-ndr"
11148 #    layout: "plot-throughput-speedup-analysis"
11149 #
11150 #- type: "plot"
11151 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
11152 #  algorithm: "plot_throughput_speedup_analysis_name"
11153 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
11154 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11155 #  include:
11156 #    - ""
11157 #  layout:
11158 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-i40e-pdr"
11159 #    layout: "plot-throughput-speedup-analysis"
11160
11161 - type: "plot"
11162   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
11163   algorithm: "plot_throughput_speedup_analysis_name"
11164   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
11165   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11166   include:
11167     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11168     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11169     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11170     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11171     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11172   layout:
11173     title: "3n-skx-xxv710-64b-vhost-base-i40e-ndr"
11174     layout: "plot-throughput-speedup-analysis"
11175
11176 - type: "plot"
11177   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
11178   algorithm: "plot_throughput_speedup_analysis_name"
11179   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
11180   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11181   include:
11182     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11183     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11184     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11185     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11186     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11187   layout:
11188     title: "3n-skx-xxv710-64b-vhost-base-i40e-pdr"
11189     layout: "plot-throughput-speedup-analysis"
11190
11191 - type: "plot"
11192   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
11193   algorithm: "plot_throughput_speedup_analysis_name"
11194   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
11195   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11196   include:
11197     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11198     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11199     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11200     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11201     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11202     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11203   layout:
11204     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr"
11205     layout: "plot-throughput-speedup-analysis"
11206
11207 - type: "plot"
11208   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
11209   algorithm: "plot_throughput_speedup_analysis_name"
11210   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
11211   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11212   include:
11213     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11214     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11215     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11216     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11217     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11218     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11219   layout:
11220     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr"
11221     layout: "plot-throughput-speedup-analysis"
11222
11223 - type: "plot"
11224   title: "Speedup: 3n-hsw-xl710-114b-vts-l2switching-base-i40e-ndr-tsa"
11225   algorithm: "plot_throughput_speedup_analysis_name"
11226   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-vts-l2switching-base-i40e-ndr-tsa"
11227   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11228   include:
11229     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
11230     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
11231     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
11232   layout:
11233     title: "3n-hsw-xl710-114b-vts-l2switching-base-i40e-ndr"
11234     layout: "plot-throughput-speedup-analysis"
11235
11236 - type: "plot"
11237   title: "Speedup: 3n-hsw-xl710-114b-vts-l2switching-base-i40e-pdr-tsa"
11238   algorithm: "plot_throughput_speedup_analysis_name"
11239   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-vts-l2switching-base-i40e-pdr-tsa"
11240   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11241   include:
11242     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
11243     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
11244     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
11245   layout:
11246     title: "3n-hsw-xl710-114b-vts-l2switching-base-i40e-pdr"
11247     layout: "plot-throughput-speedup-analysis"
11248
11249 - type: "plot"
11250   title: "Speedup: 3n-skx-xxv710-114b-vts-l2switching-base-i40e-ndr-tsa"
11251   algorithm: "plot_throughput_speedup_analysis_name"
11252   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-vts-l2switching-base-i40e-ndr-tsa"
11253   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11254   include:
11255     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
11256     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
11257     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
11258   layout:
11259     title: "3n-skx-xxv710-114b-vts-l2switching-base-i40e-ndr"
11260     layout: "plot-throughput-speedup-analysis"
11261
11262 - type: "plot"
11263   title: "Speedup: 3n-skx-xxv710-114b-vts-l2switching-base-i40e-pdr-tsa"
11264   algorithm: "plot_throughput_speedup_analysis_name"
11265   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-vts-l2switching-base-i40e-pdr-tsa"
11266   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11267   include:
11268     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
11269     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
11270     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
11271   layout:
11272     title: "3n-skx-xxv710-114b-vts-l2switching-base-i40e-pdr"
11273     layout: "plot-throughput-speedup-analysis"
11274
11275 - type: "plot"
11276   title: "Speedup: 3n-tsh-x520-64b-memif-base-i40e-ndr-tsa"
11277   algorithm: "plot_throughput_speedup_analysis_name"
11278   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-i40e-ndr-tsa"
11279   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11280   include:
11281     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11282     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11283     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11284     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11285     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11286   layout:
11287     title: "3n-tsh-x520-64b-memif-base-i40e-ndr"
11288     layout: "plot-throughput-speedup-analysis"
11289
11290 - type: "plot"
11291   title: "Speedup: 3n-tsh-x520-64b-memif-base-i40e-pdr-tsa"
11292   algorithm: "plot_throughput_speedup_analysis_name"
11293   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-i40e-pdr-tsa"
11294   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11295   include:
11296     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11297     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11298     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11299     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11300     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11301   layout:
11302     title: "3n-tsh-x520-64b-memif-base-i40e-pdr"
11303     layout: "plot-throughput-speedup-analysis"
11304
11305 - type: "plot"
11306   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-i40e-ndr-tsa"
11307   algorithm: "plot_throughput_speedup_analysis_name"
11308   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-i40e-ndr-tsa"
11309   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11310   include:
11311     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
11312     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11313     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
11314     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
11315     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
11316   layout:
11317     title: "3n-tsh-x520-64b-ip4routing-base-scale-i40e-ndr"
11318     layout: "plot-throughput-speedup-analysis"
11319
11320 - type: "plot"
11321   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-i40e-pdr-tsa"
11322   algorithm: "plot_throughput_speedup_analysis_name"
11323   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-i40e-pdr-tsa"
11324   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11325   include:
11326     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
11327     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11328     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
11329     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
11330     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
11331   layout:
11332     title: "3n-tsh-x520-64b-ip4routing-base-scale-i40e-pdr"
11333     layout: "plot-throughput-speedup-analysis"
11334
11335 - type: "plot"
11336   title: "Speedup: 3n-tsh-x520-64b-feature-ip4routing-base-i40e-ndr-tsa"
11337   algorithm: "plot_throughput_speedup_analysis_name"
11338   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-feature-ip4routing-base-i40e-ndr-tsa"
11339   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11340   include:
11341     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11342     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11343     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11344     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11345     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11346     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
11347   layout:
11348     title: "3n-tsh-x520-64b-feature-ip4routing-base-i40e-ndr"
11349     layout: "plot-throughput-speedup-analysis"
11350
11351 - type: "plot"
11352   title: "Speedup: 3n-tsh-x520-64b-feature-ip4routing-base-i40e-pdr-tsa"
11353   algorithm: "plot_throughput_speedup_analysis_name"
11354   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-feature-ip4routing-base-i40e-pdr-tsa"
11355   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11356   include:
11357     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11358     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11359     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11360     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11361     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11362     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
11363   layout:
11364     title: "3n-tsh-x520-64b-feature-ip4routing-base-i40e-pdr"
11365     layout: "plot-throughput-speedup-analysis"
11366
11367 - type: "plot"
11368   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-i40e-ndr-tsa"
11369   algorithm: "plot_throughput_speedup_analysis_name"
11370   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-i40e-ndr-tsa"
11371   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11372   include:
11373     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
11374     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11375     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11376     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11377   layout:
11378     title: "3n-tsh-x520-64b-ip4tunnel-base-i40e-ndr"
11379     layout: "plot-throughput-speedup-analysis"
11380
11381 - type: "plot"
11382   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-i40e-pdr-tsa"
11383   algorithm: "plot_throughput_speedup_analysis_name"
11384   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-i40e-pdr-tsa"
11385   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11386   include:
11387     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
11388     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11389     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11390     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11391   layout:
11392     title: "3n-tsh-x520-64b-ip4tunnel-base-i40e-pdr"
11393     layout: "plot-throughput-speedup-analysis"
11394
11395 - type: "plot"
11396   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-i40e-ndr-tsa"
11397   algorithm: "plot_throughput_speedup_analysis_name"
11398   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-i40e-ndr-tsa"
11399   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11400   include:
11401     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
11402     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
11403     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
11404     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
11405     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
11406   layout:
11407     title: "3n-tsh-x520-78b-ip6routing-base-scale-i40e-ndr"
11408     layout: "plot-throughput-speedup-analysis"
11409
11410 - type: "plot"
11411   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-i40e-pdr-tsa"
11412   algorithm: "plot_throughput_speedup_analysis_name"
11413   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-i40e-pdr-tsa"
11414   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11415   include:
11416     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
11417     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
11418     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
11419     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
11420     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
11421   layout:
11422     title: "3n-tsh-x520-78b-ip6routing-base-scale-i40e-pdr"
11423     layout: "plot-throughput-speedup-analysis"
11424
11425 - type: "plot"
11426   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
11427   algorithm: "plot_throughput_speedup_analysis_name"
11428   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
11429   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11430   include:
11431     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11432     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11433     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11434     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11435     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11436     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11437   layout:
11438     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr"
11439     layout: "plot-throughput-speedup-analysis"
11440
11441 - type: "plot"
11442   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
11443   algorithm: "plot_throughput_speedup_analysis_name"
11444   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
11445   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11446   include:
11447     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11448     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11449     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11450     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11451     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11452     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11453   layout:
11454     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr"
11455     layout: "plot-throughput-speedup-analysis"
11456
11457 - type: "plot"
11458   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-i40e-ndr-tsa"
11459   algorithm: "plot_throughput_speedup_analysis_name"
11460   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-i40e-ndr-tsa"
11461   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11462   include:
11463     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
11464     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11465     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11466     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11467   layout:
11468     title: "3n-tsh-x520-64b-l2switching-base-i40e-ndr"
11469     layout: "plot-throughput-speedup-analysis"
11470
11471 - type: "plot"
11472   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-i40e-pdr-tsa"
11473   algorithm: "plot_throughput_speedup_analysis_name"
11474   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-i40e-pdr-tsa"
11475   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11476   include:
11477     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
11478     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11479     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11480     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11481   layout:
11482     title: "3n-tsh-x520-64b-l2switching-base-i40e-pdr"
11483     layout: "plot-throughput-speedup-analysis"
11484
11485 - type: "plot"
11486   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-i40e-ndr-tsa"
11487   algorithm: "plot_throughput_speedup_analysis_name"
11488   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-i40e-ndr-tsa"
11489   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11490   include:
11491     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
11492     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11493     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11494     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
11495     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
11496     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11497   layout:
11498     title: "3n-tsh-x520-64b-l2switching-base-scale-i40e-ndr"
11499     layout: "plot-throughput-speedup-analysis"
11500
11501 - type: "plot"
11502   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-i40e-pdr-tsa"
11503   algorithm: "plot_throughput_speedup_analysis_name"
11504   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-i40e-pdr-tsa"
11505   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11506   include:
11507     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
11508     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11509     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11510     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
11511     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
11512     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11513   layout:
11514     title: "3n-tsh-x520-64b-l2switching-base-scale-i40e-pdr"
11515     layout: "plot-throughput-speedup-analysis"
11516
11517 - type: "plot"
11518   title: "Speedup: 3n-tsh-x520-64b-feature-l2switching-base-i40e-ndr-tsa"
11519   algorithm: "plot_throughput_speedup_analysis_name"
11520   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-feature-l2switching-base-i40e-ndr-tsa"
11521   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11522   include:
11523     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11524     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11525     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11526     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11527     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11528     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11529   layout:
11530     title: "3n-tsh-x520-64b-feature-l2switching-base-i40e-ndr"
11531     layout: "plot-throughput-speedup-analysis"
11532
11533 - type: "plot"
11534   title: "Speedup: 3n-tsh-x520-64b-feature-l2switching-base-i40e-pdr-tsa"
11535   algorithm: "plot_throughput_speedup_analysis_name"
11536   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-feature-l2switching-base-i40e-pdr-tsa"
11537   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11538   include:
11539     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11540     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11541     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11542     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11543     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11544     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11545   layout:
11546     title: "3n-tsh-x520-64b-feature-l2switching-base-i40e-pdr"
11547     layout: "plot-throughput-speedup-analysis"
11548
11549 - type: "plot"
11550   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-i40e-ndr-tsa"
11551   algorithm: "plot_throughput_speedup_analysis_name"
11552   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-i40e-ndr-tsa"
11553   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11554   include:
11555     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11556     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11557     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11558     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11559     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11560     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11561   layout:
11562     title: "3n-tsh-x520-78b-srv6-ip6routing-base-i40e-ndr"
11563     layout: "plot-throughput-speedup-analysis"
11564
11565 - type: "plot"
11566   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-i40e-pdr-tsa"
11567   algorithm: "plot_throughput_speedup_analysis_name"
11568   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-i40e-pdr-tsa"
11569   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11570   include:
11571     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11572     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11573     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11574     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11575     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11576     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11577   layout:
11578     title: "3n-tsh-x520-78b-srv6-ip6routing-base-i40e-pdr"
11579     layout: "plot-throughput-speedup-analysis"
11580
11581 - type: "plot"
11582   title: "Speedup: 3n-tsh-x520-64b-vhost-base-i40e-ndr-tsa"
11583   algorithm: "plot_throughput_speedup_analysis_name"
11584   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-i40e-ndr-tsa"
11585   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11586   include:
11587     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11588     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11589     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11590     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11591     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11592   layout:
11593     title: "3n-tsh-x520-64b-vhost-base-i40e-ndr"
11594     layout: "plot-throughput-speedup-analysis"
11595
11596 - type: "plot"
11597   title: "Speedup: 3n-tsh-x520-64b-vhost-base-i40e-pdr-tsa"
11598   algorithm: "plot_throughput_speedup_analysis_name"
11599   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-i40e-pdr-tsa"
11600   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11601   include:
11602     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11603     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11604     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11605     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11606     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11607   layout:
11608     title: "3n-tsh-x520-64b-vhost-base-i40e-pdr"
11609     layout: "plot-throughput-speedup-analysis"
11610
11611 - type: "plot"
11612   title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-i40e-ndr-tsa"
11613   algorithm: "plot_throughput_speedup_analysis_name"
11614   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-i40e-ndr-tsa"
11615   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11616   include:
11617     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11618     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11619     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11620     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11621     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11622     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11623   layout:
11624     title: "3n-tsh-x520-64b-link-bonding-vhost-base-i40e-ndr"
11625     layout: "plot-throughput-speedup-analysis"
11626
11627 - type: "plot"
11628   title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-i40e-pdr-tsa"
11629   algorithm: "plot_throughput_speedup_analysis_name"
11630   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-i40e-pdr-tsa"
11631   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11632   include:
11633     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11634     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11635     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11636     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11637     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11638     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11639   layout:
11640     title: "3n-tsh-x520-64b-link-bonding-vhost-base-i40e-pdr"
11641     layout: "plot-throughput-speedup-analysis"
11642
11643 - type: "plot"
11644   title: "Speedup: 3n-tsh-x520-114b-vts-l2switching-base-i40e-ndr-tsa"
11645   algorithm: "plot_throughput_speedup_analysis_name"
11646   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-vts-l2switching-base-i40e-ndr-tsa"
11647   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11648   include:
11649     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
11650     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
11651     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
11652   layout:
11653     title: "3n-tsh-x520-114b-vts-l2switching-base-i40e-ndr"
11654     layout: "plot-throughput-speedup-analysis"
11655
11656 - type: "plot"
11657   title: "Speedup: 3n-tsh-x520-114b-vts-l2switching-base-i40e-pdr-tsa"
11658   algorithm: "plot_throughput_speedup_analysis_name"
11659   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-vts-l2switching-base-i40e-pdr-tsa"
11660   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11661   include:
11662     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
11663     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
11664     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
11665   layout:
11666     title: "3n-tsh-x520-114b-vts-l2switching-base-i40e-pdr"
11667     layout: "plot-throughput-speedup-analysis"
11668
11669 ################################################################################
11670
11671 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
11672 - type: "plot"
11673   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
11674   algorithm: "plot_performance_box"
11675   output-file-type: ".html"
11676   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
11677   data: "plot-dpdk-throughput-latency-3n-hsw"
11678   filter: "'NIC_Intel-X520-DA2' and
11679            '64B' and
11680            'BASE' and
11681            'NDRPDR' and
11682            '1T1C' and
11683            'IP4FWD'"
11684   parameters:
11685   - "throughput"
11686   - "parent"
11687   - "tags"
11688   traces:
11689     hoverinfo: "x+y"
11690     boxpoints: "outliers"
11691     whiskerwidth: 0
11692   layout:
11693     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
11694     layout: "plot-throughput"
11695
11696 - type: "plot"
11697   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
11698   algorithm: "plot_performance_box"
11699   output-file-type: ".html"
11700   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
11701   data: "plot-dpdk-throughput-latency-3n-hsw"
11702   filter: "'NIC_Intel-X520-DA2' and
11703            '64B' and
11704            'BASE' and
11705            'NDRPDR' and
11706            '2T2C' and
11707            'IP4FWD'"
11708   parameters:
11709   - "throughput"
11710   - "parent"
11711   - "tags"
11712   traces:
11713     hoverinfo: "x+y"
11714     boxpoints: "outliers"
11715     whiskerwidth: 0
11716   layout:
11717     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
11718     layout: "plot-throughput"
11719
11720 - type: "plot"
11721   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
11722   algorithm: "plot_performance_box"
11723   output-file-type: ".html"
11724   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
11725   data: "plot-dpdk-throughput-latency-3n-hsw"
11726   filter: "'NIC_Intel-X520-DA2' and
11727            '64B' and
11728            'BASE' and
11729            'NDRPDR' and
11730            '1T1C' and
11731            'IP4FWD'"
11732   parameters:
11733   - "throughput"
11734   - "parent"
11735   - "tags"
11736   traces:
11737     hoverinfo: "x+y"
11738     boxpoints: "outliers"
11739     whiskerwidth: 0
11740   layout:
11741     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
11742     layout: "plot-throughput"
11743
11744 - type: "plot"
11745   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
11746   algorithm: "plot_performance_box"
11747   output-file-type: ".html"
11748   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
11749   data: "plot-dpdk-throughput-latency-3n-hsw"
11750   filter: "'NIC_Intel-X520-DA2' and
11751            '64B' and
11752            'BASE' and
11753            'NDRPDR' and
11754            '2T2C' and
11755            'IP4FWD'"
11756   parameters:
11757   - "throughput"
11758   - "parent"
11759   - "tags"
11760   traces:
11761     hoverinfo: "x+y"
11762     boxpoints: "outliers"
11763     whiskerwidth: 0
11764   layout:
11765     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
11766     layout: "plot-throughput"
11767
11768 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
11769 - type: "plot"
11770   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
11771   algorithm: "plot_performance_box"
11772   output-file-type: ".html"
11773   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
11774   data: "plot-dpdk-throughput-latency-3n-hsw"
11775   filter: "'NIC_Intel-X710' and
11776            '64B' and
11777            'BASE' and
11778            'NDRPDR' and
11779            '1T1C' and
11780            'IP4FWD'"
11781   parameters:
11782   - "throughput"
11783   - "parent"
11784   - "tags"
11785   traces:
11786     hoverinfo: "x+y"
11787     boxpoints: "outliers"
11788     whiskerwidth: 0
11789   layout:
11790     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
11791     layout: "plot-throughput"
11792
11793 - type: "plot"
11794   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
11795   algorithm: "plot_performance_box"
11796   output-file-type: ".html"
11797   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
11798   data: "plot-dpdk-throughput-latency-3n-hsw"
11799   filter: "'NIC_Intel-X710' and
11800            '64B' and
11801            'BASE' and
11802            'NDRPDR' and
11803            '2T2C' and
11804            'IP4FWD'"
11805   parameters:
11806   - "throughput"
11807   - "parent"
11808   - "tags"
11809   traces:
11810     hoverinfo: "x+y"
11811     boxpoints: "outliers"
11812     whiskerwidth: 0
11813   layout:
11814     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
11815     layout: "plot-throughput"
11816
11817 - type: "plot"
11818   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
11819   algorithm: "plot_performance_box"
11820   output-file-type: ".html"
11821   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
11822   data: "plot-dpdk-throughput-latency-3n-hsw"
11823   filter: "'NIC_Intel-X710' and
11824            '64B' and
11825            'BASE' and
11826            'NDRPDR' and
11827            '1T1C' and
11828            'IP4FWD'"
11829   parameters:
11830   - "throughput"
11831   - "parent"
11832   - "tags"
11833   traces:
11834     hoverinfo: "x+y"
11835     boxpoints: "outliers"
11836     whiskerwidth: 0
11837   layout:
11838     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
11839     layout: "plot-throughput"
11840
11841 - type: "plot"
11842   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
11843   algorithm: "plot_performance_box"
11844   output-file-type: ".html"
11845   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
11846   data: "plot-dpdk-throughput-latency-3n-hsw"
11847   filter: "'NIC_Intel-X710' and
11848            '64B' and
11849            'BASE' and
11850            'NDRPDR' and
11851            '2T2C' and
11852            'IP4FWD'"
11853   parameters:
11854   - "throughput"
11855   - "parent"
11856   - "tags"
11857   traces:
11858     hoverinfo: "x+y"
11859     boxpoints: "outliers"
11860     whiskerwidth: 0
11861   layout:
11862     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
11863     layout: "plot-throughput"
11864
11865 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
11866 - type: "plot"
11867   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
11868   algorithm: "plot_performance_box"
11869   output-file-type: ".html"
11870   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
11871   data: "plot-dpdk-throughput-latency-3n-hsw"
11872   filter: "'NIC_Intel-XL710' and
11873            '64B' and
11874            'BASE' and
11875            'NDRPDR' and
11876            '1T1C' and
11877            'IP4FWD'"
11878   parameters:
11879   - "throughput"
11880   - "parent"
11881   - "tags"
11882   traces:
11883     hoverinfo: "x+y"
11884     boxpoints: "outliers"
11885     whiskerwidth: 0
11886   layout:
11887     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
11888     layout: "plot-throughput"
11889
11890 - type: "plot"
11891   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
11892   algorithm: "plot_performance_box"
11893   output-file-type: ".html"
11894   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
11895   data: "plot-dpdk-throughput-latency-3n-hsw"
11896   filter: "'NIC_Intel-XL710' and
11897            '64B' and
11898            'BASE' and
11899            'NDRPDR' and
11900            '2T2C' and
11901            'IP4FWD'"
11902   parameters:
11903   - "throughput"
11904   - "parent"
11905   - "tags"
11906   traces:
11907     hoverinfo: "x+y"
11908     boxpoints: "outliers"
11909     whiskerwidth: 0
11910   layout:
11911     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
11912     layout: "plot-throughput"
11913
11914 - type: "plot"
11915   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
11916   algorithm: "plot_performance_box"
11917   output-file-type: ".html"
11918   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
11919   data: "plot-dpdk-throughput-latency-3n-hsw"
11920   filter: "'NIC_Intel-XL710' and
11921            '64B' and
11922            'BASE' and
11923            'NDRPDR' and
11924            '1T1C' and
11925            'IP4FWD'"
11926   parameters:
11927   - "throughput"
11928   - "parent"
11929   - "tags"
11930   traces:
11931     hoverinfo: "x+y"
11932     boxpoints: "outliers"
11933     whiskerwidth: 0
11934   layout:
11935     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
11936     layout: "plot-throughput"
11937
11938 - type: "plot"
11939   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
11940   algorithm: "plot_performance_box"
11941   output-file-type: ".html"
11942   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
11943   data: "plot-dpdk-throughput-latency-3n-hsw"
11944   filter: "'NIC_Intel-XL710' and
11945            '64B' and
11946            'BASE' and
11947            'NDRPDR' and
11948            '2T2C' and
11949            'IP4FWD'"
11950   parameters:
11951   - "throughput"
11952   - "parent"
11953   - "tags"
11954   traces:
11955     hoverinfo: "x+y"
11956     boxpoints: "outliers"
11957     whiskerwidth: 0
11958   layout:
11959     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
11960     layout: "plot-throughput"
11961
11962 # Packet Throughput - DPDK l3fwd 3n-skx-x710
11963 - type: "plot"
11964   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
11965   algorithm: "plot_performance_box"
11966   output-file-type: ".html"
11967   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
11968   data: "plot-dpdk-throughput-latency-3n-skx"
11969   filter: "'NIC_Intel-X710' and
11970            '64B' and
11971            'BASE' and
11972            'NDRPDR' and
11973            '2T1C' and
11974            'IP4FWD'"
11975   parameters:
11976   - "throughput"
11977   - "parent"
11978   - "tags"
11979   traces:
11980     hoverinfo: "x+y"
11981     boxpoints: "outliers"
11982     whiskerwidth: 0
11983   layout:
11984     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
11985     layout: "plot-throughput"
11986
11987 - type: "plot"
11988   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
11989   algorithm: "plot_performance_box"
11990   output-file-type: ".html"
11991   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
11992   data: "plot-dpdk-throughput-latency-3n-skx"
11993   filter: "'NIC_Intel-X710' and
11994            '64B' and
11995            'BASE' and
11996            'NDRPDR' and
11997            '4T2C' and
11998            'IP4FWD'"
11999   parameters:
12000   - "throughput"
12001   - "parent"
12002   - "tags"
12003   traces:
12004     hoverinfo: "x+y"
12005     boxpoints: "outliers"
12006     whiskerwidth: 0
12007   layout:
12008     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
12009     layout: "plot-throughput"
12010
12011 - type: "plot"
12012   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
12013   algorithm: "plot_performance_box"
12014   output-file-type: ".html"
12015   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
12016   data: "plot-dpdk-throughput-latency-3n-skx"
12017   filter: "'NIC_Intel-X710' and
12018            '64B' and
12019            'BASE' and
12020            'NDRPDR' and
12021            '2T1C' and
12022            'IP4FWD'"
12023   parameters:
12024   - "throughput"
12025   - "parent"
12026   - "tags"
12027   traces:
12028     hoverinfo: "x+y"
12029     boxpoints: "outliers"
12030     whiskerwidth: 0
12031   layout:
12032     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
12033     layout: "plot-throughput"
12034
12035 - type: "plot"
12036   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
12037   algorithm: "plot_performance_box"
12038   output-file-type: ".html"
12039   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
12040   data: "plot-dpdk-throughput-latency-3n-skx"
12041   filter: "'NIC_Intel-X710' and
12042            '64B' and
12043            'BASE' and
12044            'NDRPDR' and
12045            '4T2C' and
12046            'IP4FWD'"
12047   parameters:
12048   - "throughput"
12049   - "parent"
12050   - "tags"
12051   traces:
12052     hoverinfo: "x+y"
12053     boxpoints: "outliers"
12054     whiskerwidth: 0
12055   layout:
12056     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
12057     layout: "plot-throughput"
12058
12059 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
12060 - type: "plot"
12061   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
12062   algorithm: "plot_performance_box"
12063   output-file-type: ".html"
12064   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
12065   data: "plot-dpdk-throughput-latency-3n-skx"
12066   filter: "'NIC_Intel-XXV710' and
12067            '64B' and
12068            'BASE' and
12069            'NDRPDR' and
12070            '2T1C' and
12071            'IP4FWD'"
12072   parameters:
12073   - "throughput"
12074   - "parent"
12075   - "tags"
12076   traces:
12077     hoverinfo: "x+y"
12078     boxpoints: "outliers"
12079     whiskerwidth: 0
12080   layout:
12081     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
12082     layout: "plot-throughput"
12083
12084 - type: "plot"
12085   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
12086   algorithm: "plot_performance_box"
12087   output-file-type: ".html"
12088   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
12089   data: "plot-dpdk-throughput-latency-3n-skx"
12090   filter: "'NIC_Intel-XXV710' and
12091            '64B' and
12092            'BASE' and
12093            'NDRPDR' and
12094            '4T2C' and
12095            'IP4FWD'"
12096   parameters:
12097   - "throughput"
12098   - "parent"
12099   - "tags"
12100   traces:
12101     hoverinfo: "x+y"
12102     boxpoints: "outliers"
12103     whiskerwidth: 0
12104   layout:
12105     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
12106     layout: "plot-throughput"
12107
12108 - type: "plot"
12109   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
12110   algorithm: "plot_performance_box"
12111   output-file-type: ".html"
12112   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
12113   data: "plot-dpdk-throughput-latency-3n-skx"
12114   filter: "'NIC_Intel-XXV710' and
12115            '64B' and
12116            'BASE' and
12117            'NDRPDR' and
12118            '2T1C' and
12119            'IP4FWD'"
12120   parameters:
12121   - "throughput"
12122   - "parent"
12123   - "tags"
12124   traces:
12125     hoverinfo: "x+y"
12126     boxpoints: "outliers"
12127     whiskerwidth: 0
12128   layout:
12129     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
12130     layout: "plot-throughput"
12131
12132 - type: "plot"
12133   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
12134   algorithm: "plot_performance_box"
12135   output-file-type: ".html"
12136   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
12137   data: "plot-dpdk-throughput-latency-3n-skx"
12138   filter: "'NIC_Intel-XXV710' and
12139            '64B' and
12140            'BASE' and
12141            'NDRPDR' and
12142            '4T2C' and
12143            'IP4FWD'"
12144   parameters:
12145   - "throughput"
12146   - "parent"
12147   - "tags"
12148   traces:
12149     hoverinfo: "x+y"
12150     boxpoints: "outliers"
12151     whiskerwidth: 0
12152   layout:
12153     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
12154     layout: "plot-throughput"
12155
12156 # Packet Throughput - DPDK l3fwd 2n-skx-x710
12157 - type: "plot"
12158   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
12159   algorithm: "plot_performance_box"
12160   output-file-type: ".html"
12161   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
12162   data: "plot-dpdk-throughput-latency-2n-skx"
12163   filter: "'NIC_Intel-X710' and
12164            '64B' and
12165            'BASE' and
12166            'NDRPDR' and
12167            '2T1C' and
12168            'IP4FWD'"
12169   parameters:
12170   - "throughput"
12171   - "parent"
12172   - "tags"
12173   traces:
12174     hoverinfo: "x+y"
12175     boxpoints: "outliers"
12176     whiskerwidth: 0
12177   layout:
12178     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
12179     layout: "plot-throughput"
12180
12181 - type: "plot"
12182   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
12183   algorithm: "plot_performance_box"
12184   output-file-type: ".html"
12185   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
12186   data: "plot-dpdk-throughput-latency-2n-skx"
12187   filter: "'NIC_Intel-X710' and
12188            '64B' and
12189            'BASE' and
12190            'NDRPDR' and
12191            '4T2C' and
12192            'IP4FWD'"
12193   parameters:
12194   - "throughput"
12195   - "parent"
12196   - "tags"
12197   traces:
12198     hoverinfo: "x+y"
12199     boxpoints: "outliers"
12200     whiskerwidth: 0
12201   layout:
12202     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
12203     layout: "plot-throughput"
12204
12205 - type: "plot"
12206   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
12207   algorithm: "plot_performance_box"
12208   output-file-type: ".html"
12209   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
12210   data: "plot-dpdk-throughput-latency-2n-skx"
12211   filter: "'NIC_Intel-X710' and
12212            '64B' and
12213            'BASE' and
12214            'NDRPDR' and
12215            '2T1C' and
12216            'IP4FWD'"
12217   parameters:
12218   - "throughput"
12219   - "parent"
12220   - "tags"
12221   traces:
12222     hoverinfo: "x+y"
12223     boxpoints: "outliers"
12224     whiskerwidth: 0
12225   layout:
12226     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
12227     layout: "plot-throughput"
12228
12229 - type: "plot"
12230   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
12231   algorithm: "plot_performance_box"
12232   output-file-type: ".html"
12233   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
12234   data: "plot-dpdk-throughput-latency-2n-skx"
12235   filter: "'NIC_Intel-X710' and
12236            '64B' and
12237            'BASE' and
12238            'NDRPDR' and
12239            '4T2C' and
12240            'IP4FWD'"
12241   parameters:
12242   - "throughput"
12243   - "parent"
12244   - "tags"
12245   traces:
12246     hoverinfo: "x+y"
12247     boxpoints: "outliers"
12248     whiskerwidth: 0
12249   layout:
12250     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
12251     layout: "plot-throughput"
12252
12253 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
12254 - type: "plot"
12255   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
12256   algorithm: "plot_performance_box"
12257   output-file-type: ".html"
12258   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
12259   data: "plot-dpdk-throughput-latency-2n-skx"
12260   filter: "'NIC_Intel-XXV710' and
12261            '64B' and
12262            'BASE' and
12263            'NDRPDR' and
12264            '2T1C' and
12265            'IP4FWD'"
12266   parameters:
12267   - "throughput"
12268   - "parent"
12269   - "tags"
12270   traces:
12271     hoverinfo: "x+y"
12272     boxpoints: "outliers"
12273     whiskerwidth: 0
12274   layout:
12275     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
12276     layout: "plot-throughput"
12277
12278 - type: "plot"
12279   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
12280   algorithm: "plot_performance_box"
12281   output-file-type: ".html"
12282   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
12283   data: "plot-dpdk-throughput-latency-2n-skx"
12284   filter: "'NIC_Intel-XXV710' and
12285            '64B' and
12286            'BASE' and
12287            'NDRPDR' and
12288            '4T2C' and
12289            'IP4FWD'"
12290   parameters:
12291   - "throughput"
12292   - "parent"
12293   - "tags"
12294   traces:
12295     hoverinfo: "x+y"
12296     boxpoints: "outliers"
12297     whiskerwidth: 0
12298   layout:
12299     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
12300     layout: "plot-throughput"
12301
12302 - type: "plot"
12303   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
12304   algorithm: "plot_performance_box"
12305   output-file-type: ".html"
12306   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
12307   data: "plot-dpdk-throughput-latency-2n-skx"
12308   filter: "'NIC_Intel-XXV710' and
12309            '64B' and
12310            'BASE' and
12311            'NDRPDR' and
12312            '2T1C' and
12313            'IP4FWD'"
12314   parameters:
12315   - "throughput"
12316   - "parent"
12317   - "tags"
12318   traces:
12319     hoverinfo: "x+y"
12320     boxpoints: "outliers"
12321     whiskerwidth: 0
12322   layout:
12323     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
12324     layout: "plot-throughput"
12325
12326 - type: "plot"
12327   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
12328   algorithm: "plot_performance_box"
12329   output-file-type: ".html"
12330   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
12331   data: "plot-dpdk-throughput-latency-2n-skx"
12332   filter: "'NIC_Intel-XXV710' and
12333            '64B' and
12334            'BASE' and
12335            'NDRPDR' and
12336            '4T2C' and
12337            'IP4FWD'"
12338   parameters:
12339   - "throughput"
12340   - "parent"
12341   - "tags"
12342   traces:
12343     hoverinfo: "x+y"
12344     boxpoints: "outliers"
12345     whiskerwidth: 0
12346   layout:
12347     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
12348     layout: "plot-throughput"
12349
12350 ################################################################################
12351
12352 # Packet Throughput - DPDK testpmd 3n-hsw-x520
12353 - type: "plot"
12354   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
12355   algorithm: "plot_performance_box"
12356   output-file-type: ".html"
12357   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
12358   data: "plot-dpdk-throughput-latency-3n-hsw"
12359   filter: "'NIC_Intel-X520-DA2' and
12360            '64B' and
12361            'BASE' and
12362            'NDRPDR' and
12363            '1T1C' and
12364            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12365   parameters:
12366   - "throughput"
12367   - "parent"
12368   - "tags"
12369   traces:
12370     hoverinfo: "x+y"
12371     boxpoints: "outliers"
12372     whiskerwidth: 0
12373   layout:
12374     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
12375     layout: "plot-throughput"
12376
12377 - type: "plot"
12378   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
12379   algorithm: "plot_performance_box"
12380   output-file-type: ".html"
12381   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
12382   data: "plot-dpdk-throughput-latency-3n-hsw"
12383   filter: "'NIC_Intel-X520-DA2' and
12384            '64B' and
12385            'BASE' and
12386            'NDRPDR' and
12387            '2T2C' and
12388            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12389   parameters:
12390   - "throughput"
12391   - "parent"
12392   - "tags"
12393   traces:
12394     hoverinfo: "x+y"
12395     boxpoints: "outliers"
12396     whiskerwidth: 0
12397   layout:
12398     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
12399     layout: "plot-throughput"
12400
12401 - type: "plot"
12402   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
12403   algorithm: "plot_performance_box"
12404   output-file-type: ".html"
12405   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
12406   data: "plot-dpdk-throughput-latency-3n-hsw"
12407   filter: "'NIC_Intel-X520-DA2' and
12408            '64B' and
12409            'BASE' and
12410            'NDRPDR' and
12411            '1T1C' and
12412            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12413   parameters:
12414   - "throughput"
12415   - "parent"
12416   - "tags"
12417   traces:
12418     hoverinfo: "x+y"
12419     boxpoints: "outliers"
12420     whiskerwidth: 0
12421   layout:
12422     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
12423     layout: "plot-throughput"
12424
12425 - type: "plot"
12426   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
12427   algorithm: "plot_performance_box"
12428   output-file-type: ".html"
12429   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
12430   data: "plot-dpdk-throughput-latency-3n-hsw"
12431   filter: "'NIC_Intel-X520-DA2' and
12432            '64B' and
12433            'BASE' and
12434            'NDRPDR' and
12435            '2T2C' and
12436            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12437   parameters:
12438   - "throughput"
12439   - "parent"
12440   - "tags"
12441   traces:
12442     hoverinfo: "x+y"
12443     boxpoints: "outliers"
12444     whiskerwidth: 0
12445   layout:
12446     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
12447     layout: "plot-throughput"
12448
12449 # Packet Throughput - DPDK testpmd 3n-hsw-x710
12450 - type: "plot"
12451   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
12452   algorithm: "plot_performance_box"
12453   output-file-type: ".html"
12454   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
12455   data: "plot-dpdk-throughput-latency-3n-hsw"
12456   filter: "'NIC_Intel-X710' and
12457            '64B' and
12458            'BASE' and
12459            'NDRPDR' and
12460            '1T1C' and
12461            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12462   parameters:
12463   - "throughput"
12464   - "parent"
12465   - "tags"
12466   traces:
12467     hoverinfo: "x+y"
12468     boxpoints: "outliers"
12469     whiskerwidth: 0
12470   layout:
12471     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
12472     layout: "plot-throughput"
12473
12474 - type: "plot"
12475   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
12476   algorithm: "plot_performance_box"
12477   output-file-type: ".html"
12478   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
12479   data: "plot-dpdk-throughput-latency-3n-hsw"
12480   filter: "'NIC_Intel-X710' and
12481            '64B' and
12482            'BASE' and
12483            'NDRPDR' and
12484            '2T2C' and
12485            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12486   parameters:
12487   - "throughput"
12488   - "parent"
12489   - "tags"
12490   traces:
12491     hoverinfo: "x+y"
12492     boxpoints: "outliers"
12493     whiskerwidth: 0
12494   layout:
12495     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
12496     layout: "plot-throughput"
12497
12498 - type: "plot"
12499   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
12500   algorithm: "plot_performance_box"
12501   output-file-type: ".html"
12502   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
12503   data: "plot-dpdk-throughput-latency-3n-hsw"
12504   filter: "'NIC_Intel-X710' and
12505            '64B' and
12506            'BASE' and
12507            'NDRPDR' and
12508            '1T1C' and
12509            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12510   parameters:
12511   - "throughput"
12512   - "parent"
12513   - "tags"
12514   traces:
12515     hoverinfo: "x+y"
12516     boxpoints: "outliers"
12517     whiskerwidth: 0
12518   layout:
12519     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
12520     layout: "plot-throughput"
12521
12522 - type: "plot"
12523   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
12524   algorithm: "plot_performance_box"
12525   output-file-type: ".html"
12526   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
12527   data: "plot-dpdk-throughput-latency-3n-hsw"
12528   filter: "'NIC_Intel-X710' and
12529            '64B' and
12530            'BASE' and
12531            'NDRPDR' and
12532            '2T2C' and
12533            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12534   parameters:
12535   - "throughput"
12536   - "parent"
12537   - "tags"
12538   traces:
12539     hoverinfo: "x+y"
12540     boxpoints: "outliers"
12541     whiskerwidth: 0
12542   layout:
12543     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
12544     layout: "plot-throughput"
12545
12546 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
12547 - type: "plot"
12548   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
12549   algorithm: "plot_performance_box"
12550   output-file-type: ".html"
12551   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
12552   data: "plot-dpdk-throughput-latency-3n-hsw"
12553   filter: "'NIC_Intel-XL710' and
12554            '64B' and
12555            'BASE' and
12556            'NDRPDR' and
12557            '1T1C' and
12558            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12559   parameters:
12560   - "throughput"
12561   - "parent"
12562   - "tags"
12563   traces:
12564     hoverinfo: "x+y"
12565     boxpoints: "outliers"
12566     whiskerwidth: 0
12567   layout:
12568     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
12569     layout: "plot-throughput"
12570
12571 - type: "plot"
12572   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
12573   algorithm: "plot_performance_box"
12574   output-file-type: ".html"
12575   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
12576   data: "plot-dpdk-throughput-latency-3n-hsw"
12577   filter: "'NIC_Intel-XL710' and
12578            '64B' and
12579            'BASE' and
12580            'NDRPDR' and
12581            '2T2C' and
12582            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12583   parameters:
12584   - "throughput"
12585   - "parent"
12586   - "tags"
12587   traces:
12588     hoverinfo: "x+y"
12589     boxpoints: "outliers"
12590     whiskerwidth: 0
12591   layout:
12592     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
12593     layout: "plot-throughput"
12594
12595 - type: "plot"
12596   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
12597   algorithm: "plot_performance_box"
12598   output-file-type: ".html"
12599   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
12600   data: "plot-dpdk-throughput-latency-3n-hsw"
12601   filter: "'NIC_Intel-XL710' and
12602            '64B' and
12603            'BASE' and
12604            'NDRPDR' and
12605            '1T1C' and
12606            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12607   parameters:
12608   - "throughput"
12609   - "parent"
12610   - "tags"
12611   traces:
12612     hoverinfo: "x+y"
12613     boxpoints: "outliers"
12614     whiskerwidth: 0
12615   layout:
12616     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
12617     layout: "plot-throughput"
12618
12619 - type: "plot"
12620   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
12621   algorithm: "plot_performance_box"
12622   output-file-type: ".html"
12623   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
12624   data: "plot-dpdk-throughput-latency-3n-hsw"
12625   filter: "'NIC_Intel-XL710' and
12626            '64B' and
12627            'BASE' and
12628            'NDRPDR' and
12629            '2T2C' and
12630            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12631   parameters:
12632   - "throughput"
12633   - "parent"
12634   - "tags"
12635   traces:
12636     hoverinfo: "x+y"
12637     boxpoints: "outliers"
12638     whiskerwidth: 0
12639   layout:
12640     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
12641     layout: "plot-throughput"
12642
12643 # Packet Throughput - DPDK testpmd 3n-skx-x710
12644 - type: "plot"
12645   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
12646   algorithm: "plot_performance_box"
12647   output-file-type: ".html"
12648   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
12649   data: "plot-dpdk-throughput-latency-3n-skx"
12650   filter: "'NIC_Intel-X710' and
12651            '64B' and
12652            'BASE' and
12653            'NDRPDR' and
12654            '2T1C' and
12655            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12656   parameters:
12657   - "throughput"
12658   - "parent"
12659   - "tags"
12660   traces:
12661     hoverinfo: "x+y"
12662     boxpoints: "outliers"
12663     whiskerwidth: 0
12664   layout:
12665     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
12666     layout: "plot-throughput"
12667
12668 - type: "plot"
12669   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
12670   algorithm: "plot_performance_box"
12671   output-file-type: ".html"
12672   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
12673   data: "plot-dpdk-throughput-latency-3n-skx"
12674   filter: "'NIC_Intel-X710' and
12675            '64B' and
12676            'BASE' and
12677            'NDRPDR' and
12678            '4T2C' and
12679            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12680   parameters:
12681   - "throughput"
12682   - "parent"
12683   - "tags"
12684   traces:
12685     hoverinfo: "x+y"
12686     boxpoints: "outliers"
12687     whiskerwidth: 0
12688   layout:
12689     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
12690     layout: "plot-throughput"
12691
12692 - type: "plot"
12693   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
12694   algorithm: "plot_performance_box"
12695   output-file-type: ".html"
12696   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
12697   data: "plot-dpdk-throughput-latency-3n-skx"
12698   filter: "'NIC_Intel-X710' and
12699            '64B' and
12700            'BASE' and
12701            'NDRPDR' and
12702            '2T1C' and
12703            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12704   parameters:
12705   - "throughput"
12706   - "parent"
12707   - "tags"
12708   traces:
12709     hoverinfo: "x+y"
12710     boxpoints: "outliers"
12711     whiskerwidth: 0
12712   layout:
12713     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
12714     layout: "plot-throughput"
12715
12716 - type: "plot"
12717   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
12718   algorithm: "plot_performance_box"
12719   output-file-type: ".html"
12720   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
12721   data: "plot-dpdk-throughput-latency-3n-skx"
12722   filter: "'NIC_Intel-X710' and
12723            '64B' and
12724            'BASE' and
12725            'NDRPDR' and
12726            '4T2C' and
12727            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12728   parameters:
12729   - "throughput"
12730   - "parent"
12731   - "tags"
12732   traces:
12733     hoverinfo: "x+y"
12734     boxpoints: "outliers"
12735     whiskerwidth: 0
12736   layout:
12737     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
12738     layout: "plot-throughput"
12739
12740 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
12741 - type: "plot"
12742   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
12743   algorithm: "plot_performance_box"
12744   output-file-type: ".html"
12745   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
12746   data: "plot-dpdk-throughput-latency-3n-skx"
12747   filter: "'NIC_Intel-XXV710' and
12748            '64B' and
12749            'BASE' and
12750            'NDRPDR' and
12751            '2T1C' and
12752            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12753   parameters:
12754   - "throughput"
12755   - "parent"
12756   - "tags"
12757   traces:
12758     hoverinfo: "x+y"
12759     boxpoints: "outliers"
12760     whiskerwidth: 0
12761   layout:
12762     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
12763     layout: "plot-throughput"
12764
12765 - type: "plot"
12766   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
12767   algorithm: "plot_performance_box"
12768   output-file-type: ".html"
12769   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
12770   data: "plot-dpdk-throughput-latency-3n-skx"
12771   filter: "'NIC_Intel-XXV710' and
12772            '64B' and
12773            'BASE' and
12774            'NDRPDR' and
12775            '4T2C' and
12776            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12777   parameters:
12778   - "throughput"
12779   - "parent"
12780   - "tags"
12781   traces:
12782     hoverinfo: "x+y"
12783     boxpoints: "outliers"
12784     whiskerwidth: 0
12785   layout:
12786     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
12787     layout: "plot-throughput"
12788
12789 - type: "plot"
12790   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
12791   algorithm: "plot_performance_box"
12792   output-file-type: ".html"
12793   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
12794   data: "plot-dpdk-throughput-latency-3n-skx"
12795   filter: "'NIC_Intel-XXV710' and
12796            '64B' and
12797            'BASE' and
12798            'NDRPDR' and
12799            '2T1C' and
12800            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12801   parameters:
12802   - "throughput"
12803   - "parent"
12804   - "tags"
12805   traces:
12806     hoverinfo: "x+y"
12807     boxpoints: "outliers"
12808     whiskerwidth: 0
12809   layout:
12810     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
12811     layout: "plot-throughput"
12812
12813 - type: "plot"
12814   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
12815   algorithm: "plot_performance_box"
12816   output-file-type: ".html"
12817   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
12818   data: "plot-dpdk-throughput-latency-3n-skx"
12819   filter: "'NIC_Intel-XXV710' and
12820            '64B' and
12821            'BASE' and
12822            'NDRPDR' and
12823            '4T2C' and
12824            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12825   parameters:
12826   - "throughput"
12827   - "parent"
12828   - "tags"
12829   traces:
12830     hoverinfo: "x+y"
12831     boxpoints: "outliers"
12832     whiskerwidth: 0
12833   layout:
12834     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
12835     layout: "plot-throughput"
12836
12837 # Packet Throughput - DPDK testpmd 2n-skx-x710
12838 - type: "plot"
12839   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
12840   algorithm: "plot_performance_box"
12841   output-file-type: ".html"
12842   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
12843   data: "plot-dpdk-throughput-latency-2n-skx"
12844   filter: "'NIC_Intel-X710' and
12845            '64B' and
12846            'BASE' and
12847            'NDRPDR' and
12848            '2T1C' and
12849            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12850   parameters:
12851   - "throughput"
12852   - "parent"
12853   - "tags"
12854   traces:
12855     hoverinfo: "x+y"
12856     boxpoints: "outliers"
12857     whiskerwidth: 0
12858   layout:
12859     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
12860     layout: "plot-throughput"
12861
12862 - type: "plot"
12863   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
12864   algorithm: "plot_performance_box"
12865   output-file-type: ".html"
12866   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
12867   data: "plot-dpdk-throughput-latency-2n-skx"
12868   filter: "'NIC_Intel-X710' and
12869            '64B' and
12870            'BASE' and
12871            'NDRPDR' and
12872            '4T2C' and
12873            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12874   parameters:
12875   - "throughput"
12876   - "parent"
12877   - "tags"
12878   traces:
12879     hoverinfo: "x+y"
12880     boxpoints: "outliers"
12881     whiskerwidth: 0
12882   layout:
12883     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
12884     layout: "plot-throughput"
12885
12886 - type: "plot"
12887   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
12888   algorithm: "plot_performance_box"
12889   output-file-type: ".html"
12890   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
12891   data: "plot-dpdk-throughput-latency-2n-skx"
12892   filter: "'NIC_Intel-X710' and
12893            '64B' and
12894            'BASE' and
12895            'NDRPDR' and
12896            '2T1C' and
12897            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12898   parameters:
12899   - "throughput"
12900   - "parent"
12901   - "tags"
12902   traces:
12903     hoverinfo: "x+y"
12904     boxpoints: "outliers"
12905     whiskerwidth: 0
12906   layout:
12907     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
12908     layout: "plot-throughput"
12909
12910 - type: "plot"
12911   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
12912   algorithm: "plot_performance_box"
12913   output-file-type: ".html"
12914   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
12915   data: "plot-dpdk-throughput-latency-2n-skx"
12916   filter: "'NIC_Intel-X710' and
12917            '64B' and
12918            'BASE' and
12919            'NDRPDR' and
12920            '4T2C' and
12921            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12922   parameters:
12923   - "throughput"
12924   - "parent"
12925   - "tags"
12926   traces:
12927     hoverinfo: "x+y"
12928     boxpoints: "outliers"
12929     whiskerwidth: 0
12930   layout:
12931     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
12932     layout: "plot-throughput"
12933
12934 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
12935 - type: "plot"
12936   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
12937   algorithm: "plot_performance_box"
12938   output-file-type: ".html"
12939   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
12940   data: "plot-dpdk-throughput-latency-2n-skx"
12941   filter: "'NIC_Intel-XXV710' and
12942            '64B' and
12943            'BASE' and
12944            'NDRPDR' and
12945            '2T1C' and
12946            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12947   parameters:
12948   - "throughput"
12949   - "parent"
12950   - "tags"
12951   traces:
12952     hoverinfo: "x+y"
12953     boxpoints: "outliers"
12954     whiskerwidth: 0
12955   layout:
12956     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
12957     layout: "plot-throughput"
12958
12959 - type: "plot"
12960   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
12961   algorithm: "plot_performance_box"
12962   output-file-type: ".html"
12963   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
12964   data: "plot-dpdk-throughput-latency-2n-skx"
12965   filter: "'NIC_Intel-XXV710' and
12966            '64B' and
12967            'BASE' and
12968            'NDRPDR' and
12969            '4T2C' and
12970            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12971   parameters:
12972   - "throughput"
12973   - "parent"
12974   - "tags"
12975   traces:
12976     hoverinfo: "x+y"
12977     boxpoints: "outliers"
12978     whiskerwidth: 0
12979   layout:
12980     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
12981     layout: "plot-throughput"
12982
12983 - type: "plot"
12984   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
12985   algorithm: "plot_performance_box"
12986   output-file-type: ".html"
12987   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
12988   data: "plot-dpdk-throughput-latency-2n-skx"
12989   filter: "'NIC_Intel-XXV710' and
12990            '64B' and
12991            'BASE' and
12992            'NDRPDR' and
12993            '2T1C' and
12994            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12995   parameters:
12996   - "throughput"
12997   - "parent"
12998   - "tags"
12999   traces:
13000     hoverinfo: "x+y"
13001     boxpoints: "outliers"
13002     whiskerwidth: 0
13003   layout:
13004     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
13005     layout: "plot-throughput"
13006
13007 - type: "plot"
13008   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
13009   algorithm: "plot_performance_box"
13010   output-file-type: ".html"
13011   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
13012   data: "plot-dpdk-throughput-latency-2n-skx"
13013   filter: "'NIC_Intel-XXV710' and
13014            '64B' and
13015            'BASE' and
13016            'NDRPDR' and
13017            '4T2C' and
13018            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13019   parameters:
13020   - "throughput"
13021   - "parent"
13022   - "tags"
13023   traces:
13024     hoverinfo: "x+y"
13025     boxpoints: "outliers"
13026     whiskerwidth: 0
13027   layout:
13028     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
13029     layout: "plot-throughput"
13030
13031 ################################################################################
13032
13033 # Packet Latency - DPDK l3fwd 3n-hsw-x520
13034 - type: "plot"
13035   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
13036   algorithm: "plot_latency_error_bars"
13037   output-file-type: ".html"
13038   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
13039   data: "plot-dpdk-throughput-latency-3n-hsw"
13040   filter: "'NIC_Intel-X520-DA2' and
13041            '64B' and
13042            'BASE' and
13043            'NDRPDR' and
13044            '1T1C' and
13045            'IP4FWD'"
13046   parameters:
13047   - "latency"
13048   - "parent"
13049   - "tags"
13050   layout:
13051     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
13052     layout: "plot-latency"
13053
13054 - type: "plot"
13055   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
13056   algorithm: "plot_latency_error_bars"
13057   output-file-type: ".html"
13058   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
13059   data: "plot-dpdk-throughput-latency-3n-hsw"
13060   filter: "'NIC_Intel-X520-DA2' and
13061            '64B' and
13062            'BASE' and
13063            'NDRPDR' and
13064            '2T2C' and
13065            'IP4FWD'"
13066   parameters:
13067   - "latency"
13068   - "parent"
13069   - "tags"
13070   layout:
13071     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
13072     layout: "plot-latency"
13073
13074 # Packet Latency - DPDK l3fwd 3n-hsw-x710
13075 - type: "plot"
13076   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
13077   algorithm: "plot_latency_error_bars"
13078   output-file-type: ".html"
13079   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
13080   data: "plot-dpdk-throughput-latency-3n-hsw"
13081   filter: "'NIC_Intel-X710' and
13082            '64B' and
13083            'BASE' and
13084            'NDRPDR' and
13085            '1T1C' and
13086            'IP4FWD'"
13087   parameters:
13088   - "latency"
13089   - "parent"
13090   - "tags"
13091   layout:
13092     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
13093     layout: "plot-latency"
13094
13095 - type: "plot"
13096   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
13097   algorithm: "plot_latency_error_bars"
13098   output-file-type: ".html"
13099   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
13100   data: "plot-dpdk-throughput-latency-3n-hsw"
13101   filter: "'NIC_Intel-X710' and
13102            '64B' and
13103            'BASE' and
13104            'NDRPDR' and
13105            '2T2C' and
13106            'IP4FWD'"
13107   parameters:
13108   - "latency"
13109   - "parent"
13110   - "tags"
13111   layout:
13112     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
13113     layout: "plot-latency"
13114
13115 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
13116 - type: "plot"
13117   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
13118   algorithm: "plot_latency_error_bars"
13119   output-file-type: ".html"
13120   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
13121   data: "plot-dpdk-throughput-latency-3n-hsw"
13122   filter: "'NIC_Intel-XL710' and
13123            '64B' and
13124            'BASE' and
13125            'NDRPDR' and
13126            '1T1C' and
13127            'IP4FWD'"
13128   parameters:
13129   - "latency"
13130   - "parent"
13131   - "tags"
13132   layout:
13133     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
13134     layout: "plot-latency"
13135
13136 - type: "plot"
13137   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
13138   algorithm: "plot_latency_error_bars"
13139   output-file-type: ".html"
13140   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
13141   data: "plot-dpdk-throughput-latency-3n-hsw"
13142   filter: "'NIC_Intel-XL710' and
13143            '64B' and
13144            'BASE' and
13145            'NDRPDR' and
13146            '2T2C' and
13147            'IP4FWD'"
13148   parameters:
13149   - "latency"
13150   - "parent"
13151   - "tags"
13152   layout:
13153     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
13154     layout: "plot-latency"
13155
13156 # Packet Latency - DPDK l3fwd 3n-skx-x710
13157 - type: "plot"
13158   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
13159   algorithm: "plot_latency_error_bars"
13160   output-file-type: ".html"
13161   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
13162   data: "plot-dpdk-throughput-latency-3n-skx"
13163   filter: "'NIC_Intel-X710' and
13164            '64B' and
13165            'BASE' and
13166            'NDRPDR' and
13167            '2T1C' and
13168            'IP4FWD'"
13169   parameters:
13170   - "latency"
13171   - "parent"
13172   - "tags"
13173   layout:
13174     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
13175     layout: "plot-latency"
13176
13177 - type: "plot"
13178   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
13179   algorithm: "plot_latency_error_bars"
13180   output-file-type: ".html"
13181   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
13182   data: "plot-dpdk-throughput-latency-3n-skx"
13183   filter: "'NIC_Intel-X710' and
13184            '64B' and
13185            'BASE' and
13186            'NDRPDR' and
13187            '4T2C' and
13188            'IP4FWD'"
13189   parameters:
13190   - "latency"
13191   - "parent"
13192   - "tags"
13193   layout:
13194     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
13195     layout: "plot-latency"
13196
13197 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
13198 - type: "plot"
13199   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
13200   algorithm: "plot_latency_error_bars"
13201   output-file-type: ".html"
13202   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
13203   data: "plot-dpdk-throughput-latency-3n-skx"
13204   filter: "'NIC_Intel-XXV710' and
13205            '64B' and
13206            'BASE' and
13207            'NDRPDR' and
13208            '2T1C' and
13209            'IP4FWD'"
13210   parameters:
13211   - "latency"
13212   - "parent"
13213   - "tags"
13214   layout:
13215     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
13216     layout: "plot-latency"
13217
13218 - type: "plot"
13219   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
13220   algorithm: "plot_latency_error_bars"
13221   output-file-type: ".html"
13222   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
13223   data: "plot-dpdk-throughput-latency-3n-skx"
13224   filter: "'NIC_Intel-XXV710' and
13225            '64B' and
13226            'BASE' and
13227            'NDRPDR' and
13228            '4T2C' and
13229            'IP4FWD'"
13230   parameters:
13231   - "latency"
13232   - "parent"
13233   - "tags"
13234   layout:
13235     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
13236     layout: "plot-latency"
13237
13238 # Packet Latency - DPDK l3fwd 2n-skx-x710
13239 - type: "plot"
13240   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
13241   algorithm: "plot_latency_error_bars"
13242   output-file-type: ".html"
13243   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
13244   data: "plot-dpdk-throughput-latency-2n-skx"
13245   filter: "'NIC_Intel-X710' and
13246            '64B' and
13247            'BASE' and
13248            'NDRPDR' and
13249            '2T1C' and
13250            'IP4FWD'"
13251   parameters:
13252   - "latency"
13253   - "parent"
13254   - "tags"
13255   layout:
13256     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
13257     layout: "plot-latency"
13258
13259 - type: "plot"
13260   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
13261   algorithm: "plot_latency_error_bars"
13262   output-file-type: ".html"
13263   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
13264   data: "plot-dpdk-throughput-latency-2n-skx"
13265   filter: "'NIC_Intel-X710' and
13266            '64B' and
13267            'BASE' and
13268            'NDRPDR' and
13269            '4T2C' and
13270            'IP4FWD'"
13271   parameters:
13272   - "latency"
13273   - "parent"
13274   - "tags"
13275   layout:
13276     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
13277     layout: "plot-latency"
13278
13279 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
13280 - type: "plot"
13281   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
13282   algorithm: "plot_latency_error_bars"
13283   output-file-type: ".html"
13284   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
13285   data: "plot-dpdk-throughput-latency-2n-skx"
13286   filter: "'NIC_Intel-XXV710' and
13287            '64B' and
13288            'BASE' and
13289            'NDRPDR' and
13290            '2T1C' and
13291            'IP4FWD'"
13292   parameters:
13293   - "latency"
13294   - "parent"
13295   - "tags"
13296   layout:
13297     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
13298     layout: "plot-latency"
13299
13300 - type: "plot"
13301   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
13302   algorithm: "plot_latency_error_bars"
13303   output-file-type: ".html"
13304   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
13305   data: "plot-dpdk-throughput-latency-2n-skx"
13306   filter: "'NIC_Intel-XXV710' and
13307            '64B' and
13308            'BASE' and
13309            'NDRPDR' and
13310            '4T2C' and
13311            'IP4FWD'"
13312   parameters:
13313   - "latency"
13314   - "parent"
13315   - "tags"
13316   layout:
13317     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
13318     layout: "plot-latency"
13319
13320 ################################################################################
13321
13322 # Packet Latency - DPDK testpmd 3n-hsw-x520
13323 - type: "plot"
13324   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
13325   algorithm: "plot_latency_error_bars"
13326   output-file-type: ".html"
13327   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
13328   data: "plot-dpdk-throughput-latency-3n-hsw"
13329   filter: "'NIC_Intel-X520-DA2' and
13330            '64B' and
13331            'BASE' and
13332            'NDRPDR' and
13333            '1T1C' and
13334            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13335   parameters:
13336   - "latency"
13337   - "parent"
13338   - "tags"
13339   layout:
13340     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
13341     layout: "plot-latency"
13342
13343 - type: "plot"
13344   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
13345   algorithm: "plot_latency_error_bars"
13346   output-file-type: ".html"
13347   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
13348   data: "plot-dpdk-throughput-latency-3n-hsw"
13349   filter: "'NIC_Intel-X520-DA2' and
13350            '64B' and
13351            'BASE' and
13352            'NDRPDR' and
13353            '2T2C' and
13354            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13355   parameters:
13356   - "latency"
13357   - "parent"
13358   - "tags"
13359   layout:
13360     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
13361     layout: "plot-latency"
13362
13363 # Packet Latency - DPDK testpmd 3n-hsw-x710
13364 - type: "plot"
13365   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
13366   algorithm: "plot_latency_error_bars"
13367   output-file-type: ".html"
13368   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
13369   data: "plot-dpdk-throughput-latency-3n-hsw"
13370   filter: "'NIC_Intel-X710' and
13371            '64B' and
13372            'BASE' and
13373            'NDRPDR' and
13374            '1T1C' and
13375            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13376   parameters:
13377   - "latency"
13378   - "parent"
13379   - "tags"
13380   layout:
13381     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
13382     layout: "plot-latency"
13383
13384 - type: "plot"
13385   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
13386   algorithm: "plot_latency_error_bars"
13387   output-file-type: ".html"
13388   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
13389   data: "plot-dpdk-throughput-latency-3n-hsw"
13390   filter: "'NIC_Intel-X710' and
13391            '64B' and
13392            'BASE' and
13393            'NDRPDR' and
13394            '2T2C' and
13395            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13396   parameters:
13397   - "latency"
13398   - "parent"
13399   - "tags"
13400   layout:
13401     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
13402     layout: "plot-latency"
13403
13404 # Packet Latency - DPDK testpmd 3n-hsw-xl710
13405 - type: "plot"
13406   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
13407   algorithm: "plot_latency_error_bars"
13408   output-file-type: ".html"
13409   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
13410   data: "plot-dpdk-throughput-latency-3n-hsw"
13411   filter: "'NIC_Intel-XL710' and
13412            '64B' and
13413            'BASE' and
13414            'NDRPDR' and
13415            '1T1C' and
13416            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13417   parameters:
13418   - "latency"
13419   - "parent"
13420   - "tags"
13421   layout:
13422     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
13423     layout: "plot-latency"
13424
13425 - type: "plot"
13426   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
13427   algorithm: "plot_latency_error_bars"
13428   output-file-type: ".html"
13429   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
13430   data: "plot-dpdk-throughput-latency-3n-hsw"
13431   filter: "'NIC_Intel-XL710' and
13432            '64B' and
13433            'BASE' and
13434            'NDRPDR' and
13435            '2T2C' and
13436            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13437   parameters:
13438   - "latency"
13439   - "parent"
13440   - "tags"
13441   layout:
13442     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
13443     layout: "plot-latency"
13444
13445 # Packet Latency - DPDK testpmd 3n-skx-x710
13446 - type: "plot"
13447   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
13448   algorithm: "plot_latency_error_bars"
13449   output-file-type: ".html"
13450   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
13451   data: "plot-dpdk-throughput-latency-3n-skx"
13452   filter: "'NIC_Intel-X710' and
13453            '64B' and
13454            'BASE' and
13455            'NDRPDR' and
13456            '2T1C' and
13457            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13458   parameters:
13459   - "latency"
13460   - "parent"
13461   - "tags"
13462   layout:
13463     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
13464     layout: "plot-latency"
13465
13466 - type: "plot"
13467   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
13468   algorithm: "plot_latency_error_bars"
13469   output-file-type: ".html"
13470   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
13471   data: "plot-dpdk-throughput-latency-3n-skx"
13472   filter: "'NIC_Intel-X710' and
13473            '64B' and
13474            'BASE' and
13475            'NDRPDR' and
13476            '4T2C' and
13477            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13478   parameters:
13479   - "latency"
13480   - "parent"
13481   - "tags"
13482   layout:
13483     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
13484     layout: "plot-latency"
13485
13486 # Packet Latency - DPDK testpmd 3n-skx-xxv710
13487 - type: "plot"
13488   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
13489   algorithm: "plot_latency_error_bars"
13490   output-file-type: ".html"
13491   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
13492   data: "plot-dpdk-throughput-latency-3n-skx"
13493   filter: "'NIC_Intel-XXV710' and
13494            '64B' and
13495            'BASE' and
13496            'NDRPDR' and
13497            '2T1C' and
13498            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13499   parameters:
13500   - "latency"
13501   - "parent"
13502   - "tags"
13503   layout:
13504     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
13505     layout: "plot-latency"
13506
13507 - type: "plot"
13508   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
13509   algorithm: "plot_latency_error_bars"
13510   output-file-type: ".html"
13511   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
13512   data: "plot-dpdk-throughput-latency-3n-skx"
13513   filter: "'NIC_Intel-XXV710' and
13514            '64B' and
13515            'BASE' and
13516            'NDRPDR' and
13517            '4T2C' and
13518            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13519   parameters:
13520   - "latency"
13521   - "parent"
13522   - "tags"
13523   layout:
13524     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
13525     layout: "plot-latency"
13526
13527 # Packet Latency - DPDK testpmd 2n-skx-x710
13528 - type: "plot"
13529   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
13530   algorithm: "plot_latency_error_bars"
13531   output-file-type: ".html"
13532   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
13533   data: "plot-dpdk-throughput-latency-2n-skx"
13534   filter: "'NIC_Intel-X710' and
13535            '64B' and
13536            'BASE' and
13537            'NDRPDR' and
13538            '2T1C' and
13539            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13540   parameters:
13541   - "latency"
13542   - "parent"
13543   - "tags"
13544   layout:
13545     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
13546     layout: "plot-latency"
13547
13548 - type: "plot"
13549   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
13550   algorithm: "plot_latency_error_bars"
13551   output-file-type: ".html"
13552   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
13553   data: "plot-dpdk-throughput-latency-2n-skx"
13554   filter: "'NIC_Intel-X710' and
13555            '64B' and
13556            'BASE' and
13557            'NDRPDR' and
13558            '4T2C' and
13559            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13560   parameters:
13561   - "latency"
13562   - "parent"
13563   - "tags"
13564   layout:
13565     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
13566     layout: "plot-latency"
13567
13568 # Packet Latency - DPDK testpmd 2n-skx-xxv710
13569 - type: "plot"
13570   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
13571   algorithm: "plot_latency_error_bars"
13572   output-file-type: ".html"
13573   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
13574   data: "plot-dpdk-throughput-latency-2n-skx"
13575   filter: "'NIC_Intel-XXV710' and
13576            '64B' and
13577            'BASE' and
13578            'NDRPDR' and
13579            '2T1C' and
13580            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13581   parameters:
13582   - "latency"
13583   - "parent"
13584   - "tags"
13585   layout:
13586     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
13587     layout: "plot-latency"
13588
13589 - type: "plot"
13590   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
13591   algorithm: "plot_latency_error_bars"
13592   output-file-type: ".html"
13593   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
13594   data: "plot-dpdk-throughput-latency-2n-skx"
13595   filter: "'NIC_Intel-XXV710' and
13596            '64B' and
13597            'BASE' and
13598            'NDRPDR' and
13599            '4T2C' and
13600            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13601   parameters:
13602   - "latency"
13603   - "parent"
13604   - "tags"
13605   layout:
13606     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
13607     layout: "plot-latency"