CSIT-1590: Performance comparison analysis
[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         - 43  # NDRPDR full
334
335     vpp-perf-results-2n-skx:
336       csit-vpp-perf-verify-1908-2n-skx:
337         - 48  # NDRPDR full
338         - 49  # NDRPDR full
339         - 50  # NDRPDR full
340         - 51  # NDRPDR full
341         - 54  # NDRPDR full
342         - 55  # NDRPDR full
343         - 66  # NDRPDR full
344
345     vpp-perf-results-3n-tsh:
346       csit-vpp-perf-verify-1908-3n-tsh:
347         - 13  # NDRPDR sel
348
349     vpp-mrr-results-3n-hsw:
350       csit-vpp-perf-verify-1908-3n-hsw:
351         - 39  # MRR sel
352
353     vpp-mrr-results-3n-skx:
354       csit-vpp-perf-verify-1908-3n-skx:
355         - 36  # MRR sel
356
357     vpp-mrr-results-2n-skx:
358       csit-vpp-perf-verify-1908-2n-skx:
359         - 69  # MRR sel
360
361     vpp-func-results-ubuntu:
362       csit-vpp-functional-1908-ubuntu1604-virl:
363         - 64
364
365     vpp-func-results-centos:
366       csit-vpp-functional-1908-centos7-virl:
367         - 64
368
369     vpp-device-results-ubuntu:
370       csit-vpp-device-1908-ubuntu1804-1n-skx:
371         - 65
372
373     dpdk-perf-results-3n-hsw:
374       csit-dpdk-perf-verify-1908-3n-hsw:
375         - 10  # NDRPDR sel
376
377     dpdk-perf-results-3n-skx:
378       csit-dpdk-perf-verify-1908-3n-skx:
379         - 12  # NDRPDR sel
380
381     dpdk-perf-results-2n-skx:
382       csit-dpdk-perf-verify-1908-2n-skx:
383         - 12  # NDRPDR sel
384
385 ###########################################################################
386     # Tables (more than one data set)
387
388     # Performance changes
389
390 #    intel-dnv-vpp-changes-2n-dnv-h1:
391 #      intel-dnv-vpp-release-1810:
392 #        - 1
393 #    intel-dnv-vpp-changes-2n-dnv-ref:
394 #      intel-dnv-vpp-release-1901:
395 #        - 1
396 #    intel-dnv-vpp-changes-2n-dnv-cmp:
397 #      # intel-dnv-vpp-release-1904:
398 #      intel-dnv-vpp-release-1901:
399 #        - 1
400 #    intel-dnv-vpp-changes-2n-dnv:
401 #      - "intel-dnv-vpp-changes-2n-dnv-h1"
402 #      - "intel-dnv-vpp-changes-2n-dnv-ref"
403 #      - "intel-dnv-vpp-changes-2n-dnv-cmp"
404
405     vpp-performance-changes-3n-hsw-h1:
406       csit-vpp-perf-verify-1901-3n-hsw:
407         - 10  # NDRPDR sel
408         - 19  # NDRPDR sel
409         - 31  # NDRPDR sel
410         - 36  # NDRPDR sel
411         - 40  # NDRPDR sel
412         - 42  # NDRPDR sel
413         - 44  # NDRPDR sel
414         - 46  # NDRPDR sel
415         - 47  # NDRPDR sel
416         - 48  # NDRPDR sel
417         - 61  # NDRPDR LB
418         - 62  # NDRPDR LB
419         - 63  # NDRPDR LB
420         - 64  # NDRPDR LB
421         - 65  # NDRPDR LB
422         - 66  # NDRPDR LB
423         - 67  # NDRPDR LB
424         - 69  # NDRPDR LB
425         - 70  # NDRPDR LB
426         - 71  # NDRPDR LB
427     vpp-performance-changes-3n-hsw-ref:
428       csit-vpp-perf-verify-1904-3n-hsw:
429         - 11  # NDRPDR sel
430         - 12  # NDRPDR sel
431         - 20  # NDRPDR sel
432         - 21  # NDRPDR sel
433         - 23  # NDRPDR sel
434         - 24  # NDRPDR sel
435         - 25  # NDRPDR sel
436         - 26  # NDRPDR sel
437         - 29  # NDRPDR sel
438         - 30  # NDRPDR sel
439     vpp-performance-changes-3n-hsw-cmp:
440       csit-vpp-perf-verify-1908-3n-hsw:
441         - 12  # NDRPDR sel
442         - 13  # NDRPDR sel
443         - 14  # NDRPDR sel
444         - 15  # NDRPDR sel
445         - 16  # NDRPDR sel
446         - 17  # NDRPDR sel
447         - 18  # NDRPDR sel
448         - 19  # NDRPDR sel
449         - 20  # NDRPDR sel
450         - 21  # NDRPDR sel
451     vpp-performance-changes-3n-hsw:
452       - "vpp-performance-changes-3n-hsw-h1"
453       - "vpp-performance-changes-3n-hsw-ref"
454       - "vpp-performance-changes-3n-hsw-cmp"
455
456     vpp-performance-changes-3n-skx-h1:
457       csit-vpp-perf-verify-1901-3n-skx:
458         - 18  # NDRPDR sel
459         - 19  # NDRPDR sel
460         - 20  # NDRPDR sel
461         - 28  # NDRPDR sel
462         - 31  # NDRPDR sel
463         - 33  # NDRPDR sel
464         - 36  # NDRPDR sel
465         - 38  # NDRPDR sel
466         - 47  # NDRPDR sel
467         - 48  # NDRPDR sel
468         - 54  # NDRPDR LB
469         - 57  # NDRPDR LB
470         - 58  # NDRPDR LB
471         - 59  # NDRPDR LB
472         - 60  # NDRPDR LB
473         - 63  # NDRPDR LB
474         - 64  # NDRPDR LB
475         - 65  # NDRPDR LB
476         - 66  # NDRPDR LB
477         - 67  # NDRPDR LB
478     vpp-performance-changes-3n-skx-ref:
479       csit-vpp-perf-verify-1904-3n-skx:
480         - 8   # NDRPDR sel
481         - 9   # NDRPDR sel
482         - 10  # NDRPDR sel
483         - 11  # NDRPDR sel
484         - 12  # NDRPDR sel
485         - 14  # NDRPDR sel
486         - 16  # NDRPDR sel
487         - 21  # NDRPDR sel
488         - 23  # NDRPDR sel
489         - 25  # NDRPDR sel
490     vpp-performance-changes-3n-skx-cmp:
491       csit-vpp-perf-verify-1908-3n-skx:
492         - 14  # NDRPDR sel
493         - 16  # NDRPDR sel
494         - 19  # NDRPDR sel
495         - 20  # NDRPDR sel
496         - 22  # NDRPDR sel
497         - 23  # NDRPDR sel
498         - 24  # NDRPDR sel
499         - 25  # NDRPDR sel
500         - 26  # NDRPDR sel
501         - 29  # NDRPDR sel
502     vpp-performance-changes-3n-skx:
503       - "vpp-performance-changes-3n-skx-h1"
504       - "vpp-performance-changes-3n-skx-ref"
505       - "vpp-performance-changes-3n-skx-cmp"
506
507     vpp-performance-changes-2n-skx-h1:
508       csit-vpp-perf-verify-1901-2n-skx:
509         - 5   # NDRPDR sel
510         - 12  # NDRPDR sel
511         - 13  # NDRPDR sel
512         - 21  # NDRPDR sel
513         - 23  # NDRPDR sel
514         - 31  # NDRPDR sel
515         - 34  # NDRPDR sel
516         - 40  # NDRPDR sel
517         - 42  # NDRPDR sel
518         - 43  # NDRPDR sel
519     vpp-performance-changes-2n-skx-ref:
520       csit-vpp-perf-verify-1904-2n-skx:
521         - 12  # NDRPDR sel
522         - 14  # NDRPDR sel
523         - 16  # NDRPDR sel
524         - 17  # NDRPDR sel
525         - 18  # NDRPDR sel
526         - 21  # NDRPDR sel
527         - 27  # NDRPDR sel
528         - 30  # NDRPDR sel
529         - 31  # NDRPDR sel
530         - 32  # NDRPDR sel
531     vpp-performance-changes-2n-skx-cmp:
532       csit-vpp-perf-verify-1908-2n-skx:
533         - 26  # NDRPDR sel
534         - 27  # NDRPDR sel
535         - 34  # NDRPDR sel
536         - 35  # NDRPDR sel
537         - 36  # NDRPDR sel
538         - 42  # NDRPDR sel
539         - 43  # NDRPDR sel
540         - 44  # NDRPDR sel
541         - 45  # NDRPDR sel
542         - 46  # NDRPDR sel
543     vpp-performance-changes-2n-skx:
544       - "vpp-performance-changes-2n-skx-h1"
545       - "vpp-performance-changes-2n-skx-ref"
546       - "vpp-performance-changes-2n-skx-cmp"
547
548 #    vpp-soak-vs-ndr-2n-skx-ref:
549 #      csit-vpp-perf-verify-1904-2n-skx:
550 #        - 12  # NDRPDR sel
551 #        - 14  # NDRPDR sel
552 #        - 16  # NDRPDR sel
553 #        - 17  # NDRPDR sel
554 #        - 18  # NDRPDR sel
555 #        - 21  # NDRPDR sel
556 #        - 27  # NDRPDR sel
557 #        - 30  # NDRPDR sel
558 #        - 31  # NDRPDR sel
559 #        - 32  # NDRPDR sel
560 #      # TODO: Add data
561 #      # csit-vpp-perf-verify-1908-2n-skx:
562 #    vpp-soak-vs-ndr-2n-skx-cmp:
563 #      csit-vpp-perf-verify-1904-2n-skx:
564 #        - 70  # soak
565 #        - 71  # soak
566 #      # TODO: Add data
567 #      # csit-vpp-perf-verify-1908-2n-skx:
568 #    vpp-soak-vs-ndr-2n-skx:
569 #      csit-vpp-perf-verify-1904-2n-skx:
570 #        - 12  # NDRPDR sel
571 #        - 14  # NDRPDR sel
572 #        - 16  # NDRPDR sel
573 #        - 17  # NDRPDR sel
574 #        - 18  # NDRPDR sel
575 #        - 21  # NDRPDR sel
576 #        - 27  # NDRPDR sel
577 #        - 30  # NDRPDR sel
578 #        - 31  # NDRPDR sel
579 #        - 32  # NDRPDR sel
580 #        - 70  # soak
581 #        - 71  # soak
582 #      # TODO: Add data
583 #      # csit-vpp-perf-verify-1908-2n-skx:
584
585     vpp-performance-changes-3n-hsw-mrr-h1:
586       csit-vpp-perf-verify-1901-3n-hsw:
587         - 35  # MRR sel
588     vpp-performance-changes-3n-hsw-mrr-ref:
589       csit-vpp-perf-verify-1904-3n-hsw:
590         - 9   # MRR sel
591     vpp-performance-changes-3n-hsw-mrr-cmp:
592       csit-vpp-perf-verify-1908-3n-hsw:
593         - 39  # MRR sel
594     vpp-performance-changes-3n-hsw-mrr:
595       - "vpp-performance-changes-3n-hsw-mrr-h1"
596       - "vpp-performance-changes-3n-hsw-mrr-ref"
597       - "vpp-performance-changes-3n-hsw-mrr-cmp"
598
599     vpp-performance-changes-3n-skx-mrr-h1:
600       csit-vpp-perf-verify-1901-3n-skx:
601         - 32  # MRR sel
602     vpp-performance-changes-3n-skx-mrr-ref:
603       csit-vpp-perf-verify-1904-3n-skx:
604         - 7   # MRR sel
605     vpp-performance-changes-3n-skx-mrr-cmp:
606       csit-vpp-perf-verify-1908-3n-skx:
607         - 36  # MRR sel
608     vpp-performance-changes-3n-skx-mrr:
609       - "vpp-performance-changes-3n-skx-mrr-h1"
610       - "vpp-performance-changes-3n-skx-mrr-ref"
611       - "vpp-performance-changes-3n-skx-mrr-cmp"
612
613     vpp-performance-changes-2n-skx-mrr-h1:
614       csit-vpp-perf-verify-1901-2n-skx:
615         - 22  # MRR sel
616     vpp-performance-changes-2n-skx-mrr-ref:
617       csit-vpp-perf-verify-1904-2n-skx:
618         - 11  # MRR sel
619     vpp-performance-changes-2n-skx-mrr-cmp:
620       csit-vpp-perf-verify-1908-2n-skx:
621         - 71  # NFV MRR
622     vpp-performance-changes-2n-skx-mrr:
623       - "vpp-performance-changes-2n-skx-mrr-h1"
624       - "vpp-performance-changes-2n-skx-mrr-ref"
625       - "vpp-performance-changes-2n-skx-mrr-cmp"
626
627     dpdk-performance-changes-3n-hsw-h1:
628       csit-dpdk-perf-verify-1901-3n-hsw:
629         - 13  # NDRPDR sel
630         - 14  # NDRPDR sel
631         - 16  # NDRPDR sel
632         - 17  # NDRPDR sel
633         - 18  # NDRPDR sel
634         - 19  # NDRPDR sel
635         - 20  # NDRPDR sel
636         - 21  # NDRPDR sel
637         - 22  # NDRPDR sel
638         - 23  # NDRPDR sel
639     dpdk-performance-changes-3n-hsw-ref:
640       csit-dpdk-perf-verify-1904-3n-hsw:
641         - 2   # NDRPDR sel
642         - 3   # NDRPDR sel
643         - 5   # NDRPDR sel
644         - 6   # NDRPDR sel
645         - 13  # NDRPDR sel
646         - 14  # NDRPDR sel
647         - 15  # NDRPDR sel
648         - 18  # NDRPDR sel
649         - 19  # NDRPDR sel
650         - 20  # NDRPDR sel
651     dpdk-performance-changes-3n-hsw-cmp:
652       csit-dpdk-perf-verify-1908-3n-hsw:
653         - 2   # NDRPDR sel
654         - 3   # NDRPDR sel
655         - 4   # NDRPDR sel
656         - 5   # NDRPDR sel
657         - 6   # NDRPDR sel
658         - 7   # NDRPDR sel
659         - 8   # NDRPDR sel
660         - 9   # NDRPDR sel
661         - 10  # NDRPDR sel
662         - 11  # NDRPDR sel
663     dpdk-performance-changes-3n-hsw:
664       - "dpdk-performance-changes-3n-hsw-h1"
665       - "dpdk-performance-changes-3n-hsw-ref"
666       - "dpdk-performance-changes-3n-hsw-cmp"
667
668     dpdk-performance-changes-3n-skx-h1:
669       csit-dpdk-perf-verify-1901-3n-skx:
670         - 3   # NDRPDR sel
671         - 5   # NDRPDR sel
672         - 6   # NDRPDR sel
673         - 7   # NDRPDR sel
674         - 8   # NDRPDR sel
675         - 9   # NDRPDR sel
676         - 10  # NDRPDR sel
677         - 11  # NDRPDR sel
678         - 12  # NDRPDR sel
679         - 13  # NDRPDR sel
680     dpdk-performance-changes-3n-skx-ref:
681       csit-dpdk-perf-verify-1904-3n-skx:
682         - 2   # NDRPDR sel
683         - 3   # NDRPDR sel
684         - 4   # NDRPDR sel
685         - 5   # NDRPDR sel
686         - 6   # NDRPDR sel
687         - 7   # NDRPDR sel
688         - 11  # NDRPDR sel
689         - 12  # NDRPDR sel
690         - 13  # NDRPDR sel
691         - 14  # NDRPDR sel
692     dpdk-performance-changes-3n-skx-cmp:
693       csit-dpdk-perf-verify-1908-3n-skx:
694         - 3   # NDRPDR sel
695         - 4   # NDRPDR sel
696         - 5   # NDRPDR sel
697         - 6   # NDRPDR sel
698         - 7   # NDRPDR sel
699         - 8   # NDRPDR sel
700         - 9   # NDRPDR sel
701         - 10  # NDRPDR sel
702         - 11  # NDRPDR sel
703         - 12  # NDRPDR sel
704     dpdk-performance-changes-3n-skx:
705       - "dpdk-performance-changes-3n-skx-h1"
706       - "dpdk-performance-changes-3n-skx-ref"
707       - "dpdk-performance-changes-3n-skx-cmp"
708
709     dpdk-performance-changes-2n-skx-h1:
710       csit-dpdk-perf-verify-1901-2n-skx:
711         - 12  # NDRPDR sel
712         - 13  # NDRPDR sel
713         - 14  # NDRPDR sel
714         - 15  # NDRPDR sel
715         - 16  # NDRPDR sel
716         - 17  # NDRPDR sel
717         - 18  # NDRPDR sel
718         - 19  # NDRPDR sel
719         - 20  # NDRPDR sel
720         - 21  # NDRPDR sel
721     dpdk-performance-changes-2n-skx-ref:
722       csit-dpdk-perf-verify-1904-2n-skx:
723         - 2   # NDRPDR sel
724         - 3   # NDRPDR sel
725         - 4   # NDRPDR sel
726         - 5   # NDRPDR sel
727         - 7   # NDRPDR sel
728         - 8   # NDRPDR sel
729         - 9   # NDRPDR sel
730         - 10  # NDRPDR sel
731         - 11  # NDRPDR sel
732         - 12  # NDRPDR sel
733     dpdk-performance-changes-2n-skx-cmp:
734       csit-dpdk-perf-verify-1908-2n-skx:
735         - 2   # NDRPDR sel
736         - 3   # NDRPDR sel
737         - 4   # NDRPDR sel
738         - 5   # NDRPDR sel
739         - 7   # NDRPDR sel
740         - 8   # NDRPDR sel
741         - 9   # NDRPDR sel
742         - 10  # NDRPDR sel
743         - 11  # NDRPDR sel
744         - 12  # NDRPDR sel
745     dpdk-performance-changes-2n-skx:
746       - "dpdk-performance-changes-2n-skx-h1"
747       - "dpdk-performance-changes-2n-skx-ref"
748       - "dpdk-performance-changes-2n-skx-cmp"
749
750     # Compare testbeds
751
752     vpp-compare-testbeds-ref:
753       csit-vpp-perf-verify-1908-3n-hsw:
754         - 12  # NDRPDR sel
755         - 13  # NDRPDR sel
756         - 14  # NDRPDR sel
757         - 15  # NDRPDR sel
758         - 16  # NDRPDR sel
759         - 17  # NDRPDR sel
760         - 18  # NDRPDR sel
761         - 19  # NDRPDR sel
762         - 20  # NDRPDR sel
763         - 21  # NDRPDR sel
764     vpp-compare-testbeds-cmp:
765       csit-vpp-perf-verify-1908-3n-skx:
766         - 14  # NDRPDR sel
767         - 16  # NDRPDR sel
768         - 19  # NDRPDR sel
769         - 20  # NDRPDR sel
770         - 22  # NDRPDR sel
771         - 23  # NDRPDR sel
772         - 24  # NDRPDR sel
773         - 25  # NDRPDR sel
774         - 26  # NDRPDR sel
775         - 29  # NDRPDR sel
776     vpp-compare-testbeds:
777       - "vpp-compare-testbeds-ref"
778       - "vpp-compare-testbeds-cmp"
779
780     vpp-compare-testbeds-mrr-ref:
781       csit-vpp-perf-verify-1908-3n-hsw:
782         - 39  # MRR sel
783     vpp-compare-testbeds-mrr-cmp:
784       csit-vpp-perf-verify-1908-3n-skx:
785         - 36  # MRR sel
786     vpp-compare-testbeds-mrr:
787       - "vpp-compare-testbeds-mrr-ref"
788       - "vpp-compare-testbeds-mrr-cmp"
789
790     dpdk-compare-testbeds-ref:
791       csit-dpdk-perf-verify-1908-3n-hsw:
792         - 2   # NDRPDR sel
793         - 3   # NDRPDR sel
794         - 4   # NDRPDR sel
795         - 5   # NDRPDR sel
796         - 6   # NDRPDR sel
797         - 7   # NDRPDR sel
798         - 8   # NDRPDR sel
799         - 9   # NDRPDR sel
800         - 10  # NDRPDR sel
801         - 11  # NDRPDR sel
802     dpdk-compare-testbeds-cmp:
803       csit-dpdk-perf-verify-1908-3n-skx:
804         - 3   # NDRPDR sel
805         - 4   # NDRPDR sel
806         - 5   # NDRPDR sel
807         - 6   # NDRPDR sel
808         - 7   # NDRPDR sel
809         - 8   # NDRPDR sel
810         - 9   # NDRPDR sel
811         - 10  # NDRPDR sel
812         - 11  # NDRPDR sel
813         - 12  # NDRPDR sel
814     dpdk-compare-testbeds:
815       - "dpdk-compare-testbeds-ref"
816       - "dpdk-compare-testbeds-cmp"
817
818     # Compare topologies
819
820     vpp-compare-topologies-ref:
821       csit-vpp-perf-verify-1908-3n-skx:
822         - 14  # NDRPDR sel
823         - 16  # NDRPDR sel
824         - 19  # NDRPDR sel
825         - 20  # NDRPDR sel
826         - 22  # NDRPDR sel
827         - 23  # NDRPDR sel
828         - 24  # NDRPDR sel
829         - 25  # NDRPDR sel
830         - 26  # NDRPDR sel
831         - 29  # NDRPDR sel
832     vpp-compare-topologies-cmp:
833       csit-vpp-perf-verify-1908-2n-skx:
834         - 26  # NDRPDR sel
835         - 27  # NDRPDR sel
836         - 34  # NDRPDR sel
837         - 35  # NDRPDR sel
838         - 36  # NDRPDR sel
839         - 42  # NDRPDR sel
840         - 43  # NDRPDR sel
841         - 44  # NDRPDR sel
842         - 45  # NDRPDR sel
843         - 46  # NDRPDR sel
844     vpp-compare-topologies:
845       - "vpp-compare-topologies-ref"
846       - "vpp-compare-topologies-cmp"
847
848     vpp-compare-topologies-mrr-ref:
849       csit-vpp-perf-verify-1908-3n-skx:
850         - 36  # MRR sel
851     vpp-compare-topologies-mrr-cmp:
852       csit-vpp-perf-verify-1908-2n-skx:
853         - 71  # NFV MRR
854     vpp-compare-topologies-mrr:
855       - "vpp-compare-topologies-mrr-ref"
856       - "vpp-compare-topologies-mrr-cmp"
857
858     dpdk-compare-topologies-ref:
859       csit-dpdk-perf-verify-1908-3n-skx:
860         - 3   # NDRPDR sel
861         - 4   # NDRPDR sel
862         - 5   # NDRPDR sel
863         - 6   # NDRPDR sel
864         - 7   # NDRPDR sel
865         - 8   # NDRPDR sel
866         - 9   # NDRPDR sel
867         - 10  # NDRPDR sel
868         - 11  # NDRPDR sel
869         - 12  # NDRPDR sel
870     dpdk-compare-topologies-cmp:
871       csit-dpdk-perf-verify-1908-2n-skx:
872         - 2   # NDRPDR sel
873         - 3   # NDRPDR sel
874         - 4   # NDRPDR sel
875         - 5   # NDRPDR sel
876         - 7   # NDRPDR sel
877         - 8   # NDRPDR sel
878         - 9   # NDRPDR sel
879         - 10  # NDRPDR sel
880         - 11  # NDRPDR sel
881         - 12  # NDRPDR sel
882     dpdk-compare-topologies:
883       - "dpdk-compare-topologies-ref"
884       - "dpdk-compare-topologies-cmp"
885
886   plot-layouts:
887
888     plot-soak-throughput:
889       titlefont:
890         size: 18
891       xaxis:
892         title: "<b>Test Cases [Index]</b>"
893         titlefont:
894           size: 16
895         autorange: True
896         fixedrange: False
897         gridcolor: "rgb(230, 230, 230)"
898         linecolor: "rgb(220, 220, 220)"
899         linewidth: 1
900         showgrid: True
901         showline: True
902         showticklabels: True
903         tickcolor: "rgb(220, 220, 220)"
904         tickmode: "linear"
905         tickfont:
906           size: 16
907         zeroline: False
908       yaxis:
909         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
910         titlefont:
911           size: 16
912         gridcolor: "rgb(230, 230, 230)"
913         hoverformat: ".4r"
914         tickformat: ".3r"
915         linecolor: "rgb(220, 220, 220)"
916         linewidth: 1
917         showgrid: True
918         showline: True
919         showticklabels: True
920         tickcolor: "rgb(220, 220, 220)"
921         tickfont:
922           size: 16
923         zeroline: False
924         range: [0,50]
925       autosize: False
926       margin:
927         t: 50
928         b: 0
929         l: 80
930         r: 20
931       showlegend: True
932       legend:
933         orientation: "h"
934         font:
935           size: 16
936       width: 700
937       height: 900
938
939     plot-service-density:
940       titlefont:
941         size: 18
942       xaxis:
943         side: "top"
944         autorange: True
945         fixedrange: False
946         showgrid: False
947         showline: False
948         showticklabels: False
949         ticks: ""
950         ticklen: 0
951         tickwidth: 0
952         zeroline: False
953       yaxis:
954         autorange: "reversed"
955         showgrid: False
956         showline: False
957         showticklabels: False
958         ticks: ""
959         ticklen: 0
960         tickwidth: 0
961         zeroline: False
962       autosize: True
963       showlegend: False
964       width: 700
965       height: 700
966
967     plot-cps:
968       titlefont:
969         size: 18
970       xaxis:
971         title: "<b>Test Cases [Index]</b>"
972         titlefont:
973           size: 16
974         autorange: True
975         fixedrange: False
976         gridcolor: "rgb(230, 230, 230)"
977         linecolor: "rgb(220, 220, 220)"
978         linewidth: 1
979         showgrid: True
980         showline: True
981         showticklabels: True
982         tickcolor: "rgb(220, 220, 220)"
983         tickmode: "linear"
984         tickfont:
985           size: 16
986         zeroline: False
987       yaxis:
988         title: "<b>Connections Per Second [cps]</b>"
989         titlefont:
990           size: 16
991         gridcolor: "rgb(230, 230, 230)"
992         hoverformat: ".4s"
993         linecolor: "rgb(220, 220, 220)"
994         linewidth: 1
995         rangemode: "tozero"
996         showgrid: True
997         showline: True
998         showticklabels: True
999         tickcolor: "rgb(220, 220, 220)"
1000         tickformat: ".3s"
1001         tickfont:
1002           size: 16
1003         zeroline: False
1004       boxmode: "group"
1005       boxgroupgap: 0.5
1006       autosize: False
1007       margin:
1008         t: 50
1009         b: 20
1010         l: 80
1011         r: 20
1012       showlegend: True
1013       legend:
1014         orientation: "h"
1015         font:
1016           size: 16
1017       width: 700
1018       height: 800
1019
1020     plot-rps:
1021       titlefont:
1022         size: 18
1023       xaxis:
1024         title: "<b>Test Cases [Index]</b>"
1025         titlefont:
1026           size: 16
1027         autorange: True
1028         fixedrange: False
1029         gridcolor: "rgb(230, 230, 230)"
1030         linecolor: "rgb(220, 220, 220)"
1031         linewidth: 1
1032         showgrid: True
1033         showline: True
1034         showticklabels: True
1035         tickcolor: "rgb(220, 220, 220)"
1036         tickmode: "linear"
1037         tickfont:
1038           size: 16
1039         zeroline: False
1040       yaxis:
1041         title: "<b>Requests Per Second [rps]</b>"
1042         titlefont:
1043           size: 16
1044         gridcolor: "rgb(230, 230, 230)"
1045         hoverformat: ".4s"
1046         linecolor: "rgb(220, 220, 220)"
1047         linewidth: 1
1048         rangemode: "tozero"
1049         showgrid: True
1050         showline: True
1051         showticklabels: True
1052         tickcolor: "rgb(230, 230, 230)"
1053         tickformat: ".3s"
1054         tickfont:
1055           size: 16
1056         zeroline: False
1057       boxmode: "group"
1058       boxgroupgap: 0.5
1059       autosize: False
1060       margin:
1061         t: 50
1062         b: 20
1063         l: 80
1064         r: 20
1065       showlegend: True
1066       legend:
1067         orientation: "h"
1068         font:
1069           size: 16
1070       width: 700
1071       height: 800
1072
1073     plot-throughput:
1074       titlefont:
1075         size: 18
1076       xaxis:
1077         title: "<b>Test Cases [Index]</b>"
1078         titlefont:
1079           size: 16
1080         autorange: True
1081         fixedrange: False
1082         gridcolor: "rgb(230, 230, 230)"
1083         linecolor: "rgb(220, 220, 220)"
1084         linewidth: 1
1085         showgrid: True
1086         showline: True
1087         showticklabels: True
1088         tickcolor: "rgb(220, 220, 220)"
1089         tickmode: "linear"
1090         tickfont:
1091           size: 16
1092         zeroline: False
1093       yaxis:
1094         title: "<b>Packet Throughput [Mpps]</b>"
1095         titlefont:
1096           size: 16
1097         gridcolor: "rgb(230, 230, 230)"
1098         hoverformat: ".4r"
1099         tickformat: ".3r"
1100         linecolor: "rgb(220, 220, 220)"
1101         linewidth: 1
1102         showgrid: True
1103         showline: True
1104         showticklabels: True
1105         tickcolor: "rgb(220, 220, 220)"
1106         tickfont:
1107           size: 16
1108         zeroline: False
1109         range: [0,50]
1110       boxmode: "group"
1111       boxgroupgap: 0.5
1112       autosize: False
1113       margin:
1114         t: 50
1115         b: 0
1116         l: 80
1117         r: 20
1118       showlegend: True
1119       legend:
1120         orientation: "h"
1121         font:
1122           size: 16
1123       width: 700
1124       height: 900
1125
1126     plot-throughput-speedup-analysis:
1127       titlefont:
1128         size: 18
1129       xaxis:
1130         title: "<b>Number of Cores [Qty]</b>"
1131         titlefont:
1132           size: 16
1133         autorange: True
1134         fixedrange: False
1135         gridcolor: "rgb(230, 230, 230)"
1136         linecolor: "rgb(220, 220, 220)"
1137         linewidth: 1
1138         showgrid: True
1139         showline: True
1140         showticklabels: True
1141         tickcolor: "rgb(238, 238, 238)"
1142         tickmode: "linear"
1143         tickfont:
1144           size: 16
1145         zeroline: False
1146       yaxis:
1147         title: "<b>Packet Throughput [Mpps]</b>"
1148         titlefont:
1149           size: 16
1150         type: "linear"
1151         gridcolor: "rgb(230, 230, 230)"
1152         hoverformat: ".4s"
1153         linecolor: "rgb(220, 220, 220)"
1154         linewidth: 1
1155         showgrid: True
1156         showline: True
1157         showticklabels: True
1158         tickcolor: "rgb(220, 220, 220)"
1159         tickformat: ".4s"
1160         tickfont:
1161           size: 16
1162         zeroline: True
1163         rangemode: "tozero"
1164         range: [0,100]
1165       legend:
1166         orientation: "h"
1167         font:
1168           size: 16
1169         xanchor: "left"
1170         yanchor: "top"
1171         x: 0
1172         y: -0.2
1173         bgcolor: "rgba(255, 255, 255, 0)"
1174         bordercolor: "rgba(255, 255, 255, 0)"
1175         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1176       autosize: False
1177       margin:
1178           't': 50
1179           'b': 150
1180           'l': 85
1181           'r': 10
1182       showlegend: True
1183       width: 700
1184       height: 700
1185       hoverlabel:
1186         namelength: -1
1187       annotations: [
1188         {
1189           text: "_ _          __          ...",
1190           align: "left",
1191           showarrow: False,
1192           xref: "paper",
1193           yref: "paper",
1194           xanchor: "left",
1195           yanchor: "top",
1196           x: 0,
1197           y: -0.13,
1198           font: {
1199             family: "Consolas, Courier New",
1200             size: 15
1201           },
1202         },
1203         {
1204           text: "    Perfect     Measured     Limit",
1205           align: "left",
1206           showarrow: False,
1207           xref: "paper",
1208           yref: "paper",
1209           xanchor: "left",
1210           yanchor: "top",
1211           x: 0,
1212           y: -0.15,
1213           font: {
1214             family: "Consolas, Courier New",
1215             size: 15
1216           },
1217         },
1218       ]
1219
1220     plot-latency:
1221       titlefont:
1222         size: 18
1223       xaxis:
1224         title: "<b>Direction</b>"
1225         titlefont:
1226           size: 16
1227         autorange: True
1228         fixedrange: False
1229         gridcolor: "rgb(230, 230, 230)"
1230         linecolor: "rgb(220, 220, 220)"
1231         linewidth: 1
1232         showgrid: True
1233         showline: True
1234         showticklabels: False
1235         tickcolor: "rgb(220, 220, 220)"
1236         tickmode: "linear"
1237         tickfont:
1238           size: 16
1239         zeroline: False
1240       yaxis:
1241         title: "<b>Packet Latency [uSec]</b>"
1242         titlefont:
1243           size: 16
1244         type: "linear"
1245         gridcolor: "rgb(230, 230, 230)"
1246         hoverformat: ".4s"
1247         linecolor: "rgb(220, 220, 220)"
1248         linewidth: 1
1249         showgrid: True
1250         showline: True
1251         showticklabels: True
1252         tickcolor: "rgb(220, 220, 220)"
1253         tickformat: ".4s"
1254         tickfont:
1255           size: 16
1256         zeroline: True
1257         rangemode: "tozero"
1258       legend:
1259         orientation: "h"
1260         font:
1261           size: 16
1262         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1263       autosize: False
1264       margin:
1265           't': 50
1266           'b': 150
1267           'l': 80
1268           'r': 10
1269       showlegend: True
1270       width: 700
1271       height: 700
1272       hoverlabel:
1273         namelength: -1
1274
1275 - type: "static"
1276   src-path: "{DIR[RST]}"
1277   dst-path: "{DIR[WORKING,SRC]}"
1278
1279 - type: "input"
1280   general:
1281     file-name: "output_info.xml.gz"
1282     file-format: ".gz"
1283     arch-file-format:
1284       - ".gz"
1285       - ".zip"
1286     download-path: "{job}/{build}/archives/{filename}"
1287     extract: "output.xml"
1288
1289     zip-file-name: "robot-plugin.zip"
1290     zip-file-format: ".zip"
1291     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1292     zip-extract: "robot-plugin/output.xml"
1293
1294   builds:
1295 #    intel-dnv-vpp-release-1904:
1296 #      - 1
1297 #
1298 #    intel-dnv-vpp-release-1901:
1299 #      - 1
1300
1301     csit-vpp-perf-verify-1901-3n-hsw:
1302       - 35  # MRR sel
1303       - 10  # NDRPDR sel
1304       - 19  # NDRPDR sel
1305       - 31  # NDRPDR sel
1306       - 36  # NDRPDR sel
1307       - 40  # NDRPDR sel
1308       - 42  # NDRPDR sel
1309       - 44  # NDRPDR sel
1310       - 46  # NDRPDR sel
1311       - 47  # NDRPDR sel
1312       - 48  # NDRPDR sel
1313       - 61  # NDRPDR LB
1314       - 62  # NDRPDR LB
1315       - 63  # NDRPDR LB
1316       - 64  # NDRPDR LB
1317       - 65  # NDRPDR LB
1318       - 66  # NDRPDR LB
1319       - 67  # NDRPDR LB
1320       - 69  # NDRPDR LB
1321       - 70  # NDRPDR LB
1322       - 71  # NDRPDR LB
1323     csit-vpp-perf-verify-1904-3n-hsw:
1324       - 9   # MRR sel
1325       - 11  # NDRPDR sel
1326       - 12  # NDRPDR sel
1327       - 20  # NDRPDR sel
1328       - 21  # NDRPDR sel
1329       - 23  # NDRPDR sel
1330       - 24  # NDRPDR sel
1331       - 25  # NDRPDR sel
1332       - 26  # NDRPDR sel
1333       - 29  # NDRPDR sel
1334       - 30  # NDRPDR sel
1335     csit-vpp-perf-verify-1908-3n-hsw:
1336       - 12  # NDRPDR sel
1337       - 13  # NDRPDR sel
1338       - 14  # NDRPDR sel
1339       - 15  # NDRPDR sel
1340       - 16  # NDRPDR sel
1341       - 17  # NDRPDR sel
1342       - 18  # NDRPDR sel
1343       - 19  # NDRPDR sel
1344       - 20  # NDRPDR sel
1345       - 21  # NDRPDR sel
1346       - 24  # NDRPDR full
1347       - 25  # NDRPDR full
1348       - 26  # NDRPDR full
1349       - 27  # NDRPDR full
1350       - 28  # NDRPDR full
1351       - 29  # NDRPDR full
1352       - 32  # NDRPDR full
1353       - 33  # NDRPDR full
1354       - 35  # NDRPDR full
1355       - 36  # NDRPDR full
1356       - 38  # NDRPDR full
1357       - 39  # MRR sel
1358
1359     csit-vpp-perf-verify-1901-3n-skx:
1360       - 32  # MRR sel
1361       - 18  # NDRPDR sel
1362       - 19  # NDRPDR sel
1363       - 20  # NDRPDR sel
1364       - 28  # NDRPDR sel
1365       - 31  # NDRPDR sel
1366       - 33  # NDRPDR sel
1367       - 36  # NDRPDR sel
1368       - 38  # NDRPDR sel
1369       - 47  # NDRPDR sel
1370       - 48  # NDRPDR sel
1371       - 54  # NDRPDR LB
1372       - 57  # NDRPDR LB
1373       - 58  # NDRPDR LB
1374       - 59  # NDRPDR LB
1375       - 60  # NDRPDR LB
1376       - 63  # NDRPDR LB
1377       - 64  # NDRPDR LB
1378       - 65  # NDRPDR LB
1379       - 66  # NDRPDR LB
1380       - 67  # NDRPDR LB
1381     csit-vpp-perf-verify-1904-3n-skx:
1382       - 7   # MRR sel
1383       - 8   # NDRPDR sel
1384       - 9   # NDRPDR sel
1385       - 10  # NDRPDR sel
1386       - 11  # NDRPDR sel
1387       - 12  # NDRPDR sel
1388       - 14  # NDRPDR sel
1389       - 16  # NDRPDR sel
1390       - 21  # NDRPDR sel
1391       - 23  # NDRPDR sel
1392       - 25  # NDRPDR sel
1393     # TODO: Add data
1394     csit-vpp-perf-verify-1908-3n-skx:
1395       - 14  # NDRPDR sel
1396       - 16  # NDRPDR sel
1397       - 19  # NDRPDR sel
1398       - 20  # NDRPDR sel
1399       - 22  # NDRPDR sel
1400       - 23  # NDRPDR sel
1401       - 24  # NDRPDR sel
1402       - 25  # NDRPDR sel
1403       - 26  # NDRPDR sel
1404       - 29  # NDRPDR sel
1405       - 27  # NDRPDR full
1406       - 28  # NDRPDR full
1407       - 30  # NDRPDR full
1408       - 31  # NDRPDR full
1409       - 32  # NDRPDR full
1410       - 33  # NDRPDR full
1411       - 34  # NDRPDR full
1412       - 35  # NDRPDR full
1413       - 37  # NDRPDR full
1414       - 39  # NDRPDR full
1415       - 40  # NDRPDR full
1416       - 41  # NDRPDR full
1417       - 43  # NDRPDR full
1418       - 36  # MRR sel
1419
1420     csit-vpp-perf-verify-1901-2n-skx:
1421       - 22  # MRR sel
1422       - 5   # NDRPDR sel
1423       - 12  # NDRPDR sel
1424       - 13  # NDRPDR sel
1425       - 21  # NDRPDR sel
1426       - 23  # NDRPDR sel
1427       - 31  # NDRPDR sel
1428       - 34  # NDRPDR sel
1429       - 40  # NDRPDR sel
1430       - 42  # NDRPDR sel
1431       - 43  # NDRPDR sel
1432     csit-vpp-perf-verify-1904-2n-skx:
1433       - 11  # MRR sel
1434       - 12  # NDRPDR sel
1435       - 14  # NDRPDR sel
1436       - 16  # NDRPDR sel
1437       - 17  # NDRPDR sel
1438       - 18  # NDRPDR sel
1439       - 21  # NDRPDR sel
1440       - 27  # NDRPDR sel
1441       - 30  # NDRPDR sel
1442       - 31  # NDRPDR sel
1443       - 32  # NDRPDR sel
1444     # TODO: Add data
1445     csit-vpp-perf-verify-1908-2n-skx:
1446       - 26  # NDRPDR sel
1447       - 27  # NDRPDR sel
1448       - 34  # NDRPDR sel
1449       - 35  # NDRPDR sel
1450       - 36  # NDRPDR sel
1451       - 42  # NDRPDR sel
1452       - 43  # NDRPDR sel
1453       - 44  # NDRPDR sel
1454       - 45  # NDRPDR sel
1455       - 46  # NDRPDR sel
1456       - 48  # NDRPDR full
1457       - 49  # NDRPDR full
1458       - 50  # NDRPDR full
1459       - 51  # NDRPDR full
1460       - 54  # NDRPDR full
1461       - 55  # NDRPDR full
1462       - 66  # NDRPDR full
1463       - 69  # MRR sel
1464       - 29  # TCP
1465       - 30  # TCP
1466       - 58  # TCP
1467       - 59  # TCP
1468       - 60  # TCP
1469       - 61  # TCP
1470       - 62  # TCP
1471       - 63  # TCP
1472       - 64  # TCP
1473       - 65  # TCP
1474       - 22  # NFV
1475       - 31  # NFV
1476       - 32  # NFV
1477       - 37  # NFV
1478       - 38  # NFV
1479       - 39  # NFV
1480       - 53  # NFV
1481       - 67  # NFV
1482       - 68  # NFV
1483       - 70  # NFV
1484       - 71  # NFV MRR
1485
1486     csit-vpp-perf-verify-1908-3n-tsh:
1487       - 7   # NDRPDR sel
1488       - 8   # NDRPDR sel
1489       - 9   # NDRPDR sel
1490       - 10  # NDRPDR sel
1491       - 11  # NDRPDR sel
1492       - 12  # NDRPDR sel
1493       - 13  # NDRPDR sel
1494       - 14  # NDRPDR sel
1495
1496     csit-dpdk-perf-verify-1901-3n-hsw:
1497       - 13  # NDRPDR sel
1498       - 14  # NDRPDR sel
1499       - 16  # NDRPDR sel
1500       - 17  # NDRPDR sel
1501       - 18  # NDRPDR sel
1502       - 19  # NDRPDR sel
1503       - 20  # NDRPDR sel
1504       - 21  # NDRPDR sel
1505       - 22  # NDRPDR sel
1506       - 23  # NDRPDR sel
1507     csit-dpdk-perf-verify-1904-3n-hsw:
1508       - 2   # NDRPDR sel
1509       - 3   # NDRPDR sel
1510       - 5   # NDRPDR sel
1511       - 6   # NDRPDR sel
1512       - 13  # NDRPDR sel
1513       - 14  # NDRPDR sel
1514       - 15  # NDRPDR sel
1515       - 18  # NDRPDR sel
1516       - 19  # NDRPDR sel
1517       - 20  # NDRPDR sel
1518     csit-dpdk-perf-verify-1908-3n-hsw:
1519       - 2   # NDRPDR sel
1520       - 3   # NDRPDR sel
1521       - 4   # NDRPDR sel
1522       - 5   # NDRPDR sel
1523       - 6   # NDRPDR sel
1524       - 7   # NDRPDR sel
1525       - 8   # NDRPDR sel
1526       - 9   # NDRPDR sel
1527       - 10  # NDRPDR sel
1528       - 11  # NDRPDR sel
1529
1530     csit-dpdk-perf-verify-1901-3n-skx:
1531       - 3   # NDRPDR sel
1532       - 5   # NDRPDR sel
1533       - 6   # NDRPDR sel
1534       - 7   # NDRPDR sel
1535       - 8   # NDRPDR sel
1536       - 9   # NDRPDR sel
1537       - 10  # NDRPDR sel
1538       - 11  # NDRPDR sel
1539       - 12  # NDRPDR sel
1540       - 13  # NDRPDR sel
1541     csit-dpdk-perf-verify-1904-3n-skx:
1542       - 2   # NDRPDR sel
1543       - 3   # NDRPDR sel
1544       - 4   # NDRPDR sel
1545       - 5   # NDRPDR sel
1546       - 6   # NDRPDR sel
1547       - 7   # NDRPDR sel
1548       - 11  # NDRPDR sel
1549       - 12  # NDRPDR sel
1550       - 13  # NDRPDR sel
1551       - 14  # NDRPDR sel
1552     csit-dpdk-perf-verify-1908-3n-skx:
1553       - 3   # NDRPDR sel
1554       - 4   # NDRPDR sel
1555       - 5   # NDRPDR sel
1556       - 6   # NDRPDR sel
1557       - 7   # NDRPDR sel
1558       - 8   # NDRPDR sel
1559       - 9   # NDRPDR sel
1560       - 10  # NDRPDR sel
1561       - 11  # NDRPDR sel
1562       - 12  # NDRPDR sel
1563
1564     csit-dpdk-perf-verify-1901-2n-skx:
1565       - 12  # NDRPDR sel
1566       - 13  # NDRPDR sel
1567       - 14  # NDRPDR sel
1568       - 15  # NDRPDR sel
1569       - 16  # NDRPDR sel
1570       - 17  # NDRPDR sel
1571       - 18  # NDRPDR sel
1572       - 19  # NDRPDR sel
1573       - 20  # NDRPDR sel
1574       - 21  # NDRPDR sel
1575     csit-dpdk-perf-verify-1904-2n-skx:
1576       - 2   # NDRPDR sel
1577       - 3   # NDRPDR sel
1578       - 4   # NDRPDR sel
1579       - 5   # NDRPDR sel
1580       - 7   # NDRPDR sel
1581       - 8   # NDRPDR sel
1582       - 9   # NDRPDR sel
1583       - 10  # NDRPDR sel
1584       - 11  # NDRPDR sel
1585       - 12  # NDRPDR sel
1586     csit-dpdk-perf-verify-1908-2n-skx:
1587       - 2   # NDRPDR sel
1588       - 3   # NDRPDR sel
1589       - 4   # NDRPDR sel
1590       - 5   # NDRPDR sel
1591       - 7   # NDRPDR sel
1592       - 8   # NDRPDR sel
1593       - 9   # NDRPDR sel
1594       - 10  # NDRPDR sel
1595       - 11  # NDRPDR sel
1596       - 12  # NDRPDR sel
1597
1598     csit-vpp-functional-1908-ubuntu1604-virl:
1599       - 64
1600     csit-vpp-functional-1908-centos7-virl:
1601       - 64
1602     csit-vpp-device-1908-ubuntu1804-1n-skx:
1603       - 65
1604
1605 - type: "output"
1606   output: "report"
1607   format:
1608     html:
1609     - full
1610 #    pdf:
1611 #    - minimal
1612
1613 ################################################################################
1614 ###                               T A B L E S                                ###
1615 ################################################################################
1616
1617 ## VPP Soak vs NDR
1618 #- type: "table"
1619 #  title: "VPP Soak vs NDR 2n-skx"
1620 #  algorithm: "table_soak_vs_ndr"
1621 #  output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
1622 #  reference:
1623 #    title: "NDR"
1624 #    data: "vpp-soak-vs-ndr-2n-skx-ref"
1625 #  compare:
1626 #    title: "Soak"
1627 #    data: "vpp-soak-vs-ndr-2n-skx-cmp"
1628 #  data: "vpp-soak-vs-ndr-2n-skx"
1629 #  include-tests: "NDR"
1630 #  filter: "('NDRPDR' or 'SOAK')"
1631 #  parameters:
1632 #    - "throughput"
1633 #    - "name"
1634 #    - "parent"
1635
1636 ################################################################################
1637
1638 # VPP Compare NICs 3n-skx 2t1c ndr
1639 - type: "table"
1640   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1641   algorithm: "table_nics_comparison"
1642   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1643   reference:
1644     title: "Intel-x710"
1645     nic: "NIC_Intel-X710"
1646   compare:
1647     title: "Intel-xxv710"
1648     nic: "NIC_Intel-XXV710"
1649   data: "vpp-nic-comparison-3n-skx"
1650   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1651   filter: "'2T1C' and 'NDRPDR'"
1652   parameters:
1653   - "name"
1654   - "parent"
1655   - "throughput"
1656   - "tags"
1657
1658 # VPP Compare NICs 3n-skx 4t2c ndr
1659 - type: "table"
1660   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1661   algorithm: "table_nics_comparison"
1662   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1663   reference:
1664     title: "Intel-x710"
1665     nic: "NIC_Intel-X710"
1666   compare:
1667     title: "Intel-xxv710"
1668     nic: "NIC_Intel-XXV710"
1669   data: "vpp-nic-comparison-3n-skx"
1670   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1671   filter: "'4T2C' and 'NDRPDR'"
1672   parameters:
1673   - "name"
1674   - "parent"
1675   - "throughput"
1676   - "tags"
1677
1678 # VPP Compare NICs 3n-skx 2t1c pdr
1679 - type: "table"
1680   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1681   algorithm: "table_nics_comparison"
1682   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1683   reference:
1684     title: "Intel-x710"
1685     nic: "NIC_Intel-X710"
1686   compare:
1687     title: "Intel-xxv710"
1688     nic: "NIC_Intel-XXV710"
1689   data: "vpp-nic-comparison-3n-skx"
1690   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1691   filter: "'2T1C' and 'NDRPDR'"
1692   parameters:
1693   - "name"
1694   - "parent"
1695   - "throughput"
1696   - "tags"
1697
1698  # VPP Compare NICs 3n-skx 4t2c pdr
1699 - type: "table"
1700   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1701   algorithm: "table_nics_comparison"
1702   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1703   reference:
1704     title: "Intel-x710"
1705     nic: "NIC_Intel-X710"
1706   compare:
1707     title: "Intel-xxv710"
1708     nic: "NIC_Intel-XXV710"
1709   data: "vpp-nic-comparison-3n-skx"
1710   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1711   filter: "'4T2C' and 'NDRPDR'"
1712   parameters:
1713   - "name"
1714   - "parent"
1715   - "throughput"
1716   - "tags"
1717
1718 # VPP Compare NICs 3n-skx 2t1c mrr
1719 - type: "table"
1720   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1721   algorithm: "table_nics_comparison"
1722   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1723   reference:
1724     title: "Intel-x710"
1725     nic: "NIC_Intel-X710"
1726   compare:
1727     title: "Intel-xxv710"
1728     nic: "NIC_Intel-XXV710"
1729   data: "vpp-nic-comparison-3n-skx-mrr"
1730   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1731   filter: "'2T1C' and 'MRR'"
1732   parameters:
1733   - "name"
1734   - "parent"
1735   - "result"
1736   - "tags"
1737
1738 # VPP Compare NICs 3n-skx 4t2c mrr
1739 - type: "table"
1740   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1741   algorithm: "table_nics_comparison"
1742   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1743   reference:
1744     title: "Intel-x710"
1745     nic: "NIC_Intel-X710"
1746   compare:
1747     title: "Intel-xxv710"
1748     nic: "NIC_Intel-XXV710"
1749   data: "vpp-nic-comparison-3n-skx-mrr"
1750   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1751   filter: "'4T2C' and 'MRR'"
1752   parameters:
1753   - "name"
1754   - "parent"
1755   - "result"
1756   - "tags"
1757
1758  # VPP Compare NICs 3n-skx 8t4c mrr
1759 - type: "table"
1760   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1761   algorithm: "table_nics_comparison"
1762   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1763   reference:
1764     title: "Intel-x710"
1765     nic: "NIC_Intel-X710"
1766   compare:
1767     title: "Intel-xxv710"
1768     nic: "NIC_Intel-XXV710"
1769   data: "vpp-nic-comparison-3n-skx-mrr"
1770   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1771   filter: "'8T4C' and 'MRR'"
1772   parameters:
1773   - "name"
1774   - "parent"
1775   - "result"
1776   - "tags"
1777
1778 # VPP Compare NICs 2n-skx 2t1c ndr
1779 - type: "table"
1780   title: "VPP Compare NICs 2n-skx 2t1c ndr"
1781   algorithm: "table_nics_comparison"
1782   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
1783   reference:
1784     title: "Intel-x710"
1785     nic: "NIC_Intel-X710"
1786   compare:
1787     title: "Intel-xxv710"
1788     nic: "NIC_Intel-XXV710"
1789   data: "vpp-nic-comparison-2n-skx"
1790   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1791   filter: "'2T1C' and 'NDRPDR'"
1792   parameters:
1793   - "name"
1794   - "parent"
1795   - "throughput"
1796   - "tags"
1797
1798 # VPP Compare NICs 2n-skx 4t2c ndr
1799 - type: "table"
1800   title: "VPP Compare NICs 2n-skx 4t2c ndr"
1801   algorithm: "table_nics_comparison"
1802   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
1803   reference:
1804     title: "Intel-x710"
1805     nic: "NIC_Intel-X710"
1806   compare:
1807     title: "Intel-xxv710"
1808     nic: "NIC_Intel-XXV710"
1809   data: "vpp-nic-comparison-2n-skx"
1810   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1811   filter: "'4T2C' and 'NDRPDR'"
1812   parameters:
1813   - "name"
1814   - "parent"
1815   - "throughput"
1816   - "tags"
1817
1818  # VPP Compare NICs 2n-skx 2t1c pdr
1819 - type: "table"
1820   title: "VPP Compare NICs 2n-skx 2t1c pdr"
1821   algorithm: "table_nics_comparison"
1822   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
1823   reference:
1824     title: "Intel-x710"
1825     nic: "NIC_Intel-X710"
1826   compare:
1827     title: "Intel-xxv710"
1828     nic: "NIC_Intel-XXV710"
1829   data: "vpp-nic-comparison-2n-skx"
1830   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1831   filter: "'2T1C' and 'NDRPDR'"
1832   parameters:
1833   - "name"
1834   - "parent"
1835   - "throughput"
1836   - "tags"
1837
1838 # VPP Compare NICs 2n-skx 4t2c pdr
1839 - type: "table"
1840   title: "VPP Compare NICs 2n-skx 4t2c pdr"
1841   algorithm: "table_nics_comparison"
1842   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
1843   reference:
1844     title: "Intel-x710"
1845     nic: "NIC_Intel-X710"
1846   compare:
1847     title: "Intel-xxv710"
1848     nic: "NIC_Intel-XXV710"
1849   data: "vpp-nic-comparison-2n-skx"
1850   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1851   filter: "'4T2C' and 'NDRPDR'"
1852   parameters:
1853   - "name"
1854   - "parent"
1855   - "throughput"
1856   - "tags"
1857
1858 # VPP Compare NICs 2n-skx 2t1c mrr
1859 - type: "table"
1860   title: "VPP Compare NICs 2n-skx 2t1c mrr"
1861   algorithm: "table_nics_comparison"
1862   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
1863   reference:
1864     title: "Intel-x710"
1865     nic: "NIC_Intel-X710"
1866   compare:
1867     title: "Intel-xxv710"
1868     nic: "NIC_Intel-XXV710"
1869   data: "vpp-nic-comparison-2n-skx-mrr"
1870   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1871   filter: "'2T1C' and 'MRR'"
1872   parameters:
1873   - "name"
1874   - "parent"
1875   - "result"
1876   - "tags"
1877
1878 # VPP Compare NICs 2n-skx 4t2c mrr
1879 - type: "table"
1880   title: "VPP Compare NICs 2n-skx 4t2c mrr"
1881   algorithm: "table_nics_comparison"
1882   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
1883   reference:
1884     title: "Intel-x710"
1885     nic: "NIC_Intel-X710"
1886   compare:
1887     title: "Intel-xxv710"
1888     nic: "NIC_Intel-XXV710"
1889   data: "vpp-nic-comparison-2n-skx-mrr"
1890   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1891   filter: "'4T2C' and 'MRR'"
1892   parameters:
1893   - "name"
1894   - "parent"
1895   - "result"
1896   - "tags"
1897
1898 # VPP Compare NICs 2n-skx 8t4c mrr
1899 - type: "table"
1900   title: "VPP Compare NICs 2n-skx 8t4c mrr"
1901   algorithm: "table_nics_comparison"
1902   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
1903   reference:
1904     title: "Intel-x710"
1905     nic: "NIC_Intel-X710"
1906   compare:
1907     title: "Intel-xxv710"
1908     nic: "NIC_Intel-XXV710"
1909   data: "vpp-nic-comparison-2n-skx-mrr"
1910   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1911   filter: "'8T4C' and 'MRR'"
1912   parameters:
1913   - "name"
1914   - "parent"
1915   - "result"
1916   - "tags"
1917
1918 ################################################################################
1919 # VPP
1920
1921 ## VPP Performance Changes 2n-dnv 1t1c pdr
1922 #- type: "table"
1923 #  title: "VPP Performance Changes 2n-dnv 1t1c pdr"
1924 #  algorithm: "table_performance_comparison"
1925 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
1926 #  history:
1927 #    - title: "rls1901"
1928 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
1929 #  reference:
1930 #    title: "rls1904"
1931 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
1932 #  compare:
1933 #    title: "rls1908"
1934 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
1935 #  data: "intel-dnv-vpp-changes-2n-dnv"
1936 #  include-tests: "PDR"
1937 #  filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1938 #  parameters:
1939 #  - "name"
1940 #  - "parent"
1941 #  - "throughput"
1942 #
1943 ## VPP Performance Changes 2n-dnv 2t2c pdr
1944 #- type: "table"
1945 #  title: "VPP Performance Changes 2n-dnv 2t2c pdr"
1946 #  algorithm: "table_performance_comparison"
1947 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
1948 #  history:
1949 #    - title: "rls1901"
1950 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
1951 #  reference:
1952 #    title: "rls1904"
1953 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
1954 #  compare:
1955 #    title: "rls1908"
1956 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
1957 #  data: "intel-dnv-vpp-changes-2n-dnv"
1958 #  include-tests: "PDR"
1959 #  filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
1960 #  parameters:
1961 #  - "name"
1962 #  - "parent"
1963 #  - "throughput"
1964 #
1965 ## VPP Performance Changes 2n-dnv 1t1c ndr
1966 #- type: "table"
1967 #  title: "VPP Performance Changes 2n-dnv 1t1c ndr"
1968 #  algorithm: "table_performance_comparison"
1969 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
1970 #  history:
1971 #    - title: "rls1901"
1972 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
1973 #  reference:
1974 #    title: "rls1904"
1975 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
1976 #  compare:
1977 #    title: "rls1908"
1978 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
1979 #  data: "intel-dnv-vpp-changes-2n-dnv"
1980 #  include-tests: "NDR"
1981 #  filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1982 #  parameters:
1983 #  - "name"
1984 #  - "parent"
1985 #  - "throughput"
1986 #
1987 ## VPP Performance Changes 2n-dnv 2t2c ndr
1988 #- type: "table"
1989 #  title: "VPP Performance Changes 2n-dnv 2t2c ndr"
1990 #  algorithm: "table_performance_comparison"
1991 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
1992 #  history:
1993 #    - title: "rls1901"
1994 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
1995 #  reference:
1996 #    title: "rls1904"
1997 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
1998 #  compare:
1999 #    title: "rls1908"
2000 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2001 #  data: "intel-dnv-vpp-changes-2n-dnv"
2002 #  include-tests: "NDR"
2003 #  filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2004 #  parameters:
2005 #  - "name"
2006 #  - "parent"
2007 #  - "throughput"
2008 #
2009 ## VPP Performance Changes 2n-dnv 1t1c MRR
2010 #- type: "table"
2011 #  title: "VPP Performance Changes 2n-dnv 1t1c MRR"
2012 #  algorithm: "table_performance_comparison"
2013 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
2014 #  history:
2015 #    - title: "rls1901"
2016 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2017 #  reference:
2018 #    title: "rls1904"
2019 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2020 #  compare:
2021 #    title: "rls1908"
2022 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2023 #  data: "intel-dnv-vpp-changes-2n-dnv"
2024 #  include-tests: "MRR"
2025 #  filter: "'1T1C' and 'MRR'"
2026 #  parameters:
2027 #  - "name"
2028 #  - "parent"
2029 #  - "result"
2030 #
2031 ## VPP Performance Changes 2n-dnv 2t2c MRR
2032 #- type: "table"
2033 #  title: "VPP Performance Changes 2n-dnv 2t2c MRR"
2034 #  algorithm: "table_performance_comparison"
2035 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
2036 #  history:
2037 #    - title: "rls1901"
2038 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2039 #  reference:
2040 #    title: "rls1904"
2041 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2042 #  compare:
2043 #    title: "rls1908"
2044 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2045 #  data: "intel-dnv-vpp-changes-2n-dnv"
2046 #  include-tests: "MRR"
2047 #  filter: "'2T2C' and 'MRR'"
2048 #  parameters:
2049 #  - "name"
2050 #  - "parent"
2051 #  - "result"
2052 #
2053 ## VPP Performance Changes 2n-dnv 4t4c MRR
2054 #- type: "table"
2055 #  title: "VPP Performance Changes 2n-dnv 4t4c MRR"
2056 #  algorithm: "table_performance_comparison"
2057 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
2058 #  history:
2059 #    - title: "rls1901"
2060 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2061 #  reference:
2062 #    title: "rls1904"
2063 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2064 #  compare:
2065 #    title: "rls1908"
2066 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2067 #  data: "intel-dnv-vpp-changes-2n-dnv"
2068 #  include-tests: "MRR"
2069 #  filter: "'4T4C' and 'MRR'"
2070 #  parameters:
2071 #  - "name"
2072 #  - "parent"
2073 #  - "result"
2074
2075 # VPP Performance Changes 3n-hsw 1t1c pdr
2076 - type: "table"
2077   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2078   algorithm: "table_performance_comparison"
2079   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2080   history:
2081     - title: "rls1901"
2082       data: "vpp-performance-changes-3n-hsw-h1"
2083   reference:
2084     title: "rls1904"
2085     data: "vpp-performance-changes-3n-hsw-ref"
2086   compare:
2087     title: "rls1908"
2088     data: "vpp-performance-changes-3n-hsw-cmp"
2089   data: "vpp-performance-changes-3n-hsw"
2090   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2091   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2092   parameters:
2093   - "name"
2094   - "parent"
2095   - "throughput"
2096
2097 # VPP Performance Changes 3n-hsw 2t2c pdr
2098 - type: "table"
2099   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2100   algorithm: "table_performance_comparison"
2101   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2102   history:
2103     - title: "rls1901"
2104       data: "vpp-performance-changes-3n-hsw-h1"
2105   reference:
2106     title: "rls1904"
2107     data: "vpp-performance-changes-3n-hsw-ref"
2108   compare:
2109     title: "rls1908"
2110     data: "vpp-performance-changes-3n-hsw-cmp"
2111   data: "vpp-performance-changes-3n-hsw"
2112   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2113   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2114   parameters:
2115   - "name"
2116   - "parent"
2117   - "throughput"
2118
2119 # VPP Performance Changes 3n-hsw 1t1c ndr
2120 - type: "table"
2121   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2122   algorithm: "table_performance_comparison"
2123   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2124   history:
2125     - title: "rls1901"
2126       data: "vpp-performance-changes-3n-hsw-h1"
2127   reference:
2128     title: "rls1904"
2129     data: "vpp-performance-changes-3n-hsw-ref"
2130   compare:
2131     title: "rls1908"
2132     data: "vpp-performance-changes-3n-hsw-cmp"
2133   data: "vpp-performance-changes-3n-hsw"
2134   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2135   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2136   parameters:
2137   - "name"
2138   - "parent"
2139   - "throughput"
2140
2141 # VPP Performance Changes 3n-hsw 2t2c ndr
2142 - type: "table"
2143   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2144   algorithm: "table_performance_comparison"
2145   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2146   history:
2147     - title: "rls1901"
2148       data: "vpp-performance-changes-3n-hsw-h1"
2149   reference:
2150     title: "rls1904"
2151     data: "vpp-performance-changes-3n-hsw-ref"
2152   compare:
2153     title: "rls1908"
2154     data: "vpp-performance-changes-3n-hsw-cmp"
2155   data: "vpp-performance-changes-3n-hsw"
2156   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2157   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2158   parameters:
2159   - "name"
2160   - "parent"
2161   - "throughput"
2162
2163 # VPP Performance Changes 3n-skx 2t1c pdr
2164 - type: "table"
2165   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2166   algorithm: "table_performance_comparison_nic"
2167   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2168   history:
2169     - title: "rls1901 Intel-X710"
2170       data: "vpp-performance-changes-3n-skx-h1"
2171       nic: "NIC_Intel-X710"
2172   reference:
2173     title: "rls1904 Intel-X710"
2174     data: "vpp-performance-changes-3n-skx-ref"
2175     nic: "NIC_Intel-X710"
2176   compare:
2177     title: "rls1908 Intel-XXV710"
2178     data: "vpp-performance-changes-3n-skx-cmp"
2179     nic: "NIC_Intel-XXV710"
2180   data: "vpp-performance-changes-3n-skx"
2181   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2182   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2183   parameters:
2184   - "name"
2185   - "parent"
2186   - "throughput"
2187   - "tags"
2188
2189 # VPP Performance Changes 3n-skx 4t2c pdr
2190 - type: "table"
2191   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2192   algorithm: "table_performance_comparison_nic"
2193   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2194   history:
2195     - title: "rls1901 Intel-X710"
2196       data: "vpp-performance-changes-3n-skx-h1"
2197       nic: "NIC_Intel-X710"
2198   reference:
2199     title: "rls1904 Intel-X710"
2200     data: "vpp-performance-changes-3n-skx-ref"
2201     nic: "NIC_Intel-X710"
2202   compare:
2203     title: "rls1908 Intel-XXV710"
2204     data: "vpp-performance-changes-3n-skx-cmp"
2205     nic: "NIC_Intel-XXV710"
2206   data: "vpp-performance-changes-3n-skx"
2207   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2208   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2209   parameters:
2210   - "name"
2211   - "parent"
2212   - "throughput"
2213   - "tags"
2214
2215 # VPP Performance Changes 3n-skx 2t1c ndr
2216 - type: "table"
2217   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2218   algorithm: "table_performance_comparison_nic"
2219   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2220   history:
2221     - title: "rls1901 Intel-X710"
2222       data: "vpp-performance-changes-3n-skx-h1"
2223       nic: "NIC_Intel-X710"
2224   reference:
2225     title: "rls1904 Intel-X710"
2226     data: "vpp-performance-changes-3n-skx-ref"
2227     nic: "NIC_Intel-X710"
2228   compare:
2229     title: "rls1908 Intel-XXV710"
2230     data: "vpp-performance-changes-3n-skx-cmp"
2231     nic: "NIC_Intel-XXV710"
2232   data: "vpp-performance-changes-3n-skx"
2233   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2234   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2235   parameters:
2236   - "name"
2237   - "parent"
2238   - "throughput"
2239   - "tags"
2240
2241 # VPP Performance Changes 3n-skx 4t2c ndr
2242 - type: "table"
2243   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2244   algorithm: "table_performance_comparison_nic"
2245   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2246   history:
2247     - title: "rls1901 Intel-X710"
2248       data: "vpp-performance-changes-3n-skx-h1"
2249       nic: "NIC_Intel-X710"
2250   reference:
2251     title: "rls1904 Intel-X710"
2252     data: "vpp-performance-changes-3n-skx-ref"
2253     nic: "NIC_Intel-X710"
2254   compare:
2255     title: "rls1908 Intel-XXV710"
2256     data: "vpp-performance-changes-3n-skx-cmp"
2257     nic: "NIC_Intel-XXV710"
2258   data: "vpp-performance-changes-3n-skx"
2259   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2260   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2261   parameters:
2262   - "name"
2263   - "parent"
2264   - "throughput"
2265   - "tags"
2266
2267 # VPP Performance Changes 2n-skx 2t1c pdr
2268 - type: "table"
2269   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2270   algorithm: "table_performance_comparison_nic"
2271   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2272   history:
2273     - title: "rls1901 Intel-X710"
2274       data: "vpp-performance-changes-2n-skx-h1"
2275       nic: "NIC_Intel-X710"
2276   reference:
2277     title: "rls1904 Intel-X710"
2278     data: "vpp-performance-changes-2n-skx-ref"
2279     nic: "NIC_Intel-X710"
2280   compare:
2281     title: "rls1908 Intel-XXV710"
2282     data: "vpp-performance-changes-2n-skx-cmp"
2283     nic: "NIC_Intel-XXV710"
2284   data: "vpp-performance-changes-2n-skx"
2285   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2286   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2287   parameters:
2288   - "name"
2289   - "parent"
2290   - "throughput"
2291   - "tags"
2292
2293 # VPP Performance Changes 2n-skx 4t2c pdr
2294 - type: "table"
2295   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2296   algorithm: "table_performance_comparison_nic"
2297   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2298   history:
2299     - title: "rls1901 Intel-X710"
2300       data: "vpp-performance-changes-2n-skx-h1"
2301       nic: "NIC_Intel-X710"
2302   reference:
2303     title: "rls1904 Intel-X710"
2304     data: "vpp-performance-changes-2n-skx-ref"
2305     nic: "NIC_Intel-X710"
2306   compare:
2307     title: "rls1908 Intel-XXV710"
2308     data: "vpp-performance-changes-2n-skx-cmp"
2309     nic: "NIC_Intel-XXV710"
2310   data: "vpp-performance-changes-2n-skx"
2311   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2312   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2313   parameters:
2314   - "name"
2315   - "parent"
2316   - "throughput"
2317   - "tags"
2318
2319 # VPP Performance Changes 2n-skx 2t1c ndr
2320 - type: "table"
2321   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2322   algorithm: "table_performance_comparison_nic"
2323   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2324   history:
2325     - title: "rls1901 Intel-X710"
2326       data: "vpp-performance-changes-2n-skx-h1"
2327       nic: "NIC_Intel-X710"
2328   reference:
2329     title: "rls1904 Intel-X710"
2330     data: "vpp-performance-changes-2n-skx-ref"
2331     nic: "NIC_Intel-X710"
2332   compare:
2333     title: "rls1908 Intel-XXV710"
2334     data: "vpp-performance-changes-2n-skx-cmp"
2335     nic: "NIC_Intel-XXV710"
2336   data: "vpp-performance-changes-2n-skx"
2337   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2338   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2339   parameters:
2340   - "name"
2341   - "parent"
2342   - "throughput"
2343   - "tags"
2344
2345 # VPP Performance Changes 2n-skx 4t2c ndr
2346 - type: "table"
2347   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2348   algorithm: "table_performance_comparison_nic"
2349   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2350   history:
2351     - title: "rls1901 Intel-X710"
2352       data: "vpp-performance-changes-2n-skx-h1"
2353       nic: "NIC_Intel-X710"
2354   reference:
2355     title: "rls1904 Intel-X710"
2356     data: "vpp-performance-changes-2n-skx-ref"
2357     nic: "NIC_Intel-X710"
2358   compare:
2359     title: "rls1908 Intel-XXV710"
2360     data: "vpp-performance-changes-2n-skx-cmp"
2361     nic: "NIC_Intel-XXV710"
2362   data: "vpp-performance-changes-2n-skx"
2363   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2364   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC') and (not 'VHOST' or 'VTS')"
2365   parameters:
2366   - "name"
2367   - "parent"
2368   - "throughput"
2369   - "tags"
2370
2371 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2372 - type: "table"
2373   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2374   algorithm: "table_performance_comparison"
2375   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2376   reference:
2377     title: "3-Node Hsw Intel-xl710"
2378     data: "vpp-compare-testbeds-ref"
2379     nic: "NIC_Intel-XL710"
2380   compare:
2381     title: "3-Node Skx Intel-xxv710"
2382     data: "vpp-compare-testbeds-cmp"
2383     nic: "NIC_Intel-XXV710"
2384   data: "vpp-compare-testbeds"
2385   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2386   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
2387   parameters:
2388   - "name"
2389   - "parent"
2390   - "throughput"
2391
2392 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2393 - type: "table"
2394   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2395   algorithm: "table_performance_comparison"
2396   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2397   reference:
2398     title: "3-Node Hsw Intel-xl710"
2399     data: "vpp-compare-testbeds-ref"
2400     nic: "NIC_Intel-XL710"
2401   compare:
2402     title: "3-Node Skx Intel-xxv710"
2403     data: "vpp-compare-testbeds-cmp"
2404     nic: "NIC_Intel-XXV710"
2405   data: "vpp-compare-testbeds"
2406   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2407   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
2408   parameters:
2409   - "name"
2410   - "parent"
2411   - "throughput"
2412
2413 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2414 - type: "table"
2415   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2416   algorithm: "table_performance_comparison"
2417   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2418   reference:
2419     title: "3-Node Hsw Intel-xl710"
2420     data: "vpp-compare-testbeds-ref"
2421     nic: "NIC_Intel-XL710"
2422   compare:
2423     title: "3-Node Skx Intel-xxv710"
2424     data: "vpp-compare-testbeds-cmp"
2425     nic: "NIC_Intel-XXV710"
2426   data: "vpp-compare-testbeds"
2427   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2428   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
2429   parameters:
2430   - "name"
2431   - "parent"
2432   - "throughput"
2433
2434 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2435 - type: "table"
2436   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2437   algorithm: "table_performance_comparison"
2438   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2439   reference:
2440     title: "3-Node Hsw Intel-xl710"
2441     data: "vpp-compare-testbeds-ref"
2442     nic: "NIC_Intel-XL710"
2443   compare:
2444     title: "3-Node Skx Intel-xxv710"
2445     data: "vpp-compare-testbeds-cmp"
2446     nic: "NIC_Intel-XXV710"
2447   data: "vpp-compare-testbeds"
2448   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2449   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
2450   parameters:
2451   - "name"
2452   - "parent"
2453   - "throughput"
2454
2455 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2456 - type: "table"
2457   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2458   algorithm: "table_performance_comparison"
2459   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2460   reference:
2461     title: "3-Node Skx"
2462     data: "vpp-compare-topologies-ref"
2463   compare:
2464     title: "2-Node Skx"
2465     data: "vpp-compare-topologies-cmp"
2466   data: "vpp-compare-topologies"
2467   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2468   filter: "'NDRPDR' and '1C'"
2469   parameters:
2470   - "name"
2471   - "parent"
2472   - "throughput"
2473
2474 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2475 - type: "table"
2476   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2477   algorithm: "table_performance_comparison"
2478   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2479   reference:
2480     title: "3-Node Skx"
2481     data: "vpp-compare-topologies-ref"
2482   compare:
2483     title: "2-Node Skx"
2484     data: "vpp-compare-topologies-cmp"
2485   data: "vpp-compare-topologies"
2486   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2487   filter: "'NDRPDR' and '2C'"
2488   parameters:
2489   - "name"
2490   - "parent"
2491   - "throughput"
2492
2493 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2494 - type: "table"
2495   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2496   algorithm: "table_performance_comparison"
2497   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2498   reference:
2499     title: "3-Node Skx"
2500     data: "vpp-compare-topologies-ref"
2501   compare:
2502     title: "2-Node Skx"
2503     data: "vpp-compare-topologies-cmp"
2504   data: "vpp-compare-topologies"
2505   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2506   filter: "'NDRPDR' and '1C'"
2507   parameters:
2508   - "name"
2509   - "parent"
2510   - "throughput"
2511
2512 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2513 - type: "table"
2514   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2515   algorithm: "table_performance_comparison"
2516   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2517   reference:
2518     title: "3-Node Skx"
2519     data: "vpp-compare-topologies-ref"
2520   compare:
2521     title: "2-Node Skx"
2522     data: "vpp-compare-topologies-cmp"
2523   data: "vpp-compare-topologies"
2524   include-tests: "PDR"
2525   filter: "'NDRPDR' and '2C'"
2526   parameters:
2527   - "name"
2528   - "parent"
2529   - "throughput"
2530
2531 # VPP Performance Changes 3n-hsw 1t1c MRR
2532 - type: "table"
2533   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2534   algorithm: "table_performance_comparison"
2535   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2536   history:
2537     - title: "rls1901"
2538       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2539   reference:
2540     title: "rls1904"
2541     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2542   compare:
2543     title: "rls1908"
2544     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2545   data: "vpp-performance-changes-3n-hsw-mrr"
2546   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2547   filter: "'1T1C' and 'MRR' and (not 'VHOST' or 'VTS')"
2548   parameters:
2549   - "name"
2550   - "parent"
2551   - "result"
2552
2553 # VPP Performance Changes 3n-hsw 2t2c MRR
2554 - type: "table"
2555   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2556   algorithm: "table_performance_comparison"
2557   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2558   history:
2559     - title: "rls1901"
2560       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2561   reference:
2562     title: "rls1904"
2563     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2564   compare:
2565     title: "rls1908"
2566     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2567   data: "vpp-performance-changes-3n-hsw-mrr"
2568   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2569   filter: "'2T2C' and 'MRR' and (not 'VHOST' or 'VTS')"
2570   parameters:
2571   - "name"
2572   - "parent"
2573   - "result"
2574
2575 # VPP Performance Changes 3n-hsw 4t4c MRR
2576 - type: "table"
2577   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2578   algorithm: "table_performance_comparison"
2579   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2580   history:
2581     - title: "rls1901"
2582       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2583   reference:
2584     title: "rls1904"
2585     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2586   compare:
2587     title: "rls1908"
2588     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2589   data: "vpp-performance-changes-3n-hsw-mrr"
2590   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2591   filter: "'4T4C' and 'MRR' and (not 'VHOST' or 'VTS')"
2592   parameters:
2593   - "name"
2594   - "parent"
2595   - "result"
2596
2597 # VPP Performance Changes 3n-skx 2t1c MRR
2598 - type: "table"
2599   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2600   algorithm: "table_performance_comparison"
2601   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2602   history:
2603     - title: "rls1901"
2604       data: "vpp-performance-changes-3n-skx-mrr-h1"
2605   reference:
2606     title: "rls1904"
2607     data: "vpp-performance-changes-3n-skx-mrr-ref"
2608   compare:
2609     title: "rls1908"
2610     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2611   data: "vpp-performance-changes-3n-skx-mrr"
2612   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2613   filter: "'2T1C' and 'MRR' and (not 'VHOST' or 'VTS')"
2614   parameters:
2615   - "name"
2616   - "parent"
2617   - "result"
2618
2619 # VPP Performance Changes 3n-skx 4t2c MRR
2620 - type: "table"
2621   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2622   algorithm: "table_performance_comparison"
2623   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2624   history:
2625     - title: "rls1901"
2626       data: "vpp-performance-changes-3n-skx-mrr-h1"
2627   reference:
2628     title: "rls1904"
2629     data: "vpp-performance-changes-3n-skx-mrr-ref"
2630   compare:
2631     title: "rls1908"
2632     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2633   data: "vpp-performance-changes-3n-skx-mrr"
2634   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2635   filter: "'4T2C' and 'MRR' and (not 'VHOST' or 'VTS')"
2636   parameters:
2637   - "name"
2638   - "parent"
2639   - "result"
2640
2641 # VPP Performance Changes 3n-skx 8t4c MRR
2642 - type: "table"
2643   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2644   algorithm: "table_performance_comparison"
2645   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2646   history:
2647     - title: "rls1901"
2648       data: "vpp-performance-changes-3n-skx-mrr-h1"
2649   reference:
2650     title: "rls1904"
2651     data: "vpp-performance-changes-3n-skx-mrr-ref"
2652   compare:
2653     title: "rls1908"
2654     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2655   data: "vpp-performance-changes-3n-skx-mrr"
2656   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2657   filter: "'8T4C' and 'MRR' and (not 'VHOST' or 'VTS')"
2658   parameters:
2659   - "name"
2660   - "parent"
2661   - "result"
2662
2663 # VPP Performance Changes 2n-skx 2t1c MRR
2664 - type: "table"
2665   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2666   algorithm: "table_performance_comparison"
2667   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2668   history:
2669     - title: "rls1901"
2670       data: "vpp-performance-changes-2n-skx-mrr-h1"
2671   reference:
2672     title: "rls1904"
2673     data: "vpp-performance-changes-2n-skx-mrr-ref"
2674   compare:
2675     title: "rls1908"
2676     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2677   data: "vpp-performance-changes-2n-skx-mrr"
2678   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2679   filter: "'2T1C' and 'MRR' and (not 'VHOST' or 'VTS')"
2680   parameters:
2681   - "name"
2682   - "parent"
2683   - "result"
2684
2685 # VPP Performance Changes 2n-skx 4t2c MRR
2686 - type: "table"
2687   title: "VPP Performance Changes 2n-skx 4t2c MRR"
2688   algorithm: "table_performance_comparison"
2689   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2690   history:
2691     - title: "rls1901"
2692       data: "vpp-performance-changes-2n-skx-mrr-h1"
2693   reference:
2694     title: "rls1904"
2695     data: "vpp-performance-changes-2n-skx-mrr-ref"
2696   compare:
2697     title: "rls1908"
2698     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2699   data: "vpp-performance-changes-2n-skx-mrr"
2700   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2701   filter: "'4T2C' and 'MRR' and (not 'VHOST' or 'VTS')"
2702   parameters:
2703   - "name"
2704   - "parent"
2705   - "result"
2706
2707 # VPP Performance Changes 2n-skx 8t4c MRR
2708 - type: "table"
2709   title: "VPP Performance Changes 2n-skx 8t4c MRR"
2710   algorithm: "table_performance_comparison"
2711   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2712   history:
2713     - title: "rls1901"
2714       data: "vpp-performance-changes-2n-skx-mrr-h1"
2715   reference:
2716     title: "rls1904"
2717     data: "vpp-performance-changes-2n-skx-mrr-ref"
2718   compare:
2719     title: "rls1908"
2720     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2721   data: "vpp-performance-changes-2n-skx-mrr"
2722   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2723   filter: "'8T4C' and 'MRR' and (not 'VHOST' or 'VTS')"
2724   parameters:
2725   - "name"
2726   - "parent"
2727   - "result"
2728
2729 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2730 - type: "table"
2731   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2732   algorithm: "table_performance_comparison"
2733   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2734   reference:
2735     title: "3-Node Hsw Intel-xl710"
2736     data: "vpp-compare-testbeds-mrr-ref"
2737     nic: "NIC_Intel-XL710"
2738   compare:
2739     title: "3-Node Skx Intel-xxv710"
2740     data: "vpp-compare-testbeds-mrr-cmp"
2741     nic: "NIC_Intel-XXV710"
2742   data: "vpp-compare-testbeds-mrr"
2743   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2744   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
2745   parameters:
2746   - "name"
2747   - "parent"
2748   - "result"
2749
2750 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2751 - type: "table"
2752   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2753   algorithm: "table_performance_comparison"
2754   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2755   reference:
2756     title: "3-Node Hsw Intel-xl710"
2757     data: "vpp-compare-testbeds-mrr-ref"
2758     nic: "NIC_Intel-XL710"
2759   compare:
2760     title: "3-Node Skx Intel-xxv710"
2761     data: "vpp-compare-testbeds-mrr-cmp"
2762     nic: "NIC_Intel-XXV710"
2763   data: "vpp-compare-testbeds-mrr"
2764   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2765   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
2766   parameters:
2767   - "name"
2768   - "parent"
2769   - "result"
2770
2771 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2772 - type: "table"
2773   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2774   algorithm: "table_performance_comparison"
2775   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2776   reference:
2777     title: "3-Node Hsw Intel-xl710"
2778     data: "vpp-compare-testbeds-mrr-ref"
2779     nic: "NIC_Intel-XL710"
2780   compare:
2781     title: "3-Node Skx Intel-xxv710"
2782     data: "vpp-compare-testbeds-mrr-cmp"
2783     nic: "NIC_Intel-XXV710"
2784   data: "vpp-compare-testbeds-mrr"
2785   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2786   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
2787   parameters:
2788   - "name"
2789   - "parent"
2790   - "result"
2791
2792 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2793 - type: "table"
2794   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2795   algorithm: "table_performance_comparison"
2796   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2797   reference:
2798     title: "3-Node Skx"
2799     data: "vpp-compare-topologies-mrr-ref"
2800   compare:
2801     title: "2-Node Skx"
2802     data: "vpp-compare-topologies-mrr-cmp"
2803   data: "vpp-compare-topologies-mrr"
2804   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2805   filter: "'MRR' and '1C'"
2806   parameters:
2807   - "name"
2808   - "parent"
2809   - "result"
2810
2811 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2812 - type: "table"
2813   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
2814   algorithm: "table_performance_comparison"
2815   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
2816   reference:
2817     title: "3-Node Skx"
2818     data: "vpp-compare-topologies-mrr-ref"
2819   compare:
2820     title: "2-Node Skx"
2821     data: "vpp-compare-topologies-mrr-cmp"
2822   data: "vpp-compare-topologies-mrr"
2823   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2824   filter: "'MRR' and '2C'"
2825   parameters:
2826   - "name"
2827   - "parent"
2828   - "result"
2829
2830 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
2831 - type: "table"
2832   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
2833   algorithm: "table_performance_comparison"
2834   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
2835   reference:
2836     title: "3-Node Skx"
2837     data: "vpp-compare-topologies-mrr-ref"
2838   compare:
2839     title: "2-Node Skx"
2840     data: "vpp-compare-topologies-mrr-cmp"
2841   data: "vpp-compare-topologies-mrr"
2842   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2843   filter: "'MRR' and '4C'"
2844   parameters:
2845   - "name"
2846   - "parent"
2847   - "result"
2848
2849 # Detailed Test Results - VPP Performance Results 3n-hsw
2850 - type: "table"
2851   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
2852   algorithm: "table_merged_details"
2853   output-file-ext: ".csv"
2854   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2855   columns:
2856   - title: "Name"
2857     data: "data name"
2858   - title: "Status"
2859     data: "data msg"
2860   rows: "generated"
2861   data: "vpp-perf-results-3n-hsw"
2862   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
2863   parameters:
2864   - "name"
2865   - "parent"
2866   - "msg"
2867
2868 # Detailed Test Results - VPP Performance Results 3n-skx
2869 - type: "table"
2870   title: "Detailed Test Results - VPP Performance Results 3n-skx"
2871   algorithm: "table_merged_details"
2872   output-file-ext: ".csv"
2873   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2874   columns:
2875   - title: "Name"
2876     data: "data name"
2877   - title: "Status"
2878     data: "data msg"
2879   rows: "generated"
2880   data: "vpp-perf-results-3n-skx"
2881   filter: "not 'CFS_OPT'"
2882   parameters:
2883   - "name"
2884   - "parent"
2885   - "msg"
2886
2887 # Detailed Test Results - VPP Performance Results 2n-skx
2888 - type: "table"
2889   title: "Detailed Test Results - VPP Performance Results 2n-skx"
2890   algorithm: "table_merged_details"
2891   output-file-ext: ".csv"
2892   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2893   columns:
2894   - title: "Name"
2895     data: "data name"
2896   - title: "Status"
2897     data: "data msg"
2898   rows: "generated"
2899   data: "vpp-perf-results-2n-skx"
2900   filter: "not 'CFS_OPT'"
2901   parameters:
2902   - "name"
2903   - "parent"
2904   - "msg"
2905
2906 # Detailed Test Results - VPP Performance Results 3n-tsh
2907 - type: "table"
2908   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
2909   algorithm: "table_merged_details"
2910   output-file-ext: ".csv"
2911   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
2912   columns:
2913   - title: "Name"
2914     data: "data name"
2915   - title: "Status"
2916     data: "data msg"
2917   rows: "generated"
2918   data: "vpp-perf-results-3n-tsh"
2919   filter: "not 'CFS_OPT'"
2920   parameters:
2921   - "name"
2922   - "parent"
2923   - "msg"
2924
2925 ## Detailed Test Results - VPP Performance Results 2n-dnv
2926 #- type: "table"
2927 #  title: "Detailed Test Results - VPP Performance Results 2n-dnv"
2928 #  algorithm: "table_details"
2929 #  output-file-ext: ".csv"
2930 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
2931 #  columns:
2932 #  - title: "Name"
2933 #    data: "data name"
2934 #  - title: "Status"
2935 #    data: "data msg"
2936 #  rows: "generated"
2937 #  data: "intel-dnv-vpp"
2938 #  filter: "'NDRPDR'"
2939 #  parameters:
2940 #  - "name"
2941 #  - "parent"
2942 #  - "msg"
2943
2944 # Test configuration - VPP Performance Test Configs 3n-hsw
2945 - type: "table"
2946   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
2947   algorithm: "table_merged_details"
2948   output-file-ext: ".csv"
2949   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
2950   columns:
2951   - title: "Name"
2952     data: "data name"
2953   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2954     data: "data conf-history"
2955   rows: "generated"
2956   data: "vpp-perf-results-3n-hsw"
2957   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
2958   parameters:
2959   - "parent"
2960   - "name"
2961   - "conf-history"
2962
2963 # Test configuration - VPP Performance Test Configs 3n-skx
2964 - type: "table"
2965   title: "Test configuration - VPP Performance Test Configs 3n-skx"
2966   algorithm: "table_merged_details"
2967   output-file-ext: ".csv"
2968   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
2969   columns:
2970   - title: "Name"
2971     data: "data name"
2972   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2973     data: "data conf-history"
2974   rows: "generated"
2975   data: "vpp-perf-results-3n-skx"
2976   filter: "not 'CFS_OPT'"
2977   parameters:
2978   - "parent"
2979   - "name"
2980   - "conf-history"
2981
2982 # Test configuration - VPP Performance Test Configs 2n-skx
2983 - type: "table"
2984   title: "Test configuration - VPP Performance Test Configs 2n-skx"
2985   algorithm: "table_merged_details"
2986   output-file-ext: ".csv"
2987   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
2988   columns:
2989   - title: "Name"
2990     data: "data name"
2991   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2992     data: "data conf-history"
2993   rows: "generated"
2994   data: "vpp-perf-results-2n-skx"
2995   filter: "not 'CFS_OPT'"
2996   parameters:
2997   - "parent"
2998   - "name"
2999   - "conf-history"
3000
3001 # Test configuration - VPP Performance Test Configs 3n-tsh
3002 - type: "table"
3003   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
3004   algorithm: "table_merged_details"
3005   output-file-ext: ".csv"
3006   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_test_configuration_3n_tsh"
3007   columns:
3008   - title: "Name"
3009     data: "data name"
3010   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3011     data: "data conf-history"
3012   rows: "generated"
3013   data: "vpp-perf-results-3n-tsh"
3014   filter: "not 'CFS_OPT'"
3015   parameters:
3016   - "parent"
3017   - "name"
3018   - "conf-history"
3019
3020 ## Test configuration - VPP Performance Test Configs 2n-dnv
3021 #- type: "table"
3022 #  title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3023 #  algorithm: "table_details"
3024 #  output-file-ext: ".csv"
3025 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3026 #  columns:
3027 #  - title: "Name"
3028 #    data: "data name"
3029 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
3030 #    data: "data conf-history"
3031 #  rows: "generated"
3032 #  data: "intel-dnv-vpp"
3033 #  filter: "'NDRPDR'"
3034 #  parameters:
3035 #  - "parent"
3036 #  - "name"
3037 #  - "conf-history"
3038
3039 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3040 - type: "table"
3041   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3042   algorithm: "table_merged_details"
3043   output-file-ext: ".csv"
3044   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3045   columns:
3046   - title: "Name"
3047     data: "data name"
3048   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3049     data: "data show-run"
3050   rows: "generated"
3051   data: "vpp-perf-results-3n-hsw"
3052   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3053   parameters:
3054   - "parent"
3055   - "name"
3056   - "show-run"
3057
3058 # Test Operational Data - VPP Performance Operational Data 3n-skx
3059 - type: "table"
3060   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3061   algorithm: "table_merged_details"
3062   output-file-ext: ".csv"
3063   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3064   columns:
3065   - title: "Name"
3066     data: "data name"
3067   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3068     data: "data show-run"
3069   rows: "generated"
3070   data: "vpp-perf-results-3n-skx"
3071   filter: "not 'CFS_OPT'"
3072   parameters:
3073   - "parent"
3074   - "name"
3075   - "show-run"
3076
3077 # Test Operational Data - VPP Performance Operational Data 2n-skx
3078 - type: "table"
3079   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3080   algorithm: "table_merged_details"
3081   output-file-ext: ".csv"
3082   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3083   columns:
3084   - title: "Name"
3085     data: "data name"
3086   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3087     data: "data show-run"
3088   rows: "generated"
3089   data: "vpp-perf-results-2n-skx"
3090   filter: "not 'CFS_OPT'"
3091   parameters:
3092   - "parent"
3093   - "name"
3094   - "show-run"
3095
3096 # Test Operational Data - VPP Performance Operational Data 3n-tsh
3097 - type: "table"
3098   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
3099   algorithm: "table_merged_details"
3100   output-file-ext: ".csv"
3101   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_test_operational_3n_tsh"
3102   columns:
3103   - title: "Name"
3104     data: "data name"
3105   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3106     data: "data show-run"
3107   rows: "generated"
3108   data: "vpp-perf-results-3n-tsh"
3109   filter: "not 'CFS_OPT'"
3110   parameters:
3111   - "parent"
3112   - "name"
3113   - "show-run"
3114
3115 ## Test Operational Data - VPP Performance Operational Data 2n-dnv
3116 #- type: "table"
3117 #  title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3118 #  algorithm: "table_details"
3119 #  output-file-ext: ".csv"
3120 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3121 #  columns:
3122 #  - title: "Name"
3123 #    data: "data name"
3124 #  - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3125 #    data: "data show-run"
3126 #  rows: "generated"
3127 #  data: "intel-dnv-vpp"
3128 #  filter: "'NDRPDR'"
3129 #  parameters:
3130 #  - "parent"
3131 #  - "name"
3132 #  - "show-run"
3133
3134 # Detailed Test Results - VPP MRR Results 3n-hsw
3135 - type: "table"
3136   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3137   algorithm: "table_details"
3138   output-file-ext: ".csv"
3139   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3140   columns:
3141   - title: "Name"
3142     data: "data name"
3143   - title: "Status"
3144     data: "data msg"
3145   rows: "generated"
3146   data: "vpp-mrr-results-3n-hsw"
3147   filter: "'MRR'"
3148   parameters:
3149   - "name"
3150   - "parent"
3151   - "msg"
3152
3153 # Detailed Test Results - VPP MRR Results 3n-skx
3154 - type: "table"
3155   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3156   algorithm: "table_details"
3157   output-file-ext: ".csv"
3158   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3159   columns:
3160   - title: "Name"
3161     data: "data name"
3162   - title: "Status"
3163     data: "data msg"
3164   rows: "generated"
3165   data: "vpp-mrr-results-3n-skx"
3166   filter: "'MRR'"
3167   parameters:
3168   - "name"
3169   - "parent"
3170   - "msg"
3171
3172 # Detailed Test Results - VPP MRR Results 2n-skx
3173 - type: "table"
3174   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3175   algorithm: "table_details"
3176   output-file-ext: ".csv"
3177   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3178   columns:
3179   - title: "Name"
3180     data: "data name"
3181   - title: "Status"
3182     data: "data msg"
3183   rows: "generated"
3184   data: "vpp-mrr-results-2n-skx"
3185   filter: "'MRR'"
3186   parameters:
3187   - "name"
3188   - "parent"
3189   - "msg"
3190
3191 ## Detailed Test Results - VPP MRR Results 2n-dnv
3192 #- type: "table"
3193 #  title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3194 #  algorithm: "table_details"
3195 #  output-file-ext: ".csv"
3196 #  output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3197 #  columns:
3198 #  - title: "Name"
3199 #    data: "data name"
3200 #  - title: "Status"
3201 #    data: "data msg"
3202 #  rows: "generated"
3203 #  data: "intel-dnv-vpp"
3204 #  filter: "'MRR'"
3205 #  parameters:
3206 #  - "name"
3207 #  - "parent"
3208 #  - "msg"
3209
3210 # Test configuration - VPP MRR Test Configs 3n-hsw
3211 - type: "table"
3212   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3213   algorithm: "table_details"
3214   output-file-ext: ".csv"
3215   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3216   columns:
3217   - title: "Name"
3218     data: "data name"
3219   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3220     data: "data conf-history"
3221   rows: "generated"
3222   data: "vpp-mrr-results-3n-hsw"
3223   filter: "'MRR'"
3224   parameters:
3225   - "parent"
3226   - "name"
3227   - "conf-history"
3228
3229 # Test configuration - VPP MRR Test Configs 3n-skx
3230 - type: "table"
3231   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3232   algorithm: "table_details"
3233   output-file-ext: ".csv"
3234   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3235   columns:
3236   - title: "Name"
3237     data: "data name"
3238   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3239     data: "data conf-history"
3240   rows: "generated"
3241   data: "vpp-mrr-results-3n-skx"
3242   filter: "'MRR'"
3243   parameters:
3244   - "parent"
3245   - "name"
3246   - "conf-history"
3247
3248 # Test configuration - VPP MRR Test Configs 2n-skx
3249 - type: "table"
3250   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3251   algorithm: "table_details"
3252   output-file-ext: ".csv"
3253   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3254   columns:
3255   - title: "Name"
3256     data: "data name"
3257   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3258     data: "data conf-history"
3259   rows: "generated"
3260   data: "vpp-mrr-results-2n-skx"
3261   filter: "'MRR'"
3262   parameters:
3263   - "parent"
3264   - "name"
3265   - "conf-history"
3266
3267 ## Test configuration - VPP MRR Test Configs 2n-dnv
3268 #- type: "table"
3269 #  title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3270 #  algorithm: "table_details"
3271 #  output-file-ext: ".csv"
3272 #  output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3273 #  columns:
3274 #  - title: "Name"
3275 #    data: "data name"
3276 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
3277 #    data: "data conf-history"
3278 #  rows: "generated"
3279 #  data: "intel-dnv-vpp"
3280 #  filter: "'MRR'"
3281 #  parameters:
3282 #  - "parent"
3283 #  - "name"
3284 #  - "conf-history"
3285
3286 # Detailed Test Results - VPP Functional Results - Ubuntu
3287 - type: "table"
3288   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3289   algorithm: "table_details"
3290   output-file-ext: ".csv"
3291   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3292   columns:
3293   - title: "Name"
3294     data: "data name"
3295   - title: "Documentation"
3296     data: "data doc"
3297   - title: "Status"
3298     data: "data status"
3299   rows: "generated"
3300   data: "vpp-func-results-ubuntu"
3301   filter: "all"
3302   parameters:
3303   - "name"
3304   - "parent"
3305   - "doc"
3306   - "status"
3307
3308 # Detailed Test Results - VPP Functional Results - CentOS
3309 - type: "table"
3310   title: "Detailed Test Results - VPP Functional Results - CentOS"
3311   algorithm: "table_details"
3312   output-file-ext: ".csv"
3313   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3314   columns:
3315   - title: "Name"
3316     data: "data name"
3317   - title: "Documentation"
3318     data: "data doc"
3319   -
3320     title: "Status"
3321     data: "data status"
3322   rows: "generated"
3323   data:
3324     "vpp-func-results-centos"
3325   filter: "all"
3326   parameters:
3327   - "name"
3328   - "parent"
3329   - "doc"
3330   - "status"
3331
3332 # Test configuration - VPP Functional Test Configs - Ubuntu
3333 - type: "table"
3334   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3335   algorithm: "table_details"
3336   output-file-ext: ".csv"
3337   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3338   columns:
3339   - title: "Name"
3340     data: "data name"
3341   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3342     data: "data conf-history"
3343   rows: "generated"
3344   data: "vpp-func-results-ubuntu"
3345   filter: "all"
3346   parameters:
3347   - "parent"
3348   - "name"
3349   - "conf-history"
3350
3351 # Test configuration - VPP Functional Test Configs - CentOS
3352 - type: "table"
3353   title: "Test configuration - VPP Functional Test Configs - CentOS"
3354   algorithm: "table_details"
3355   output-file-ext: ".csv"
3356   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3357   columns:
3358   - title: "Name"
3359     data: "data name"
3360   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3361     data: "data conf-history"
3362   rows: "generated"
3363   data: "vpp-func-results-centos"
3364   filter: "all"
3365   parameters:
3366   - "parent"
3367   - "name"
3368   - "conf-history"
3369
3370 ## Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3371 #- type: "table"
3372 #  title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3373 #  algorithm: "table_details"
3374 #  output-file-ext: ".csv"
3375 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3376 #  columns:
3377 #  - title: "Name"
3378 #    data: "data name"
3379 #  - title: "Status"
3380 #    data: "data msg"
3381 #  rows: "generated"
3382 #  data: "ligato-perf-results-3n-hsw"
3383 #  filter: "all"
3384 #  parameters:
3385 #  - "name"
3386 #  - "parent"
3387 #  - "msg"
3388
3389 # Detailed Test Results - VPP Device Results - Ubuntu
3390 - type: "table"
3391   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3392   algorithm: "table_details"
3393   output-file-ext: ".csv"
3394   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3395   columns:
3396   - title: "Name"
3397     data: "data name"
3398   - title: "Documentation"
3399     data: "data doc"
3400   - title: "Status"
3401     data: "data status"
3402   rows: "generated"
3403   data: "vpp-device-results-ubuntu"
3404   filter: "all"
3405   parameters:
3406   - "name"
3407   - "parent"
3408   - "doc"
3409   - "status"
3410
3411 # Test configuration - VPP Device Test Configs - Ubuntu
3412 - type: "table"
3413   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3414   algorithm: "table_details"
3415   output-file-ext: ".csv"
3416   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3417   columns:
3418   - title: "Name"
3419     data: "data name"
3420   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3421     data: "data conf-history"
3422   rows: "generated"
3423   data: "vpp-device-results-ubuntu"
3424   filter: "all"
3425   parameters:
3426   - "parent"
3427   - "name"
3428   - "conf-history"
3429
3430 ################################################################################
3431
3432 # DPDK Performance Changes 3n-hsw 1t1c pdr
3433 - type: "table"
3434   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3435   algorithm: "table_performance_comparison"
3436   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3437   history:
3438     - title: "rls1901"
3439       data: "dpdk-performance-changes-3n-hsw-h1"
3440   reference:
3441     title: "rls1904"
3442     data: "dpdk-performance-changes-3n-hsw-ref"
3443   compare:
3444     title: "rls1908"
3445     data: "dpdk-performance-changes-3n-hsw-cmp"
3446   data: "dpdk-performance-changes-3n-hsw"
3447   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3448   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3449   parameters:
3450   - "name"
3451   - "parent"
3452   - "throughput"
3453
3454 # DPDK Performance Changes 3n-hsw 2t2c pdr
3455 - type: "table"
3456   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3457   algorithm: "table_performance_comparison"
3458   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3459   history:
3460     - title: "rls1901"
3461       data: "dpdk-performance-changes-3n-hsw-h1"
3462   reference:
3463     title: "rls1904"
3464     data: "dpdk-performance-changes-3n-hsw-ref"
3465   compare:
3466     title: "rls1908"
3467     data: "dpdk-performance-changes-3n-hsw-cmp"
3468   data: "dpdk-performance-changes-3n-hsw"
3469   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3470   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3471   parameters:
3472   - "name"
3473   - "parent"
3474   - "throughput"
3475
3476 # DPDK Performance Changes 3n-hsw 1t1c ndr
3477 - type: "table"
3478   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3479   algorithm: "table_performance_comparison"
3480   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3481   history:
3482     - title: "rls1901"
3483       data: "dpdk-performance-changes-3n-hsw-h1"
3484   reference:
3485     title: "rls1904"
3486     data: "dpdk-performance-changes-3n-hsw-ref"
3487   compare:
3488     title: "rls1908"
3489     data: "dpdk-performance-changes-3n-hsw-cmp"
3490   data: "dpdk-performance-changes-3n-hsw"
3491   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3492   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3493   parameters:
3494   - "name"
3495   - "parent"
3496   - "throughput"
3497
3498 # DPDK Performance Changes 3n-hsw 2t2c ndr
3499 - type: "table"
3500   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3501   algorithm: "table_performance_comparison"
3502   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3503   history:
3504     - title: "rls1901"
3505       data: "dpdk-performance-changes-3n-hsw-h1"
3506   reference:
3507     title: "rls1904"
3508     data: "dpdk-performance-changes-3n-hsw-ref"
3509   compare:
3510     title: "rls1908"
3511     data: "dpdk-performance-changes-3n-hsw-cmp"
3512   data: "dpdk-performance-changes-3n-hsw"
3513   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3514   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3515   parameters:
3516   - "name"
3517   - "parent"
3518   - "throughput"
3519
3520 # DPDK Performance Changes 3n-skx 2t1c pdr
3521 - type: "table"
3522   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3523   algorithm: "table_performance_comparison"
3524   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3525   history:
3526     - title: "rls1901"
3527       data: "dpdk-performance-changes-3n-skx-h1"
3528   reference:
3529     title: "rls1904"
3530     data: "dpdk-performance-changes-3n-skx-ref"
3531   compare:
3532     title: "rls1908"
3533     data: "dpdk-performance-changes-3n-skx-cmp"
3534   data: "dpdk-performance-changes-3n-skx"
3535   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3536   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3537   parameters:
3538   - "name"
3539   - "parent"
3540   - "throughput"
3541
3542 # DPDK Performance Changes 3n-skx 4t2c pdr
3543 - type: "table"
3544   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3545   algorithm: "table_performance_comparison"
3546   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3547   history:
3548     - title: "rls1901"
3549       data: "dpdk-performance-changes-3n-skx-h1"
3550   reference:
3551     title: "rls1904"
3552     data: "dpdk-performance-changes-3n-skx-ref"
3553   compare:
3554     title: "rls1908"
3555     data: "dpdk-performance-changes-3n-skx-cmp"
3556   data: "dpdk-performance-changes-3n-skx"
3557   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3558   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3559   parameters:
3560   - "name"
3561   - "parent"
3562   - "throughput"
3563
3564 # DPDK Performance Changes 3n-skx 2t1c ndr
3565 - type: "table"
3566   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3567   algorithm: "table_performance_comparison"
3568   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3569   history:
3570     - title: "rls1901"
3571       data: "dpdk-performance-changes-3n-skx-h1"
3572   reference:
3573     title: "rls1904"
3574     data: "dpdk-performance-changes-3n-skx-ref"
3575   compare:
3576     title: "rls1908"
3577     data: "dpdk-performance-changes-3n-skx-cmp"
3578   data: "dpdk-performance-changes-3n-skx"
3579   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3580   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3581   parameters:
3582   - "name"
3583   - "parent"
3584   - "throughput"
3585
3586 # DPDK Performance Changes 3n-skx 4t2c ndr
3587 - type: "table"
3588   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3589   algorithm: "table_performance_comparison"
3590   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3591   history:
3592     - title: "rls1901"
3593       data: "dpdk-performance-changes-3n-skx-h1"
3594   reference:
3595     title: "rls1904"
3596     data: "dpdk-performance-changes-3n-skx-ref"
3597   compare:
3598     title: "rls1908"
3599     data: "dpdk-performance-changes-3n-skx-cmp"
3600   data: "dpdk-performance-changes-3n-skx"
3601   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3602   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3603   parameters:
3604   - "name"
3605   - "parent"
3606   - "throughput"
3607
3608 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3609 - type: "table"
3610   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3611   algorithm: "table_performance_comparison"
3612   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
3613   reference:
3614     title: "3-Node Hsw"
3615     data: "dpdk-compare-testbeds-ref"
3616   compare:
3617     title: "3-Node Skx"
3618     data: "dpdk-compare-testbeds-cmp"
3619   data: "dpdk-compare-testbeds"
3620   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3621   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3622   parameters:
3623   - "name"
3624   - "parent"
3625   - "throughput"
3626
3627 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
3628 - type: "table"
3629   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
3630   algorithm: "table_performance_comparison"
3631   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
3632   reference:
3633     title: "3-Node Hsw"
3634     data: "dpdk-compare-testbeds-ref"
3635   compare:
3636     title: "3-Node Skx"
3637     data: "dpdk-compare-testbeds-cmp"
3638   data: "dpdk-compare-testbeds"
3639   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3640   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3641   parameters:
3642   - "name"
3643   - "parent"
3644   - "throughput"
3645
3646 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
3647 - type: "table"
3648   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
3649   algorithm: "table_performance_comparison"
3650   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
3651   reference:
3652     title: "3-Node Skx"
3653     data: "dpdk-compare-topologies-ref"
3654   compare:
3655     title: "2-Node Skx"
3656     data: "dpdk-compare-topologies-cmp"
3657   data: "dpdk-compare-topologies"
3658   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3659   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3660   parameters:
3661   - "name"
3662   - "parent"
3663   - "throughput"
3664
3665 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
3666 - type: "table"
3667   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
3668   algorithm: "table_performance_comparison"
3669   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
3670   reference:
3671     title: "3-Node Skx"
3672     data: "dpdk-compare-topologies-ref"
3673   compare:
3674     title: "2-Node Skx"
3675     data: "dpdk-compare-topologies-cmp"
3676   data: "dpdk-compare-topologies"
3677   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3678   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3679   parameters:
3680   - "name"
3681   - "parent"
3682   - "throughput"
3683
3684 # DPDK Performance Changes 2n-skx 2t1c pdr
3685 - type: "table"
3686   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
3687   algorithm: "table_performance_comparison"
3688   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
3689   history:
3690     - title: "rls1901"
3691       data: "dpdk-performance-changes-2n-skx-h1"
3692   reference:
3693     title: "rls1904"
3694     data: "dpdk-performance-changes-2n-skx-ref"
3695   compare:
3696     title: "rls1908"
3697     data: "dpdk-performance-changes-2n-skx-cmp"
3698   data: "dpdk-performance-changes-2n-skx"
3699   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3700   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3701   parameters:
3702   - "name"
3703   - "parent"
3704   - "throughput"
3705
3706 # DPDK Performance Changes 2n-skx 4t2c pdr
3707 - type: "table"
3708   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
3709   algorithm: "table_performance_comparison"
3710   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
3711   history:
3712     - title: "rls1901"
3713       data: "dpdk-performance-changes-2n-skx-h1"
3714   reference:
3715     title: "rls1904"
3716     data: "dpdk-performance-changes-2n-skx-ref"
3717   compare:
3718     title: "rls1908"
3719     data: "dpdk-performance-changes-2n-skx-cmp"
3720   data: "dpdk-performance-changes-2n-skx"
3721   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3722   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3723   parameters:
3724   - "name"
3725   - "parent"
3726   - "throughput"
3727
3728 # DPDK Performance Changes 2n-skx 2t1c ndr
3729 - type: "table"
3730   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
3731   algorithm: "table_performance_comparison"
3732   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
3733   history:
3734     - title: "rls1901"
3735       data: "dpdk-performance-changes-2n-skx-h1"
3736   reference:
3737     title: "rls1904"
3738     data: "dpdk-performance-changes-2n-skx-ref"
3739   compare:
3740     title: "rls1908"
3741     data: "dpdk-performance-changes-2n-skx-cmp"
3742   data: "dpdk-performance-changes-2n-skx"
3743   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3744   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3745   parameters:
3746   - "name"
3747   - "parent"
3748   - "throughput"
3749
3750 # DPDK Performance Changes 2n-skx 4t2c ndr
3751 - type: "table"
3752   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
3753   algorithm: "table_performance_comparison"
3754   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
3755   history:
3756     - title: "rls1901"
3757       data: "dpdk-performance-changes-2n-skx-h1"
3758   reference:
3759     title: "rls1904"
3760     data: "dpdk-performance-changes-2n-skx-ref"
3761   compare:
3762     title: "rls1908"
3763     data: "dpdk-performance-changes-2n-skx-cmp"
3764   data: "dpdk-performance-changes-2n-skx"
3765   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3766   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3767   parameters:
3768   - "name"
3769   - "parent"
3770   - "throughput"
3771
3772 # Detailed Test Results - DPDK Performance Results 3n-hsw
3773 - type: "table"
3774   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
3775   algorithm: "table_details"
3776   output-file-ext: ".csv"
3777   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
3778   columns:
3779   - title: "Name"
3780     data: "data name"
3781   - title: "Status"
3782     data: "data msg"
3783   rows: "generated"
3784   data: "dpdk-perf-results-3n-hsw"
3785   filter: "all"
3786   parameters:
3787   - "name"
3788   - "parent"
3789   - "msg"
3790
3791 # Detailed Test Results - DPDK Performance Results 3n-skx
3792 - type: "table"
3793   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
3794   algorithm: "table_details"
3795   output-file-ext: ".csv"
3796   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3797   columns:
3798   - title: "Name"
3799     data: "data name"
3800   - title: "Status"
3801     data: "data msg"
3802   rows: "generated"
3803   data: "dpdk-perf-results-3n-skx"
3804   filter: "all"
3805   parameters:
3806   - "name"
3807   - "parent"
3808   - "msg"
3809
3810 # Detailed Test Results - DPDK Performance Results 2n-skx
3811 - type: "table"
3812   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
3813   algorithm: "table_details"
3814   output-file-ext: ".csv"
3815   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3816   columns:
3817   - title: "Name"
3818     data: "data name"
3819   - title: "Status"
3820     data: "data msg"
3821   rows: "generated"
3822   data: "dpdk-perf-results-2n-skx"
3823   filter: "all"
3824   parameters:
3825   - "name"
3826   - "parent"
3827   - "msg"
3828
3829 ################################################################################
3830 ###                                F I L E S                                 ###
3831 ################################################################################
3832
3833 # VPP Performance Results 3n-hsw
3834 - type: "file"
3835   title: "VPP Performance Results 3n-hsw"
3836   algorithm: "file_test_results"
3837   output-file-ext: ".rst"
3838   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3839   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"
3840   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
3841   data: "vpp-perf-results-3n-hsw"
3842   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3843   parameters:
3844   - "name"
3845   - "doc"
3846   - "level"
3847   - "parent"
3848   data-start-level: 3
3849
3850 # VPP Performance Results 3n-skx
3851 - type: "file"
3852   title: "VPP Performance Results 3n-skx"
3853   algorithm: "file_test_results"
3854   output-file-ext: ".rst"
3855   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3856   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"
3857   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
3858   data: "vpp-perf-results-3n-skx"
3859   filter: "not 'CFS_OPT'"
3860   parameters:
3861   - "name"
3862   - "doc"
3863   - "level"
3864   - "parent"
3865   data-start-level: 3
3866
3867 # VPP Performance Results 2n-skx
3868 - type: "file"
3869   title: "VPP Performance Results 2n-skx"
3870   algorithm: "file_test_results"
3871   output-file-ext: ".rst"
3872   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3873   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"
3874   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
3875   data: "vpp-perf-results-2n-skx"
3876   filter: "not 'CFS_OPT'"
3877   parameters:
3878   - "name"
3879   - "doc"
3880   - "level"
3881   - "parent"
3882   data-start-level: 3
3883
3884 # VPP Performance Results 3n-tsh
3885 - type: "file"
3886   title: "VPP Performance Results 3n-tsh"
3887   algorithm: "file_test_results"
3888   output-file-ext: ".rst"
3889   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
3890   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
3891   dir-tables: "{DIR[DTR,PERF,VPP,3N,TSH]}"
3892   data: "vpp-perf-results-3n-tsh"
3893   filter: "not 'CFS_OPT'"
3894   parameters:
3895   - "name"
3896   - "doc"
3897   - "level"
3898   - "parent"
3899   data-start-level: 3
3900
3901 ## VPP Performance Results 2n-dnv
3902 #- type: "file"
3903 #  title: "VPP Performance Results 2n-dnv"
3904 #  algorithm: "file_test_results"
3905 #  output-file-ext: ".rst"
3906 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3907 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
3908 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
3909 #  data: "intel-dnv-vpp"
3910 #  filter: "'NDRPDR'"
3911 #  parameters:
3912 #  - "name"
3913 #  - "doc"
3914 #  - "level"
3915 #  - "parent"
3916 #  data-start-level: 3
3917
3918 # VPP Performance Configuration 3n-hsw
3919 - type: "file"
3920   title: "VPP Performance Configuration 3n-hsw"
3921   algorithm: "file_test_results"
3922   output-file-ext: ".rst"
3923   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
3924   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
3925   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
3926   data: "vpp-perf-results-3n-hsw"
3927   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3928   parameters:
3929   - "name"
3930   - "doc"
3931   - "level"
3932   - "parent"
3933   data-start-level: 3
3934
3935 # VPP Performance Configuration 3n-skx
3936 - type: "file"
3937   title: "VPP Performance Configuration 3n-skx"
3938   algorithm: "file_test_results"
3939   output-file-ext: ".rst"
3940   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
3941   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
3942   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
3943   data: "vpp-perf-results-3n-skx"
3944   filter: "not 'CFS_OPT'"
3945   parameters:
3946   - "name"
3947   - "doc"
3948   - "level"
3949   - "parent"
3950   data-start-level: 3
3951
3952 # VPP Performance Configuration 2n-skx
3953 - type: "file"
3954   title: "VPP Performance Configuration 2n-skx"
3955   algorithm: "file_test_results"
3956   output-file-ext: ".rst"
3957   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
3958   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
3959   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
3960   data: "vpp-perf-results-2n-skx"
3961   filter: "not 'CFS_OPT'"
3962   parameters:
3963   - "name"
3964   - "doc"
3965   - "level"
3966   - "parent"
3967   data-start-level: 3
3968
3969 # VPP Performance Configuration 3n-tsh
3970 - type: "file"
3971   title: "VPP Performance Configuration 3n-tsh"
3972   algorithm: "file_test_results"
3973   output-file-ext: ".rst"
3974   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_performance_configuration_3n_tsh"
3975   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
3976   dir-tables: "{DIR[DTC,PERF,VPP,3N,TSH]}"
3977   data: "vpp-perf-results-3n-tsh"
3978   filter: "not 'CFS_OPT'"
3979   parameters:
3980   - "name"
3981   - "doc"
3982   - "level"
3983   - "parent"
3984   data-start-level: 3
3985
3986 ## VPP Performance Configuration 2n-dnv
3987 #- type: "file"
3988 #  title: "VPP Performance Configuration 2n-dnv"
3989 #  algorithm: "file_test_results"
3990 #  output-file-ext: ".rst"
3991 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
3992 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
3993 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
3994 #  data: "intel-dnv-vpp"
3995 #  filter: "'NDRPDR'"
3996 #  parameters:
3997 #  - "name"
3998 #  - "doc"
3999 #  - "level"
4000 #  - "parent"
4001 #  data-start-level: 3
4002
4003 # VPP Performance Operational Data 3n-hsw
4004 - type: "file"
4005   title: "VPP Performance Operational Data 3n-hsw"
4006   algorithm: "file_test_results"
4007   output-file-ext: ".rst"
4008   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
4009   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4010   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
4011   data: "vpp-perf-results-3n-hsw"
4012   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4013   parameters:
4014   - "name"
4015   - "doc"
4016   - "level"
4017   - "parent"
4018   data-start-level: 3
4019
4020 # VPP Performance Operational Data 3n-skx
4021 - type: "file"
4022   title: "VPP Performance Operational Data 3n-skx"
4023   algorithm: "file_test_results"
4024   output-file-ext: ".rst"
4025   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
4026   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4027   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
4028   data: "vpp-perf-results-3n-skx"
4029   filter: "not 'CFS_OPT'"
4030   parameters:
4031   - "name"
4032   - "doc"
4033   - "level"
4034   - "parent"
4035   data-start-level: 3
4036
4037 # VPP Performance Operational Data 2n-skx
4038 - type: "file"
4039   title: "VPP Performance Operational Data 2n-skx"
4040   algorithm: "file_test_results"
4041   output-file-ext: ".rst"
4042   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
4043   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4044   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
4045   data: "vpp-perf-results-2n-skx"
4046   filter: "not 'CFS_OPT'"
4047   parameters:
4048   - "name"
4049   - "doc"
4050   - "level"
4051   - "parent"
4052   data-start-level: 3
4053
4054 # VPP Performance Operational Data 3n-tsh
4055 - type: "file"
4056   title: "VPP Performance Operational Data 3n-tsh"
4057   algorithm: "file_test_results"
4058   output-file-ext: ".rst"
4059   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_performance_operational_data_3n_tsh"
4060   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4061   dir-tables: "{DIR[DTO,PERF,VPP,3N,TSH]}"
4062   data: "vpp-perf-results-3n-tsh"
4063   filter: "not 'CFS_OPT'"
4064   parameters:
4065   - "name"
4066   - "doc"
4067   - "level"
4068   - "parent"
4069   data-start-level: 3
4070
4071 ## VPP Performance Operational Data 2n-dnv
4072 #- type: "file"
4073 #  title: "VPP Performance Operational Data 2n-dnv"
4074 #  algorithm: "file_test_results"
4075 #  output-file-ext: ".rst"
4076 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
4077 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4078 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
4079 #  data: "intel-dnv-vpp"
4080 #  filter: "'NDRPDR'"
4081 #  parameters:
4082 #  - "name"
4083 #  - "doc"
4084 #  - "level"
4085 #  - "parent"
4086 #  data-start-level: 3
4087
4088 # VPP MRR Results 3n-hsw
4089 - type: "file"
4090   title: "VPP MRR Results 3n-hsw"
4091   algorithm: "file_test_results"
4092   output-file-ext: ".rst"
4093   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4094   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4095   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
4096   data: "vpp-mrr-results-3n-hsw"
4097   filter: "'MRR'"
4098   parameters:
4099   - "name"
4100   - "doc"
4101   - "level"
4102   - "parent"
4103   data-start-level: 3
4104
4105 # VPP MRR Results 3n-skx
4106 - type: "file"
4107   title: "VPP MRR Results 3n-skx"
4108   algorithm: "file_test_results"
4109   output-file-ext: ".rst"
4110   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4111   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4112   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
4113   data: "vpp-mrr-results-3n-skx"
4114   filter: "'MRR'"
4115   parameters:
4116   - "name"
4117   - "doc"
4118   - "level"
4119   - "parent"
4120   data-start-level: 3
4121
4122 # VPP MRR Results 2n-skx
4123 - type: "file"
4124   title: "VPP MRR Results 2n-skx"
4125   algorithm: "file_test_results"
4126   output-file-ext: ".rst"
4127   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4128   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4129   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
4130   data: "vpp-mrr-results-2n-skx"
4131   filter: "all"
4132   parameters:
4133   - "name"
4134   - "doc"
4135   - "level"
4136   - "parent"
4137   data-start-level: 3
4138
4139 # VPP MRR Configuration 3n-hsw
4140 - type: "file"
4141   title: "VPP MRR Configuration 3n-hsw"
4142   algorithm: "file_test_results"
4143   output-file-ext: ".rst"
4144   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
4145   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4146   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
4147   data: "vpp-mrr-results-3n-hsw"
4148   filter: "'MRR'"
4149   parameters:
4150   - "name"
4151   - "doc"
4152   - "level"
4153   - "parent"
4154   data-start-level: 3
4155
4156 # VPP MRR Configuration 3n-skx
4157 - type: "file"
4158   title: "VPP MRR Configuration 3n-skx"
4159   algorithm: "file_test_results"
4160   output-file-ext: ".rst"
4161   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
4162   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4163   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
4164   data: "vpp-mrr-results-3n-skx"
4165   filter: "'MRR'"
4166   parameters:
4167   - "name"
4168   - "doc"
4169   - "level"
4170   - "parent"
4171   data-start-level: 3
4172
4173 # VPP MRR Configuration 2n-skx
4174 - type: "file"
4175   title: "VPP MRR Configuration 2n-skx"
4176   algorithm: "file_test_results"
4177   output-file-ext: ".rst"
4178   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
4179   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4180   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
4181   data: "vpp-mrr-results-2n-skx"
4182   filter: "'MRR'"
4183   parameters:
4184   - "name"
4185   - "doc"
4186   - "level"
4187   - "parent"
4188   data-start-level: 3
4189
4190 # VPP Functional Results - Ubuntu
4191 - type: "file"
4192   title: "VPP Functional Results - Ubuntu"
4193   algorithm: "file_test_results"
4194   output-file-ext: ".rst"
4195   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
4196   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4197   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
4198   data: "vpp-func-results-ubuntu"
4199   filter: "all"
4200   parameters:
4201   - "name"
4202   - "doc"
4203   - "level"
4204   - "parent"
4205   data-start-level: 3
4206
4207 # VPP Functional Results - CentOS
4208 - type: "file"
4209   title: "VPP Functional Results - CentOS"
4210   algorithm: "file_test_results"
4211   output-file-ext: ".rst"
4212   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
4213   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4214   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
4215   data:
4216     "vpp-func-results-centos"
4217   filter: "all"
4218   parameters:
4219   - "name"
4220   - "doc"
4221   - "level"
4222   - "parent"
4223   data-start-level: 3
4224
4225 # VPP Functional Configuration - Ubuntu
4226 - type: "file"
4227   title: "VPP Functional Configuration - Ubuntu"
4228   algorithm: "file_test_results"
4229   output-file-ext: ".rst"
4230   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
4231   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"
4232   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
4233   data: "vpp-func-results-ubuntu"
4234   filter: "all"
4235   parameters:
4236   - "name"
4237   - "doc"
4238   - "level"
4239   - "parent"
4240   data-start-level: 3
4241
4242 # VPP Functional Configuration - CentOS
4243 - type: "file"
4244   title: "VPP Functional Configuration - CentOS"
4245   algorithm: "file_test_results"
4246   output-file-ext: ".rst"
4247   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
4248   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"
4249   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
4250   data:
4251     "vpp-func-results-centos"
4252   filter: "all"
4253   parameters:
4254   - "name"
4255   - "doc"
4256   - "level"
4257   - "parent"
4258   data-start-level: 3
4259
4260 # VPP Device Results - Ubuntu
4261 - type: "file"
4262   title: "VPP Device Results - Ubuntu"
4263   algorithm: "file_test_results"
4264   output-file-ext: ".rst"
4265   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4266   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"
4267   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
4268   data: "vpp-device-results-ubuntu"
4269   filter: "all"
4270   parameters:
4271   - "name"
4272   - "doc"
4273   - "level"
4274   - "parent"
4275   data-start-level: 2
4276
4277 # VPP Device Configuration - Ubuntu
4278 - type: "file"
4279   title: "VPP Device Configuration - Ubuntu"
4280   algorithm: "file_test_results"
4281   output-file-ext: ".rst"
4282   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4283   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"
4284   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
4285   data: "vpp-device-results-ubuntu"
4286   filter: "all"
4287   parameters:
4288   - "name"
4289   - "doc"
4290   - "level"
4291   - "parent"
4292   data-start-level: 2
4293
4294 ## Container Orchestrated Performance Results 3n-hsw
4295 #- type: "file"
4296 #  title: "Container Orchestrated Performance Results 3n-hsw"
4297 #  algorithm: "file_test_results"
4298 #  output-file-ext: ".rst"
4299 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
4300 #  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"
4301 #  dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
4302 #  data: "ligato-perf-results-3n-hsw"
4303 #  filter: "all"
4304 #  parameters:
4305 #  - "name"
4306 #  - "doc"
4307 #  - "level"
4308 #  - "parent"
4309 #  data-start-level: 3
4310
4311 # DPDK Performance Results 3n-hsw
4312 - type: "file"
4313   title: "DPDK Performance Results 3n-hsw"
4314   algorithm: "file_test_results"
4315   output-file-ext: ".rst"
4316   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4317   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4318   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
4319   data: "dpdk-perf-results-3n-hsw"
4320   filter: "all"
4321   parameters:
4322   - "name"
4323   - "doc"
4324   - "level"
4325   - "parent"
4326   data-start-level: 3
4327
4328 # DPDK Performance Results 3n-skx
4329 - type: "file"
4330   title: "DPDK Performance Results 3n-skx"
4331   algorithm: "file_test_results"
4332   output-file-ext: ".rst"
4333   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4334   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4335   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
4336   data: "dpdk-perf-results-3n-skx"
4337   filter: "all"
4338   parameters:
4339   - "name"
4340   - "doc"
4341   - "level"
4342   - "parent"
4343   data-start-level: 3
4344
4345 # DPDK Performance Results 2n-skx
4346 - type: "file"
4347   title: "DPDK Performance Results 2n-skx"
4348   algorithm: "file_test_results"
4349   output-file-ext: ".rst"
4350   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4351   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4352   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
4353   data: "dpdk-perf-results-2n-skx"
4354   filter: "all"
4355   parameters:
4356   - "name"
4357   - "doc"
4358   - "level"
4359   - "parent"
4360   data-start-level: 3
4361
4362 ################################################################################
4363 ###                                P L O T S                                 ###
4364 ################################################################################
4365
4366 # Plots VPP HTTP Server Performance
4367 - type: "plot"
4368   title: "VPP HTTP Server Performance"
4369   algorithm: "plot_http_server_performance_box"
4370   output-file-type: ".html"
4371   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
4372   data:
4373     "plot-vpp-http-server-performance"
4374   # Keep this formatting, the filter is enclosed with " (quotation mark) and
4375   # each tag is enclosed with ' (apostrophe).
4376   filter: "'HTTP' and 'TCP_CPS'"
4377   parameters:
4378   - "result"
4379   - "name"
4380   traces:
4381     hoverinfo: "x+y"
4382     boxpoints: "outliers"
4383     whiskerwidth: 0
4384   layout:
4385     title: "VPP HTTP Server Performance"
4386     layout:
4387       "plot-cps"
4388
4389 - type: "plot"
4390   title: "VPP HTTP Server Performance"
4391   algorithm: "plot_http_server_performance_box"
4392   output-file-type: ".html"
4393   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
4394   data:
4395     "plot-vpp-http-server-performance"
4396   filter: "'HTTP' and 'TCP_RPS'"
4397   parameters:
4398   - "result"
4399   - "name"
4400   traces:
4401     hoverinfo: "x+y"
4402     boxpoints: "outliers"
4403     whiskerwidth: 0
4404   layout:
4405     title: "VPP HTTP Server Performance"
4406     layout:
4407       "plot-rps"
4408
4409 ################################################################################
4410
4411 ## Soak Test (PLRsearch), boxes
4412 #- type: "plot"
4413 #  title: "VPP Critical rate: 2 Hours Soak Test (PLRsearch)"
4414 #  algorithm: "plot_performance_box"
4415 #  output-file-type: ".html"
4416 #  output-file: "{DIR[STATIC,VPP]}/soak-test-1"
4417 #  data: "plot-vpp-soak-2n-skx"
4418 #  filter: "('L2BDMACLRN' or 'L2PATCH' or 'L2XCBASE') and not 'VHOST' and not 'MEMIF'"
4419 #  parameters:
4420 #    - "throughput"
4421 #    - "parent"
4422 #    - "tags"
4423 #  sort:
4424 #    - "DRV_AVF"
4425 #    - "DRV_AVF"
4426 #    - "DRV_AVF"
4427 #    - "L2BDMACLRN"
4428 #    - "L2XCBASE"
4429 #    - "L2PATCH"
4430 #  traces:
4431 #    hoverinfo: "x+y"
4432 #    boxpoints: "all"
4433 #    whiskerwidth: 0
4434 #  layout:
4435 #    title: "2 Hours Soak Test (PLRsearch)"
4436 #    layout: "plot-soak-throughput"
4437 #
4438 ## Soak Test (PLRsearch), boxes
4439 #- type: "plot"
4440 #  title: "VPP Critical rate: 2 Hours Soak Test (PLRsearch)"
4441 #  algorithm: "plot_performance_box"
4442 #  output-file-type: ".html"
4443 #  output-file: "{DIR[STATIC,VPP]}/soak-test-2"
4444 #  data: "plot-vpp-soak-2n-skx"
4445 #  filter: "'L2BDMACLRN' and ('VHOST' or 'MEMIF') or 'IP4BASE' or 'IP6BASE'"
4446 #  parameters:
4447 #    - "throughput"
4448 #    - "parent"
4449 #    - "tags"
4450 #  sort:
4451 #    - "VHOST"
4452 #    - "MEMIF"
4453 #    - "IP4FWD"
4454 #    - "IP6FWD"
4455 #  traces:
4456 #    hoverinfo: "x+y"
4457 #    boxpoints: "all"
4458 #    whiskerwidth: 0
4459 #  layout:
4460 #    title: "2 Hours Soak Test (PLRsearch)"
4461 #    layout: "plot-soak-throughput"
4462
4463 ###############################################################################
4464 # Plots - NF Density - VSC - MRR 64b
4465 - type: "plot"
4466   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4467   algorithm: "plot_service_density_heatmap"
4468   output-file-type: ".html"
4469   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
4470   data: "plot-vpp-nfv-2n-skx-mrr"
4471   filter: "'NIC_Intel-XXV710' and
4472            'NF_DENSITY' and
4473            'VHOST' and
4474            'CHAIN' and
4475            'NF_VPPIP4' and
4476            '64B' and
4477            '2T1C' and
4478            'MRR'"
4479   reference:
4480     include: "2"
4481     name: "VNF-1c"
4482   compare:
4483     include: "1"
4484     name: "VNF-0.5c"
4485   parameters:
4486   - "result"
4487   - "name"
4488   - "tags"
4489   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4490   x-axis: "X = VNFs per Service Chain"
4491   y-axis: "Y = Number of Service Chains"
4492   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4493   layout:
4494     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4495     layout: "plot-service-density"
4496
4497 - type: "plot"
4498   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4499   algorithm: "plot_service_density_heatmap"
4500   output-file-type: ".html"
4501   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
4502   data: "plot-vpp-nfv-2n-skx-mrr"
4503   filter: "'NIC_Intel-XXV710' and
4504            'NF_DENSITY' and
4505            'VHOST' and
4506            'CHAIN' and
4507            'NF_VPPIP4' and
4508            '64B' and
4509            '4T2C' and
4510            'MRR'"
4511   reference:
4512     include: "2"
4513     name: "VNF-1c"
4514   compare:
4515     include: "1"
4516     name: "VNF-0.5c"
4517   parameters:
4518   - "result"
4519   - "name"
4520   - "tags"
4521   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4522   x-axis: "X = VNFs per Service Chain"
4523   y-axis: "Y = Number of Service Chains"
4524   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4525   layout:
4526     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4527     layout: "plot-service-density"
4528
4529 - type: "plot"
4530   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4531   algorithm: "plot_service_density_heatmap"
4532   output-file-type: ".html"
4533   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
4534   data: "plot-vpp-nfv-2n-skx-mrr"
4535   filter: "'NIC_Intel-XXV710' and
4536            'NF_DENSITY' and
4537            'VHOST' and
4538            'CHAIN' and
4539            'NF_VPPIP4' and
4540            '64B' and
4541            '8T4C' and
4542            'MRR'"
4543   reference:
4544     include: "2"
4545     name: "VNF-1c"
4546   compare:
4547     include: "1"
4548     name: "VNF-0.5c"
4549   parameters:
4550   - "result"
4551   - "name"
4552   - "tags"
4553   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4554   x-axis: "X = VNFs per Service Chain"
4555   y-axis: "Y = Number of Service Chains"
4556   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4557   layout:
4558     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4559     layout: "plot-service-density"
4560
4561 # Plots - NF Density - VSC - MRR IMIX
4562 - type: "plot"
4563   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4564   algorithm: "plot_service_density_heatmap"
4565   output-file-type: ".html"
4566   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
4567   data: "plot-vpp-nfv-2n-skx-mrr"
4568   filter: "'NIC_Intel-XXV710' and
4569            'NF_DENSITY' and
4570            'VHOST' and
4571            'CHAIN' and
4572            'NF_VPPIP4' and
4573            'IMIX' and
4574            '2T1C' and
4575            'MRR'"
4576   reference:
4577     include: "2"
4578     name: "VNF-1c"
4579   compare:
4580     include: "1"
4581     name: "VNF-0.5c"
4582   parameters:
4583   - "result"
4584   - "name"
4585   - "tags"
4586   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4587   x-axis: "X = VNFs per Service Chain"
4588   y-axis: "Y = Number of Service Chains"
4589   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4590   layout:
4591     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4592     layout: "plot-service-density"
4593
4594 - type: "plot"
4595   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4596   algorithm: "plot_service_density_heatmap"
4597   output-file-type: ".html"
4598   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
4599   data: "plot-vpp-nfv-2n-skx-mrr"
4600   filter: "'NIC_Intel-XXV710' and
4601            'NF_DENSITY' and
4602            'VHOST' and
4603            'CHAIN' and
4604            'NF_VPPIP4' and
4605            'IMIX' and
4606            '4T2C' and
4607            'MRR'"
4608   reference:
4609     include: "2"
4610     name: "VNF-1c"
4611   compare:
4612     include: "1"
4613     name: "VNF-0.5c"
4614   parameters:
4615   - "result"
4616   - "name"
4617   - "tags"
4618   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4619   x-axis: "X = VNFs per Service Chain"
4620   y-axis: "Y = Number of Service Chains"
4621   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4622   layout:
4623     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4624     layout: "plot-service-density"
4625
4626 - type: "plot"
4627   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4628   algorithm: "plot_service_density_heatmap"
4629   output-file-type: ".html"
4630   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
4631   data: "plot-vpp-nfv-2n-skx-mrr"
4632   filter: "'NIC_Intel-XXV710' and
4633            'NF_DENSITY' and
4634            'VHOST' and
4635            'CHAIN' and
4636            'NF_VPPIP4' and
4637            'IMIX' and
4638            '8T4C' and
4639            'MRR'"
4640   reference:
4641     include: "2"
4642     name: "VNF-1c"
4643   compare:
4644     include: "1"
4645     name: "VNF-0.5c"
4646   parameters:
4647   - "result"
4648   - "name"
4649   - "tags"
4650   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4651   x-axis: "X = VNFs per Service Chain"
4652   y-axis: "Y = Number of Service Chains"
4653   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4654   layout:
4655     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4656     layout: "plot-service-density"
4657
4658 # Plots - NF Density - VSC - NDR 64b
4659 - type: "plot"
4660   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4661   algorithm: "plot_service_density_heatmap"
4662   output-file-type: ".html"
4663   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
4664   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4665   filter: "'NIC_Intel-XXV710' and
4666            'NF_DENSITY' and
4667            'VHOST' and
4668            'CHAIN' and
4669            'NF_VPPIP4' and
4670            '64B' and
4671            '2T1C' and
4672            'NDRPDR'"
4673   reference:
4674     include: "2"
4675     name: "VNF-1c"
4676   compare:
4677     include: "1"
4678     name: "VNF-0.5c"
4679   parameters:
4680   - "throughput"
4681   - "name"
4682   - "tags"
4683   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4684   x-axis: "X = VNFs per Service Chain"
4685   y-axis: "Y = Number of Service Chains"
4686   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4687   layout:
4688     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4689     layout: "plot-service-density"
4690
4691 - type: "plot"
4692   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4693   algorithm: "plot_service_density_heatmap"
4694   output-file-type: ".html"
4695   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
4696   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4697   filter: "'NIC_Intel-XXV710' and
4698            'NF_DENSITY' and
4699            'VHOST' and
4700            'CHAIN' and
4701            'NF_VPPIP4' and
4702            '64B' and
4703            '4T2C' and
4704            'NDRPDR'"
4705   reference:
4706     include: "2"
4707     name: "VNF-1c"
4708   compare:
4709     include: "1"
4710     name: "VNF-0.5c"
4711   parameters:
4712   - "throughput"
4713   - "name"
4714   - "tags"
4715   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4716   x-axis: "X = VNFs per Service Chain"
4717   y-axis: "Y = Number of Service Chains"
4718   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4719   layout:
4720     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4721     layout: "plot-service-density"
4722
4723 - type: "plot"
4724   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4725   algorithm: "plot_service_density_heatmap"
4726   output-file-type: ".html"
4727   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
4728   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4729   filter: "'NIC_Intel-XXV710' and
4730            'NF_DENSITY' and
4731            'VHOST' and
4732            'CHAIN' and
4733            'NF_VPPIP4' and
4734            '64B' and
4735            '8T4C' and
4736            'NDRPDR'"
4737   reference:
4738     include: "2"
4739     name: "VNF-1c"
4740   compare:
4741     include: "1"
4742     name: "VNF-0.5c"
4743   parameters:
4744   - "throughput"
4745   - "name"
4746   - "tags"
4747   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4748   x-axis: "X = VNFs per Service Chain"
4749   y-axis: "Y = Number of Service Chains"
4750   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4751   layout:
4752     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4753     layout: "plot-service-density"
4754
4755 # Plots - NF Density - VSC - NDR IMIX
4756 - type: "plot"
4757   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4758   algorithm: "plot_service_density_heatmap"
4759   output-file-type: ".html"
4760   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
4761   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4762   filter: "'NIC_Intel-XXV710' and
4763            'NF_DENSITY' and
4764            'VHOST' and
4765            'CHAIN' and
4766            'NF_VPPIP4' and
4767            'IMIX' and
4768            '2T1C' and
4769            'NDRPDR'"
4770   reference:
4771     include: "2"
4772     name: "VNF-1c"
4773   compare:
4774     include: "1"
4775     name: "VNF-0.5c"
4776   parameters:
4777   - "throughput"
4778   - "name"
4779   - "tags"
4780   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4781   x-axis: "X = VNFs per Service Chain"
4782   y-axis: "Y = Number of Service Chains"
4783   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4784   layout:
4785     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4786     layout: "plot-service-density"
4787
4788 - type: "plot"
4789   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4790   algorithm: "plot_service_density_heatmap"
4791   output-file-type: ".html"
4792   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
4793   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4794   filter: "'NIC_Intel-XXV710' and
4795            'NF_DENSITY' and
4796            'VHOST' and
4797            'CHAIN' and
4798            'NF_VPPIP4' and
4799            'IMIX' and
4800            '4T2C' and
4801            'NDRPDR'"
4802   reference:
4803     include: "2"
4804     name: "VNF-1c"
4805   compare:
4806     include: "1"
4807     name: "VNF-0.5c"
4808   parameters:
4809   - "throughput"
4810   - "name"
4811   - "tags"
4812   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4813   x-axis: "X = VNFs per Service Chain"
4814   y-axis: "Y = Number of Service Chains"
4815   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4816   layout:
4817     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4818     layout: "plot-service-density"
4819
4820 - type: "plot"
4821   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4822   algorithm: "plot_service_density_heatmap"
4823   output-file-type: ".html"
4824   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
4825   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4826   filter: "'NIC_Intel-XXV710' and
4827            'NF_DENSITY' and
4828            'VHOST' and
4829            'CHAIN' and
4830            'NF_VPPIP4' and
4831            'IMIX' and
4832            '8T4C' and
4833            'NDRPDR'"
4834   reference:
4835     include: "2"
4836     name: "VNF-1c"
4837   compare:
4838     include: "1"
4839     name: "VNF-0.5c"
4840   parameters:
4841   - "throughput"
4842   - "name"
4843   - "tags"
4844   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4845   x-axis: "X = VNFs per Service Chain"
4846   y-axis: "Y = Number of Service Chains"
4847   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4848   layout:
4849     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4850     layout: "plot-service-density"
4851
4852 # Plots - NF Density - VSC - PDR 64b
4853 - type: "plot"
4854   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4855   algorithm: "plot_service_density_heatmap"
4856   output-file-type: ".html"
4857   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
4858   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4859   filter: "'NIC_Intel-XXV710' and
4860            'NF_DENSITY' and
4861            'VHOST' and
4862            'CHAIN' and
4863            'NF_VPPIP4' and
4864            '64B' and
4865            '2T1C' and
4866            'NDRPDR'"
4867   reference:
4868     include: "2"
4869     name: "VNF-1c"
4870   compare:
4871     include: "1"
4872     name: "VNF-0.5c"
4873   parameters:
4874   - "throughput"
4875   - "name"
4876   - "tags"
4877   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4878   x-axis: "X = VNFs per Service Chain"
4879   y-axis: "Y = Number of Service Chains"
4880   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
4881   layout:
4882     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4883     layout: "plot-service-density"
4884
4885 - type: "plot"
4886   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4887   algorithm: "plot_service_density_heatmap"
4888   output-file-type: ".html"
4889   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
4890   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4891   filter: "'NIC_Intel-XXV710' and
4892            'NF_DENSITY' and
4893            'VHOST' and
4894            'CHAIN' and
4895            'NF_VPPIP4' and
4896            '64B' and
4897            '4T2C' and
4898            'NDRPDR'"
4899   reference:
4900     include: "2"
4901     name: "VNF-1c"
4902   compare:
4903     include: "1"
4904     name: "VNF-0.5c"
4905   parameters:
4906   - "throughput"
4907   - "name"
4908   - "tags"
4909   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4910   x-axis: "X = VNFs per Service Chain"
4911   y-axis: "Y = Number of Service Chains"
4912   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
4913   layout:
4914     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4915     layout: "plot-service-density"
4916
4917 - type: "plot"
4918   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4919   algorithm: "plot_service_density_heatmap"
4920   output-file-type: ".html"
4921   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
4922   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4923   filter: "'NIC_Intel-XXV710' and
4924            'NF_DENSITY' and
4925            'VHOST' and
4926            'CHAIN' and
4927            'NF_VPPIP4' and
4928            '64B' and
4929            '8T4C' and
4930            'NDRPDR'"
4931   reference:
4932     include: "2"
4933     name: "VNF-1c"
4934   compare:
4935     include: "1"
4936     name: "VNF-0.5c"
4937   parameters:
4938   - "throughput"
4939   - "name"
4940   - "tags"
4941   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4942   x-axis: "X = VNFs per Service Chain"
4943   y-axis: "Y = Number of Service Chains"
4944   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
4945   layout:
4946     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4947     layout: "plot-service-density"
4948
4949 # Plots - NF Density - VSC - PDR IMIX
4950 - type: "plot"
4951   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4952   algorithm: "plot_service_density_heatmap"
4953   output-file-type: ".html"
4954   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
4955   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4956   filter: "'NIC_Intel-XXV710' and
4957            'NF_DENSITY' and
4958            'VHOST' and
4959            'CHAIN' and
4960            'NF_VPPIP4' and
4961            'IMIX' and
4962            '2T1C' and
4963            'NDRPDR'"
4964   reference:
4965     include: "2"
4966     name: "VNF-1c"
4967   compare:
4968     include: "1"
4969     name: "VNF-0.5c"
4970   parameters:
4971   - "throughput"
4972   - "name"
4973   - "tags"
4974   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4975   x-axis: "X = VNFs per Service Chain"
4976   y-axis: "Y = Number of Service Chains"
4977   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
4978   layout:
4979     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4980     layout: "plot-service-density"
4981
4982 - type: "plot"
4983   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4984   algorithm: "plot_service_density_heatmap"
4985   output-file-type: ".html"
4986   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
4987   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4988   filter: "'NIC_Intel-XXV710' and
4989            'NF_DENSITY' and
4990            'VHOST' and
4991            'CHAIN' and
4992            'NF_VPPIP4' and
4993            'IMIX' and
4994            '4T2C' and
4995            'NDRPDR'"
4996   reference:
4997     include: "2"
4998     name: "VNF-1c"
4999   compare:
5000     include: "1"
5001     name: "VNF-0.5c"
5002   parameters:
5003   - "throughput"
5004   - "name"
5005   - "tags"
5006   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5007   x-axis: "X = VNFs per Service Chain"
5008   y-axis: "Y = Number of Service Chains"
5009   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5010   layout:
5011     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5012     layout: "plot-service-density"
5013
5014 - type: "plot"
5015   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5016   algorithm: "plot_service_density_heatmap"
5017   output-file-type: ".html"
5018   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
5019   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5020   filter: "'NIC_Intel-XXV710' and
5021            'NF_DENSITY' and
5022            'VHOST' and
5023            'CHAIN' and
5024            'NF_VPPIP4' and
5025            'IMIX' and
5026            '8T4C' and
5027            'NDRPDR'"
5028   reference:
5029     include: "2"
5030     name: "VNF-1c"
5031   compare:
5032     include: "1"
5033     name: "VNF-0.5c"
5034   parameters:
5035   - "throughput"
5036   - "name"
5037   - "tags"
5038   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5039   x-axis: "X = VNFs per Service Chain"
5040   y-axis: "Y = Number of Service Chains"
5041   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5042   layout:
5043     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5044     layout: "plot-service-density"
5045
5046 ###############################################################################
5047 # Plots - NF Density - CSC - MRR 64b
5048 - type: "plot"
5049   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5050   algorithm: "plot_service_density_heatmap"
5051   output-file-type: ".html"
5052   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
5053   data: "plot-vpp-nfv-2n-skx-mrr"
5054   filter: "'NIC_Intel-XXV710' and
5055            'NF_DENSITY' and
5056            'DOCKER' and
5057            'CHAIN' and
5058            'NF_VPPIP4' and
5059            '64B' and
5060            '2T1C' and
5061            'MRR'"
5062   reference:
5063     include: "2"
5064     name: "CNF-1c"
5065   compare:
5066     include: "1"
5067     name: "CNF-0.5c"
5068   parameters:
5069   - "result"
5070   - "name"
5071   - "tags"
5072   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5073   x-axis: "X = CNFs per Service Chain"
5074   y-axis: "Y = Number of Service Chains"
5075   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5076   layout:
5077     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5078     layout: "plot-service-density"
5079
5080 - type: "plot"
5081   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5082   algorithm: "plot_service_density_heatmap"
5083   output-file-type: ".html"
5084   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
5085   data: "plot-vpp-nfv-2n-skx-mrr"
5086   filter: "'NIC_Intel-XXV710' and
5087            'NF_DENSITY' and
5088            'DOCKER' and
5089            'CHAIN' and
5090            'NF_VPPIP4' and
5091            '64B' and
5092            '4T2C' and
5093            'MRR'"
5094   reference:
5095     include: "2"
5096     name: "CNF-1c"
5097   compare:
5098     include: "1"
5099     name: "CNF-0.5c"
5100   parameters:
5101   - "result"
5102   - "name"
5103   - "tags"
5104   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5105   x-axis: "X = CNFs per Service Chain"
5106   y-axis: "Y = Number of Service Chains"
5107   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5108   layout:
5109     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5110     layout: "plot-service-density"
5111
5112 - type: "plot"
5113   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5114   algorithm: "plot_service_density_heatmap"
5115   output-file-type: ".html"
5116   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
5117   data: "plot-vpp-nfv-2n-skx-mrr"
5118   filter: "'NIC_Intel-XXV710' and
5119            'NF_DENSITY' and
5120            'DOCKER' and
5121            'CHAIN' and
5122            'NF_VPPIP4' and
5123            '64B' and
5124            '8T4C' and
5125            'MRR'"
5126   reference:
5127     include: "2"
5128     name: "CNF-1c"
5129   compare:
5130     include: "1"
5131     name: "CNF-0.5c"
5132   parameters:
5133   - "result"
5134   - "name"
5135   - "tags"
5136   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5137   x-axis: "X = CNFs per Service Chain"
5138   y-axis: "Y = Number of Service Chains"
5139   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5140   layout:
5141     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5142     layout: "plot-service-density"
5143
5144 # Plots - NF Density - CSC - MRR IMIX
5145 - type: "plot"
5146   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5147   algorithm: "plot_service_density_heatmap"
5148   output-file-type: ".html"
5149   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
5150   data: "plot-vpp-nfv-2n-skx-mrr"
5151   filter: "'NIC_Intel-XXV710' and
5152            'NF_DENSITY' and
5153            'DOCKER' and
5154            'CHAIN' and
5155            'NF_VPPIP4' and
5156            'IMIX' and
5157            '2T1C' and
5158            'MRR'"
5159   reference:
5160     include: "2"
5161     name: "CNF-1c"
5162   compare:
5163     include: "1"
5164     name: "CNF-0.5c"
5165   parameters:
5166   - "result"
5167   - "name"
5168   - "tags"
5169   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5170   x-axis: "X = CNFs per Service Chain"
5171   y-axis: "Y = Number of Service Chains"
5172   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5173   layout:
5174     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5175     layout: "plot-service-density"
5176
5177 - type: "plot"
5178   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5179   algorithm: "plot_service_density_heatmap"
5180   output-file-type: ".html"
5181   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
5182   data: "plot-vpp-nfv-2n-skx-mrr"
5183   filter: "'NIC_Intel-XXV710' and
5184            'NF_DENSITY' and
5185            'DOCKER' and
5186            'CHAIN' and
5187            'NF_VPPIP4' and
5188            'IMIX' and
5189            '4T2C' and
5190            'MRR'"
5191   reference:
5192     include: "2"
5193     name: "CNF-1c"
5194   compare:
5195     include: "1"
5196     name: "CNF-0.5c"
5197   parameters:
5198   - "result"
5199   - "name"
5200   - "tags"
5201   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5202   x-axis: "X = CNFs per Service Chain"
5203   y-axis: "Y = Number of Service Chains"
5204   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5205   layout:
5206     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5207     layout: "plot-service-density"
5208
5209 - type: "plot"
5210   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5211   algorithm: "plot_service_density_heatmap"
5212   output-file-type: ".html"
5213   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
5214   data: "plot-vpp-nfv-2n-skx-mrr"
5215   filter: "'NIC_Intel-XXV710' and
5216            'NF_DENSITY' and
5217            'DOCKER' and
5218            'CHAIN' and
5219            'NF_VPPIP4' and
5220            'IMIX' and
5221            '8T4C' and
5222            'MRR'"
5223   reference:
5224     include: "2"
5225     name: "CNF-1c"
5226   compare:
5227     include: "1"
5228     name: "CNF-0.5c"
5229   parameters:
5230   - "result"
5231   - "name"
5232   - "tags"
5233   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5234   x-axis: "X = CNFs per Service Chain"
5235   y-axis: "Y = Number of Service Chains"
5236   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5237   layout:
5238     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5239     layout: "plot-service-density"
5240
5241 # Plots - NF Density - CSC - NDR 64b
5242 - type: "plot"
5243   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5244   algorithm: "plot_service_density_heatmap"
5245   output-file-type: ".html"
5246   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
5247   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5248   filter: "'NIC_Intel-XXV710' and
5249            'NF_DENSITY' and
5250            'DOCKER' and
5251            'CHAIN' and
5252            'NF_VPPIP4' and
5253            '64B' and
5254            '2T1C' and
5255            'NDRPDR'"
5256   reference:
5257     include: "2"
5258     name: "CNF-1c"
5259   compare:
5260     include: "1"
5261     name: "CNF-0.5c"
5262   parameters:
5263   - "throughput"
5264   - "name"
5265   - "tags"
5266   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5267   x-axis: "X = CNFs per Service Chain"
5268   y-axis: "Y = Number of Service Chains"
5269   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5270   layout:
5271     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5272     layout: "plot-service-density"
5273
5274 - type: "plot"
5275   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5276   algorithm: "plot_service_density_heatmap"
5277   output-file-type: ".html"
5278   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
5279   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5280   filter: "'NIC_Intel-XXV710' and
5281            'NF_DENSITY' and
5282            'DOCKER' and
5283            'CHAIN' and
5284            'NF_VPPIP4' and
5285            '64B' and
5286            '4T2C' and
5287            'NDRPDR'"
5288   reference:
5289     include: "2"
5290     name: "CNF-1c"
5291   compare:
5292     include: "1"
5293     name: "CNF-0.5c"
5294   parameters:
5295   - "throughput"
5296   - "name"
5297   - "tags"
5298   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5299   x-axis: "X = CNFs per Service Chain"
5300   y-axis: "Y = Number of Service Chains"
5301   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5302   layout:
5303     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5304     layout: "plot-service-density"
5305
5306 - type: "plot"
5307   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5308   algorithm: "plot_service_density_heatmap"
5309   output-file-type: ".html"
5310   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
5311   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5312   filter: "'NIC_Intel-XXV710' and
5313            'NF_DENSITY' and
5314            'DOCKER' and
5315            'CHAIN' and
5316            'NF_VPPIP4' and
5317            '64B' and
5318            '8T4C' and
5319            'NDRPDR'"
5320   reference:
5321     include: "2"
5322     name: "CNF-1c"
5323   compare:
5324     include: "1"
5325     name: "CNF-0.5c"
5326   parameters:
5327   - "throughput"
5328   - "name"
5329   - "tags"
5330   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5331   x-axis: "X = CNFs per Service Chain"
5332   y-axis: "Y = Number of Service Chains"
5333   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5334   layout:
5335     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5336     layout: "plot-service-density"
5337
5338 # Plots - NF Density - CSC - NDR IMIX
5339 - type: "plot"
5340   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5341   algorithm: "plot_service_density_heatmap"
5342   output-file-type: ".html"
5343   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
5344   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5345   filter: "'NIC_Intel-XXV710' and
5346            'NF_DENSITY' and
5347            'DOCKER' and
5348            'CHAIN' and
5349            'NF_VPPIP4' and
5350            'IMIX' and
5351            '2T1C' and
5352            'NDRPDR'"
5353   reference:
5354     include: "2"
5355     name: "CNF-1c"
5356   compare:
5357     include: "1"
5358     name: "CNF-0.5c"
5359   parameters:
5360   - "throughput"
5361   - "name"
5362   - "tags"
5363   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5364   x-axis: "X = CNFs per Service Chain"
5365   y-axis: "Y = Number of Service Chains"
5366   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5367   layout:
5368     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5369     layout: "plot-service-density"
5370
5371 - type: "plot"
5372   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5373   algorithm: "plot_service_density_heatmap"
5374   output-file-type: ".html"
5375   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
5376   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5377   filter: "'NIC_Intel-XXV710' and
5378            'NF_DENSITY' and
5379            'DOCKER' and
5380            'CHAIN' and
5381            'NF_VPPIP4' and
5382            'IMIX' and
5383            '4T2C' and
5384            'NDRPDR'"
5385   reference:
5386     include: "2"
5387     name: "CNF-1c"
5388   compare:
5389     include: "1"
5390     name: "CNF-0.5c"
5391   parameters:
5392   - "throughput"
5393   - "name"
5394   - "tags"
5395   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5396   x-axis: "X = CNFs per Service Chain"
5397   y-axis: "Y = Number of Service Chains"
5398   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5399   layout:
5400     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5401     layout: "plot-service-density"
5402
5403 - type: "plot"
5404   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5405   algorithm: "plot_service_density_heatmap"
5406   output-file-type: ".html"
5407   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
5408   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5409   filter: "'NIC_Intel-XXV710' and
5410            'NF_DENSITY' and
5411            'DOCKER' and
5412            'CHAIN' and
5413            'NF_VPPIP4' and
5414            'IMIX' and
5415            '8T4C' and
5416            'NDRPDR'"
5417   reference:
5418     include: "2"
5419     name: "CNF-1c"
5420   compare:
5421     include: "1"
5422     name: "CNF-0.5c"
5423   parameters:
5424   - "throughput"
5425   - "name"
5426   - "tags"
5427   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5428   x-axis: "X = CNFs per Service Chain"
5429   y-axis: "Y = Number of Service Chains"
5430   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5431   layout:
5432     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5433     layout: "plot-service-density"
5434
5435 # Plots - NF Density - CSC - PDR 64b
5436 - type: "plot"
5437   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5438   algorithm: "plot_service_density_heatmap"
5439   output-file-type: ".html"
5440   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
5441   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5442   filter: "'NIC_Intel-XXV710' and
5443            'NF_DENSITY' and
5444            'DOCKER' and
5445            'CHAIN' and
5446            'NF_VPPIP4' and
5447            '64B' and
5448            '2T1C' and
5449            'NDRPDR'"
5450   reference:
5451     include: "2"
5452     name: "CNF-1c"
5453   compare:
5454     include: "1"
5455     name: "CNF-0.5c"
5456   parameters:
5457   - "throughput"
5458   - "name"
5459   - "tags"
5460   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5461   x-axis: "X = CNFs per Service Chain"
5462   y-axis: "Y = Number of Service Chains"
5463   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5464   layout:
5465     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5466     layout: "plot-service-density"
5467
5468 - type: "plot"
5469   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5470   algorithm: "plot_service_density_heatmap"
5471   output-file-type: ".html"
5472   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
5473   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5474   filter: "'NIC_Intel-XXV710' and
5475            'NF_DENSITY' and
5476            'DOCKER' and
5477            'CHAIN' and
5478            'NF_VPPIP4' and
5479            '64B' and
5480            '4T2C' and
5481            'NDRPDR'"
5482   reference:
5483     include: "2"
5484     name: "CNF-1c"
5485   compare:
5486     include: "1"
5487     name: "CNF-0.5c"
5488   parameters:
5489   - "throughput"
5490   - "name"
5491   - "tags"
5492   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5493   x-axis: "X = CNFs per Service Chain"
5494   y-axis: "Y = Number of Service Chains"
5495   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5496   layout:
5497     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5498     layout: "plot-service-density"
5499
5500 - type: "plot"
5501   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5502   algorithm: "plot_service_density_heatmap"
5503   output-file-type: ".html"
5504   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
5505   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5506   filter: "'NIC_Intel-XXV710' and
5507            'NF_DENSITY' and
5508            'DOCKER' and
5509            'CHAIN' and
5510            'NF_VPPIP4' and
5511            '64B' and
5512            '8T4C' and
5513            'NDRPDR'"
5514   reference:
5515     include: "2"
5516     name: "CNF-1c"
5517   compare:
5518     include: "1"
5519     name: "CNF-0.5c"
5520   parameters:
5521   - "throughput"
5522   - "name"
5523   - "tags"
5524   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5525   x-axis: "X = CNFs per Service Chain"
5526   y-axis: "Y = Number of Service Chains"
5527   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5528   layout:
5529     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5530     layout: "plot-service-density"
5531
5532 # Plots - NF Density - CSC - PDR IMIX
5533 - type: "plot"
5534   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5535   algorithm: "plot_service_density_heatmap"
5536   output-file-type: ".html"
5537   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
5538   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5539   filter: "'NIC_Intel-XXV710' and
5540            'NF_DENSITY' and
5541            'DOCKER' and
5542            'CHAIN' and
5543            'NF_VPPIP4' and
5544            'IMIX' and
5545            '2T1C' and
5546            'NDRPDR'"
5547   reference:
5548     include: "2"
5549     name: "CNF-1c"
5550   compare:
5551     include: "1"
5552     name: "CNF-0.5c"
5553   parameters:
5554   - "throughput"
5555   - "name"
5556   - "tags"
5557   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5558   x-axis: "X = CNFs per Service Chain"
5559   y-axis: "Y = Number of Service Chains"
5560   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5561   layout:
5562     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5563     layout: "plot-service-density"
5564
5565 - type: "plot"
5566   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5567   algorithm: "plot_service_density_heatmap"
5568   output-file-type: ".html"
5569   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
5570   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5571   filter: "'NIC_Intel-XXV710' and
5572            'NF_DENSITY' and
5573            'DOCKER' and
5574            'CHAIN' and
5575            'NF_VPPIP4' and
5576            'IMIX' and
5577            '4T2C' and
5578            'NDRPDR'"
5579   reference:
5580     include: "2"
5581     name: "CNF-1c"
5582   compare:
5583     include: "1"
5584     name: "CNF-0.5c"
5585   parameters:
5586   - "throughput"
5587   - "name"
5588   - "tags"
5589   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5590   x-axis: "X = CNFs per Service Chain"
5591   y-axis: "Y = Number of Service Chains"
5592   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5593   layout:
5594     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5595     layout: "plot-service-density"
5596
5597 - type: "plot"
5598   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5599   algorithm: "plot_service_density_heatmap"
5600   output-file-type: ".html"
5601   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
5602   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5603   filter: "'NIC_Intel-XXV710' and
5604            'NF_DENSITY' and
5605            'DOCKER' and
5606            'CHAIN' and
5607            'NF_VPPIP4' and
5608            'IMIX' and
5609            '8T4C' and
5610            'NDRPDR'"
5611   reference:
5612     include: "2"
5613     name: "CNF-1c"
5614   compare:
5615     include: "1"
5616     name: "CNF-0.5c"
5617   parameters:
5618   - "throughput"
5619   - "name"
5620   - "tags"
5621   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5622   x-axis: "X = CNFs per Service Chain"
5623   y-axis: "Y = Number of Service Chains"
5624   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5625   layout:
5626     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5627     layout: "plot-service-density"
5628
5629 ###############################################################################
5630 # Plots - NF Density - CSP - MRR 64b
5631 - type: "plot"
5632   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5633   algorithm: "plot_service_density_heatmap"
5634   output-file-type: ".html"
5635   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
5636   data: "plot-vpp-nfv-2n-skx-mrr"
5637   filter: "'NIC_Intel-XXV710' and
5638            'NF_DENSITY' and
5639            'DOCKER' and
5640            'PIPELINE' and
5641            'NF_VPPIP4' and
5642            '64B' and
5643            '2T1C' and
5644            'MRR'"
5645   reference:
5646     include: "2"
5647     name: "CNF-1c"
5648   compare:
5649     include: "1"
5650     name: "CNF-0.5c"
5651   parameters:
5652   - "result"
5653   - "name"
5654   - "tags"
5655   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5656   x-axis: "X = CNFs per Service Pipeline"
5657   y-axis: "Y = Number of Service Pipelines"
5658   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5659   layout:
5660     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5661     layout: "plot-service-density"
5662
5663 - type: "plot"
5664   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5665   algorithm: "plot_service_density_heatmap"
5666   output-file-type: ".html"
5667   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
5668   data: "plot-vpp-nfv-2n-skx-mrr"
5669   filter: "'NIC_Intel-XXV710' and
5670            'NF_DENSITY' and
5671            'DOCKER' and
5672            'PIPELINE' and
5673            'NF_VPPIP4' and
5674            '64B' and
5675            '4T2C' and
5676            'MRR'"
5677   reference:
5678     include: "2"
5679     name: "CNF-1c"
5680   compare:
5681     include: "1"
5682     name: "CNF-0.5c"
5683   parameters:
5684   - "result"
5685   - "name"
5686   - "tags"
5687   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5688   x-axis: "X = CNFs per Service Pipeline"
5689   y-axis: "Y = Number of Service Pipelines"
5690   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5691   layout:
5692     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5693     layout: "plot-service-density"
5694
5695 - type: "plot"
5696   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5697   algorithm: "plot_service_density_heatmap"
5698   output-file-type: ".html"
5699   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
5700   data: "plot-vpp-nfv-2n-skx-mrr"
5701   filter: "'NIC_Intel-XXV710' and
5702            'NF_DENSITY' and
5703            'DOCKER' and
5704            'PIPELINE' and
5705            'NF_VPPIP4' and
5706            '64B' and
5707            '8T4C' and
5708            'MRR'"
5709   reference:
5710     include: "2"
5711     name: "CNF-1c"
5712   compare:
5713     include: "1"
5714     name: "CNF-0.5c"
5715   parameters:
5716   - "result"
5717   - "name"
5718   - "tags"
5719   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5720   x-axis: "X = CNFs per Service Pipeline"
5721   y-axis: "Y = Number of Service Pipelines"
5722   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5723   layout:
5724     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5725     layout: "plot-service-density"
5726
5727 # Plots - NF Density - CSP - MRR IMIX
5728 - type: "plot"
5729   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5730   algorithm: "plot_service_density_heatmap"
5731   output-file-type: ".html"
5732   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
5733   data: "plot-vpp-nfv-2n-skx-mrr"
5734   filter: "'NIC_Intel-XXV710' and
5735            'NF_DENSITY' and
5736            'DOCKER' and
5737            'PIPELINE' and
5738            'NF_VPPIP4' and
5739            'IMIX' and
5740            '2T1C' and
5741            'MRR'"
5742   reference:
5743     include: "2"
5744     name: "CNF-1c"
5745   compare:
5746     include: "1"
5747     name: "CNF-0.5c"
5748   parameters:
5749   - "result"
5750   - "name"
5751   - "tags"
5752   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5753   x-axis: "X = CNFs per Service Pipeline"
5754   y-axis: "Y = Number of Service Pipelines"
5755   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5756   layout:
5757     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5758     layout: "plot-service-density"
5759
5760 - type: "plot"
5761   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5762   algorithm: "plot_service_density_heatmap"
5763   output-file-type: ".html"
5764   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
5765   data: "plot-vpp-nfv-2n-skx-mrr"
5766   filter: "'NIC_Intel-XXV710' and
5767            'NF_DENSITY' and
5768            'DOCKER' and
5769            'PIPELINE' and
5770            'NF_VPPIP4' and
5771            'IMIX' and
5772            '4T2C' and
5773            'MRR'"
5774   reference:
5775     include: "2"
5776     name: "CNF-1c"
5777   compare:
5778     include: "1"
5779     name: "CNF-0.5c"
5780   parameters:
5781   - "result"
5782   - "name"
5783   - "tags"
5784   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5785   x-axis: "X = CNFs per Service Pipeline"
5786   y-axis: "Y = Number of Service Pipelines"
5787   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5788   layout:
5789     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5790     layout: "plot-service-density"
5791
5792 - type: "plot"
5793   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5794   algorithm: "plot_service_density_heatmap"
5795   output-file-type: ".html"
5796   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
5797   data: "plot-vpp-nfv-2n-skx-mrr"
5798   filter: "'NIC_Intel-XXV710' and
5799            'NF_DENSITY' and
5800            'DOCKER' and
5801            'PIPELINE' and
5802            'NF_VPPIP4' and
5803            'IMIX' and
5804            '8T4C' and
5805            'MRR'"
5806   reference:
5807     include: "2"
5808     name: "CNF-1c"
5809   compare:
5810     include: "1"
5811     name: "CNF-0.5c"
5812   parameters:
5813   - "result"
5814   - "name"
5815   - "tags"
5816   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5817   x-axis: "X = CNFs per Service Pipeline"
5818   y-axis: "Y = Number of Service Pipelines"
5819   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5820   layout:
5821     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5822     layout: "plot-service-density"
5823
5824 # Plots - NF Density - CSP - NDR 64b
5825 - type: "plot"
5826   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5827   algorithm: "plot_service_density_heatmap"
5828   output-file-type: ".html"
5829   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
5830   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5831   filter: "'NIC_Intel-XXV710' and
5832            'NF_DENSITY' and
5833            'DOCKER' and
5834            'PIPELINE' and
5835            'NF_VPPIP4' and
5836            '64B' and
5837            '2T1C' and
5838            'NDRPDR'"
5839   reference:
5840     include: "2"
5841     name: "CNF-1c"
5842   compare:
5843     include: "1"
5844     name: "CNF-0.5c"
5845   parameters:
5846   - "throughput"
5847   - "name"
5848   - "tags"
5849   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5850   x-axis: "X = CNFs per Service Pipeline"
5851   y-axis: "Y = Number of Service Pipelines"
5852   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5853   layout:
5854     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5855     layout: "plot-service-density"
5856
5857 - type: "plot"
5858   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5859   algorithm: "plot_service_density_heatmap"
5860   output-file-type: ".html"
5861   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
5862   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5863   filter: "'NIC_Intel-XXV710' and
5864            'NF_DENSITY' and
5865            'DOCKER' and
5866            'PIPELINE' and
5867            'NF_VPPIP4' and
5868            '64B' and
5869            '4T2C' and
5870            'NDRPDR'"
5871   reference:
5872     include: "2"
5873     name: "CNF-1c"
5874   compare:
5875     include: "1"
5876     name: "CNF-0.5c"
5877   parameters:
5878   - "throughput"
5879   - "name"
5880   - "tags"
5881   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5882   x-axis: "X = CNFs per Service Pipeline"
5883   y-axis: "Y = Number of Service Pipelines"
5884   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5885   layout:
5886     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5887     layout: "plot-service-density"
5888
5889 - type: "plot"
5890   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5891   algorithm: "plot_service_density_heatmap"
5892   output-file-type: ".html"
5893   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
5894   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5895   filter: "'NIC_Intel-XXV710' and
5896            'NF_DENSITY' and
5897            'DOCKER' and
5898            'PIPELINE' and
5899            'NF_VPPIP4' and
5900            '64B' and
5901            '8T4C' and
5902            'NDRPDR'"
5903   reference:
5904     include: "2"
5905     name: "CNF-1c"
5906   compare:
5907     include: "1"
5908     name: "CNF-0.5c"
5909   parameters:
5910   - "throughput"
5911   - "name"
5912   - "tags"
5913   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5914   x-axis: "X = CNFs per Service Pipeline"
5915   y-axis: "Y = Number of Service Pipelines"
5916   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5917   layout:
5918     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5919     layout: "plot-service-density"
5920
5921 # Plots - NF Density - CSP - NDR IMIX
5922 - type: "plot"
5923   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5924   algorithm: "plot_service_density_heatmap"
5925   output-file-type: ".html"
5926   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
5927   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5928   filter: "'NIC_Intel-XXV710' and
5929            'NF_DENSITY' and
5930            'DOCKER' and
5931            'PIPELINE' and
5932            'NF_VPPIP4' and
5933            'IMIX' and
5934            '2T1C' and
5935            'NDRPDR'"
5936   reference:
5937     include: "2"
5938     name: "CNF-1c"
5939   compare:
5940     include: "1"
5941     name: "CNF-0.5c"
5942   parameters:
5943   - "throughput"
5944   - "name"
5945   - "tags"
5946   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5947   x-axis: "X = CNFs per Service Pipeline"
5948   y-axis: "Y = Number of Service Pipelines"
5949   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5950   layout:
5951     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5952     layout: "plot-service-density"
5953
5954 - type: "plot"
5955   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5956   algorithm: "plot_service_density_heatmap"
5957   output-file-type: ".html"
5958   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
5959   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5960   filter: "'NIC_Intel-XXV710' and
5961            'NF_DENSITY' and
5962            'DOCKER' and
5963            'PIPELINE' and
5964            'NF_VPPIP4' and
5965            'IMIX' and
5966            '4T2C' and
5967            'NDRPDR'"
5968   reference:
5969     include: "2"
5970     name: "CNF-1c"
5971   compare:
5972     include: "1"
5973     name: "CNF-0.5c"
5974   parameters:
5975   - "throughput"
5976   - "name"
5977   - "tags"
5978   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5979   x-axis: "X = CNFs per Service Pipeline"
5980   y-axis: "Y = Number of Service Pipelines"
5981   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5982   layout:
5983     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5984     layout: "plot-service-density"
5985
5986 - type: "plot"
5987   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5988   algorithm: "plot_service_density_heatmap"
5989   output-file-type: ".html"
5990   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
5991   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5992   filter: "'NIC_Intel-XXV710' and
5993            'NF_DENSITY' and
5994            'DOCKER' and
5995            'PIPELINE' and
5996            'NF_VPPIP4' and
5997            'IMIX' and
5998            '8T4C' and
5999            'NDRPDR'"
6000   reference:
6001     include: "2"
6002     name: "CNF-1c"
6003   compare:
6004     include: "1"
6005     name: "CNF-0.5c"
6006   parameters:
6007   - "throughput"
6008   - "name"
6009   - "tags"
6010   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6011   x-axis: "X = CNFs per Service Pipeline"
6012   y-axis: "Y = Number of Service Pipelines"
6013   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6014   layout:
6015     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6016     layout: "plot-service-density"
6017
6018 # Plots - NF Density - CSP - PDR 64b
6019 - type: "plot"
6020   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6021   algorithm: "plot_service_density_heatmap"
6022   output-file-type: ".html"
6023   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
6024   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6025   filter: "'NIC_Intel-XXV710' and
6026            'NF_DENSITY' and
6027            'DOCKER' and
6028            'PIPELINE' and
6029            'NF_VPPIP4' and
6030            '64B' and
6031            '2T1C' and
6032            'NDRPDR'"
6033   reference:
6034     include: "2"
6035     name: "CNF-1c"
6036   compare:
6037     include: "1"
6038     name: "CNF-0.5c"
6039   parameters:
6040   - "throughput"
6041   - "name"
6042   - "tags"
6043   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6044   x-axis: "X = CNFs per Service Pipeline"
6045   y-axis: "Y = Number of Service Pipelines"
6046   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6047   layout:
6048     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6049     layout: "plot-service-density"
6050
6051 - type: "plot"
6052   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6053   algorithm: "plot_service_density_heatmap"
6054   output-file-type: ".html"
6055   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
6056   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6057   filter: "'NIC_Intel-XXV710' and
6058            'NF_DENSITY' and
6059            'DOCKER' and
6060            'PIPELINE' and
6061            'NF_VPPIP4' and
6062            '64B' and
6063            '4T2C' and
6064            'NDRPDR'"
6065   reference:
6066     include: "2"
6067     name: "CNF-1c"
6068   compare:
6069     include: "1"
6070     name: "CNF-0.5c"
6071   parameters:
6072   - "throughput"
6073   - "name"
6074   - "tags"
6075   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6076   x-axis: "X = CNFs per Service Pipeline"
6077   y-axis: "Y = Number of Service Pipelines"
6078   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6079   layout:
6080     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6081     layout: "plot-service-density"
6082
6083 - type: "plot"
6084   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6085   algorithm: "plot_service_density_heatmap"
6086   output-file-type: ".html"
6087   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
6088   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6089   filter: "'NIC_Intel-XXV710' and
6090            'NF_DENSITY' and
6091            'DOCKER' and
6092            'PIPELINE' and
6093            'NF_VPPIP4' and
6094            '64B' and
6095            '8T4C' and
6096            'NDRPDR'"
6097   reference:
6098     include: "2"
6099     name: "CNF-1c"
6100   compare:
6101     include: "1"
6102     name: "CNF-0.5c"
6103   parameters:
6104   - "throughput"
6105   - "name"
6106   - "tags"
6107   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6108   x-axis: "X = CNFs per Service Pipeline"
6109   y-axis: "Y = Number of Service Pipelines"
6110   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6111   layout:
6112     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6113     layout: "plot-service-density"
6114
6115 # Plots - NF Density - CSP - PDR IMIX
6116 - type: "plot"
6117   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6118   algorithm: "plot_service_density_heatmap"
6119   output-file-type: ".html"
6120   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
6121   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6122   filter: "'NIC_Intel-XXV710' and
6123            'NF_DENSITY' and
6124            'DOCKER' and
6125            'PIPELINE' and
6126            'NF_VPPIP4' and
6127            'IMIX' and
6128            '2T1C' and
6129            'NDRPDR'"
6130   reference:
6131     include: "2"
6132     name: "CNF-1c"
6133   compare:
6134     include: "1"
6135     name: "CNF-0.5c"
6136   parameters:
6137   - "throughput"
6138   - "name"
6139   - "tags"
6140   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6141   x-axis: "X = CNFs per Service Pipeline"
6142   y-axis: "Y = Number of Service Pipelines"
6143   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6144   layout:
6145     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6146     layout: "plot-service-density"
6147
6148 - type: "plot"
6149   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6150   algorithm: "plot_service_density_heatmap"
6151   output-file-type: ".html"
6152   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
6153   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6154   filter: "'NIC_Intel-XXV710' and
6155            'NF_DENSITY' and
6156            'DOCKER' and
6157            'PIPELINE' and
6158            'NF_VPPIP4' and
6159            'IMIX' and
6160            '4T2C' and
6161            'NDRPDR'"
6162   reference:
6163     include: "2"
6164     name: "CNF-1c"
6165   compare:
6166     include: "1"
6167     name: "CNF-0.5c"
6168   parameters:
6169   - "throughput"
6170   - "name"
6171   - "tags"
6172   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6173   x-axis: "X = CNFs per Service Pipeline"
6174   y-axis: "Y = Number of Service Pipelines"
6175   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6176   layout:
6177     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6178     layout: "plot-service-density"
6179
6180 - type: "plot"
6181   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6182   algorithm: "plot_service_density_heatmap"
6183   output-file-type: ".html"
6184   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
6185   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6186   filter: "'NIC_Intel-XXV710' and
6187            'NF_DENSITY' and
6188            'DOCKER' and
6189            'PIPELINE' and
6190            'NF_VPPIP4' and
6191            'IMIX' and
6192            '8T4C' and
6193            'NDRPDR'"
6194   reference:
6195     include: "2"
6196     name: "CNF-1c"
6197   compare:
6198     include: "1"
6199     name: "CNF-0.5c"
6200   parameters:
6201   - "throughput"
6202   - "name"
6203   - "tags"
6204   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6205   x-axis: "X = CNFs per Service Pipeline"
6206   y-axis: "Y = Number of Service Pipelines"
6207   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6208   layout:
6209     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6210     layout: "plot-service-density"
6211
6212 ################################################################################
6213
6214 # Packet Throughput
6215
6216 - type: "plot"
6217   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6218   algorithm: "plot_performance_name_box"
6219   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6220   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6221   include:
6222     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6223     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6224     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6225     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6226   layout:
6227     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6228     layout: "plot-throughput"
6229
6230 - type: "plot"
6231   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6232   algorithm: "plot_performance_name_box"
6233   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6234   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6235   include:
6236     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6237     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6238     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6239     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6240   layout:
6241     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6242     layout: "plot-throughput"
6243
6244 - type: "plot"
6245   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6246   algorithm: "plot_performance_name_box"
6247   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6248   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6249   include:
6250     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6251     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6252     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6253     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6254     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6255   layout:
6256     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6257     layout: "plot-throughput"
6258
6259 - type: "plot"
6260   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6261   algorithm: "plot_performance_name_box"
6262   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6263   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6264   include:
6265     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6266     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6267     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6268     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6269     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6270   layout:
6271     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6272     layout: "plot-throughput"
6273
6274 - type: "plot"
6275   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-i40e-ndr"
6276   algorithm: "plot_performance_name_box"
6277   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-i40e-ndr"
6278   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6279   include:
6280     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6281     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6282     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6283     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6284     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6285   layout:
6286     title: "3n-tsh-x520-64b-1t1c-memif-base-i40e-ndr"
6287     layout: "plot-throughput"
6288
6289 - type: "plot"
6290   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-i40e-pdr"
6291   algorithm: "plot_performance_name_box"
6292   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-i40e-pdr"
6293   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6294   include:
6295     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6296     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6297     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6298     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6299     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6300   layout:
6301     title: "3n-tsh-x520-64b-1t1c-memif-base-i40e-pdr"
6302     layout: "plot-throughput"
6303
6304 - type: "plot"
6305   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6306   algorithm: "plot_performance_name_box"
6307   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6308   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6309   include:
6310     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
6311     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6312     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6313     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6314     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6315   layout:
6316     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6317     layout: "plot-throughput"
6318
6319 - type: "plot"
6320   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6321   algorithm: "plot_performance_name_box"
6322   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6323   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6324   include:
6325     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
6326     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6327     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6328     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6329     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6330   layout:
6331     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6332     layout: "plot-throughput"
6333
6334 - type: "plot"
6335   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6336   algorithm: "plot_performance_name_box"
6337   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6338   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6339   include:
6340     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
6341     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
6342     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
6343     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6344   layout:
6345     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6346     layout: "plot-throughput"
6347
6348 - type: "plot"
6349   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6350   algorithm: "plot_performance_name_box"
6351   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6352   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6353   include:
6354     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
6355     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
6356     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
6357     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6358   layout:
6359     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6360     layout: "plot-throughput"
6361
6362 - type: "plot"
6363   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6364   algorithm: "plot_performance_name_box"
6365   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6366   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6367   include:
6368     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6369     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6370     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
6371     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
6372     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6373   layout:
6374     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6375     layout: "plot-throughput"
6376
6377 - type: "plot"
6378   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6379   algorithm: "plot_performance_name_box"
6380   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6381   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6382   include:
6383     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6384     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6385     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
6386     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
6387     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6388   layout:
6389     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6390     layout: "plot-throughput"
6391
6392 - type: "plot"
6393   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
6394   algorithm: "plot_performance_name_box"
6395   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
6396   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6397   include:
6398     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6399     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6400     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6401     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6402     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6403     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
6404   layout:
6405     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
6406     layout: "plot-throughput"
6407
6408 - type: "plot"
6409   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
6410   algorithm: "plot_performance_name_box"
6411   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
6412   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6413   include:
6414     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6415     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6416     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6417     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6418     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6419     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
6420   layout:
6421     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
6422     layout: "plot-throughput"
6423
6424 - type: "plot"
6425   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
6426   algorithm: "plot_performance_name_box"
6427   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
6428   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6429   include:
6430     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6431     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6432     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6433   layout:
6434     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
6435     layout: "plot-throughput"
6436
6437 - type: "plot"
6438   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
6439   algorithm: "plot_performance_name_box"
6440   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
6441   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6442   include:
6443     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6444     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6445     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6446   layout:
6447     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
6448     layout: "plot-throughput"
6449
6450 - type: "plot"
6451   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6452   algorithm: "plot_performance_name_box"
6453   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6454   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6455   include:
6456     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
6457     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6458     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6459     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6460     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6461   layout:
6462     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6463     layout: "plot-throughput"
6464
6465 - type: "plot"
6466   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6467   algorithm: "plot_performance_name_box"
6468   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6469   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6470   include:
6471     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
6472     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6473     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6474     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6475     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6476   layout:
6477     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6478     layout: "plot-throughput"
6479
6480 - type: "plot"
6481   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6482   algorithm: "plot_performance_name_box"
6483   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6484   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6485   include:
6486     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
6487     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
6488     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
6489     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6490   layout:
6491     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6492     layout: "plot-throughput"
6493
6494 - type: "plot"
6495   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6496   algorithm: "plot_performance_name_box"
6497   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6498   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6499   include:
6500     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
6501     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
6502     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
6503     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6504   layout:
6505     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6506     layout: "plot-throughput"
6507
6508 - type: "plot"
6509   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6510   algorithm: "plot_performance_name_box"
6511   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6512   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6513   include:
6514     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6515     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6516     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
6517     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
6518     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6519   layout:
6520     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6521     layout: "plot-throughput"
6522
6523 - type: "plot"
6524   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6525   algorithm: "plot_performance_name_box"
6526   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6527   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6528   include:
6529     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6530     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6531     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
6532     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
6533     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6534   layout:
6535     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6536     layout: "plot-throughput"
6537
6538 - type: "plot"
6539   title: "Throughput: 3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-ndr"
6540   algorithm: "plot_performance_name_box"
6541   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-ndr"
6542   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6543   include:
6544     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6545     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6546     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6547     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6548     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6549     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
6550   layout:
6551     title: "3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-ndr"
6552     layout: "plot-throughput"
6553
6554 - type: "plot"
6555   title: "Throughput: 3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-pdr"
6556   algorithm: "plot_performance_name_box"
6557   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-pdr"
6558   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6559   include:
6560     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6561     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6562     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6563     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6564     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6565     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
6566   layout:
6567     title: "3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-pdr"
6568     layout: "plot-throughput"
6569
6570 - type: "plot"
6571   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-i40e-ndr"
6572   algorithm: "plot_performance_name_box"
6573   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-i40e-ndr"
6574   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6575   include:
6576     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6577     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6578     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
6579     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
6580     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6581   layout:
6582     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-i40e-ndr"
6583     layout: "plot-throughput"
6584
6585 - type: "plot"
6586   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-i40e-pdr"
6587   algorithm: "plot_performance_name_box"
6588   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-i40e-pdr"
6589   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6590   include:
6591     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6592     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6593     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
6594     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
6595     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6596   layout:
6597     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-i40e-pdr"
6598     layout: "plot-throughput"
6599
6600 - type: "plot"
6601   title: "Throughput: 3n-tsh-x520-64b-1t1c-feature-ip4routing-base-i40e-ndr"
6602   algorithm: "plot_performance_name_box"
6603   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-feature-ip4routing-base-i40e-ndr"
6604   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6605   include:
6606     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6607     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6608     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6609     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6610     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6611     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
6612   layout:
6613     title: "3n-tsh-x520-64b-1t1c-feature-ip4routing-base-i40e-ndr"
6614     layout: "plot-throughput"
6615
6616 - type: "plot"
6617   title: "Throughput: 3n-tsh-x520-64b-1t1c-feature-ip4routing-base-i40e-pdr"
6618   algorithm: "plot_performance_name_box"
6619   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-feature-ip4routing-base-i40e-pdr"
6620   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6621   include:
6622     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6623     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6624     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6625     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6626     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6627     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
6628   layout:
6629     title: "3n-tsh-x520-64b-1t1c-feature-ip4routing-base-i40e-pdr"
6630     layout: "plot-throughput"
6631
6632 - type: "plot"
6633   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
6634   algorithm: "plot_performance_name_box"
6635   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
6636   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6637   include:
6638     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
6639     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6640   layout:
6641     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
6642     layout: "plot-throughput"
6643
6644 - type: "plot"
6645   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-pdr"
6646   algorithm: "plot_performance_name_box"
6647   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-pdr"
6648   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6649   include:
6650     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
6651     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6652   layout:
6653     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-pdr"
6654     layout: "plot-throughput"
6655
6656 - type: "plot"
6657   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
6658   algorithm: "plot_performance_name_box"
6659   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
6660   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6661   include:
6662     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
6663     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6664     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6665     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6666   layout:
6667     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
6668     layout: "plot-throughput"
6669
6670 - type: "plot"
6671   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
6672   algorithm: "plot_performance_name_box"
6673   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
6674   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6675   include:
6676     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
6677     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6678     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6679     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6680   layout:
6681     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
6682     layout: "plot-throughput"
6683
6684 - type: "plot"
6685   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-i40e-ndr"
6686   algorithm: "plot_performance_name_box"
6687   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-i40e-ndr"
6688   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6689   include:
6690     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
6691     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6692     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6693     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6694   layout:
6695     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-i40e-ndr"
6696     layout: "plot-throughput"
6697
6698 - type: "plot"
6699   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-i40e-pdr"
6700   algorithm: "plot_performance_name_box"
6701   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-i40e-pdr"
6702   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6703   include:
6704     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
6705     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6706     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6707     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6708   layout:
6709     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-i40e-pdr"
6710     layout: "plot-throughput"
6711
6712 - type: "plot"
6713   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6714   algorithm: "plot_performance_name_box"
6715   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6716   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6717   include:
6718     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6719     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6720     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6721   layout:
6722     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6723     layout: "plot-throughput"
6724
6725 - type: "plot"
6726   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6727   algorithm: "plot_performance_name_box"
6728   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6729   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6730   include:
6731     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6732     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6733     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6734   layout:
6735     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6736     layout: "plot-throughput"
6737
6738 - type: "plot"
6739   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6740   algorithm: "plot_performance_name_box"
6741   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6742   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6743   include:
6744     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6745     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6746     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
6747     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
6748     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6749   layout:
6750     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6751     layout: "plot-throughput"
6752
6753 - type: "plot"
6754   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6755   algorithm: "plot_performance_name_box"
6756   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6757   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6758   include:
6759     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6760     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6761     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
6762     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
6763     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6764   layout:
6765     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6766     layout: "plot-throughput"
6767
6768 - type: "plot"
6769   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
6770   algorithm: "plot_performance_name_box"
6771   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
6772   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6773   include:
6774     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
6775     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
6776     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
6777   layout:
6778     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
6779     layout: "plot-throughput"
6780
6781 - type: "plot"
6782   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
6783   algorithm: "plot_performance_name_box"
6784   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
6785   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6786   include:
6787     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
6788     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
6789     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
6790   layout:
6791     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
6792     layout: "plot-throughput"
6793
6794 - type: "plot"
6795   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6796   algorithm: "plot_performance_name_box"
6797   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6798   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6799   include:
6800     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6801     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6802     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6803   layout:
6804     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6805     layout: "plot-throughput"
6806
6807 - type: "plot"
6808   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6809   algorithm: "plot_performance_name_box"
6810   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6811   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6812   include:
6813     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6814     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6815     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6816   layout:
6817     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6818     layout: "plot-throughput"
6819
6820 - type: "plot"
6821   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6822   algorithm: "plot_performance_name_box"
6823   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6824   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6825   include:
6826     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6827     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6828     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
6829     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
6830     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6831   layout:
6832     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6833     layout: "plot-throughput"
6834
6835 - type: "plot"
6836   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6837   algorithm: "plot_performance_name_box"
6838   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6839   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6840   include:
6841     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6842     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6843     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
6844     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
6845     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6846   layout:
6847     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6848     layout: "plot-throughput"
6849
6850 - type: "plot"
6851   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-i40e-ndr"
6852   algorithm: "plot_performance_name_box"
6853   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-i40e-ndr"
6854   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6855   include:
6856     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
6857     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
6858     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
6859     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
6860     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
6861   layout:
6862     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-i40e-ndr"
6863     layout: "plot-throughput"
6864
6865 - type: "plot"
6866   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-i40e-pdr"
6867   algorithm: "plot_performance_name_box"
6868   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-i40e-pdr"
6869   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6870   include:
6871     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
6872     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
6873     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
6874     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
6875     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
6876   layout:
6877     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-i40e-pdr"
6878     layout: "plot-throughput"
6879
6880 - type: "plot"
6881   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
6882   algorithm: "plot_performance_name_box"
6883   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
6884   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6885   include:
6886     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6887     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6888     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6889     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6890     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6891     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6892   layout:
6893     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
6894     layout: "plot-throughput"
6895
6896 - type: "plot"
6897   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
6898   algorithm: "plot_performance_name_box"
6899   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
6900   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6901   include:
6902     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6903     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6904     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6905     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6906     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6907     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6908   layout:
6909     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
6910     layout: "plot-throughput"
6911
6912 - type: "plot"
6913   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
6914   algorithm: "plot_performance_name_box"
6915   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
6916   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6917   include:
6918     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
6919     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6920     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
6921     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6922   layout:
6923     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
6924     layout: "plot-throughput"
6925
6926 - type: "plot"
6927   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
6928   algorithm: "plot_performance_name_box"
6929   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
6930   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6931   include:
6932     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
6933     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6934     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6935     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6936   layout:
6937     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
6938     layout: "plot-throughput"
6939
6940 - type: "plot"
6941   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
6942   algorithm: "plot_performance_name_box"
6943   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
6944   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6945   include:
6946     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6947     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6948     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6949     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6950     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6951     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6952   layout:
6953     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
6954     layout: "plot-throughput"
6955
6956 - type: "plot"
6957   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
6958   algorithm: "plot_performance_name_box"
6959   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
6960   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6961   include:
6962     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6963     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6964     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6965     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6966     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6967     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6968   layout:
6969     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
6970     layout: "plot-throughput"
6971
6972 - type: "plot"
6973   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
6974   algorithm: "plot_performance_name_box"
6975   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
6976   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6977   include:
6978     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6979     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6980     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6981     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6982     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6983     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6984   layout:
6985     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
6986     layout: "plot-throughput"
6987
6988 - type: "plot"
6989   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
6990   algorithm: "plot_performance_name_box"
6991   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
6992   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6993   include:
6994     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6995     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6996     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6997     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6998     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6999     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7000   layout:
7001     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
7002     layout: "plot-throughput"
7003
7004 - type: "plot"
7005   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7006   algorithm: "plot_performance_name_box"
7007   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7008   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7009   include:
7010     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7011     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
7012     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7013     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7014     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7015     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7016   layout:
7017     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7018     layout: "plot-throughput"
7019
7020 - type: "plot"
7021   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7022   algorithm: "plot_performance_name_box"
7023   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7024   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7025   include:
7026     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7027     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
7028     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7029     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7030     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7031     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7032   layout:
7033     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7034     layout: "plot-throughput"
7035
7036 - type: "plot"
7037   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7038   algorithm: "plot_performance_name_box"
7039   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7040   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7041   include:
7042     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
7043     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7044     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
7045     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7046   layout:
7047     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7048     layout: "plot-throughput"
7049
7050 - type: "plot"
7051   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7052   algorithm: "plot_performance_name_box"
7053   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7054   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7055   include:
7056     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
7057     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7058     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
7059     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7060   layout:
7061     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7062     layout: "plot-throughput"
7063
7064 - type: "plot"
7065   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7066   algorithm: "plot_performance_name_box"
7067   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7068   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7069   include:
7070     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
7071     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
7072     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7073     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7074     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7075   layout:
7076     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7077     layout: "plot-throughput"
7078
7079 - type: "plot"
7080   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7081   algorithm: "plot_performance_name_box"
7082   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7083   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7084   include:
7085     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
7086     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
7087     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7088     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7089     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7090   layout:
7091     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7092     layout: "plot-throughput"
7093
7094 - type: "plot"
7095   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7096   algorithm: "plot_performance_name_box"
7097   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7098   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7099   include:
7100     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7101     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7102     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7103     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7104   layout:
7105     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7106     layout: "plot-throughput"
7107
7108 - type: "plot"
7109   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7110   algorithm: "plot_performance_name_box"
7111   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7112   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7113   include:
7114     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7115     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7116     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7117     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7118   layout:
7119     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7120     layout: "plot-throughput"
7121
7122 - type: "plot"
7123   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
7124   algorithm: "plot_performance_name_box"
7125   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
7126   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7127   include:
7128     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7129     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7130     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7131     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7132     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7133     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7134   layout:
7135     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
7136     layout: "plot-throughput"
7137
7138 - type: "plot"
7139   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
7140   algorithm: "plot_performance_name_box"
7141   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
7142   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7143   include:
7144     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7145     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7146     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7147     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7148     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7149     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7150   layout:
7151     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
7152     layout: "plot-throughput"
7153
7154 - type: "plot"
7155   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7156   algorithm: "plot_performance_name_box"
7157   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7158   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7159   include:
7160     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7161     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7162     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7163     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7164     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7165   layout:
7166     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7167     layout: "plot-throughput"
7168
7169 - type: "plot"
7170   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7171   algorithm: "plot_performance_name_box"
7172   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7173   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7174   include:
7175     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7176     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7177     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7178     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7179     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7180   layout:
7181     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7182     layout: "plot-throughput"
7183
7184 - type: "plot"
7185   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7186   algorithm: "plot_performance_name_box"
7187   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7188   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7189   include:
7190     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
7191     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7192     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7193   layout:
7194     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7195     layout: "plot-throughput"
7196
7197 - type: "plot"
7198   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7199   algorithm: "plot_performance_name_box"
7200   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7201   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7202   include:
7203     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
7204     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7205     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7206   layout:
7207     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7208     layout: "plot-throughput"
7209
7210 - type: "plot"
7211   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7212   algorithm: "plot_performance_name_box"
7213   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7214   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7215   include:
7216     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
7217     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7218     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7219     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7220   layout:
7221     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7222     layout: "plot-throughput"
7223
7224 - type: "plot"
7225   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7226   algorithm: "plot_performance_name_box"
7227   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7228   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7229   include:
7230     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
7231     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7232     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7233     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7234   layout:
7235     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7236     layout: "plot-throughput"
7237
7238 - type: "plot"
7239   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7240   algorithm: "plot_performance_name_box"
7241   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7242   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7243   include:
7244     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
7245     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7246     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7247     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7248     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7249     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7250   layout:
7251     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7252     layout: "plot-throughput"
7253
7254 - type: "plot"
7255   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7256   algorithm: "plot_performance_name_box"
7257   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7258   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7259   include:
7260     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
7261     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7262     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7263     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7264     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7265     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7266   layout:
7267     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7268     layout: "plot-throughput"
7269
7270 - type: "plot"
7271   title: "Throughput: 3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-ndr"
7272   algorithm: "plot_performance_name_box"
7273   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-ndr"
7274   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7275   include:
7276     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7277     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
7278     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
7279     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
7280     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
7281     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
7282   layout:
7283     title: "3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-ndr"
7284     layout: "plot-throughput"
7285
7286 - type: "plot"
7287   title: "Throughput: 3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-pdr"
7288   algorithm: "plot_performance_name_box"
7289   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-pdr"
7290   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7291   include:
7292     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7293     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
7294     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
7295     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
7296     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
7297     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
7298   layout:
7299     title: "3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-pdr"
7300     layout: "plot-throughput"
7301
7302 - type: "plot"
7303   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-i40e-ndr"
7304   algorithm: "plot_performance_name_box"
7305   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-i40e-ndr"
7306   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7307   include:
7308     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7309     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7310     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7311     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7312   layout:
7313     title: "3n-tsh-x520-64b-1t1c-l2switching-base-i40e-ndr"
7314     layout: "plot-throughput"
7315
7316 - type: "plot"
7317   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-i40e-pdr"
7318   algorithm: "plot_performance_name_box"
7319   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-i40e-pdr"
7320   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7321   include:
7322     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7323     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7324     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7325     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7326   layout:
7327     title: "3n-tsh-x520-64b-1t1c-l2switching-base-i40e-pdr"
7328     layout: "plot-throughput"
7329
7330 - type: "plot"
7331   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-i40e-ndr"
7332   algorithm: "plot_performance_name_box"
7333   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-i40e-ndr"
7334   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7335   include:
7336     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7337     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7338     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7339     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7340     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7341     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7342   layout:
7343     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-i40e-ndr"
7344     layout: "plot-throughput"
7345
7346 - type: "plot"
7347   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-i40e-pdr"
7348   algorithm: "plot_performance_name_box"
7349   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-i40e-pdr"
7350   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7351   include:
7352     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7353     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7354     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7355     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7356     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7357     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7358   layout:
7359     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-i40e-pdr"
7360     layout: "plot-throughput"
7361
7362 - type: "plot"
7363   title: "Throughput: 3n-tsh-x520-64b-1t1c-feature-l2switching-base-i40e-ndr"
7364   algorithm: "plot_performance_name_box"
7365   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-feature-l2switching-base-i40e-ndr"
7366   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7367   include:
7368     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7369     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
7370     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
7371     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
7372     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
7373     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
7374   layout:
7375     title: "3n-tsh-x520-64b-1t1c-feature-l2switching-base-i40e-ndr"
7376     layout: "plot-throughput"
7377
7378 - type: "plot"
7379   title: "Throughput: 3n-tsh-x520-64b-1t1c-feature-l2switching-base-i40e-pdr"
7380   algorithm: "plot_performance_name_box"
7381   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-feature-l2switching-base-i40e-pdr"
7382   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7383   include:
7384     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7385     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
7386     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
7387     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
7388     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
7389     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
7390   layout:
7391     title: "3n-tsh-x520-64b-1t1c-feature-l2switching-base-i40e-pdr"
7392     layout: "plot-throughput"
7393
7394 - type: "plot"
7395   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
7396   algorithm: "plot_performance_name_box"
7397   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
7398   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7399   include:
7400     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7401     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7402     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7403     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
7404     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
7405     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
7406   layout:
7407     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
7408     layout: "plot-throughput"
7409
7410 - type: "plot"
7411   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
7412   algorithm: "plot_performance_name_box"
7413   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
7414   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7415   include:
7416     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7417     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7418     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7419     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
7420     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
7421     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
7422   layout:
7423     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
7424     layout: "plot-throughput"
7425
7426 - type: "plot"
7427   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
7428   algorithm: "plot_performance_name_box"
7429   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
7430   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7431   include:
7432     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7433     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7434     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7435     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
7436     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
7437     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
7438   layout:
7439     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
7440     layout: "plot-throughput"
7441
7442 - type: "plot"
7443   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-pdr"
7444   algorithm: "plot_performance_name_box"
7445   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-pdr"
7446   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7447   include:
7448     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7449     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7450     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7451     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
7452     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
7453     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
7454   layout:
7455     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-pdr"
7456     layout: "plot-throughput"
7457
7458 - type: "plot"
7459   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
7460   algorithm: "plot_performance_name_box"
7461   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
7462   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7463   include:
7464     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7465     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7466     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7467     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
7468     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
7469     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
7470   layout:
7471     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
7472     layout: "plot-throughput"
7473
7474 - type: "plot"
7475   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
7476   algorithm: "plot_performance_name_box"
7477   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
7478   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7479   include:
7480     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7481     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7482     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7483     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
7484     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
7485     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
7486   layout:
7487     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
7488     layout: "plot-throughput"
7489
7490 - type: "plot"
7491   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
7492   algorithm: "plot_performance_name_box"
7493   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
7494   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7495   include:
7496     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7497     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7498     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7499     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7500   layout:
7501     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
7502     layout: "plot-throughput"
7503
7504 - type: "plot"
7505   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
7506   algorithm: "plot_performance_name_box"
7507   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
7508   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7509   include:
7510     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7511     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7512     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7513     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7514   layout:
7515     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
7516     layout: "plot-throughput"
7517
7518 - type: "plot"
7519   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
7520   algorithm: "plot_performance_name_box"
7521   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
7522   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7523   include:
7524     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7525     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7526     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7527     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7528   layout:
7529     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
7530     layout: "plot-throughput"
7531
7532 - type: "plot"
7533   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
7534   algorithm: "plot_performance_name_box"
7535   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
7536   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7537   include:
7538     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7539     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7540     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7541     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7542   layout:
7543     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
7544     layout: "plot-throughput"
7545
7546 #- type: "plot"
7547 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
7548 #  algorithm: "plot_performance_name_box"
7549 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
7550 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
7551 #  include:
7552 #    - ""
7553 #  layout:
7554 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
7555 #    layout: "plot-throughput"
7556 #
7557 #- type: "plot"
7558 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
7559 #  algorithm: "plot_performance_name_box"
7560 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
7561 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
7562 #  include:
7563 #    - ""
7564 #  layout:
7565 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
7566 #    layout: "plot-throughput"
7567
7568 - type: "plot"
7569   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
7570   algorithm: "plot_performance_name_box"
7571   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
7572   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7573   include:
7574     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7575     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7576     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7577     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7578     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7579   layout:
7580     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
7581     layout: "plot-throughput"
7582
7583 - type: "plot"
7584   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
7585   algorithm: "plot_performance_name_box"
7586   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
7587   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7588   include:
7589     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7590     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7591     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7592     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7593     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7594   layout:
7595     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
7596     layout: "plot-throughput"
7597
7598 - type: "plot"
7599   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
7600   algorithm: "plot_performance_name_box"
7601   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
7602   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7603   include:
7604     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7605     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7606     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7607     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7608     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7609     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7610   layout:
7611     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
7612     layout: "plot-throughput"
7613
7614 - type: "plot"
7615   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
7616   algorithm: "plot_performance_name_box"
7617   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
7618   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7619   include:
7620     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7621     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7622     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7623     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7624     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7625     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7626   layout:
7627     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
7628     layout: "plot-throughput"
7629
7630 - type: "plot"
7631   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-i40e-ndr"
7632   algorithm: "plot_performance_name_box"
7633   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-i40e-ndr"
7634   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7635   include:
7636     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7637     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7638     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7639     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7640     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7641   layout:
7642     title: "3n-tsh-x520-64b-1t1c-vhost-base-i40e-ndr"
7643     layout: "plot-throughput"
7644
7645 - type: "plot"
7646   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-i40e-pdr"
7647   algorithm: "plot_performance_name_box"
7648   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-i40e-pdr"
7649   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7650   include:
7651     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7652     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7653     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7654     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7655     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7656   layout:
7657     title: "3n-tsh-x520-64b-1t1c-vhost-base-i40e-pdr"
7658     layout: "plot-throughput"
7659
7660 - type: "plot"
7661   title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
7662   algorithm: "plot_performance_name_box"
7663   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
7664   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7665   include:
7666     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7667     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7668     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7669     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7670     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7671     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7672   layout:
7673     title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
7674     layout: "plot-throughput"
7675
7676 - type: "plot"
7677   title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-pdr"
7678   algorithm: "plot_performance_name_box"
7679   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-pdr"
7680   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7681   include:
7682     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7683     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7684     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7685     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7686     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7687     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7688   layout:
7689     title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-pdr"
7690     layout: "plot-throughput"
7691
7692 - type: "plot"
7693   title: "Throughput: 3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr"
7694   algorithm: "plot_performance_name_box"
7695   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr"
7696   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7697   include:
7698     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
7699     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
7700     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
7701   layout:
7702     title: "3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr"
7703     layout: "plot-throughput"
7704
7705 - type: "plot"
7706   title: "Throughput: 3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-pdr"
7707   algorithm: "plot_performance_name_box"
7708   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-pdr"
7709   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7710   include:
7711     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
7712     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
7713     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
7714   layout:
7715     title: "3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-pdr"
7716     layout: "plot-throughput"
7717
7718 - type: "plot"
7719   title: "Throughput: 3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
7720   algorithm: "plot_performance_name_box"
7721   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
7722   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7723   include:
7724     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
7725     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
7726     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
7727   layout:
7728     title: "3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
7729     layout: "plot-throughput"
7730
7731 - type: "plot"
7732   title: "Throughput: 3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-pdr"
7733   algorithm: "plot_performance_name_box"
7734   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-pdr"
7735   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7736   include:
7737     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
7738     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
7739     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
7740   layout:
7741     title: "3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-pdr"
7742     layout: "plot-throughput"
7743
7744 - type: "plot"
7745   title: "Throughput: 3n-tsh-x520-114b-1t1c-vts-l2switching-base-i40e-ndr"
7746   algorithm: "plot_performance_name_box"
7747   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-1t1c-vts-l2switching-base-i40e-ndr"
7748   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7749   include:
7750     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
7751     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
7752     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
7753   layout:
7754     title: "3n-tsh-x520-114b-1t1c-vts-l2switching-base-i40e-ndr"
7755     layout: "plot-throughput"
7756
7757 - type: "plot"
7758   title: "Throughput: 3n-tsh-x520-114b-1t1c-vts-l2switching-base-i40e-pdr"
7759   algorithm: "plot_performance_name_box"
7760   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-1t1c-vts-l2switching-base-i40e-pdr"
7761   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7762   include:
7763     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
7764     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
7765     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
7766   layout:
7767     title: "3n-tsh-x520-114b-1t1c-vts-l2switching-base-i40e-pdr"
7768     layout: "plot-throughput"
7769
7770 ################################################################################
7771
7772 # Packet Latency 1C
7773
7774 - type: "plot"
7775   title: "Latency: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
7776   algorithm: "plot_latency_error_bars_name"
7777   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
7778   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7779   include:
7780     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7781     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7782     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7783     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7784   layout:
7785     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
7786     layout: "plot-latency"
7787
7788 - type: "plot"
7789   title: "Latency: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
7790   algorithm: "plot_latency_error_bars_name"
7791   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
7792   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7793   include:
7794     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7795     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
7796     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7797     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
7798     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7799   layout:
7800     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
7801     layout: "plot-latency"
7802
7803 - type: "plot"
7804   title: "Latency: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
7805   algorithm: "plot_latency_error_bars_name"
7806   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
7807   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7808   include:
7809     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
7810     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
7811     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
7812     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
7813     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
7814   layout:
7815     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
7816     layout: "plot-latency"
7817
7818 - type: "plot"
7819   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
7820   algorithm: "plot_latency_error_bars_name"
7821   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
7822   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7823   include:
7824     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
7825     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
7826     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
7827     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
7828   layout:
7829     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
7830     layout: "plot-latency"
7831
7832 - type: "plot"
7833   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
7834   algorithm: "plot_latency_error_bars_name"
7835   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
7836   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7837   include:
7838     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
7839     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
7840     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
7841     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
7842     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
7843   layout:
7844     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
7845     layout: "plot-latency"
7846
7847 - type: "plot"
7848   title: "Latency: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
7849   algorithm: "plot_latency_error_bars_name"
7850   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
7851   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7852   include:
7853     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
7854     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
7855     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
7856     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
7857     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
7858     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
7859   layout:
7860     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
7861     layout: "plot-latency"
7862
7863 - type: "plot"
7864   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
7865   algorithm: "plot_latency_error_bars_name"
7866   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
7867   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7868   include:
7869     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
7870     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
7871     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
7872   layout:
7873     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
7874     layout: "plot-latency"
7875
7876 - type: "plot"
7877   title: "Latency: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
7878   algorithm: "plot_latency_error_bars_name"
7879   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
7880   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7881   include:
7882     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
7883     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
7884     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
7885     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
7886     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
7887   layout:
7888     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
7889     layout: "plot-latency"
7890
7891 - type: "plot"
7892   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
7893   algorithm: "plot_latency_error_bars_name"
7894   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
7895   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7896   include:
7897     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
7898     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
7899     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
7900     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
7901   layout:
7902     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
7903     layout: "plot-latency"
7904
7905 - type: "plot"
7906   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
7907   algorithm: "plot_latency_error_bars_name"
7908   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
7909   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7910   include:
7911     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
7912     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
7913     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
7914     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
7915     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
7916   layout:
7917     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
7918     layout: "plot-latency"
7919
7920 - type: "plot"
7921   title: "Latency: 3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-ndr-lat"
7922   algorithm: "plot_latency_error_bars_name"
7923   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-ndr-lat"
7924   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7925   include:
7926     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
7927     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
7928     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
7929     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
7930     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
7931     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
7932   layout:
7933     title: "3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-ndr"
7934     layout: "plot-latency"
7935
7936 - type: "plot"
7937   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr-lat"
7938   algorithm: "plot_latency_error_bars_name"
7939   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr-lat"
7940   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7941   include:
7942     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
7943     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
7944   layout:
7945     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
7946     layout: "plot-latency"
7947
7948 - type: "plot"
7949   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-lat"
7950   algorithm: "plot_latency_error_bars_name"
7951   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-lat"
7952   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7953   include:
7954     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
7955     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
7956     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
7957     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
7958   layout:
7959     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
7960     layout: "plot-latency"
7961
7962 - type: "plot"
7963   title: "Latency: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
7964   algorithm: "plot_latency_error_bars_name"
7965   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
7966   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7967   include:
7968     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
7969     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
7970     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
7971   layout:
7972     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
7973     layout: "plot-latency"
7974
7975 - type: "plot"
7976   title: "Latency: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
7977   algorithm: "plot_latency_error_bars_name"
7978   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
7979   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7980   include:
7981     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
7982     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
7983     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
7984     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
7985     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
7986   layout:
7987     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
7988     layout: "plot-latency"
7989
7990 - type: "plot"
7991   title: "Latency: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
7992   algorithm: "plot_latency_error_bars_name"
7993   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
7994   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7995   include:
7996     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
7997     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
7998     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
7999   layout:
8000     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
8001     layout: "plot-latency"
8002
8003 - type: "plot"
8004   title: "Latency: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8005   algorithm: "plot_latency_error_bars_name"
8006   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8007   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8008   include:
8009     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
8010     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
8011     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
8012   layout:
8013     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
8014     layout: "plot-latency"
8015
8016 - type: "plot"
8017   title: "Latency: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8018   algorithm: "plot_latency_error_bars_name"
8019   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8020   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8021   include:
8022     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
8023     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
8024     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
8025     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
8026     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
8027   layout:
8028     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
8029     layout: "plot-latency"
8030
8031 - type: "plot"
8032   title: "Latency: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
8033   algorithm: "plot_latency_error_bars_name"
8034   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
8035   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8036   include:
8037     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8038     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8039     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8040     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8041     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8042     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8043   layout:
8044     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
8045     layout: "plot-latency"
8046
8047 - type: "plot"
8048   title: "Latency: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
8049   algorithm: "plot_latency_error_bars_name"
8050   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
8051   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8052   include:
8053     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
8054     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8055     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
8056     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8057   layout:
8058     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
8059     layout: "plot-latency"
8060
8061 - type: "plot"
8062   title: "Latency: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
8063   algorithm: "plot_latency_error_bars_name"
8064   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
8065   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8066   include:
8067     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8068     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8069     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8070     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8071     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8072     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8073   layout:
8074     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
8075     layout: "plot-latency"
8076
8077 - type: "plot"
8078   title: "Latency: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
8079   algorithm: "plot_latency_error_bars_name"
8080   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
8081   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8082   include:
8083     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
8084     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
8085     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
8086     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8087     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8088     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8089   layout:
8090     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
8091     layout: "plot-latency"
8092
8093 - type: "plot"
8094   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
8095   algorithm: "plot_latency_error_bars_name"
8096   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
8097   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8098   include:
8099     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
8100     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
8101     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
8102     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
8103   layout:
8104     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
8105     layout: "plot-latency"
8106
8107 - type: "plot"
8108   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
8109   algorithm: "plot_latency_error_bars_name"
8110   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
8111   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8112   include:
8113     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
8114     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
8115     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
8116     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8117     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8118   layout:
8119     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
8120     layout: "plot-latency"
8121
8122 - type: "plot"
8123   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
8124   algorithm: "plot_latency_error_bars_name"
8125   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
8126   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8127   include:
8128     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8129     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
8130     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
8131     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8132   layout:
8133     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
8134     layout: "plot-latency"
8135
8136 - type: "plot"
8137   title: "Latency: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
8138   algorithm: "plot_latency_error_bars_name"
8139   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
8140   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8141   include:
8142     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
8143     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
8144     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
8145     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8146     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
8147     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8148   layout:
8149     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
8150     layout: "plot-latency"
8151
8152 - type: "plot"
8153   title: "Latency: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
8154   algorithm: "plot_latency_error_bars_name"
8155   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
8156   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8157   include:
8158     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
8159     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
8160     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8161     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8162     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8163   layout:
8164     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
8165     layout: "plot-latency"
8166
8167 - type: "plot"
8168   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
8169   algorithm: "plot_latency_error_bars_name"
8170   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
8171   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8172   include:
8173     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
8174     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
8175     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
8176   layout:
8177     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
8178     layout: "plot-latency"
8179
8180 - type: "plot"
8181   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
8182   algorithm: "plot_latency_error_bars_name"
8183   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
8184   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8185   include:
8186     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
8187     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
8188     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8189     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8190   layout:
8191     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
8192     layout: "plot-latency"
8193
8194 - type: "plot"
8195   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
8196   algorithm: "plot_latency_error_bars_name"
8197   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
8198   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8199   include:
8200     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
8201     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
8202     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8203     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
8204     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
8205     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8206   layout:
8207     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
8208     layout: "plot-latency"
8209
8210 - type: "plot"
8211   title: "Latency: 3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-ndr-lat"
8212   algorithm: "plot_latency_error_bars_name"
8213   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-ndr-lat"
8214   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8215   include:
8216     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8217     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
8218     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
8219     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
8220     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
8221     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
8222   layout:
8223     title: "3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-ndr"
8224     layout: "plot-latency"
8225
8226 - type: "plot"
8227   title: "Latency: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr-lat"
8228   algorithm: "plot_latency_error_bars_name"
8229   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr-lat"
8230   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8231   include:
8232     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
8233     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
8234     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
8235     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
8236     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
8237     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
8238   layout:
8239     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
8240     layout: "plot-latency"
8241
8242 - type: "plot"
8243   title: "Latency: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr-lat"
8244   algorithm: "plot_latency_error_bars_name"
8245   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr-lat"
8246   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8247   include:
8248     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
8249     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
8250     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
8251     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
8252     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
8253     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
8254   layout:
8255     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
8256     layout: "plot-latency"
8257
8258 - type: "plot"
8259   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
8260   algorithm: "plot_latency_error_bars_name"
8261   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
8262   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8263   include:
8264     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8265     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8266     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8267     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8268   layout:
8269     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
8270     layout: "plot-latency"
8271
8272 - type: "plot"
8273   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr-lat"
8274   algorithm: "plot_latency_error_bars_name"
8275   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr-lat"
8276   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8277   include:
8278     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8279     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8280     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8281     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8282   layout:
8283     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
8284     layout: "plot-latency"
8285
8286 #- type: "plot"
8287 #  title: "Latency: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
8288 #  algorithm: "plot_latency_error_bars_name"
8289 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
8290 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
8291 #  include:
8292 #    - ""
8293 #  layout:
8294 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
8295 #    layout: "plot-latency"
8296
8297 - type: "plot"
8298   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
8299   algorithm: "plot_latency_error_bars_name"
8300   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
8301   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8302   include:
8303     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8304     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8305     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8306     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8307     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8308   layout:
8309     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
8310     layout: "plot-latency"
8311
8312 - type: "plot"
8313   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
8314   algorithm: "plot_latency_error_bars_name"
8315   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
8316   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8317   include:
8318     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8319     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8320     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8321     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8322     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8323     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8324   layout:
8325     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
8326     layout: "plot-latency"
8327
8328 - type: "plot"
8329   title: "Latency: 3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr-lat"
8330   algorithm: "plot_latency_error_bars_name"
8331   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr-lat"
8332   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8333   include:
8334     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8335     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8336     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8337   layout:
8338     title: "3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr"
8339     layout: "plot-latency"
8340
8341 - type: "plot"
8342   title: "Latency: 3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr-lat"
8343   algorithm: "plot_latency_error_bars_name"
8344   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr-lat"
8345   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8346   include:
8347     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8348     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8349     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8350   layout:
8351     title: "3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
8352     layout: "plot-latency"
8353
8354 - type: "plot"
8355   title: "Latency: 3n-tsh-x520-64b-1t1c-memif-base-i40e-ndr-lat"
8356   algorithm: "plot_latency_error_bars_name"
8357   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-i40e-ndr-lat"
8358   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8359   include:
8360     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
8361     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
8362     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8363     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
8364     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
8365   layout:
8366     title: "3n-tsh-x520-64b-1t1c-memif-base-i40e-ndr"
8367     layout: "plot-latency"
8368
8369 - type: "plot"
8370   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
8371   algorithm: "plot_latency_error_bars_name"
8372   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
8373   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8374   include:
8375     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
8376     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
8377     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
8378     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
8379     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
8380   layout:
8381     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-i40e-ndr"
8382     layout: "plot-latency"
8383
8384 - type: "plot"
8385   title: "Latency: 3n-tsh-x520-64b-1t1c-feature-ip4routing-base-i40e-ndr-lat"
8386   algorithm: "plot_latency_error_bars_name"
8387   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-feature-ip4routing-base-i40e-ndr-lat"
8388   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8389   include:
8390     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
8391     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
8392     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
8393     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
8394     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
8395     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
8396   layout:
8397     title: "3n-tsh-x520-64b-1t1c-feature-ip4routing-base-i40e-ndr"
8398     layout: "plot-latency"
8399
8400 - type: "plot"
8401   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-i40e-ndr-lat"
8402   algorithm: "plot_latency_error_bars_name"
8403   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-i40e-ndr-lat"
8404   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8405   include:
8406     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
8407     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8408     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
8409     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
8410   layout:
8411     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-i40e-ndr-lat"
8412     layout: "plot-latency"
8413
8414 - type: "plot"
8415   title: "Latency: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
8416   algorithm: "plot_latency_error_bars_name"
8417   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
8418   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8419   include:
8420     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
8421     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
8422     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
8423     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
8424     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
8425   layout:
8426     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-i40e-ndr"
8427     layout: "plot-latency"
8428
8429 - type: "plot"
8430   title: "Latency: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
8431   algorithm: "plot_latency_error_bars_name"
8432   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
8433   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8434   include:
8435     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8436     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8437     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8438     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8439     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8440     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8441   layout:
8442     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
8443     layout: "plot-latency"
8444
8445 - type: "plot"
8446   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-i40e-ndr-lat"
8447   algorithm: "plot_latency_error_bars_name"
8448   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-i40e-ndr-lat"
8449   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8450   include:
8451     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
8452     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
8453     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8454     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
8455   layout:
8456     title: "3n-tsh-x520-64b-1t1c-l2switching-base-i40e-ndr"
8457     layout: "plot-latency"
8458
8459 - type: "plot"
8460   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
8461   algorithm: "plot_latency_error_bars_name"
8462   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
8463   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8464   include:
8465     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
8466     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
8467     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
8468     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
8469     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
8470     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8471   layout:
8472     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-i40e-ndr"
8473     layout: "plot-latency"
8474
8475 - type: "plot"
8476   title: "Latency: 3n-tsh-x520-64b-1t1c-feature-l2switching-base-i40e-ndr-lat"
8477   algorithm: "plot_latency_error_bars_name"
8478   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-feature-l2switching-base-i40e-ndr-lat"
8479   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8480   include:
8481     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
8482     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
8483     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
8484     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
8485     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
8486     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
8487   layout:
8488     title: "3n-tsh-x520-64b-1t1c-feature-l2switching-base-i40e-ndr"
8489     layout: "plot-latency"
8490
8491 - type: "plot"
8492   title: "Latency: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-i40e-ndr-lat"
8493   algorithm: "plot_latency_error_bars_name"
8494   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-i40e-ndr-lat"
8495   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8496   include:
8497     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
8498     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
8499     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
8500     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
8501     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
8502     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
8503   layout:
8504     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
8505     layout: "plot-latency"
8506
8507 - type: "plot"
8508   title: "Latency: 3n-tsh-x520-64b-1t1c-vhost-base-i40e-ndr-lat"
8509   algorithm: "plot_latency_error_bars_name"
8510   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-i40e-ndr-lat"
8511   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8512   include:
8513     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8514     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8515     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8516     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8517     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8518   layout:
8519     title: "3n-tsh-x520-64b-1t1c-vhost-base-i40e-ndr"
8520     layout: "plot-latency"
8521
8522 - type: "plot"
8523   title: "Latency: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-ndr-lat"
8524   algorithm: "plot_latency_error_bars_name"
8525   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-ndr-lat"
8526   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8527   include:
8528     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8529     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8530     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8531     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8532     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8533     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8534   layout:
8535     title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
8536     layout: "plot-latency"
8537
8538 - type: "plot"
8539   title: "Latency: 3n-tsh-x520-114b-1t1c-vts-l2switching-base-i40e-ndr-lat"
8540   algorithm: "plot_latency_error_bars_name"
8541   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-1t1c-vts-l2switching-base-i40e-ndr-lat"
8542   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8543   include:
8544     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8545     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8546     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8547   layout:
8548     title: "3n-tsh-x520-114b-1t1c-vts-l2switching-base-i40e-ndr"
8549     layout: "plot-latency"
8550
8551 ################################################################################
8552
8553 # Packet Latency 2C
8554
8555 - type: "plot"
8556   title: "Latency: 2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
8557   algorithm: "plot_latency_error_bars_name"
8558   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
8559   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8560   include:
8561     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
8562     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8563     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8564     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
8565   layout:
8566     title: "2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
8567     layout: "plot-latency"
8568
8569 - type: "plot"
8570   title: "Latency: 3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
8571   algorithm: "plot_latency_error_bars_name"
8572   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
8573   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8574   include:
8575     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
8576     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
8577     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8578     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
8579     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
8580   layout:
8581     title: "3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
8582     layout: "plot-latency"
8583
8584 - type: "plot"
8585   title: "Latency: 2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
8586   algorithm: "plot_latency_error_bars_name"
8587   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
8588   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8589   include:
8590     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
8591     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
8592     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
8593     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
8594     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
8595   layout:
8596     title: "2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
8597     layout: "plot-latency"
8598
8599 - type: "plot"
8600   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
8601   algorithm: "plot_latency_error_bars_name"
8602   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
8603   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8604   include:
8605     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
8606     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
8607     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
8608     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
8609   layout:
8610     title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
8611     layout: "plot-latency"
8612
8613 - type: "plot"
8614   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
8615   algorithm: "plot_latency_error_bars_name"
8616   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
8617   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8618   include:
8619     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
8620     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
8621     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
8622     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
8623     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
8624   layout:
8625     title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
8626     layout: "plot-latency"
8627
8628 - type: "plot"
8629   title: "Latency: 2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
8630   algorithm: "plot_latency_error_bars_name"
8631   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
8632   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8633   include:
8634     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
8635     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
8636     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
8637     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
8638     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
8639     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
8640   layout:
8641     title: "2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
8642     layout: "plot-latency"
8643
8644 - type: "plot"
8645   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
8646   algorithm: "plot_latency_error_bars_name"
8647   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
8648   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8649   include:
8650     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
8651     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
8652     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
8653   layout:
8654     title: "3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr"
8655     layout: "plot-latency"
8656
8657 - type: "plot"
8658   title: "Latency: 3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
8659   algorithm: "plot_latency_error_bars_name"
8660   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
8661   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8662   include:
8663     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
8664     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
8665     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
8666     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
8667     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
8668   layout:
8669     title: "3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
8670     layout: "plot-latency"
8671
8672 - type: "plot"
8673   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
8674   algorithm: "plot_latency_error_bars_name"
8675   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
8676   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8677   include:
8678     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
8679     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
8680     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
8681     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
8682   layout:
8683     title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
8684     layout: "plot-latency"
8685
8686 - type: "plot"
8687   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
8688   algorithm: "plot_latency_error_bars_name"
8689   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
8690   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8691   include:
8692     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
8693     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
8694     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
8695     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
8696     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
8697   layout:
8698     title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
8699     layout: "plot-latency"
8700
8701 - type: "plot"
8702   title: "Latency: 3n-skx-xxv710-64b-4t2c-feature-ip4routing-base-i40e-ndr-lat"
8703   algorithm: "plot_latency_error_bars_name"
8704   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-feature-ip4routing-base-i40e-ndr-lat"
8705   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8706   include:
8707     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
8708     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
8709     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
8710     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
8711     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
8712     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
8713   layout:
8714     title: "3n-skx-xxv710-64b-4t2c-feature-ip4routing-base-i40e-ndr"
8715     layout: "plot-latency"
8716
8717 - type: "plot"
8718   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr-lat"
8719   algorithm: "plot_latency_error_bars_name"
8720   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr-lat"
8721   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8722   include:
8723     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t2c-ethip4vxlan-l2xcbase-ndrpdr"
8724     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8725   layout:
8726     title: "3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr"
8727     layout: "plot-latency"
8728
8729 - type: "plot"
8730   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-lat"
8731   algorithm: "plot_latency_error_bars_name"
8732   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-lat"
8733   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8734   include:
8735     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t2c-ethip4vxlan-l2xcbase-ndrpdr"
8736     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8737     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
8738     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
8739   layout:
8740     title: "3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr"
8741     layout: "plot-latency"
8742
8743 - type: "plot"
8744   title: "Latency: 2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8745   algorithm: "plot_latency_error_bars_name"
8746   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8747   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8748   include:
8749     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
8750     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
8751     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
8752   layout:
8753     title: "2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
8754     layout: "plot-latency"
8755
8756 - type: "plot"
8757   title: "Latency: 2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8758   algorithm: "plot_latency_error_bars_name"
8759   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8760   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8761   include:
8762     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
8763     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
8764     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
8765     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
8766     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
8767   layout:
8768     title: "2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
8769     layout: "plot-latency"
8770
8771 - type: "plot"
8772   title: "Latency: 3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
8773   algorithm: "plot_latency_error_bars_name"
8774   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
8775   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8776   include:
8777     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
8778     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
8779     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
8780   layout:
8781     title: "3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr"
8782     layout: "plot-latency"
8783
8784 - type: "plot"
8785   title: "Latency: 3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8786   algorithm: "plot_latency_error_bars_name"
8787   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8788   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8789   include:
8790     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
8791     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
8792     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
8793   layout:
8794     title: "3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
8795     layout: "plot-latency"
8796
8797 - type: "plot"
8798   title: "Latency: 3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8799   algorithm: "plot_latency_error_bars_name"
8800   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8801   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8802   include:
8803     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
8804     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
8805     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
8806     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
8807     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
8808   layout:
8809     title: "3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
8810     layout: "plot-latency"
8811
8812 - type: "plot"
8813   title: "Latency: 3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
8814   algorithm: "plot_latency_error_bars_name"
8815   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
8816   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8817   include:
8818     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8819     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8820     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8821     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8822     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8823     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8824   layout:
8825     title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
8826     layout: "plot-latency"
8827
8828 - type: "plot"
8829   title: "Latency: 3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
8830   algorithm: "plot_latency_error_bars_name"
8831   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
8832   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8833   include:
8834     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
8835     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8836     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
8837     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8838   layout:
8839     title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
8840     layout: "plot-latency"
8841
8842 - type: "plot"
8843   title: "Latency: 3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
8844   algorithm: "plot_latency_error_bars_name"
8845   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
8846   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8847   include:
8848     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8849     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8850     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8851     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8852     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8853     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8854   layout:
8855     title: "3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr"
8856     layout: "plot-latency"
8857
8858 - type: "plot"
8859   title: "Latency: 2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
8860   algorithm: "plot_latency_error_bars_name"
8861   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
8862   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8863   include:
8864     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
8865     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
8866     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
8867     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
8868     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
8869     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
8870   layout:
8871     title: "2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
8872     layout: "plot-latency"
8873
8874 - type: "plot"
8875   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
8876   algorithm: "plot_latency_error_bars_name"
8877   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
8878   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8879   include:
8880     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
8881     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
8882     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
8883     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
8884   layout:
8885     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
8886     layout: "plot-latency"
8887
8888 - type: "plot"
8889   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
8890   algorithm: "plot_latency_error_bars_name"
8891   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
8892   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8893   include:
8894     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
8895     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
8896     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
8897     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
8898     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
8899   layout:
8900     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
8901     layout: "plot-latency"
8902
8903 - type: "plot"
8904   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
8905   algorithm: "plot_latency_error_bars_name"
8906   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
8907   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8908   include:
8909     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
8910     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
8911     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
8912     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
8913   layout:
8914     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
8915     layout: "plot-latency"
8916
8917 - type: "plot"
8918   title: "Latency: 3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
8919   algorithm: "plot_latency_error_bars_name"
8920   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
8921   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8922   include:
8923     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
8924     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
8925     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
8926     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
8927     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
8928     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
8929   layout:
8930     title: "3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr"
8931     layout: "plot-latency"
8932
8933 - type: "plot"
8934   title: "Latency: 3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
8935   algorithm: "plot_latency_error_bars_name"
8936   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
8937   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8938   include:
8939     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
8940     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
8941     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
8942     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
8943     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
8944   layout:
8945     title: "3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
8946     layout: "plot-latency"
8947
8948 - type: "plot"
8949   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
8950   algorithm: "plot_latency_error_bars_name"
8951   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
8952   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8953   include:
8954     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
8955     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
8956     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
8957   layout:
8958     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
8959     layout: "plot-latency"
8960
8961 - type: "plot"
8962   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
8963   algorithm: "plot_latency_error_bars_name"
8964   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
8965   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8966   include:
8967     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
8968     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
8969     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
8970     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
8971   layout:
8972     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
8973     layout: "plot-latency"
8974
8975 - type: "plot"
8976   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
8977   algorithm: "plot_latency_error_bars_name"
8978   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
8979   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8980   include:
8981     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
8982     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
8983     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
8984     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
8985     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
8986     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
8987   layout:
8988     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
8989     layout: "plot-latency"
8990
8991 - type: "plot"
8992   title: "Latency: 3n-skx-xxv710-64b-4t2c-feature-l2switching-base-i40e-ndr-lat"
8993   algorithm: "plot_latency_error_bars_name"
8994   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-feature-l2switching-base-i40e-ndr-lat"
8995   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8996   include:
8997     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
8998     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
8999     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
9000     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
9001     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
9002     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
9003   layout:
9004     title: "3n-skx-xxv710-64b-4t2c-feature-l2switching-base-i40e-ndr"
9005     layout: "plot-latency"
9006
9007 - type: "plot"
9008   title: "Latency: 3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr-lat"
9009   algorithm: "plot_latency_error_bars_name"
9010   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr-lat"
9011   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9012   include:
9013     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9014     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9015     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9016     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
9017     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
9018     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
9019   layout:
9020     title: "3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr"
9021     layout: "plot-latency"
9022
9023 - type: "plot"
9024   title: "Latency: 3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr-lat"
9025   algorithm: "plot_latency_error_bars_name"
9026   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr-lat"
9027   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9028   include:
9029     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9030     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9031     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9032     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
9033     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
9034     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
9035   layout:
9036     title: "3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr"
9037     layout: "plot-latency"
9038
9039 - type: "plot"
9040   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
9041   algorithm: "plot_latency_error_bars_name"
9042   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
9043   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9044   include:
9045     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9046     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9047     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9048     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9049   layout:
9050     title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
9051     layout: "plot-latency"
9052
9053 - type: "plot"
9054   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr-lat"
9055   algorithm: "plot_latency_error_bars_name"
9056   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr-lat"
9057   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9058   include:
9059     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9060     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9061     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9062     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9063   layout:
9064     title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr"
9065     layout: "plot-latency"
9066
9067 #- type: "plot"
9068 #  title: "Latency: 3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
9069 #  algorithm: "plot_latency_error_bars_name"
9070 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
9071 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
9072 #  include:
9073 #    - ""
9074 #  layout:
9075 #    title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
9076 #    layout: "plot-latency"
9077
9078 - type: "plot"
9079   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
9080   algorithm: "plot_latency_error_bars_name"
9081   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
9082   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9083   include:
9084     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9085     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9086     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9087     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9088     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9089   layout:
9090     title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
9091     layout: "plot-latency"
9092
9093 - type: "plot"
9094   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
9095   algorithm: "plot_latency_error_bars_name"
9096   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
9097   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9098   include:
9099     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9100     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9101     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9102     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9103     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9104     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9105   layout:
9106     title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
9107     layout: "plot-latency"
9108
9109 - type: "plot"
9110   title: "Latency: 3n-hsw-xl710-114b-2t2c-vts-l2switching-base-i40e-ndr-lat"
9111   algorithm: "plot_latency_error_bars_name"
9112   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-2t2c-vts-l2switching-base-i40e-ndr-lat"
9113   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9114   include:
9115     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
9116     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
9117     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
9118   layout:
9119     title: "3n-hsw-xl710-114b-2t2c-vts-l2switching-base-i40e-ndr"
9120     layout: "plot-latency"
9121
9122 - type: "plot"
9123   title: "Latency: 3n-skx-xxv710-114b-4t2c-vts-l2switching-base-i40e-ndr-lat"
9124   algorithm: "plot_latency_error_bars_name"
9125   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-4t2c-vts-l2switching-base-i40e-ndr-lat"
9126   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9127   include:
9128     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
9129     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
9130     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
9131   layout:
9132     title: "3n-skx-xxv710-114b-4t2c-vts-l2switching-base-i40e-ndr"
9133     layout: "plot-latency"
9134
9135 - type: "plot"
9136   title: "Latency: 3n-tsh-x520-64b-2t2c-memif-base-i40e-ndr-lat"
9137   algorithm: "plot_latency_error_bars_name"
9138   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-memif-base-i40e-ndr-lat"
9139   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9140   include:
9141     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
9142     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
9143     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9144     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
9145     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
9146   layout:
9147     title: "3n-tsh-x520-64b-2t2c-memif-base-i40e-ndr"
9148     layout: "plot-latency"
9149
9150 - type: "plot"
9151   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
9152   algorithm: "plot_latency_error_bars_name"
9153   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
9154   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9155   include:
9156     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
9157     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
9158     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t2c-ethip4-ip4scale20k-ndrpdr"
9159     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t2c-ethip4-ip4scale200k-ndrpdr"
9160     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
9161   layout:
9162     title: "3n-tsh-x520-64b-2t2c-ip4routing-base-scale-i40e-ndr"
9163     layout: "plot-latency"
9164
9165 - type: "plot"
9166   title: "Latency: 3n-tsh-x520-64b-2t2c-feature-ip4routing-base-i40e-ndr-lat"
9167   algorithm: "plot_latency_error_bars_name"
9168   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-feature-ip4routing-base-i40e-ndr-lat"
9169   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9170   include:
9171     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
9172     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9173     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9174     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9175     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9176     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t2c-ethip4udp-ip4base-nat44-ndrpdr"
9177   layout:
9178     title: "3n-tsh-x520-64b-2t2c-feature-ip4routing-base-i40e-ndr"
9179     layout: "plot-latency"
9180
9181 - type: "plot"
9182   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4tunnel-base-i40e-ndr-lat"
9183   algorithm: "plot_latency_error_bars_name"
9184   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4tunnel-base-i40e-ndr-lat"
9185   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9186   include:
9187     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t2c-ethip4vxlan-l2xcbase-ndrpdr"
9188     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
9189     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
9190     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
9191   layout:
9192     title: "3n-tsh-x520-64b-2t2c-ip4tunnel-base-i40e-ndr-lat"
9193     layout: "plot-latency"
9194
9195 - type: "plot"
9196   title: "Latency: 3n-tsh-x520-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
9197   algorithm: "plot_latency_error_bars_name"
9198   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
9199   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9200   include:
9201     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
9202     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
9203     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t2c-ethip6-ip6scale20k-ndrpdr"
9204     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t2c-ethip6-ip6scale200k-ndrpdr"
9205     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
9206   layout:
9207     title: "3n-tsh-x520-78b-2t2c-ip6routing-base-scale-i40e-ndr"
9208     layout: "plot-latency"
9209
9210 - type: "plot"
9211   title: "Latency: 3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
9212   algorithm: "plot_latency_error_bars_name"
9213   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
9214   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9215   include:
9216     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
9217     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9218     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9219     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9220     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9221     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9222   layout:
9223     title: "3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
9224     layout: "plot-latency"
9225
9226 - type: "plot"
9227   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-i40e-ndr-lat"
9228   algorithm: "plot_latency_error_bars_name"
9229   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-i40e-ndr-lat"
9230   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9231   include:
9232     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
9233     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
9234     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
9235     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
9236   layout:
9237     title: "3n-tsh-x520-64b-2t2c-l2switching-base-i40e-ndr"
9238     layout: "plot-latency"
9239
9240 - type: "plot"
9241   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
9242   algorithm: "plot_latency_error_bars_name"
9243   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
9244   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9245   include:
9246     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
9247     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
9248     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
9249     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale10kmaclrn-ndrpdr"
9250     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale100kmaclrn-ndrpdr"
9251     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
9252   layout:
9253     title: "3n-tsh-x520-64b-2t2c-l2switching-base-scale-i40e-ndr"
9254     layout: "plot-latency"
9255
9256 - type: "plot"
9257   title: "Latency: 3n-tsh-x520-64b-2t2c-feature-l2switching-base-i40e-ndr-lat"
9258   algorithm: "plot_latency_error_bars_name"
9259   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-feature-l2switching-base-i40e-ndr-lat"
9260   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9261   include:
9262     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
9263     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
9264     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
9265     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
9266     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
9267     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
9268   layout:
9269     title: "3n-tsh-x520-64b-2t2c-feature-l2switching-base-i40e-ndr"
9270     layout: "plot-latency"
9271
9272 - type: "plot"
9273   title: "Latency: 3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-i40e-ndr-lat"
9274   algorithm: "plot_latency_error_bars_name"
9275   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-i40e-ndr-lat"
9276   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9277   include:
9278     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9279     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9280     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9281     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
9282     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
9283     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
9284   layout:
9285     title: "3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-i40e-ndr"
9286     layout: "plot-latency"
9287
9288 - type: "plot"
9289   title: "Latency: 3n-tsh-x520-64b-2t2c-vhost-base-i40e-ndr-lat"
9290   algorithm: "plot_latency_error_bars_name"
9291   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-vhost-base-i40e-ndr-lat"
9292   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9293   include:
9294     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9295     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9296     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9297     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9298     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9299   layout:
9300     title: "3n-tsh-x520-64b-2t2c-vhost-base-i40e-ndr"
9301     layout: "plot-latency"
9302
9303 - type: "plot"
9304   title: "Latency: 3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-i40e-ndr-lat"
9305   algorithm: "plot_latency_error_bars_name"
9306   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-i40e-ndr-lat"
9307   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9308   include:
9309     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9310     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9311     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9312     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9313     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9314     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9315   layout:
9316     title: "3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-i40e-ndr"
9317     layout: "plot-latency"
9318
9319 - type: "plot"
9320   title: "Latency: 3n-tsh-x520-114b-2t2c-vts-l2switching-base-i40e-ndr-lat"
9321   algorithm: "plot_latency_error_bars_name"
9322   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-2t2c-vts-l2switching-base-i40e-ndr-lat"
9323   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9324   include:
9325     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
9326     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
9327     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
9328   layout:
9329     title: "3n-tsh-x520-114b-2t2c-vts-l2switching-base-i40e-ndr"
9330     layout: "plot-latency"
9331
9332 ################################################################################
9333
9334 # Packet Latency 4C
9335
9336 - type: "plot"
9337   title: "Latency: 2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
9338   algorithm: "plot_latency_error_bars_name"
9339   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
9340   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9341   include:
9342     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
9343     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9344     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9345     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
9346   layout:
9347     title: "2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
9348     layout: "plot-latency"
9349
9350 - type: "plot"
9351   title: "Latency: 3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
9352   algorithm: "plot_latency_error_bars_name"
9353   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
9354   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9355   include:
9356     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
9357     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
9358     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9359     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
9360     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
9361   layout:
9362     title: "3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
9363     layout: "plot-latency"
9364
9365 - type: "plot"
9366   title: "Latency: 2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
9367   algorithm: "plot_latency_error_bars_name"
9368   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
9369   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9370   include:
9371     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
9372     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
9373     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
9374     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
9375     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
9376   layout:
9377     title: "2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
9378     layout: "plot-latency"
9379
9380 - type: "plot"
9381   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
9382   algorithm: "plot_latency_error_bars_name"
9383   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
9384   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9385   include:
9386     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
9387     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
9388     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
9389     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
9390   layout:
9391     title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
9392     layout: "plot-latency"
9393
9394 - type: "plot"
9395   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
9396   algorithm: "plot_latency_error_bars_name"
9397   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
9398   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9399   include:
9400     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
9401     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
9402     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
9403     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
9404     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
9405   layout:
9406     title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
9407     layout: "plot-latency"
9408
9409 - type: "plot"
9410   title: "Latency: 2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
9411   algorithm: "plot_latency_error_bars_name"
9412   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
9413   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9414   include:
9415     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
9416     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9417     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9418     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9419     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9420     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
9421   layout:
9422     title: "2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
9423     layout: "plot-latency"
9424
9425 - type: "plot"
9426   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
9427   algorithm: "plot_latency_error_bars_name"
9428   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
9429   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9430   include:
9431     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
9432     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
9433     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
9434   layout:
9435     title: "3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr"
9436     layout: "plot-latency"
9437
9438 - type: "plot"
9439   title: "Latency: 3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
9440   algorithm: "plot_latency_error_bars_name"
9441   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
9442   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9443   include:
9444     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
9445     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
9446     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
9447     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
9448     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
9449   layout:
9450     title: "3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
9451     layout: "plot-latency"
9452
9453 - type: "plot"
9454   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
9455   algorithm: "plot_latency_error_bars_name"
9456   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
9457   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9458   include:
9459     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
9460     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
9461     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
9462     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
9463   layout:
9464     title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
9465     layout: "plot-latency"
9466
9467 - type: "plot"
9468   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
9469   algorithm: "plot_latency_error_bars_name"
9470   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
9471   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9472   include:
9473     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
9474     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
9475     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
9476     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
9477     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
9478   layout:
9479     title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
9480     layout: "plot-latency"
9481
9482 - type: "plot"
9483   title: "Latency: 3n-skx-xxv710-64b-8t4c-feature-ip4routing-base-i40e-ndr-lat"
9484   algorithm: "plot_latency_error_bars_name"
9485   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-feature-ip4routing-base-i40e-ndr-lat"
9486   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9487   include:
9488     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
9489     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9490     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9491     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9492     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9493     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
9494   layout:
9495     title: "3n-skx-xxv710-64b-8t4c-feature-ip4routing-base-i40e-ndr"
9496     layout: "plot-latency"
9497
9498 - type: "plot"
9499   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr-lat"
9500   algorithm: "plot_latency_error_bars_name"
9501   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr-lat"
9502   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9503   include:
9504     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t4c-ethip4vxlan-l2xcbase-ndrpdr"
9505     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
9506   layout:
9507     title: "3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr"
9508     layout: "plot-latency"
9509
9510 - type: "plot"
9511   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr-lat"
9512   algorithm: "plot_latency_error_bars_name"
9513   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr-lat"
9514   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9515   include:
9516     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-8t4c-ethip4vxlan-l2xcbase-ndrpdr"
9517     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
9518     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-8t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
9519     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-8t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
9520   layout:
9521     title: "3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr"
9522     layout: "plot-latency"
9523
9524 - type: "plot"
9525   title: "Latency: 2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
9526   algorithm: "plot_latency_error_bars_name"
9527   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
9528   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9529   include:
9530     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
9531     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
9532     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
9533   layout:
9534     title: "2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
9535     layout: "plot-latency"
9536
9537 - type: "plot"
9538   title: "Latency: 2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
9539   algorithm: "plot_latency_error_bars_name"
9540   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
9541   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9542   include:
9543     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
9544     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
9545     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
9546     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
9547     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
9548   layout:
9549     title: "2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
9550     layout: "plot-latency"
9551
9552 - type: "plot"
9553   title: "Latency: 3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
9554   algorithm: "plot_latency_error_bars_name"
9555   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
9556   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9557   include:
9558     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
9559     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
9560     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
9561   layout:
9562     title: "3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr"
9563     layout: "plot-latency"
9564
9565 - type: "plot"
9566   title: "Latency: 3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
9567   algorithm: "plot_latency_error_bars_name"
9568   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
9569   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9570   include:
9571     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
9572     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
9573     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
9574   layout:
9575     title: "3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
9576     layout: "plot-latency"
9577
9578 - type: "plot"
9579   title: "Latency: 3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
9580   algorithm: "plot_latency_error_bars_name"
9581   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
9582   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9583   include:
9584     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
9585     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
9586     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
9587     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
9588     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
9589   layout:
9590     title: "3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
9591     layout: "plot-latency"
9592
9593 - type: "plot"
9594   title: "Latency: 3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
9595   algorithm: "plot_latency_error_bars_name"
9596   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
9597   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9598   include:
9599     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
9600     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9601     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9602     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9603     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9604     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9605   layout:
9606     title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
9607     layout: "plot-latency"
9608
9609 - type: "plot"
9610   title: "Latency: 3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
9611   algorithm: "plot_latency_error_bars_name"
9612   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
9613   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9614   include:
9615     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
9616     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9617     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
9618     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9619   layout:
9620     title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
9621     layout: "plot-latency"
9622
9623 - type: "plot"
9624   title: "Latency: 3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
9625   algorithm: "plot_latency_error_bars_name"
9626   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
9627   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9628   include:
9629     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
9630     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9631     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9632     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9633     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9634     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9635   layout:
9636     title: "3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr"
9637     layout: "plot-latency"
9638
9639 - type: "plot"
9640   title: "Latency: 2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
9641   algorithm: "plot_latency_error_bars_name"
9642   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
9643   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9644   include:
9645     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
9646     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
9647     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
9648     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
9649     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
9650     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
9651   layout:
9652     title: "2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
9653     layout: "plot-latency"
9654
9655 - type: "plot"
9656   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
9657   algorithm: "plot_latency_error_bars_name"
9658   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
9659   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9660   include:
9661     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
9662     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
9663     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
9664     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
9665   layout:
9666     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
9667     layout: "plot-latency"
9668
9669 - type: "plot"
9670   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
9671   algorithm: "plot_latency_error_bars_name"
9672   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
9673   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9674   include:
9675     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
9676     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
9677     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
9678     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
9679     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
9680   layout:
9681     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
9682     layout: "plot-latency"
9683
9684 - type: "plot"
9685   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
9686   algorithm: "plot_latency_error_bars_name"
9687   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
9688   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9689   include:
9690     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
9691     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
9692     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
9693     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
9694   layout:
9695     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
9696     layout: "plot-latency"
9697
9698 - type: "plot"
9699   title: "Latency: 3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
9700   algorithm: "plot_latency_error_bars_name"
9701   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
9702   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9703   include:
9704     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
9705     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
9706     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
9707     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
9708     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
9709     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
9710   layout:
9711     title: "3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr"
9712     layout: "plot-latency"
9713
9714 - type: "plot"
9715   title: "Latency: 3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
9716   algorithm: "plot_latency_error_bars_name"
9717   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
9718   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9719   include:
9720     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
9721     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
9722     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
9723     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
9724     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
9725   layout:
9726     title: "3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
9727     layout: "plot-latency"
9728
9729 - type: "plot"
9730   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
9731   algorithm: "plot_latency_error_bars_name"
9732   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
9733   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9734   include:
9735     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
9736     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
9737     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
9738   layout:
9739     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
9740     layout: "plot-latency"
9741
9742 - type: "plot"
9743   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
9744   algorithm: "plot_latency_error_bars_name"
9745   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
9746   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9747   include:
9748     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
9749     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
9750     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
9751     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
9752   layout:
9753     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
9754     layout: "plot-latency"
9755
9756 - type: "plot"
9757   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
9758   algorithm: "plot_latency_error_bars_name"
9759   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
9760   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9761   include:
9762     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
9763     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
9764     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
9765     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
9766     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
9767     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
9768   layout:
9769     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
9770     layout: "plot-latency"
9771
9772 - type: "plot"
9773   title: "Latency: 3n-skx-xxv710-64b-8t4c-feature-l2switching-base-i40e-ndr-lat"
9774   algorithm: "plot_latency_error_bars_name"
9775   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-feature-l2switching-base-i40e-ndr-lat"
9776   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9777   include:
9778     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
9779     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
9780     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
9781     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
9782     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
9783     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
9784   layout:
9785     title: "3n-skx-xxv710-64b-8t4c-feature-l2switching-base-i40e-ndr"
9786     layout: "plot-latency"
9787
9788 - type: "plot"
9789   title: "Latency: 3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr-lat"
9790   algorithm: "plot_latency_error_bars_name"
9791   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr-lat"
9792   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9793   include:
9794     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9795     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9796     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9797     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
9798     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
9799     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
9800   layout:
9801     title: "3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr"
9802     layout: "plot-latency"
9803
9804 - type: "plot"
9805   title: "Latency: 3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr-lat"
9806   algorithm: "plot_latency_error_bars_name"
9807   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr-lat"
9808   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9809   include:
9810     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-8t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9811     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9812     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9813     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
9814     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
9815     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
9816   layout:
9817     title: "3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr"
9818     layout: "plot-latency"
9819
9820 - type: "plot"
9821   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
9822   algorithm: "plot_latency_error_bars_name"
9823   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
9824   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9825   include:
9826     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9827     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9828     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9829     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9830   layout:
9831     title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
9832     layout: "plot-latency"
9833
9834 - type: "plot"
9835   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr-lat"
9836   algorithm: "plot_latency_error_bars_name"
9837   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr-lat"
9838   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9839   include:
9840     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9841     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9842     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9843     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9844   layout:
9845     title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr"
9846     layout: "plot-latency"
9847
9848 #- type: "plot"
9849 #  title: "Latency: 3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
9850 #  algorithm: "plot_latency_error_bars_name"
9851 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
9852 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
9853 #  include:
9854 #    - ""
9855 #  layout:
9856 #    title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
9857 #    layout: "plot-latency"
9858
9859 - type: "plot"
9860   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
9861   algorithm: "plot_latency_error_bars_name"
9862   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
9863   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9864   include:
9865     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9866     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9867     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9868     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9869     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9870   layout:
9871     title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
9872     layout: "plot-latency"
9873
9874 - type: "plot"
9875   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
9876   algorithm: "plot_latency_error_bars_name"
9877   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
9878   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9879   include:
9880     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9881     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9882     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9883     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9884     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9885     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9886   layout:
9887     title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
9888     layout: "plot-latency"
9889
9890 - type: "plot"
9891   title: "Latency: 3n-hsw-xl710-114b-4t4c-vts-l2switching-base-i40e-ndr-lat"
9892   algorithm: "plot_latency_error_bars_name"
9893   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-4t4c-vts-l2switching-base-i40e-ndr-lat"
9894   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9895   include:
9896     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
9897     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
9898     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
9899   layout:
9900     title: "3n-hsw-xl710-114b-4t4c-vts-l2switching-base-i40e-ndr"
9901     layout: "plot-latency"
9902
9903 - type: "plot"
9904   title: "Latency: 3n-skx-xxv710-114b-8t4c-vts-l2switching-base-i40e-ndr-lat"
9905   algorithm: "plot_latency_error_bars_name"
9906   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-8t4c-vts-l2switching-base-i40e-ndr-lat"
9907   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9908   include:
9909     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
9910     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
9911     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
9912   layout:
9913     title: "3n-skx-xxv710-114b-8t4c-vts-l2switching-base-i40e-ndr"
9914     layout: "plot-latency"
9915
9916 - type: "plot"
9917   title: "Latency: 3n-tsh-x520-64b-4t4c-memif-base-i40e-ndr-lat"
9918   algorithm: "plot_latency_error_bars_name"
9919   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-memif-base-i40e-ndr-lat"
9920   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9921   include:
9922     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
9923     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
9924     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9925     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
9926     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
9927   layout:
9928     title: "3n-tsh-x520-64b-4t4c-memif-base-i40e-ndr"
9929     layout: "plot-latency"
9930
9931 - type: "plot"
9932   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
9933   algorithm: "plot_latency_error_bars_name"
9934   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
9935   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9936   include:
9937     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
9938     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
9939     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t4c-ethip4-ip4scale20k-ndrpdr"
9940     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t4c-ethip4-ip4scale200k-ndrpdr"
9941     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
9942   layout:
9943     title: "3n-tsh-x520-64b-4t4c-ip4routing-base-scale-i40e-ndr"
9944     layout: "plot-latency"
9945
9946 - type: "plot"
9947   title: "Latency: 3n-tsh-x520-64b-4t4c-feature-ip4routing-base-i40e-ndr-lat"
9948   algorithm: "plot_latency_error_bars_name"
9949   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-feature-ip4routing-base-i40e-ndr-lat"
9950   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9951   include:
9952     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
9953     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9954     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9955     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9956     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9957     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t4c-ethip4udp-ip4base-nat44-ndrpdr"
9958   layout:
9959     title: "3n-tsh-x520-64b-4t4c-feature-ip4routing-base-i40e-ndr"
9960     layout: "plot-latency"
9961
9962 - type: "plot"
9963   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4tunnel-base-i40e-ndr-lat"
9964   algorithm: "plot_latency_error_bars_name"
9965   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4tunnel-base-i40e-ndr-lat"
9966   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9967   include:
9968     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t4c-ethip4vxlan-l2xcbase-ndrpdr"
9969     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
9970     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
9971     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
9972   layout:
9973     title: "3n-tsh-x520-64b-4t4c-ip4tunnel-base-i40e-ndr-lat"
9974     layout: "plot-latency"
9975
9976 - type: "plot"
9977   title: "Latency: 3n-tsh-x520-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
9978   algorithm: "plot_latency_error_bars_name"
9979   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
9980   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9981   include:
9982     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
9983     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
9984     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t4c-ethip6-ip6scale20k-ndrpdr"
9985     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t4c-ethip6-ip6scale200k-ndrpdr"
9986     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
9987   layout:
9988     title: "3n-tsh-x520-78b-4t4c-ip6routing-base-scale-i40e-ndr"
9989     layout: "plot-latency"
9990
9991 - type: "plot"
9992   title: "Latency: 3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
9993   algorithm: "plot_latency_error_bars_name"
9994   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
9995   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9996   include:
9997     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
9998     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9999     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10000     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10001     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10002     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10003   layout:
10004     title: "3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
10005     layout: "plot-latency"
10006
10007 - type: "plot"
10008   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-i40e-ndr-lat"
10009   algorithm: "plot_latency_error_bars_name"
10010   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-i40e-ndr-lat"
10011   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10012   include:
10013     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
10014     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
10015     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
10016     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
10017   layout:
10018     title: "3n-tsh-x520-64b-4t4c-l2switching-base-i40e-ndr"
10019     layout: "plot-latency"
10020
10021 - type: "plot"
10022   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
10023   algorithm: "plot_latency_error_bars_name"
10024   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
10025   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10026   include:
10027     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
10028     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
10029     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
10030     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale10kmaclrn-ndrpdr"
10031     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale100kmaclrn-ndrpdr"
10032     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
10033   layout:
10034     title: "3n-tsh-x520-64b-4t4c-l2switching-base-scale-i40e-ndr"
10035     layout: "plot-latency"
10036
10037 - type: "plot"
10038   title: "Latency: 3n-tsh-x520-64b-4t4c-feature-l2switching-base-i40e-ndr-lat"
10039   algorithm: "plot_latency_error_bars_name"
10040   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-feature-l2switching-base-i40e-ndr-lat"
10041   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10042   include:
10043     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
10044     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
10045     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
10046     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
10047     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
10048     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
10049   layout:
10050     title: "3n-tsh-x520-64b-4t4c-feature-l2switching-base-i40e-ndr"
10051     layout: "plot-latency"
10052
10053 - type: "plot"
10054   title: "Latency: 3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-i40e-ndr-lat"
10055   algorithm: "plot_latency_error_bars_name"
10056   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-i40e-ndr-lat"
10057   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10058   include:
10059     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
10060     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
10061     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
10062     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
10063     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
10064     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
10065   layout:
10066     title: "3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-i40e-ndr"
10067     layout: "plot-latency"
10068
10069 - type: "plot"
10070   title: "Latency: 3n-tsh-x520-64b-4t4c-vhost-base-i40e-ndr-lat"
10071   algorithm: "plot_latency_error_bars_name"
10072   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-vhost-base-i40e-ndr-lat"
10073   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10074   include:
10075     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10076     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10077     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10078     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10079     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
10080   layout:
10081     title: "3n-tsh-x520-64b-4t4c-vhost-base-i40e-ndr"
10082     layout: "plot-latency"
10083
10084 - type: "plot"
10085   title: "Latency: 3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-i40e-ndr-lat"
10086   algorithm: "plot_latency_error_bars_name"
10087   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-i40e-ndr-lat"
10088   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10089   include:
10090     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10091     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10092     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10093     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10094     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10095     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10096   layout:
10097     title: "3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-i40e-ndr"
10098     layout: "plot-latency"
10099
10100 - type: "plot"
10101   title: "Latency: 3n-tsh-x520-114b-4t4c-vts-l2switching-base-i40e-ndr-lat"
10102   algorithm: "plot_latency_error_bars_name"
10103   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-4t4c-vts-l2switching-base-i40e-ndr-lat"
10104   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10105   include:
10106     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
10107     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
10108     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
10109   layout:
10110     title: "3n-tsh-x520-114b-4t4c-vts-l2switching-base-i40e-ndr"
10111     layout: "plot-latency"
10112
10113 ################################################################################
10114
10115 # Packet Speedup
10116
10117 - type: "plot"
10118   title: "Speedup: 2n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
10119   algorithm: "plot_throughput_speedup_analysis_name"
10120   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
10121   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10122   include:
10123     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10124     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10125     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10126     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10127   layout:
10128     title: "2n-skx-xxv710-64b-memif-base-i40e-ndr"
10129     layout: "plot-throughput-speedup-analysis"
10130
10131 - type: "plot"
10132   title: "Speedup: 2n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
10133   algorithm: "plot_throughput_speedup_analysis_name"
10134   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
10135   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10136   include:
10137     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10138     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10139     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10140     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10141   layout:
10142     title: "2n-skx-xxv710-64b-memif-base-i40e-pdr"
10143     layout: "plot-throughput-speedup-analysis"
10144
10145 - type: "plot"
10146   title: "Speedup: 3n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
10147   algorithm: "plot_throughput_speedup_analysis_name"
10148   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
10149   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10150   include:
10151     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10152     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10153     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10154     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10155     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10156   layout:
10157     title: "3n-skx-xxv710-64b-memif-base-i40e-ndr"
10158     layout: "plot-throughput-speedup-analysis"
10159
10160 - type: "plot"
10161   title: "Speedup: 3n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
10162   algorithm: "plot_throughput_speedup_analysis_name"
10163   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
10164   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10165   include:
10166     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10167     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10168     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10169     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10170     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10171   layout:
10172     title: "3n-skx-xxv710-64b-memif-base-i40e-pdr"
10173     layout: "plot-throughput-speedup-analysis"
10174
10175 - type: "plot"
10176   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
10177   algorithm: "plot_throughput_speedup_analysis_name"
10178   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
10179   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10180   include:
10181     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
10182     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10183     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10184     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10185     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10186   layout:
10187     title: "2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr"
10188     layout: "plot-throughput-speedup-analysis"
10189
10190 - type: "plot"
10191   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
10192   algorithm: "plot_throughput_speedup_analysis_name"
10193   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
10194   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10195   include:
10196     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
10197     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10198     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10199     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10200     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10201   layout:
10202     title: "2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr"
10203     layout: "plot-throughput-speedup-analysis"
10204
10205 - type: "plot"
10206   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
10207   algorithm: "plot_throughput_speedup_analysis_name"
10208   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
10209   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10210   include:
10211     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
10212     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
10213     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
10214     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10215   layout:
10216     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
10217     layout: "plot-throughput-speedup-analysis"
10218
10219 - type: "plot"
10220   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
10221   algorithm: "plot_throughput_speedup_analysis_name"
10222   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
10223   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10224   include:
10225     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
10226     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
10227     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
10228     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10229   layout:
10230     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
10231     layout: "plot-throughput-speedup-analysis"
10232
10233 - type: "plot"
10234   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
10235   algorithm: "plot_throughput_speedup_analysis_name"
10236   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
10237   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10238   include:
10239     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10240     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10241     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
10242     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
10243     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10244   layout:
10245     title: "2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr"
10246     layout: "plot-throughput-speedup-analysis"
10247
10248 - type: "plot"
10249   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
10250   algorithm: "plot_throughput_speedup_analysis_name"
10251   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
10252   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10253   include:
10254     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10255     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10256     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
10257     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
10258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10259   layout:
10260     title: "2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr"
10261     layout: "plot-throughput-speedup-analysis"
10262
10263 - type: "plot"
10264   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
10265   algorithm: "plot_throughput_speedup_analysis_name"
10266   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
10267   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10268   include:
10269     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10270     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10271     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
10275   layout:
10276     title: "2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr"
10277     layout: "plot-throughput-speedup-analysis"
10278
10279 - type: "plot"
10280   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
10281   algorithm: "plot_throughput_speedup_analysis_name"
10282   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
10283   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10284   include:
10285     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10286     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10289     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10290     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
10291   layout:
10292     title: "2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr"
10293     layout: "plot-throughput-speedup-analysis"
10294
10295 - type: "plot"
10296   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr-tsa"
10297   algorithm: "plot_throughput_speedup_analysis_name"
10298   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr-tsa"
10299   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10300   include:
10301     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10302     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10303     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10304   layout:
10305     title: "3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr"
10306     layout: "plot-throughput-speedup-analysis"
10307
10308 - type: "plot"
10309   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr-tsa"
10310   algorithm: "plot_throughput_speedup_analysis_name"
10311   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr-tsa"
10312   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10313   include:
10314     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10315     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10316     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10317   layout:
10318     title: "3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr"
10319     layout: "plot-throughput-speedup-analysis"
10320
10321 - type: "plot"
10322   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
10323   algorithm: "plot_throughput_speedup_analysis_name"
10324   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
10325   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10326   include:
10327     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
10328     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10329     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10330     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10331     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10332   layout:
10333     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr"
10334     layout: "plot-throughput-speedup-analysis"
10335
10336 - type: "plot"
10337   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
10338   algorithm: "plot_throughput_speedup_analysis_name"
10339   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
10340   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10341   include:
10342     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
10343     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10344     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10345     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10346     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10347   layout:
10348     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr"
10349     layout: "plot-throughput-speedup-analysis"
10350
10351 - type: "plot"
10352   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
10353   algorithm: "plot_throughput_speedup_analysis_name"
10354   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
10355   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10356   include:
10357     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
10358     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
10359     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
10360     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10361   layout:
10362     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
10363     layout: "plot-throughput-speedup-analysis"
10364
10365 - type: "plot"
10366   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
10367   algorithm: "plot_throughput_speedup_analysis_name"
10368   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
10369   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10370   include:
10371     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
10372     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
10373     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
10374     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10375   layout:
10376     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
10377     layout: "plot-throughput-speedup-analysis"
10378
10379 - type: "plot"
10380   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
10381   algorithm: "plot_throughput_speedup_analysis_name"
10382   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
10383   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10384   include:
10385     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10386     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10387     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
10388     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
10389     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10390   layout:
10391     title: "3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr"
10392     layout: "plot-throughput-speedup-analysis"
10393
10394 - type: "plot"
10395   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
10396   algorithm: "plot_throughput_speedup_analysis_name"
10397   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
10398   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10399   include:
10400     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10401     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10402     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
10403     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
10404     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10405   layout:
10406     title: "3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr"
10407     layout: "plot-throughput-speedup-analysis"
10408
10409 - type: "plot"
10410   title: "Speedup: 3n-skx-xxv710-64b-feature-ip4routing-base-i40e-ndr-tsa"
10411   algorithm: "plot_throughput_speedup_analysis_name"
10412   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-feature-ip4routing-base-i40e-ndr-tsa"
10413   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10414   include:
10415     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10416     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10417     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10418     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10419     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10420     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
10421   layout:
10422     title: "3n-skx-xxv710-64b-feature-ip4routing-base-i40e-ndr"
10423     layout: "plot-throughput-speedup-analysis"
10424
10425 - type: "plot"
10426   title: "Speedup: 3n-skx-xxv710-64b-feature-ip4routing-base-i40e-pdr-tsa"
10427   algorithm: "plot_throughput_speedup_analysis_name"
10428   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-feature-ip4routing-base-i40e-pdr-tsa"
10429   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10430   include:
10431     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10432     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10433     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10434     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10435     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10436     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
10437   layout:
10438     title: "3n-skx-xxv710-64b-feature-ip4routing-base-i40e-pdr"
10439     layout: "plot-throughput-speedup-analysis"
10440
10441 - type: "plot"
10442   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-i40e-ndr-tsa"
10443   algorithm: "plot_throughput_speedup_analysis_name"
10444   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-i40e-ndr-tsa"
10445   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10446   include:
10447     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
10448     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10449   layout:
10450     title: "3n-hsw-xl710-64b-ip4tunnel-base-i40e-ndr"
10451     layout: "plot-throughput-speedup-analysis"
10452
10453 - type: "plot"
10454   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-i40e-pdr-tsa"
10455   algorithm: "plot_throughput_speedup_analysis_name"
10456   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-i40e-pdr-tsa"
10457   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10458   include:
10459     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
10460     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10461   layout:
10462     title: "3n-hsw-xl710-64b-ip4tunnel-base-i40e-pdr"
10463     layout: "plot-throughput-speedup-analysis"
10464
10465 - type: "plot"
10466   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-ndr-tsa"
10467   algorithm: "plot_throughput_speedup_analysis_name"
10468   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-ndr-tsa"
10469   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10470   include:
10471     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
10472     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10473     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10474     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10475   layout:
10476     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-ndr"
10477     layout: "plot-throughput-speedup-analysis"
10478
10479 - type: "plot"
10480   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-pdr-tsa"
10481   algorithm: "plot_throughput_speedup_analysis_name"
10482   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-pdr-tsa"
10483   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10484   include:
10485     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
10486     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10487     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10488     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10489   layout:
10490     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-pdr"
10491     layout: "plot-throughput-speedup-analysis"
10492
10493 - type: "plot"
10494   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10495   algorithm: "plot_throughput_speedup_analysis_name"
10496   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10497   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10498   include:
10499     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10500     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10501     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10502   layout:
10503     title: "2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr"
10504     layout: "plot-throughput-speedup-analysis"
10505
10506 - type: "plot"
10507   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10508   algorithm: "plot_throughput_speedup_analysis_name"
10509   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10510   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10511   include:
10512     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10513     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10514     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10515   layout:
10516     title: "2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr"
10517     layout: "plot-throughput-speedup-analysis"
10518
10519 - type: "plot"
10520   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10521   algorithm: "plot_throughput_speedup_analysis_name"
10522   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10523   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10524   include:
10525     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10526     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10527     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
10528     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
10529     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10530   layout:
10531     title: "2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr"
10532     layout: "plot-throughput-speedup-analysis"
10533
10534 - type: "plot"
10535   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10536   algorithm: "plot_throughput_speedup_analysis_name"
10537   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10538   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10539   include:
10540     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10541     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10542     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
10543     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
10544     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10545   layout:
10546     title: "2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr"
10547     layout: "plot-throughput-speedup-analysis"
10548
10549 - type: "plot"
10550   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10551   algorithm: "plot_throughput_speedup_analysis_name"
10552   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10553   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10554   include:
10555     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10556     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10557     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10558   layout:
10559     title: "3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr"
10560     layout: "plot-throughput-speedup-analysis"
10561
10562 - type: "plot"
10563   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10564   algorithm: "plot_throughput_speedup_analysis_name"
10565   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10566   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10567   include:
10568     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10569     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10570     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10571   layout:
10572     title: "3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr"
10573     layout: "plot-throughput-speedup-analysis"
10574
10575 - type: "plot"
10576   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10577   algorithm: "plot_throughput_speedup_analysis_name"
10578   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10579   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10580   include:
10581     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10582     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10583     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10584   layout:
10585     title: "3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr"
10586     layout: "plot-throughput-speedup-analysis"
10587
10588 - type: "plot"
10589   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10590   algorithm: "plot_throughput_speedup_analysis_name"
10591   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10592   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10593   include:
10594     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10595     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10596     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10597   layout:
10598     title: "3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr"
10599     layout: "plot-throughput-speedup-analysis"
10600
10601 - type: "plot"
10602   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10603   algorithm: "plot_throughput_speedup_analysis_name"
10604   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10605   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10606   include:
10607     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10608     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10609     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
10610     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
10611     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10612   layout:
10613     title: "3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr"
10614     layout: "plot-throughput-speedup-analysis"
10615
10616 - type: "plot"
10617   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10618   algorithm: "plot_throughput_speedup_analysis_name"
10619   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10620   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10621   include:
10622     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10623     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10624     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
10625     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
10626     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10627   layout:
10628     title: "3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr"
10629     layout: "plot-throughput-speedup-analysis"
10630
10631 - type: "plot"
10632   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
10633   algorithm: "plot_throughput_speedup_analysis_name"
10634   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
10635   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10636   include:
10637     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10638     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10639     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10640     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10641     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10642     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10643   layout:
10644     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr"
10645     layout: "plot-throughput-speedup-analysis"
10646
10647 - type: "plot"
10648   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
10649   algorithm: "plot_throughput_speedup_analysis_name"
10650   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
10651   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10652   include:
10653     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10654     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10655     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10656     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10657     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
10658     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10659   layout:
10660     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr"
10661     layout: "plot-throughput-speedup-analysis"
10662
10663 - type: "plot"
10664   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr-tsa"
10665   algorithm: "plot_throughput_speedup_analysis_name"
10666   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr-tsa"
10667   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10668   include:
10669     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
10670     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10671     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
10672     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10673   layout:
10674     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr"
10675     layout: "plot-throughput-speedup-analysis"
10676
10677 - type: "plot"
10678   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr-tsa"
10679   algorithm: "plot_throughput_speedup_analysis_name"
10680   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr-tsa"
10681   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10682   include:
10683     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
10684     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10685     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10686     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10687   layout:
10688     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr"
10689     layout: "plot-throughput-speedup-analysis"
10690
10691 - type: "plot"
10692   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr-tsa"
10693   algorithm: "plot_throughput_speedup_analysis_name"
10694   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr-tsa"
10695   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10696   include:
10697     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10698     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10699     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10700     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10701     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10702     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10703   layout:
10704     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr"
10705     layout: "plot-throughput-speedup-analysis"
10706
10707 - type: "plot"
10708   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr-tsa"
10709   algorithm: "plot_throughput_speedup_analysis_name"
10710   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr-tsa"
10711   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10712   include:
10713     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10714     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10715     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10716     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10717     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10718     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10719   layout:
10720     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr"
10721     layout: "plot-throughput-speedup-analysis"
10722
10723 - type: "plot"
10724   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
10725   algorithm: "plot_throughput_speedup_analysis_name"
10726   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
10727   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10728   include:
10729     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
10730     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
10731     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
10732     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
10733     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10734     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
10735   layout:
10736     title: "2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr"
10737     layout: "plot-throughput-speedup-analysis"
10738
10739 - type: "plot"
10740   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
10741   algorithm: "plot_throughput_speedup_analysis_name"
10742   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
10743   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10744   include:
10745     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
10746     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
10747     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
10748     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
10749     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10750     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
10751   layout:
10752     title: "2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr"
10753     layout: "plot-throughput-speedup-analysis"
10754
10755 - type: "plot"
10756   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
10757   algorithm: "plot_throughput_speedup_analysis_name"
10758   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
10759   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10760   include:
10761     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
10762     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
10763     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
10764     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
10765   layout:
10766     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
10767     layout: "plot-throughput-speedup-analysis"
10768
10769 - type: "plot"
10770   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
10771   algorithm: "plot_throughput_speedup_analysis_name"
10772   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
10773   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10774   include:
10775     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
10776     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
10777     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
10778     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
10779   layout:
10780     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
10781     layout: "plot-throughput-speedup-analysis"
10782
10783 - type: "plot"
10784   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
10785   algorithm: "plot_throughput_speedup_analysis_name"
10786   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
10787   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10788   include:
10789     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
10790     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
10791     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
10792     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
10793     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10794   layout:
10795     title: "2n-skx-xxv710-64b-l2switching-base-i40e-ndr"
10796     layout: "plot-throughput-speedup-analysis"
10797
10798 - type: "plot"
10799   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
10800   algorithm: "plot_throughput_speedup_analysis_name"
10801   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
10802   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10803   include:
10804     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
10805     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
10806     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
10807     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
10808     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10809   layout:
10810     title: "2n-skx-xxv710-64b-l2switching-base-i40e-pdr"
10811     layout: "plot-throughput-speedup-analysis"
10812
10813 - type: "plot"
10814   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
10815   algorithm: "plot_throughput_speedup_analysis_name"
10816   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
10817   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10818   include:
10819     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10820     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
10821     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
10822     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
10823   layout:
10824     title: "2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr"
10825     layout: "plot-throughput-speedup-analysis"
10826
10827 - type: "plot"
10828   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
10829   algorithm: "plot_throughput_speedup_analysis_name"
10830   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
10831   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10832   include:
10833     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10834     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
10835     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
10836     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
10837   layout:
10838     title: "2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr"
10839     layout: "plot-throughput-speedup-analysis"
10840
10841 - type: "plot"
10842   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr-tsa"
10843   algorithm: "plot_throughput_speedup_analysis_name"
10844   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr-tsa"
10845   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10846   include:
10847     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
10848     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
10849     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
10850     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
10851     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10852     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
10853   layout:
10854     title: "3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr"
10855     layout: "plot-throughput-speedup-analysis"
10856
10857 - type: "plot"
10858   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr-tsa"
10859   algorithm: "plot_throughput_speedup_analysis_name"
10860   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr-tsa"
10861   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10862   include:
10863     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
10864     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
10865     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
10866     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
10867     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10868     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
10869   layout:
10870     title: "3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr"
10871     layout: "plot-throughput-speedup-analysis"
10872
10873 - type: "plot"
10874   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
10875   algorithm: "plot_throughput_speedup_analysis_name"
10876   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
10877   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10878   include:
10879     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
10880     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
10881     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
10882     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10883     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
10884   layout:
10885     title: "3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr"
10886     layout: "plot-throughput-speedup-analysis"
10887
10888 - type: "plot"
10889   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
10890   algorithm: "plot_throughput_speedup_analysis_name"
10891   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
10892   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10893   include:
10894     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
10895     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
10896     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
10897     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10898     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
10899   layout:
10900     title: "3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr"
10901     layout: "plot-throughput-speedup-analysis"
10902
10903 - type: "plot"
10904   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
10905   algorithm: "plot_throughput_speedup_analysis_name"
10906   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
10907   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10908   include:
10909     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
10910     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
10911     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
10912   layout:
10913     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
10914     layout: "plot-throughput-speedup-analysis"
10915
10916 - type: "plot"
10917   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
10918   algorithm: "plot_throughput_speedup_analysis_name"
10919   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
10920   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10921   include:
10922     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
10923     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
10924     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
10925   layout:
10926     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
10927     layout: "plot-throughput-speedup-analysis"
10928
10929 - type: "plot"
10930   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
10931   algorithm: "plot_throughput_speedup_analysis_name"
10932   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
10933   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10934   include:
10935     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
10936     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
10937     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
10938     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10939   layout:
10940     title: "3n-skx-xxv710-64b-l2switching-base-i40e-ndr"
10941     layout: "plot-throughput-speedup-analysis"
10942
10943 - type: "plot"
10944   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
10945   algorithm: "plot_throughput_speedup_analysis_name"
10946   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
10947   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10948   include:
10949     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
10950     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
10951     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
10952     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10953   layout:
10954     title: "3n-skx-xxv710-64b-l2switching-base-i40e-pdr"
10955     layout: "plot-throughput-speedup-analysis"
10956
10957 - type: "plot"
10958   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
10959   algorithm: "plot_throughput_speedup_analysis_name"
10960   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
10961   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10962   include:
10963     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
10964     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
10965     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10966     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
10967     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
10968     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
10969   layout:
10970     title: "3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr"
10971     layout: "plot-throughput-speedup-analysis"
10972
10973 - type: "plot"
10974   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
10975   algorithm: "plot_throughput_speedup_analysis_name"
10976   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
10977   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10978   include:
10979     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
10980     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
10981     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10982     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
10983     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
10984     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
10985   layout:
10986     title: "3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr"
10987     layout: "plot-throughput-speedup-analysis"
10988
10989 - type: "plot"
10990   title: "Speedup: 3n-skx-xxv710-64b-feature-l2switching-base-i40e-ndr-tsa"
10991   algorithm: "plot_throughput_speedup_analysis_name"
10992   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-feature-l2switching-base-i40e-ndr-tsa"
10993   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10994   include:
10995     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10996     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
10997     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
10998     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
10999     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11000     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11001   layout:
11002     title: "3n-skx-xxv710-64b-feature-l2switching-base-i40e-ndr"
11003     layout: "plot-throughput-speedup-analysis"
11004
11005 - type: "plot"
11006   title: "Speedup: 3n-skx-xxv710-64b-feature-l2switching-base-i40e-pdr-tsa"
11007   algorithm: "plot_throughput_speedup_analysis_name"
11008   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-feature-l2switching-base-i40e-pdr-tsa"
11009   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11010   include:
11011     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11012     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11013     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11014     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11015     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11016     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11017   layout:
11018     title: "3n-skx-xxv710-64b-feature-l2switching-base-i40e-pdr"
11019     layout: "plot-throughput-speedup-analysis"
11020
11021 - type: "plot"
11022   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
11023   algorithm: "plot_throughput_speedup_analysis_name"
11024   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
11025   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11026   include:
11027     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11028     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11029     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11030     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11031     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11032     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11033   layout:
11034     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-ndr"
11035     layout: "plot-throughput-speedup-analysis"
11036
11037 - type: "plot"
11038   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
11039   algorithm: "plot_throughput_speedup_analysis_name"
11040   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
11041   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11042   include:
11043     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11044     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11045     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11046     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11047     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11048     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11049   layout:
11050     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-pdr"
11051     layout: "plot-throughput-speedup-analysis"
11052
11053 - type: "plot"
11054   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
11055   algorithm: "plot_throughput_speedup_analysis_name"
11056   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
11057   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11058   include:
11059     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11060     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11061     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11062     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11063     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11064     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11065   layout:
11066     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-ndr"
11067     layout: "plot-throughput-speedup-analysis"
11068
11069 - type: "plot"
11070   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
11071   algorithm: "plot_throughput_speedup_analysis_name"
11072   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
11073   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11074   include:
11075     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11076     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11077     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11078     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11079     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11080     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11081   layout:
11082     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-pdr"
11083     layout: "plot-throughput-speedup-analysis"
11084
11085 - type: "plot"
11086   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
11087   algorithm: "plot_throughput_speedup_analysis_name"
11088   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
11089   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11090   include:
11091     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11092     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11093     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11094     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11095   layout:
11096     title: "2n-skx-xxv710-64b-vhost-base-i40e-ndr"
11097     layout: "plot-throughput-speedup-analysis"
11098
11099 - type: "plot"
11100   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
11101   algorithm: "plot_throughput_speedup_analysis_name"
11102   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
11103   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11104   include:
11105     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11106     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11107     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11108     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11109   layout:
11110     title: "2n-skx-xxv710-64b-vhost-base-i40e-pdr"
11111     layout: "plot-throughput-speedup-analysis"
11112
11113 - type: "plot"
11114   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-ndr-tsa"
11115   algorithm: "plot_throughput_speedup_analysis_name"
11116   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-ndr-tsa"
11117   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11118   include:
11119     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11120     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11121     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11122     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11123   layout:
11124     title: "3n-hsw-xl710-64b-vhost-base-i40e-ndr"
11125     layout: "plot-throughput-speedup-analysis"
11126
11127 - type: "plot"
11128   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-pdr-tsa"
11129   algorithm: "plot_throughput_speedup_analysis_name"
11130   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-pdr-tsa"
11131   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11132   include:
11133     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11134     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11135     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11136     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11137   layout:
11138     title: "3n-hsw-xl710-64b-vhost-base-i40e-pdr"
11139     layout: "plot-throughput-speedup-analysis"
11140
11141 #- type: "plot"
11142 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
11143 #  algorithm: "plot_throughput_speedup_analysis_name"
11144 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
11145 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11146 #  include:
11147 #    - ""
11148 #  layout:
11149 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-i40e-ndr"
11150 #    layout: "plot-throughput-speedup-analysis"
11151 #
11152 #- type: "plot"
11153 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
11154 #  algorithm: "plot_throughput_speedup_analysis_name"
11155 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
11156 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11157 #  include:
11158 #    - ""
11159 #  layout:
11160 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-i40e-pdr"
11161 #    layout: "plot-throughput-speedup-analysis"
11162
11163 - type: "plot"
11164   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
11165   algorithm: "plot_throughput_speedup_analysis_name"
11166   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
11167   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11168   include:
11169     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11170     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11171     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11172     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11173     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11174   layout:
11175     title: "3n-skx-xxv710-64b-vhost-base-i40e-ndr"
11176     layout: "plot-throughput-speedup-analysis"
11177
11178 - type: "plot"
11179   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
11180   algorithm: "plot_throughput_speedup_analysis_name"
11181   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
11182   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11183   include:
11184     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11185     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11186     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11187     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11188     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11189   layout:
11190     title: "3n-skx-xxv710-64b-vhost-base-i40e-pdr"
11191     layout: "plot-throughput-speedup-analysis"
11192
11193 - type: "plot"
11194   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
11195   algorithm: "plot_throughput_speedup_analysis_name"
11196   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
11197   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11198   include:
11199     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11200     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11201     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11202     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11203     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11204     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11205   layout:
11206     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr"
11207     layout: "plot-throughput-speedup-analysis"
11208
11209 - type: "plot"
11210   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
11211   algorithm: "plot_throughput_speedup_analysis_name"
11212   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
11213   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11214   include:
11215     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11216     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11217     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11218     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11219     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11220     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11221   layout:
11222     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr"
11223     layout: "plot-throughput-speedup-analysis"
11224
11225 - type: "plot"
11226   title: "Speedup: 3n-hsw-xl710-114b-vts-l2switching-base-i40e-ndr-tsa"
11227   algorithm: "plot_throughput_speedup_analysis_name"
11228   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-vts-l2switching-base-i40e-ndr-tsa"
11229   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11230   include:
11231     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
11232     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
11233     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
11234   layout:
11235     title: "3n-hsw-xl710-114b-vts-l2switching-base-i40e-ndr"
11236     layout: "plot-throughput-speedup-analysis"
11237
11238 - type: "plot"
11239   title: "Speedup: 3n-hsw-xl710-114b-vts-l2switching-base-i40e-pdr-tsa"
11240   algorithm: "plot_throughput_speedup_analysis_name"
11241   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-vts-l2switching-base-i40e-pdr-tsa"
11242   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11243   include:
11244     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
11245     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
11246     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
11247   layout:
11248     title: "3n-hsw-xl710-114b-vts-l2switching-base-i40e-pdr"
11249     layout: "plot-throughput-speedup-analysis"
11250
11251 - type: "plot"
11252   title: "Speedup: 3n-skx-xxv710-114b-vts-l2switching-base-i40e-ndr-tsa"
11253   algorithm: "plot_throughput_speedup_analysis_name"
11254   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-vts-l2switching-base-i40e-ndr-tsa"
11255   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11256   include:
11257     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
11258     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
11259     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
11260   layout:
11261     title: "3n-skx-xxv710-114b-vts-l2switching-base-i40e-ndr"
11262     layout: "plot-throughput-speedup-analysis"
11263
11264 - type: "plot"
11265   title: "Speedup: 3n-skx-xxv710-114b-vts-l2switching-base-i40e-pdr-tsa"
11266   algorithm: "plot_throughput_speedup_analysis_name"
11267   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-vts-l2switching-base-i40e-pdr-tsa"
11268   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11269   include:
11270     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
11271     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
11272     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
11273   layout:
11274     title: "3n-skx-xxv710-114b-vts-l2switching-base-i40e-pdr"
11275     layout: "plot-throughput-speedup-analysis"
11276
11277 - type: "plot"
11278   title: "Speedup: 3n-tsh-x520-64b-memif-base-i40e-ndr-tsa"
11279   algorithm: "plot_throughput_speedup_analysis_name"
11280   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-i40e-ndr-tsa"
11281   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11282   include:
11283     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11284     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11285     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11286     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11287     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11288   layout:
11289     title: "3n-tsh-x520-64b-memif-base-i40e-ndr"
11290     layout: "plot-throughput-speedup-analysis"
11291
11292 - type: "plot"
11293   title: "Speedup: 3n-tsh-x520-64b-memif-base-i40e-pdr-tsa"
11294   algorithm: "plot_throughput_speedup_analysis_name"
11295   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-i40e-pdr-tsa"
11296   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11297   include:
11298     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11299     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11300     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11301     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11302     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11303   layout:
11304     title: "3n-tsh-x520-64b-memif-base-i40e-pdr"
11305     layout: "plot-throughput-speedup-analysis"
11306
11307 - type: "plot"
11308   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-i40e-ndr-tsa"
11309   algorithm: "plot_throughput_speedup_analysis_name"
11310   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-i40e-ndr-tsa"
11311   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11312   include:
11313     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
11314     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11315     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
11316     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
11317     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
11318   layout:
11319     title: "3n-tsh-x520-64b-ip4routing-base-scale-i40e-ndr"
11320     layout: "plot-throughput-speedup-analysis"
11321
11322 - type: "plot"
11323   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-i40e-pdr-tsa"
11324   algorithm: "plot_throughput_speedup_analysis_name"
11325   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-i40e-pdr-tsa"
11326   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11327   include:
11328     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
11329     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11330     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
11331     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
11332     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
11333   layout:
11334     title: "3n-tsh-x520-64b-ip4routing-base-scale-i40e-pdr"
11335     layout: "plot-throughput-speedup-analysis"
11336
11337 - type: "plot"
11338   title: "Speedup: 3n-tsh-x520-64b-feature-ip4routing-base-i40e-ndr-tsa"
11339   algorithm: "plot_throughput_speedup_analysis_name"
11340   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-feature-ip4routing-base-i40e-ndr-tsa"
11341   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11342   include:
11343     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11344     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11345     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11346     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11347     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11348     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
11349   layout:
11350     title: "3n-tsh-x520-64b-feature-ip4routing-base-i40e-ndr"
11351     layout: "plot-throughput-speedup-analysis"
11352
11353 - type: "plot"
11354   title: "Speedup: 3n-tsh-x520-64b-feature-ip4routing-base-i40e-pdr-tsa"
11355   algorithm: "plot_throughput_speedup_analysis_name"
11356   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-feature-ip4routing-base-i40e-pdr-tsa"
11357   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11358   include:
11359     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11360     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11361     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11362     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11363     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11364     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
11365   layout:
11366     title: "3n-tsh-x520-64b-feature-ip4routing-base-i40e-pdr"
11367     layout: "plot-throughput-speedup-analysis"
11368
11369 - type: "plot"
11370   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-i40e-ndr-tsa"
11371   algorithm: "plot_throughput_speedup_analysis_name"
11372   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-i40e-ndr-tsa"
11373   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11374   include:
11375     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
11376     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11377     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11378     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11379   layout:
11380     title: "3n-tsh-x520-64b-ip4tunnel-base-i40e-ndr"
11381     layout: "plot-throughput-speedup-analysis"
11382
11383 - type: "plot"
11384   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-i40e-pdr-tsa"
11385   algorithm: "plot_throughput_speedup_analysis_name"
11386   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-i40e-pdr-tsa"
11387   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11388   include:
11389     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
11390     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11391     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11392     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11393   layout:
11394     title: "3n-tsh-x520-64b-ip4tunnel-base-i40e-pdr"
11395     layout: "plot-throughput-speedup-analysis"
11396
11397 - type: "plot"
11398   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-i40e-ndr-tsa"
11399   algorithm: "plot_throughput_speedup_analysis_name"
11400   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-i40e-ndr-tsa"
11401   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11402   include:
11403     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
11404     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
11405     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
11406     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
11407     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
11408   layout:
11409     title: "3n-tsh-x520-78b-ip6routing-base-scale-i40e-ndr"
11410     layout: "plot-throughput-speedup-analysis"
11411
11412 - type: "plot"
11413   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-i40e-pdr-tsa"
11414   algorithm: "plot_throughput_speedup_analysis_name"
11415   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-i40e-pdr-tsa"
11416   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11417   include:
11418     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
11419     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
11420     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
11421     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
11422     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
11423   layout:
11424     title: "3n-tsh-x520-78b-ip6routing-base-scale-i40e-pdr"
11425     layout: "plot-throughput-speedup-analysis"
11426
11427 - type: "plot"
11428   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
11429   algorithm: "plot_throughput_speedup_analysis_name"
11430   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
11431   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11432   include:
11433     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11434     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11435     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11436     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11437     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11438     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11439   layout:
11440     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr"
11441     layout: "plot-throughput-speedup-analysis"
11442
11443 - type: "plot"
11444   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
11445   algorithm: "plot_throughput_speedup_analysis_name"
11446   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
11447   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11448   include:
11449     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11450     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11451     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11452     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11453     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11454     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11455   layout:
11456     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr"
11457     layout: "plot-throughput-speedup-analysis"
11458
11459 - type: "plot"
11460   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-i40e-ndr-tsa"
11461   algorithm: "plot_throughput_speedup_analysis_name"
11462   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-i40e-ndr-tsa"
11463   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11464   include:
11465     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
11466     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11467     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11468     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11469   layout:
11470     title: "3n-tsh-x520-64b-l2switching-base-i40e-ndr"
11471     layout: "plot-throughput-speedup-analysis"
11472
11473 - type: "plot"
11474   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-i40e-pdr-tsa"
11475   algorithm: "plot_throughput_speedup_analysis_name"
11476   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-i40e-pdr-tsa"
11477   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11478   include:
11479     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
11480     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11481     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11482     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11483   layout:
11484     title: "3n-tsh-x520-64b-l2switching-base-i40e-pdr"
11485     layout: "plot-throughput-speedup-analysis"
11486
11487 - type: "plot"
11488   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-i40e-ndr-tsa"
11489   algorithm: "plot_throughput_speedup_analysis_name"
11490   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-i40e-ndr-tsa"
11491   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11492   include:
11493     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
11494     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11495     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11496     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
11497     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
11498     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11499   layout:
11500     title: "3n-tsh-x520-64b-l2switching-base-scale-i40e-ndr"
11501     layout: "plot-throughput-speedup-analysis"
11502
11503 - type: "plot"
11504   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-i40e-pdr-tsa"
11505   algorithm: "plot_throughput_speedup_analysis_name"
11506   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-i40e-pdr-tsa"
11507   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11508   include:
11509     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
11510     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11511     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11512     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
11513     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
11514     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11515   layout:
11516     title: "3n-tsh-x520-64b-l2switching-base-scale-i40e-pdr"
11517     layout: "plot-throughput-speedup-analysis"
11518
11519 - type: "plot"
11520   title: "Speedup: 3n-tsh-x520-64b-feature-l2switching-base-i40e-ndr-tsa"
11521   algorithm: "plot_throughput_speedup_analysis_name"
11522   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-feature-l2switching-base-i40e-ndr-tsa"
11523   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11524   include:
11525     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11526     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11527     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11528     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11529     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11530     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11531   layout:
11532     title: "3n-tsh-x520-64b-feature-l2switching-base-i40e-ndr"
11533     layout: "plot-throughput-speedup-analysis"
11534
11535 - type: "plot"
11536   title: "Speedup: 3n-tsh-x520-64b-feature-l2switching-base-i40e-pdr-tsa"
11537   algorithm: "plot_throughput_speedup_analysis_name"
11538   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-feature-l2switching-base-i40e-pdr-tsa"
11539   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11540   include:
11541     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11542     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11543     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11544     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11545     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11546     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11547   layout:
11548     title: "3n-tsh-x520-64b-feature-l2switching-base-i40e-pdr"
11549     layout: "plot-throughput-speedup-analysis"
11550
11551 - type: "plot"
11552   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-i40e-ndr-tsa"
11553   algorithm: "plot_throughput_speedup_analysis_name"
11554   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-i40e-ndr-tsa"
11555   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11556   include:
11557     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11558     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11559     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11560     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11561     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11562     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11563   layout:
11564     title: "3n-tsh-x520-78b-srv6-ip6routing-base-i40e-ndr"
11565     layout: "plot-throughput-speedup-analysis"
11566
11567 - type: "plot"
11568   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-i40e-pdr-tsa"
11569   algorithm: "plot_throughput_speedup_analysis_name"
11570   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-i40e-pdr-tsa"
11571   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11572   include:
11573     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11574     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11575     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11576     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11577     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11578     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11579   layout:
11580     title: "3n-tsh-x520-78b-srv6-ip6routing-base-i40e-pdr"
11581     layout: "plot-throughput-speedup-analysis"
11582
11583 - type: "plot"
11584   title: "Speedup: 3n-tsh-x520-64b-vhost-base-i40e-ndr-tsa"
11585   algorithm: "plot_throughput_speedup_analysis_name"
11586   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-i40e-ndr-tsa"
11587   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11588   include:
11589     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11590     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11591     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11592     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11593     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11594   layout:
11595     title: "3n-tsh-x520-64b-vhost-base-i40e-ndr"
11596     layout: "plot-throughput-speedup-analysis"
11597
11598 - type: "plot"
11599   title: "Speedup: 3n-tsh-x520-64b-vhost-base-i40e-pdr-tsa"
11600   algorithm: "plot_throughput_speedup_analysis_name"
11601   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-i40e-pdr-tsa"
11602   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11603   include:
11604     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11605     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11606     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11607     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11608     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11609   layout:
11610     title: "3n-tsh-x520-64b-vhost-base-i40e-pdr"
11611     layout: "plot-throughput-speedup-analysis"
11612
11613 - type: "plot"
11614   title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-i40e-ndr-tsa"
11615   algorithm: "plot_throughput_speedup_analysis_name"
11616   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-i40e-ndr-tsa"
11617   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11618   include:
11619     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11620     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11621     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11622     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11623     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11624     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11625   layout:
11626     title: "3n-tsh-x520-64b-link-bonding-vhost-base-i40e-ndr"
11627     layout: "plot-throughput-speedup-analysis"
11628
11629 - type: "plot"
11630   title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-i40e-pdr-tsa"
11631   algorithm: "plot_throughput_speedup_analysis_name"
11632   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-i40e-pdr-tsa"
11633   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11634   include:
11635     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11636     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11637     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11638     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11639     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11640     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11641   layout:
11642     title: "3n-tsh-x520-64b-link-bonding-vhost-base-i40e-pdr"
11643     layout: "plot-throughput-speedup-analysis"
11644
11645 - type: "plot"
11646   title: "Speedup: 3n-tsh-x520-114b-vts-l2switching-base-i40e-ndr-tsa"
11647   algorithm: "plot_throughput_speedup_analysis_name"
11648   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-vts-l2switching-base-i40e-ndr-tsa"
11649   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11650   include:
11651     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
11652     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
11653     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
11654   layout:
11655     title: "3n-tsh-x520-114b-vts-l2switching-base-i40e-ndr"
11656     layout: "plot-throughput-speedup-analysis"
11657
11658 - type: "plot"
11659   title: "Speedup: 3n-tsh-x520-114b-vts-l2switching-base-i40e-pdr-tsa"
11660   algorithm: "plot_throughput_speedup_analysis_name"
11661   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-vts-l2switching-base-i40e-pdr-tsa"
11662   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11663   include:
11664     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
11665     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
11666     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
11667   layout:
11668     title: "3n-tsh-x520-114b-vts-l2switching-base-i40e-pdr"
11669     layout: "plot-throughput-speedup-analysis"
11670
11671 ################################################################################
11672
11673 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
11674 - type: "plot"
11675   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
11676   algorithm: "plot_performance_box"
11677   output-file-type: ".html"
11678   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
11679   data: "plot-dpdk-throughput-latency-3n-hsw"
11680   filter: "'NIC_Intel-X520-DA2' and
11681            '64B' and
11682            'BASE' and
11683            'NDRPDR' and
11684            '1T1C' and
11685            'IP4FWD'"
11686   parameters:
11687   - "throughput"
11688   - "parent"
11689   - "tags"
11690   traces:
11691     hoverinfo: "x+y"
11692     boxpoints: "outliers"
11693     whiskerwidth: 0
11694   layout:
11695     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
11696     layout: "plot-throughput"
11697
11698 - type: "plot"
11699   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
11700   algorithm: "plot_performance_box"
11701   output-file-type: ".html"
11702   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
11703   data: "plot-dpdk-throughput-latency-3n-hsw"
11704   filter: "'NIC_Intel-X520-DA2' and
11705            '64B' and
11706            'BASE' and
11707            'NDRPDR' and
11708            '2T2C' and
11709            'IP4FWD'"
11710   parameters:
11711   - "throughput"
11712   - "parent"
11713   - "tags"
11714   traces:
11715     hoverinfo: "x+y"
11716     boxpoints: "outliers"
11717     whiskerwidth: 0
11718   layout:
11719     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
11720     layout: "plot-throughput"
11721
11722 - type: "plot"
11723   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
11724   algorithm: "plot_performance_box"
11725   output-file-type: ".html"
11726   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
11727   data: "plot-dpdk-throughput-latency-3n-hsw"
11728   filter: "'NIC_Intel-X520-DA2' and
11729            '64B' and
11730            'BASE' and
11731            'NDRPDR' and
11732            '1T1C' and
11733            'IP4FWD'"
11734   parameters:
11735   - "throughput"
11736   - "parent"
11737   - "tags"
11738   traces:
11739     hoverinfo: "x+y"
11740     boxpoints: "outliers"
11741     whiskerwidth: 0
11742   layout:
11743     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
11744     layout: "plot-throughput"
11745
11746 - type: "plot"
11747   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
11748   algorithm: "plot_performance_box"
11749   output-file-type: ".html"
11750   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
11751   data: "plot-dpdk-throughput-latency-3n-hsw"
11752   filter: "'NIC_Intel-X520-DA2' and
11753            '64B' and
11754            'BASE' and
11755            'NDRPDR' and
11756            '2T2C' and
11757            'IP4FWD'"
11758   parameters:
11759   - "throughput"
11760   - "parent"
11761   - "tags"
11762   traces:
11763     hoverinfo: "x+y"
11764     boxpoints: "outliers"
11765     whiskerwidth: 0
11766   layout:
11767     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
11768     layout: "plot-throughput"
11769
11770 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
11771 - type: "plot"
11772   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
11773   algorithm: "plot_performance_box"
11774   output-file-type: ".html"
11775   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
11776   data: "plot-dpdk-throughput-latency-3n-hsw"
11777   filter: "'NIC_Intel-X710' and
11778            '64B' and
11779            'BASE' and
11780            'NDRPDR' and
11781            '1T1C' and
11782            'IP4FWD'"
11783   parameters:
11784   - "throughput"
11785   - "parent"
11786   - "tags"
11787   traces:
11788     hoverinfo: "x+y"
11789     boxpoints: "outliers"
11790     whiskerwidth: 0
11791   layout:
11792     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
11793     layout: "plot-throughput"
11794
11795 - type: "plot"
11796   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
11797   algorithm: "plot_performance_box"
11798   output-file-type: ".html"
11799   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
11800   data: "plot-dpdk-throughput-latency-3n-hsw"
11801   filter: "'NIC_Intel-X710' and
11802            '64B' and
11803            'BASE' and
11804            'NDRPDR' and
11805            '2T2C' and
11806            'IP4FWD'"
11807   parameters:
11808   - "throughput"
11809   - "parent"
11810   - "tags"
11811   traces:
11812     hoverinfo: "x+y"
11813     boxpoints: "outliers"
11814     whiskerwidth: 0
11815   layout:
11816     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
11817     layout: "plot-throughput"
11818
11819 - type: "plot"
11820   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
11821   algorithm: "plot_performance_box"
11822   output-file-type: ".html"
11823   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
11824   data: "plot-dpdk-throughput-latency-3n-hsw"
11825   filter: "'NIC_Intel-X710' and
11826            '64B' and
11827            'BASE' and
11828            'NDRPDR' and
11829            '1T1C' and
11830            'IP4FWD'"
11831   parameters:
11832   - "throughput"
11833   - "parent"
11834   - "tags"
11835   traces:
11836     hoverinfo: "x+y"
11837     boxpoints: "outliers"
11838     whiskerwidth: 0
11839   layout:
11840     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
11841     layout: "plot-throughput"
11842
11843 - type: "plot"
11844   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
11845   algorithm: "plot_performance_box"
11846   output-file-type: ".html"
11847   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
11848   data: "plot-dpdk-throughput-latency-3n-hsw"
11849   filter: "'NIC_Intel-X710' and
11850            '64B' and
11851            'BASE' and
11852            'NDRPDR' and
11853            '2T2C' and
11854            'IP4FWD'"
11855   parameters:
11856   - "throughput"
11857   - "parent"
11858   - "tags"
11859   traces:
11860     hoverinfo: "x+y"
11861     boxpoints: "outliers"
11862     whiskerwidth: 0
11863   layout:
11864     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
11865     layout: "plot-throughput"
11866
11867 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
11868 - type: "plot"
11869   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
11870   algorithm: "plot_performance_box"
11871   output-file-type: ".html"
11872   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
11873   data: "plot-dpdk-throughput-latency-3n-hsw"
11874   filter: "'NIC_Intel-XL710' and
11875            '64B' and
11876            'BASE' and
11877            'NDRPDR' and
11878            '1T1C' and
11879            'IP4FWD'"
11880   parameters:
11881   - "throughput"
11882   - "parent"
11883   - "tags"
11884   traces:
11885     hoverinfo: "x+y"
11886     boxpoints: "outliers"
11887     whiskerwidth: 0
11888   layout:
11889     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
11890     layout: "plot-throughput"
11891
11892 - type: "plot"
11893   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
11894   algorithm: "plot_performance_box"
11895   output-file-type: ".html"
11896   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
11897   data: "plot-dpdk-throughput-latency-3n-hsw"
11898   filter: "'NIC_Intel-XL710' and
11899            '64B' and
11900            'BASE' and
11901            'NDRPDR' and
11902            '2T2C' and
11903            'IP4FWD'"
11904   parameters:
11905   - "throughput"
11906   - "parent"
11907   - "tags"
11908   traces:
11909     hoverinfo: "x+y"
11910     boxpoints: "outliers"
11911     whiskerwidth: 0
11912   layout:
11913     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
11914     layout: "plot-throughput"
11915
11916 - type: "plot"
11917   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
11918   algorithm: "plot_performance_box"
11919   output-file-type: ".html"
11920   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
11921   data: "plot-dpdk-throughput-latency-3n-hsw"
11922   filter: "'NIC_Intel-XL710' and
11923            '64B' and
11924            'BASE' and
11925            'NDRPDR' and
11926            '1T1C' and
11927            'IP4FWD'"
11928   parameters:
11929   - "throughput"
11930   - "parent"
11931   - "tags"
11932   traces:
11933     hoverinfo: "x+y"
11934     boxpoints: "outliers"
11935     whiskerwidth: 0
11936   layout:
11937     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
11938     layout: "plot-throughput"
11939
11940 - type: "plot"
11941   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
11942   algorithm: "plot_performance_box"
11943   output-file-type: ".html"
11944   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
11945   data: "plot-dpdk-throughput-latency-3n-hsw"
11946   filter: "'NIC_Intel-XL710' and
11947            '64B' and
11948            'BASE' and
11949            'NDRPDR' and
11950            '2T2C' and
11951            'IP4FWD'"
11952   parameters:
11953   - "throughput"
11954   - "parent"
11955   - "tags"
11956   traces:
11957     hoverinfo: "x+y"
11958     boxpoints: "outliers"
11959     whiskerwidth: 0
11960   layout:
11961     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
11962     layout: "plot-throughput"
11963
11964 # Packet Throughput - DPDK l3fwd 3n-skx-x710
11965 - type: "plot"
11966   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
11967   algorithm: "plot_performance_box"
11968   output-file-type: ".html"
11969   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
11970   data: "plot-dpdk-throughput-latency-3n-skx"
11971   filter: "'NIC_Intel-X710' and
11972            '64B' and
11973            'BASE' and
11974            'NDRPDR' and
11975            '2T1C' and
11976            'IP4FWD'"
11977   parameters:
11978   - "throughput"
11979   - "parent"
11980   - "tags"
11981   traces:
11982     hoverinfo: "x+y"
11983     boxpoints: "outliers"
11984     whiskerwidth: 0
11985   layout:
11986     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
11987     layout: "plot-throughput"
11988
11989 - type: "plot"
11990   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
11991   algorithm: "plot_performance_box"
11992   output-file-type: ".html"
11993   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
11994   data: "plot-dpdk-throughput-latency-3n-skx"
11995   filter: "'NIC_Intel-X710' and
11996            '64B' and
11997            'BASE' and
11998            'NDRPDR' and
11999            '4T2C' and
12000            'IP4FWD'"
12001   parameters:
12002   - "throughput"
12003   - "parent"
12004   - "tags"
12005   traces:
12006     hoverinfo: "x+y"
12007     boxpoints: "outliers"
12008     whiskerwidth: 0
12009   layout:
12010     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
12011     layout: "plot-throughput"
12012
12013 - type: "plot"
12014   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
12015   algorithm: "plot_performance_box"
12016   output-file-type: ".html"
12017   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
12018   data: "plot-dpdk-throughput-latency-3n-skx"
12019   filter: "'NIC_Intel-X710' and
12020            '64B' and
12021            'BASE' and
12022            'NDRPDR' and
12023            '2T1C' and
12024            'IP4FWD'"
12025   parameters:
12026   - "throughput"
12027   - "parent"
12028   - "tags"
12029   traces:
12030     hoverinfo: "x+y"
12031     boxpoints: "outliers"
12032     whiskerwidth: 0
12033   layout:
12034     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
12035     layout: "plot-throughput"
12036
12037 - type: "plot"
12038   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
12039   algorithm: "plot_performance_box"
12040   output-file-type: ".html"
12041   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
12042   data: "plot-dpdk-throughput-latency-3n-skx"
12043   filter: "'NIC_Intel-X710' and
12044            '64B' and
12045            'BASE' and
12046            'NDRPDR' and
12047            '4T2C' and
12048            'IP4FWD'"
12049   parameters:
12050   - "throughput"
12051   - "parent"
12052   - "tags"
12053   traces:
12054     hoverinfo: "x+y"
12055     boxpoints: "outliers"
12056     whiskerwidth: 0
12057   layout:
12058     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
12059     layout: "plot-throughput"
12060
12061 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
12062 - type: "plot"
12063   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
12064   algorithm: "plot_performance_box"
12065   output-file-type: ".html"
12066   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
12067   data: "plot-dpdk-throughput-latency-3n-skx"
12068   filter: "'NIC_Intel-XXV710' and
12069            '64B' and
12070            'BASE' and
12071            'NDRPDR' and
12072            '2T1C' and
12073            'IP4FWD'"
12074   parameters:
12075   - "throughput"
12076   - "parent"
12077   - "tags"
12078   traces:
12079     hoverinfo: "x+y"
12080     boxpoints: "outliers"
12081     whiskerwidth: 0
12082   layout:
12083     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
12084     layout: "plot-throughput"
12085
12086 - type: "plot"
12087   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
12088   algorithm: "plot_performance_box"
12089   output-file-type: ".html"
12090   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
12091   data: "plot-dpdk-throughput-latency-3n-skx"
12092   filter: "'NIC_Intel-XXV710' and
12093            '64B' and
12094            'BASE' and
12095            'NDRPDR' and
12096            '4T2C' and
12097            'IP4FWD'"
12098   parameters:
12099   - "throughput"
12100   - "parent"
12101   - "tags"
12102   traces:
12103     hoverinfo: "x+y"
12104     boxpoints: "outliers"
12105     whiskerwidth: 0
12106   layout:
12107     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
12108     layout: "plot-throughput"
12109
12110 - type: "plot"
12111   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
12112   algorithm: "plot_performance_box"
12113   output-file-type: ".html"
12114   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
12115   data: "plot-dpdk-throughput-latency-3n-skx"
12116   filter: "'NIC_Intel-XXV710' and
12117            '64B' and
12118            'BASE' and
12119            'NDRPDR' and
12120            '2T1C' and
12121            'IP4FWD'"
12122   parameters:
12123   - "throughput"
12124   - "parent"
12125   - "tags"
12126   traces:
12127     hoverinfo: "x+y"
12128     boxpoints: "outliers"
12129     whiskerwidth: 0
12130   layout:
12131     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
12132     layout: "plot-throughput"
12133
12134 - type: "plot"
12135   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
12136   algorithm: "plot_performance_box"
12137   output-file-type: ".html"
12138   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
12139   data: "plot-dpdk-throughput-latency-3n-skx"
12140   filter: "'NIC_Intel-XXV710' and
12141            '64B' and
12142            'BASE' and
12143            'NDRPDR' and
12144            '4T2C' and
12145            'IP4FWD'"
12146   parameters:
12147   - "throughput"
12148   - "parent"
12149   - "tags"
12150   traces:
12151     hoverinfo: "x+y"
12152     boxpoints: "outliers"
12153     whiskerwidth: 0
12154   layout:
12155     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
12156     layout: "plot-throughput"
12157
12158 # Packet Throughput - DPDK l3fwd 2n-skx-x710
12159 - type: "plot"
12160   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
12161   algorithm: "plot_performance_box"
12162   output-file-type: ".html"
12163   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
12164   data: "plot-dpdk-throughput-latency-2n-skx"
12165   filter: "'NIC_Intel-X710' and
12166            '64B' and
12167            'BASE' and
12168            'NDRPDR' and
12169            '2T1C' and
12170            'IP4FWD'"
12171   parameters:
12172   - "throughput"
12173   - "parent"
12174   - "tags"
12175   traces:
12176     hoverinfo: "x+y"
12177     boxpoints: "outliers"
12178     whiskerwidth: 0
12179   layout:
12180     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
12181     layout: "plot-throughput"
12182
12183 - type: "plot"
12184   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
12185   algorithm: "plot_performance_box"
12186   output-file-type: ".html"
12187   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
12188   data: "plot-dpdk-throughput-latency-2n-skx"
12189   filter: "'NIC_Intel-X710' and
12190            '64B' and
12191            'BASE' and
12192            'NDRPDR' and
12193            '4T2C' and
12194            'IP4FWD'"
12195   parameters:
12196   - "throughput"
12197   - "parent"
12198   - "tags"
12199   traces:
12200     hoverinfo: "x+y"
12201     boxpoints: "outliers"
12202     whiskerwidth: 0
12203   layout:
12204     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
12205     layout: "plot-throughput"
12206
12207 - type: "plot"
12208   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
12209   algorithm: "plot_performance_box"
12210   output-file-type: ".html"
12211   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
12212   data: "plot-dpdk-throughput-latency-2n-skx"
12213   filter: "'NIC_Intel-X710' and
12214            '64B' and
12215            'BASE' and
12216            'NDRPDR' and
12217            '2T1C' and
12218            'IP4FWD'"
12219   parameters:
12220   - "throughput"
12221   - "parent"
12222   - "tags"
12223   traces:
12224     hoverinfo: "x+y"
12225     boxpoints: "outliers"
12226     whiskerwidth: 0
12227   layout:
12228     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
12229     layout: "plot-throughput"
12230
12231 - type: "plot"
12232   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
12233   algorithm: "plot_performance_box"
12234   output-file-type: ".html"
12235   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
12236   data: "plot-dpdk-throughput-latency-2n-skx"
12237   filter: "'NIC_Intel-X710' and
12238            '64B' and
12239            'BASE' and
12240            'NDRPDR' and
12241            '4T2C' and
12242            'IP4FWD'"
12243   parameters:
12244   - "throughput"
12245   - "parent"
12246   - "tags"
12247   traces:
12248     hoverinfo: "x+y"
12249     boxpoints: "outliers"
12250     whiskerwidth: 0
12251   layout:
12252     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
12253     layout: "plot-throughput"
12254
12255 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
12256 - type: "plot"
12257   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
12258   algorithm: "plot_performance_box"
12259   output-file-type: ".html"
12260   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
12261   data: "plot-dpdk-throughput-latency-2n-skx"
12262   filter: "'NIC_Intel-XXV710' and
12263            '64B' and
12264            'BASE' and
12265            'NDRPDR' and
12266            '2T1C' and
12267            'IP4FWD'"
12268   parameters:
12269   - "throughput"
12270   - "parent"
12271   - "tags"
12272   traces:
12273     hoverinfo: "x+y"
12274     boxpoints: "outliers"
12275     whiskerwidth: 0
12276   layout:
12277     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
12278     layout: "plot-throughput"
12279
12280 - type: "plot"
12281   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
12282   algorithm: "plot_performance_box"
12283   output-file-type: ".html"
12284   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
12285   data: "plot-dpdk-throughput-latency-2n-skx"
12286   filter: "'NIC_Intel-XXV710' and
12287            '64B' and
12288            'BASE' and
12289            'NDRPDR' and
12290            '4T2C' and
12291            'IP4FWD'"
12292   parameters:
12293   - "throughput"
12294   - "parent"
12295   - "tags"
12296   traces:
12297     hoverinfo: "x+y"
12298     boxpoints: "outliers"
12299     whiskerwidth: 0
12300   layout:
12301     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
12302     layout: "plot-throughput"
12303
12304 - type: "plot"
12305   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
12306   algorithm: "plot_performance_box"
12307   output-file-type: ".html"
12308   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
12309   data: "plot-dpdk-throughput-latency-2n-skx"
12310   filter: "'NIC_Intel-XXV710' and
12311            '64B' and
12312            'BASE' and
12313            'NDRPDR' and
12314            '2T1C' and
12315            'IP4FWD'"
12316   parameters:
12317   - "throughput"
12318   - "parent"
12319   - "tags"
12320   traces:
12321     hoverinfo: "x+y"
12322     boxpoints: "outliers"
12323     whiskerwidth: 0
12324   layout:
12325     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
12326     layout: "plot-throughput"
12327
12328 - type: "plot"
12329   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
12330   algorithm: "plot_performance_box"
12331   output-file-type: ".html"
12332   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
12333   data: "plot-dpdk-throughput-latency-2n-skx"
12334   filter: "'NIC_Intel-XXV710' and
12335            '64B' and
12336            'BASE' and
12337            'NDRPDR' and
12338            '4T2C' and
12339            'IP4FWD'"
12340   parameters:
12341   - "throughput"
12342   - "parent"
12343   - "tags"
12344   traces:
12345     hoverinfo: "x+y"
12346     boxpoints: "outliers"
12347     whiskerwidth: 0
12348   layout:
12349     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
12350     layout: "plot-throughput"
12351
12352 ################################################################################
12353
12354 # Packet Throughput - DPDK testpmd 3n-hsw-x520
12355 - type: "plot"
12356   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
12357   algorithm: "plot_performance_box"
12358   output-file-type: ".html"
12359   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
12360   data: "plot-dpdk-throughput-latency-3n-hsw"
12361   filter: "'NIC_Intel-X520-DA2' and
12362            '64B' and
12363            'BASE' and
12364            'NDRPDR' and
12365            '1T1C' and
12366            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12367   parameters:
12368   - "throughput"
12369   - "parent"
12370   - "tags"
12371   traces:
12372     hoverinfo: "x+y"
12373     boxpoints: "outliers"
12374     whiskerwidth: 0
12375   layout:
12376     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
12377     layout: "plot-throughput"
12378
12379 - type: "plot"
12380   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
12381   algorithm: "plot_performance_box"
12382   output-file-type: ".html"
12383   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
12384   data: "plot-dpdk-throughput-latency-3n-hsw"
12385   filter: "'NIC_Intel-X520-DA2' and
12386            '64B' and
12387            'BASE' and
12388            'NDRPDR' and
12389            '2T2C' and
12390            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12391   parameters:
12392   - "throughput"
12393   - "parent"
12394   - "tags"
12395   traces:
12396     hoverinfo: "x+y"
12397     boxpoints: "outliers"
12398     whiskerwidth: 0
12399   layout:
12400     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
12401     layout: "plot-throughput"
12402
12403 - type: "plot"
12404   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
12405   algorithm: "plot_performance_box"
12406   output-file-type: ".html"
12407   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
12408   data: "plot-dpdk-throughput-latency-3n-hsw"
12409   filter: "'NIC_Intel-X520-DA2' and
12410            '64B' and
12411            'BASE' and
12412            'NDRPDR' and
12413            '1T1C' and
12414            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12415   parameters:
12416   - "throughput"
12417   - "parent"
12418   - "tags"
12419   traces:
12420     hoverinfo: "x+y"
12421     boxpoints: "outliers"
12422     whiskerwidth: 0
12423   layout:
12424     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
12425     layout: "plot-throughput"
12426
12427 - type: "plot"
12428   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
12429   algorithm: "plot_performance_box"
12430   output-file-type: ".html"
12431   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
12432   data: "plot-dpdk-throughput-latency-3n-hsw"
12433   filter: "'NIC_Intel-X520-DA2' and
12434            '64B' and
12435            'BASE' and
12436            'NDRPDR' and
12437            '2T2C' and
12438            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12439   parameters:
12440   - "throughput"
12441   - "parent"
12442   - "tags"
12443   traces:
12444     hoverinfo: "x+y"
12445     boxpoints: "outliers"
12446     whiskerwidth: 0
12447   layout:
12448     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
12449     layout: "plot-throughput"
12450
12451 # Packet Throughput - DPDK testpmd 3n-hsw-x710
12452 - type: "plot"
12453   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
12454   algorithm: "plot_performance_box"
12455   output-file-type: ".html"
12456   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
12457   data: "plot-dpdk-throughput-latency-3n-hsw"
12458   filter: "'NIC_Intel-X710' and
12459            '64B' and
12460            'BASE' and
12461            'NDRPDR' and
12462            '1T1C' and
12463            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12464   parameters:
12465   - "throughput"
12466   - "parent"
12467   - "tags"
12468   traces:
12469     hoverinfo: "x+y"
12470     boxpoints: "outliers"
12471     whiskerwidth: 0
12472   layout:
12473     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
12474     layout: "plot-throughput"
12475
12476 - type: "plot"
12477   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
12478   algorithm: "plot_performance_box"
12479   output-file-type: ".html"
12480   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
12481   data: "plot-dpdk-throughput-latency-3n-hsw"
12482   filter: "'NIC_Intel-X710' and
12483            '64B' and
12484            'BASE' and
12485            'NDRPDR' and
12486            '2T2C' and
12487            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12488   parameters:
12489   - "throughput"
12490   - "parent"
12491   - "tags"
12492   traces:
12493     hoverinfo: "x+y"
12494     boxpoints: "outliers"
12495     whiskerwidth: 0
12496   layout:
12497     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
12498     layout: "plot-throughput"
12499
12500 - type: "plot"
12501   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
12502   algorithm: "plot_performance_box"
12503   output-file-type: ".html"
12504   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
12505   data: "plot-dpdk-throughput-latency-3n-hsw"
12506   filter: "'NIC_Intel-X710' and
12507            '64B' and
12508            'BASE' and
12509            'NDRPDR' and
12510            '1T1C' and
12511            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12512   parameters:
12513   - "throughput"
12514   - "parent"
12515   - "tags"
12516   traces:
12517     hoverinfo: "x+y"
12518     boxpoints: "outliers"
12519     whiskerwidth: 0
12520   layout:
12521     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
12522     layout: "plot-throughput"
12523
12524 - type: "plot"
12525   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
12526   algorithm: "plot_performance_box"
12527   output-file-type: ".html"
12528   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
12529   data: "plot-dpdk-throughput-latency-3n-hsw"
12530   filter: "'NIC_Intel-X710' and
12531            '64B' and
12532            'BASE' and
12533            'NDRPDR' and
12534            '2T2C' and
12535            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12536   parameters:
12537   - "throughput"
12538   - "parent"
12539   - "tags"
12540   traces:
12541     hoverinfo: "x+y"
12542     boxpoints: "outliers"
12543     whiskerwidth: 0
12544   layout:
12545     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
12546     layout: "plot-throughput"
12547
12548 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
12549 - type: "plot"
12550   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
12551   algorithm: "plot_performance_box"
12552   output-file-type: ".html"
12553   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
12554   data: "plot-dpdk-throughput-latency-3n-hsw"
12555   filter: "'NIC_Intel-XL710' and
12556            '64B' and
12557            'BASE' and
12558            'NDRPDR' and
12559            '1T1C' and
12560            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12561   parameters:
12562   - "throughput"
12563   - "parent"
12564   - "tags"
12565   traces:
12566     hoverinfo: "x+y"
12567     boxpoints: "outliers"
12568     whiskerwidth: 0
12569   layout:
12570     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
12571     layout: "plot-throughput"
12572
12573 - type: "plot"
12574   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
12575   algorithm: "plot_performance_box"
12576   output-file-type: ".html"
12577   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
12578   data: "plot-dpdk-throughput-latency-3n-hsw"
12579   filter: "'NIC_Intel-XL710' and
12580            '64B' and
12581            'BASE' and
12582            'NDRPDR' and
12583            '2T2C' and
12584            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12585   parameters:
12586   - "throughput"
12587   - "parent"
12588   - "tags"
12589   traces:
12590     hoverinfo: "x+y"
12591     boxpoints: "outliers"
12592     whiskerwidth: 0
12593   layout:
12594     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
12595     layout: "plot-throughput"
12596
12597 - type: "plot"
12598   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
12599   algorithm: "plot_performance_box"
12600   output-file-type: ".html"
12601   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
12602   data: "plot-dpdk-throughput-latency-3n-hsw"
12603   filter: "'NIC_Intel-XL710' and
12604            '64B' and
12605            'BASE' and
12606            'NDRPDR' and
12607            '1T1C' and
12608            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12609   parameters:
12610   - "throughput"
12611   - "parent"
12612   - "tags"
12613   traces:
12614     hoverinfo: "x+y"
12615     boxpoints: "outliers"
12616     whiskerwidth: 0
12617   layout:
12618     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
12619     layout: "plot-throughput"
12620
12621 - type: "plot"
12622   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
12623   algorithm: "plot_performance_box"
12624   output-file-type: ".html"
12625   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
12626   data: "plot-dpdk-throughput-latency-3n-hsw"
12627   filter: "'NIC_Intel-XL710' and
12628            '64B' and
12629            'BASE' and
12630            'NDRPDR' and
12631            '2T2C' and
12632            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12633   parameters:
12634   - "throughput"
12635   - "parent"
12636   - "tags"
12637   traces:
12638     hoverinfo: "x+y"
12639     boxpoints: "outliers"
12640     whiskerwidth: 0
12641   layout:
12642     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
12643     layout: "plot-throughput"
12644
12645 # Packet Throughput - DPDK testpmd 3n-skx-x710
12646 - type: "plot"
12647   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
12648   algorithm: "plot_performance_box"
12649   output-file-type: ".html"
12650   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
12651   data: "plot-dpdk-throughput-latency-3n-skx"
12652   filter: "'NIC_Intel-X710' and
12653            '64B' and
12654            'BASE' and
12655            'NDRPDR' and
12656            '2T1C' and
12657            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12658   parameters:
12659   - "throughput"
12660   - "parent"
12661   - "tags"
12662   traces:
12663     hoverinfo: "x+y"
12664     boxpoints: "outliers"
12665     whiskerwidth: 0
12666   layout:
12667     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
12668     layout: "plot-throughput"
12669
12670 - type: "plot"
12671   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
12672   algorithm: "plot_performance_box"
12673   output-file-type: ".html"
12674   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
12675   data: "plot-dpdk-throughput-latency-3n-skx"
12676   filter: "'NIC_Intel-X710' and
12677            '64B' and
12678            'BASE' and
12679            'NDRPDR' and
12680            '4T2C' and
12681            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12682   parameters:
12683   - "throughput"
12684   - "parent"
12685   - "tags"
12686   traces:
12687     hoverinfo: "x+y"
12688     boxpoints: "outliers"
12689     whiskerwidth: 0
12690   layout:
12691     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
12692     layout: "plot-throughput"
12693
12694 - type: "plot"
12695   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
12696   algorithm: "plot_performance_box"
12697   output-file-type: ".html"
12698   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
12699   data: "plot-dpdk-throughput-latency-3n-skx"
12700   filter: "'NIC_Intel-X710' and
12701            '64B' and
12702            'BASE' and
12703            'NDRPDR' and
12704            '2T1C' and
12705            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12706   parameters:
12707   - "throughput"
12708   - "parent"
12709   - "tags"
12710   traces:
12711     hoverinfo: "x+y"
12712     boxpoints: "outliers"
12713     whiskerwidth: 0
12714   layout:
12715     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
12716     layout: "plot-throughput"
12717
12718 - type: "plot"
12719   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
12720   algorithm: "plot_performance_box"
12721   output-file-type: ".html"
12722   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
12723   data: "plot-dpdk-throughput-latency-3n-skx"
12724   filter: "'NIC_Intel-X710' and
12725            '64B' and
12726            'BASE' and
12727            'NDRPDR' and
12728            '4T2C' and
12729            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12730   parameters:
12731   - "throughput"
12732   - "parent"
12733   - "tags"
12734   traces:
12735     hoverinfo: "x+y"
12736     boxpoints: "outliers"
12737     whiskerwidth: 0
12738   layout:
12739     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
12740     layout: "plot-throughput"
12741
12742 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
12743 - type: "plot"
12744   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
12745   algorithm: "plot_performance_box"
12746   output-file-type: ".html"
12747   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
12748   data: "plot-dpdk-throughput-latency-3n-skx"
12749   filter: "'NIC_Intel-XXV710' and
12750            '64B' and
12751            'BASE' and
12752            'NDRPDR' and
12753            '2T1C' and
12754            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12755   parameters:
12756   - "throughput"
12757   - "parent"
12758   - "tags"
12759   traces:
12760     hoverinfo: "x+y"
12761     boxpoints: "outliers"
12762     whiskerwidth: 0
12763   layout:
12764     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
12765     layout: "plot-throughput"
12766
12767 - type: "plot"
12768   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
12769   algorithm: "plot_performance_box"
12770   output-file-type: ".html"
12771   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
12772   data: "plot-dpdk-throughput-latency-3n-skx"
12773   filter: "'NIC_Intel-XXV710' and
12774            '64B' and
12775            'BASE' and
12776            'NDRPDR' and
12777            '4T2C' and
12778            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12779   parameters:
12780   - "throughput"
12781   - "parent"
12782   - "tags"
12783   traces:
12784     hoverinfo: "x+y"
12785     boxpoints: "outliers"
12786     whiskerwidth: 0
12787   layout:
12788     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
12789     layout: "plot-throughput"
12790
12791 - type: "plot"
12792   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
12793   algorithm: "plot_performance_box"
12794   output-file-type: ".html"
12795   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
12796   data: "plot-dpdk-throughput-latency-3n-skx"
12797   filter: "'NIC_Intel-XXV710' and
12798            '64B' and
12799            'BASE' and
12800            'NDRPDR' and
12801            '2T1C' and
12802            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12803   parameters:
12804   - "throughput"
12805   - "parent"
12806   - "tags"
12807   traces:
12808     hoverinfo: "x+y"
12809     boxpoints: "outliers"
12810     whiskerwidth: 0
12811   layout:
12812     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
12813     layout: "plot-throughput"
12814
12815 - type: "plot"
12816   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
12817   algorithm: "plot_performance_box"
12818   output-file-type: ".html"
12819   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
12820   data: "plot-dpdk-throughput-latency-3n-skx"
12821   filter: "'NIC_Intel-XXV710' and
12822            '64B' and
12823            'BASE' and
12824            'NDRPDR' and
12825            '4T2C' and
12826            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12827   parameters:
12828   - "throughput"
12829   - "parent"
12830   - "tags"
12831   traces:
12832     hoverinfo: "x+y"
12833     boxpoints: "outliers"
12834     whiskerwidth: 0
12835   layout:
12836     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
12837     layout: "plot-throughput"
12838
12839 # Packet Throughput - DPDK testpmd 2n-skx-x710
12840 - type: "plot"
12841   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
12842   algorithm: "plot_performance_box"
12843   output-file-type: ".html"
12844   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
12845   data: "plot-dpdk-throughput-latency-2n-skx"
12846   filter: "'NIC_Intel-X710' and
12847            '64B' and
12848            'BASE' and
12849            'NDRPDR' and
12850            '2T1C' and
12851            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12852   parameters:
12853   - "throughput"
12854   - "parent"
12855   - "tags"
12856   traces:
12857     hoverinfo: "x+y"
12858     boxpoints: "outliers"
12859     whiskerwidth: 0
12860   layout:
12861     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
12862     layout: "plot-throughput"
12863
12864 - type: "plot"
12865   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
12866   algorithm: "plot_performance_box"
12867   output-file-type: ".html"
12868   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
12869   data: "plot-dpdk-throughput-latency-2n-skx"
12870   filter: "'NIC_Intel-X710' and
12871            '64B' and
12872            'BASE' and
12873            'NDRPDR' and
12874            '4T2C' and
12875            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12876   parameters:
12877   - "throughput"
12878   - "parent"
12879   - "tags"
12880   traces:
12881     hoverinfo: "x+y"
12882     boxpoints: "outliers"
12883     whiskerwidth: 0
12884   layout:
12885     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
12886     layout: "plot-throughput"
12887
12888 - type: "plot"
12889   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
12890   algorithm: "plot_performance_box"
12891   output-file-type: ".html"
12892   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
12893   data: "plot-dpdk-throughput-latency-2n-skx"
12894   filter: "'NIC_Intel-X710' and
12895            '64B' and
12896            'BASE' and
12897            'NDRPDR' and
12898            '2T1C' and
12899            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12900   parameters:
12901   - "throughput"
12902   - "parent"
12903   - "tags"
12904   traces:
12905     hoverinfo: "x+y"
12906     boxpoints: "outliers"
12907     whiskerwidth: 0
12908   layout:
12909     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
12910     layout: "plot-throughput"
12911
12912 - type: "plot"
12913   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
12914   algorithm: "plot_performance_box"
12915   output-file-type: ".html"
12916   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
12917   data: "plot-dpdk-throughput-latency-2n-skx"
12918   filter: "'NIC_Intel-X710' and
12919            '64B' and
12920            'BASE' and
12921            'NDRPDR' and
12922            '4T2C' and
12923            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12924   parameters:
12925   - "throughput"
12926   - "parent"
12927   - "tags"
12928   traces:
12929     hoverinfo: "x+y"
12930     boxpoints: "outliers"
12931     whiskerwidth: 0
12932   layout:
12933     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
12934     layout: "plot-throughput"
12935
12936 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
12937 - type: "plot"
12938   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
12939   algorithm: "plot_performance_box"
12940   output-file-type: ".html"
12941   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
12942   data: "plot-dpdk-throughput-latency-2n-skx"
12943   filter: "'NIC_Intel-XXV710' and
12944            '64B' and
12945            'BASE' and
12946            'NDRPDR' and
12947            '2T1C' and
12948            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12949   parameters:
12950   - "throughput"
12951   - "parent"
12952   - "tags"
12953   traces:
12954     hoverinfo: "x+y"
12955     boxpoints: "outliers"
12956     whiskerwidth: 0
12957   layout:
12958     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
12959     layout: "plot-throughput"
12960
12961 - type: "plot"
12962   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
12963   algorithm: "plot_performance_box"
12964   output-file-type: ".html"
12965   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
12966   data: "plot-dpdk-throughput-latency-2n-skx"
12967   filter: "'NIC_Intel-XXV710' and
12968            '64B' and
12969            'BASE' and
12970            'NDRPDR' and
12971            '4T2C' and
12972            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12973   parameters:
12974   - "throughput"
12975   - "parent"
12976   - "tags"
12977   traces:
12978     hoverinfo: "x+y"
12979     boxpoints: "outliers"
12980     whiskerwidth: 0
12981   layout:
12982     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
12983     layout: "plot-throughput"
12984
12985 - type: "plot"
12986   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
12987   algorithm: "plot_performance_box"
12988   output-file-type: ".html"
12989   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
12990   data: "plot-dpdk-throughput-latency-2n-skx"
12991   filter: "'NIC_Intel-XXV710' and
12992            '64B' and
12993            'BASE' and
12994            'NDRPDR' and
12995            '2T1C' and
12996            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12997   parameters:
12998   - "throughput"
12999   - "parent"
13000   - "tags"
13001   traces:
13002     hoverinfo: "x+y"
13003     boxpoints: "outliers"
13004     whiskerwidth: 0
13005   layout:
13006     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
13007     layout: "plot-throughput"
13008
13009 - type: "plot"
13010   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
13011   algorithm: "plot_performance_box"
13012   output-file-type: ".html"
13013   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
13014   data: "plot-dpdk-throughput-latency-2n-skx"
13015   filter: "'NIC_Intel-XXV710' and
13016            '64B' and
13017            'BASE' and
13018            'NDRPDR' and
13019            '4T2C' and
13020            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13021   parameters:
13022   - "throughput"
13023   - "parent"
13024   - "tags"
13025   traces:
13026     hoverinfo: "x+y"
13027     boxpoints: "outliers"
13028     whiskerwidth: 0
13029   layout:
13030     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
13031     layout: "plot-throughput"
13032
13033 ################################################################################
13034
13035 # Packet Latency - DPDK l3fwd 3n-hsw-x520
13036 - type: "plot"
13037   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
13038   algorithm: "plot_latency_error_bars"
13039   output-file-type: ".html"
13040   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
13041   data: "plot-dpdk-throughput-latency-3n-hsw"
13042   filter: "'NIC_Intel-X520-DA2' and
13043            '64B' and
13044            'BASE' and
13045            'NDRPDR' and
13046            '1T1C' and
13047            'IP4FWD'"
13048   parameters:
13049   - "latency"
13050   - "parent"
13051   - "tags"
13052   layout:
13053     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
13054     layout: "plot-latency"
13055
13056 - type: "plot"
13057   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
13058   algorithm: "plot_latency_error_bars"
13059   output-file-type: ".html"
13060   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
13061   data: "plot-dpdk-throughput-latency-3n-hsw"
13062   filter: "'NIC_Intel-X520-DA2' and
13063            '64B' and
13064            'BASE' and
13065            'NDRPDR' and
13066            '2T2C' and
13067            'IP4FWD'"
13068   parameters:
13069   - "latency"
13070   - "parent"
13071   - "tags"
13072   layout:
13073     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
13074     layout: "plot-latency"
13075
13076 # Packet Latency - DPDK l3fwd 3n-hsw-x710
13077 - type: "plot"
13078   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
13079   algorithm: "plot_latency_error_bars"
13080   output-file-type: ".html"
13081   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
13082   data: "plot-dpdk-throughput-latency-3n-hsw"
13083   filter: "'NIC_Intel-X710' and
13084            '64B' and
13085            'BASE' and
13086            'NDRPDR' and
13087            '1T1C' and
13088            'IP4FWD'"
13089   parameters:
13090   - "latency"
13091   - "parent"
13092   - "tags"
13093   layout:
13094     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
13095     layout: "plot-latency"
13096
13097 - type: "plot"
13098   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
13099   algorithm: "plot_latency_error_bars"
13100   output-file-type: ".html"
13101   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
13102   data: "plot-dpdk-throughput-latency-3n-hsw"
13103   filter: "'NIC_Intel-X710' and
13104            '64B' and
13105            'BASE' and
13106            'NDRPDR' and
13107            '2T2C' and
13108            'IP4FWD'"
13109   parameters:
13110   - "latency"
13111   - "parent"
13112   - "tags"
13113   layout:
13114     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
13115     layout: "plot-latency"
13116
13117 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
13118 - type: "plot"
13119   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
13120   algorithm: "plot_latency_error_bars"
13121   output-file-type: ".html"
13122   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
13123   data: "plot-dpdk-throughput-latency-3n-hsw"
13124   filter: "'NIC_Intel-XL710' and
13125            '64B' and
13126            'BASE' and
13127            'NDRPDR' and
13128            '1T1C' and
13129            'IP4FWD'"
13130   parameters:
13131   - "latency"
13132   - "parent"
13133   - "tags"
13134   layout:
13135     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
13136     layout: "plot-latency"
13137
13138 - type: "plot"
13139   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
13140   algorithm: "plot_latency_error_bars"
13141   output-file-type: ".html"
13142   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
13143   data: "plot-dpdk-throughput-latency-3n-hsw"
13144   filter: "'NIC_Intel-XL710' and
13145            '64B' and
13146            'BASE' and
13147            'NDRPDR' and
13148            '2T2C' and
13149            'IP4FWD'"
13150   parameters:
13151   - "latency"
13152   - "parent"
13153   - "tags"
13154   layout:
13155     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
13156     layout: "plot-latency"
13157
13158 # Packet Latency - DPDK l3fwd 3n-skx-x710
13159 - type: "plot"
13160   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
13161   algorithm: "plot_latency_error_bars"
13162   output-file-type: ".html"
13163   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
13164   data: "plot-dpdk-throughput-latency-3n-skx"
13165   filter: "'NIC_Intel-X710' and
13166            '64B' and
13167            'BASE' and
13168            'NDRPDR' and
13169            '2T1C' and
13170            'IP4FWD'"
13171   parameters:
13172   - "latency"
13173   - "parent"
13174   - "tags"
13175   layout:
13176     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
13177     layout: "plot-latency"
13178
13179 - type: "plot"
13180   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
13181   algorithm: "plot_latency_error_bars"
13182   output-file-type: ".html"
13183   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
13184   data: "plot-dpdk-throughput-latency-3n-skx"
13185   filter: "'NIC_Intel-X710' and
13186            '64B' and
13187            'BASE' and
13188            'NDRPDR' and
13189            '4T2C' and
13190            'IP4FWD'"
13191   parameters:
13192   - "latency"
13193   - "parent"
13194   - "tags"
13195   layout:
13196     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
13197     layout: "plot-latency"
13198
13199 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
13200 - type: "plot"
13201   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
13202   algorithm: "plot_latency_error_bars"
13203   output-file-type: ".html"
13204   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
13205   data: "plot-dpdk-throughput-latency-3n-skx"
13206   filter: "'NIC_Intel-XXV710' and
13207            '64B' and
13208            'BASE' and
13209            'NDRPDR' and
13210            '2T1C' and
13211            'IP4FWD'"
13212   parameters:
13213   - "latency"
13214   - "parent"
13215   - "tags"
13216   layout:
13217     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
13218     layout: "plot-latency"
13219
13220 - type: "plot"
13221   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
13222   algorithm: "plot_latency_error_bars"
13223   output-file-type: ".html"
13224   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
13225   data: "plot-dpdk-throughput-latency-3n-skx"
13226   filter: "'NIC_Intel-XXV710' and
13227            '64B' and
13228            'BASE' and
13229            'NDRPDR' and
13230            '4T2C' and
13231            'IP4FWD'"
13232   parameters:
13233   - "latency"
13234   - "parent"
13235   - "tags"
13236   layout:
13237     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
13238     layout: "plot-latency"
13239
13240 # Packet Latency - DPDK l3fwd 2n-skx-x710
13241 - type: "plot"
13242   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
13243   algorithm: "plot_latency_error_bars"
13244   output-file-type: ".html"
13245   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
13246   data: "plot-dpdk-throughput-latency-2n-skx"
13247   filter: "'NIC_Intel-X710' and
13248            '64B' and
13249            'BASE' and
13250            'NDRPDR' and
13251            '2T1C' and
13252            'IP4FWD'"
13253   parameters:
13254   - "latency"
13255   - "parent"
13256   - "tags"
13257   layout:
13258     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
13259     layout: "plot-latency"
13260
13261 - type: "plot"
13262   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
13263   algorithm: "plot_latency_error_bars"
13264   output-file-type: ".html"
13265   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
13266   data: "plot-dpdk-throughput-latency-2n-skx"
13267   filter: "'NIC_Intel-X710' and
13268            '64B' and
13269            'BASE' and
13270            'NDRPDR' and
13271            '4T2C' and
13272            'IP4FWD'"
13273   parameters:
13274   - "latency"
13275   - "parent"
13276   - "tags"
13277   layout:
13278     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
13279     layout: "plot-latency"
13280
13281 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
13282 - type: "plot"
13283   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
13284   algorithm: "plot_latency_error_bars"
13285   output-file-type: ".html"
13286   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
13287   data: "plot-dpdk-throughput-latency-2n-skx"
13288   filter: "'NIC_Intel-XXV710' and
13289            '64B' and
13290            'BASE' and
13291            'NDRPDR' and
13292            '2T1C' and
13293            'IP4FWD'"
13294   parameters:
13295   - "latency"
13296   - "parent"
13297   - "tags"
13298   layout:
13299     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
13300     layout: "plot-latency"
13301
13302 - type: "plot"
13303   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
13304   algorithm: "plot_latency_error_bars"
13305   output-file-type: ".html"
13306   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
13307   data: "plot-dpdk-throughput-latency-2n-skx"
13308   filter: "'NIC_Intel-XXV710' and
13309            '64B' and
13310            'BASE' and
13311            'NDRPDR' and
13312            '4T2C' and
13313            'IP4FWD'"
13314   parameters:
13315   - "latency"
13316   - "parent"
13317   - "tags"
13318   layout:
13319     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
13320     layout: "plot-latency"
13321
13322 ################################################################################
13323
13324 # Packet Latency - DPDK testpmd 3n-hsw-x520
13325 - type: "plot"
13326   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
13327   algorithm: "plot_latency_error_bars"
13328   output-file-type: ".html"
13329   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
13330   data: "plot-dpdk-throughput-latency-3n-hsw"
13331   filter: "'NIC_Intel-X520-DA2' and
13332            '64B' and
13333            'BASE' and
13334            'NDRPDR' and
13335            '1T1C' and
13336            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13337   parameters:
13338   - "latency"
13339   - "parent"
13340   - "tags"
13341   layout:
13342     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
13343     layout: "plot-latency"
13344
13345 - type: "plot"
13346   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
13347   algorithm: "plot_latency_error_bars"
13348   output-file-type: ".html"
13349   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
13350   data: "plot-dpdk-throughput-latency-3n-hsw"
13351   filter: "'NIC_Intel-X520-DA2' and
13352            '64B' and
13353            'BASE' and
13354            'NDRPDR' and
13355            '2T2C' and
13356            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13357   parameters:
13358   - "latency"
13359   - "parent"
13360   - "tags"
13361   layout:
13362     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
13363     layout: "plot-latency"
13364
13365 # Packet Latency - DPDK testpmd 3n-hsw-x710
13366 - type: "plot"
13367   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
13368   algorithm: "plot_latency_error_bars"
13369   output-file-type: ".html"
13370   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
13371   data: "plot-dpdk-throughput-latency-3n-hsw"
13372   filter: "'NIC_Intel-X710' and
13373            '64B' and
13374            'BASE' and
13375            'NDRPDR' and
13376            '1T1C' and
13377            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13378   parameters:
13379   - "latency"
13380   - "parent"
13381   - "tags"
13382   layout:
13383     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
13384     layout: "plot-latency"
13385
13386 - type: "plot"
13387   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
13388   algorithm: "plot_latency_error_bars"
13389   output-file-type: ".html"
13390   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
13391   data: "plot-dpdk-throughput-latency-3n-hsw"
13392   filter: "'NIC_Intel-X710' and
13393            '64B' and
13394            'BASE' and
13395            'NDRPDR' and
13396            '2T2C' and
13397            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13398   parameters:
13399   - "latency"
13400   - "parent"
13401   - "tags"
13402   layout:
13403     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
13404     layout: "plot-latency"
13405
13406 # Packet Latency - DPDK testpmd 3n-hsw-xl710
13407 - type: "plot"
13408   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
13409   algorithm: "plot_latency_error_bars"
13410   output-file-type: ".html"
13411   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
13412   data: "plot-dpdk-throughput-latency-3n-hsw"
13413   filter: "'NIC_Intel-XL710' and
13414            '64B' and
13415            'BASE' and
13416            'NDRPDR' and
13417            '1T1C' and
13418            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13419   parameters:
13420   - "latency"
13421   - "parent"
13422   - "tags"
13423   layout:
13424     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
13425     layout: "plot-latency"
13426
13427 - type: "plot"
13428   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
13429   algorithm: "plot_latency_error_bars"
13430   output-file-type: ".html"
13431   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
13432   data: "plot-dpdk-throughput-latency-3n-hsw"
13433   filter: "'NIC_Intel-XL710' and
13434            '64B' and
13435            'BASE' and
13436            'NDRPDR' and
13437            '2T2C' and
13438            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13439   parameters:
13440   - "latency"
13441   - "parent"
13442   - "tags"
13443   layout:
13444     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
13445     layout: "plot-latency"
13446
13447 # Packet Latency - DPDK testpmd 3n-skx-x710
13448 - type: "plot"
13449   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
13450   algorithm: "plot_latency_error_bars"
13451   output-file-type: ".html"
13452   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
13453   data: "plot-dpdk-throughput-latency-3n-skx"
13454   filter: "'NIC_Intel-X710' and
13455            '64B' and
13456            'BASE' and
13457            'NDRPDR' and
13458            '2T1C' and
13459            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13460   parameters:
13461   - "latency"
13462   - "parent"
13463   - "tags"
13464   layout:
13465     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
13466     layout: "plot-latency"
13467
13468 - type: "plot"
13469   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
13470   algorithm: "plot_latency_error_bars"
13471   output-file-type: ".html"
13472   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
13473   data: "plot-dpdk-throughput-latency-3n-skx"
13474   filter: "'NIC_Intel-X710' and
13475            '64B' and
13476            'BASE' and
13477            'NDRPDR' and
13478            '4T2C' and
13479            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13480   parameters:
13481   - "latency"
13482   - "parent"
13483   - "tags"
13484   layout:
13485     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
13486     layout: "plot-latency"
13487
13488 # Packet Latency - DPDK testpmd 3n-skx-xxv710
13489 - type: "plot"
13490   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
13491   algorithm: "plot_latency_error_bars"
13492   output-file-type: ".html"
13493   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
13494   data: "plot-dpdk-throughput-latency-3n-skx"
13495   filter: "'NIC_Intel-XXV710' and
13496            '64B' and
13497            'BASE' and
13498            'NDRPDR' and
13499            '2T1C' and
13500            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13501   parameters:
13502   - "latency"
13503   - "parent"
13504   - "tags"
13505   layout:
13506     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
13507     layout: "plot-latency"
13508
13509 - type: "plot"
13510   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
13511   algorithm: "plot_latency_error_bars"
13512   output-file-type: ".html"
13513   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
13514   data: "plot-dpdk-throughput-latency-3n-skx"
13515   filter: "'NIC_Intel-XXV710' and
13516            '64B' and
13517            'BASE' and
13518            'NDRPDR' and
13519            '4T2C' and
13520            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13521   parameters:
13522   - "latency"
13523   - "parent"
13524   - "tags"
13525   layout:
13526     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
13527     layout: "plot-latency"
13528
13529 # Packet Latency - DPDK testpmd 2n-skx-x710
13530 - type: "plot"
13531   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
13532   algorithm: "plot_latency_error_bars"
13533   output-file-type: ".html"
13534   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
13535   data: "plot-dpdk-throughput-latency-2n-skx"
13536   filter: "'NIC_Intel-X710' and
13537            '64B' and
13538            'BASE' and
13539            'NDRPDR' and
13540            '2T1C' and
13541            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13542   parameters:
13543   - "latency"
13544   - "parent"
13545   - "tags"
13546   layout:
13547     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
13548     layout: "plot-latency"
13549
13550 - type: "plot"
13551   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
13552   algorithm: "plot_latency_error_bars"
13553   output-file-type: ".html"
13554   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
13555   data: "plot-dpdk-throughput-latency-2n-skx"
13556   filter: "'NIC_Intel-X710' and
13557            '64B' and
13558            'BASE' and
13559            'NDRPDR' and
13560            '4T2C' and
13561            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13562   parameters:
13563   - "latency"
13564   - "parent"
13565   - "tags"
13566   layout:
13567     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
13568     layout: "plot-latency"
13569
13570 # Packet Latency - DPDK testpmd 2n-skx-xxv710
13571 - type: "plot"
13572   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
13573   algorithm: "plot_latency_error_bars"
13574   output-file-type: ".html"
13575   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
13576   data: "plot-dpdk-throughput-latency-2n-skx"
13577   filter: "'NIC_Intel-XXV710' and
13578            '64B' and
13579            'BASE' and
13580            'NDRPDR' and
13581            '2T1C' and
13582            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13583   parameters:
13584   - "latency"
13585   - "parent"
13586   - "tags"
13587   layout:
13588     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
13589     layout: "plot-latency"
13590
13591 - type: "plot"
13592   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
13593   algorithm: "plot_latency_error_bars"
13594   output-file-type: ".html"
13595   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
13596   data: "plot-dpdk-throughput-latency-2n-skx"
13597   filter: "'NIC_Intel-XXV710' and
13598            '64B' and
13599            'BASE' and
13600            'NDRPDR' and
13601            '4T2C' and
13602            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13603   parameters:
13604   - "latency"
13605   - "parent"
13606   - "tags"
13607   layout:
13608     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
13609     layout: "plot-latency"