88466cffa3a021b2a3bb6ab784dcae7262304539
[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,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
36     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
37     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
38     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
39     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
40     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
41     DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
42     DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
43     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
44     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
45     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
46     DIR[DTR,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results"
47     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
48
49     # Detailed test configurations
50     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
51     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
52     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
53     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
54     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
55     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
56     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
57     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
58     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
59     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
60     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
61     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
62
63     # Detailed tests operational data
64     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
65     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
66     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
67     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
68     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
69
70     # .css patch file to fix tables generated by Sphinx
71     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
72     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
73
74   urls:
75     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
76     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
77     URL[VIRL,DNV]: "http://10.30.51.28/download/denverton/{release}/robot-plugin.zip"
78     # URL[VIRL,DNV]: "http://download.it/from/nexus"
79     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
80     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
81     DIR[NEXUS,DOC]: "report/_static/archive"
82
83   make-dirs:
84   # List the directories which are created while preparing the environment.
85   # All directories MUST be defined in "paths" section.
86   - "DIR[WORKING,DATA]"
87   - "DIR[STATIC,VPP]"
88   - "DIR[STATIC,DPDK]"
89   - "DIR[STATIC,ARCH]"
90   - "DIR[BUILD,LATEX]"
91   - "DIR[WORKING,SRC]"
92   - "DIR[WORKING,SRC,STATIC]"
93
94   remove-dirs:
95   # List the directories which are deleted while cleaning the environment.
96   # All directories MUST be defined in "paths" section.
97   #- "DIR[BUILD,HTML]"
98   - "DIR[WORKING,DATA]"
99
100   build-dirs:
101   # List the directories where the results (build) is stored.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[BUILD,HTML]"
104   - "DIR[BUILD,LATEX]"
105
106 - type: "configuration"
107
108   limits:
109     nic:
110       x520: 24460000
111       x553: 29761905
112       x710: 35800000
113       xxv710: 35800000
114       xl710: 35800000
115
116     link:
117       10ge: 14880952.38
118       25ge: 37202380.95
119       40ge: 59523809.52
120       100ge: 148809523.81
121
122     pci:
123       pci-g3-x8: 74404761.90
124       pci-g3-x16: 148809523.81
125
126   data-sets:
127
128     ###########################################################################
129     # Plots:
130
131     # 3n-hsw
132
133     plot-vpp-throughput-lat-tsa-3n-hsw:
134       # TODO: Add data
135       csit-vpp-perf-verify-1908-3n-hsw:
136         - 2  # NDRPDR sel Dry run
137         - 3  # NDRPDR sel Dry run
138
139       # TODO: Add data
140 #    plot-vpp-http-server-performance:
141 #      csit-vpp-perf-verify-1908-3n-hsw:
142 #        -
143
144     plot-dpdk-throughput-latency-3n-hsw:
145       # TODO: Add data
146       csit-dpdk-perf-verify-1908-3n-hsw:
147         - 2   # NDRPDR sel
148         - 3   # NDRPDR sel
149         - 4   # NDRPDR sel
150         - 5   # NDRPDR sel
151         - 6   # NDRPDR sel
152         - 7   # NDRPDR sel
153         - 8   # NDRPDR sel
154         - 9   # NDRPDR sel
155         - 10  # NDRPDR sel
156
157     # 3n-skx
158
159     plot-vpp-throughput-lat-tsa-3n-skx:
160       # TODO: Add data
161       csit-vpp-perf-verify-1908-3n-skx:
162         - 2  # NDRPDR sel Dry run
163         - 3  # NDRPDR sel Dry run
164
165     plot-dpdk-throughput-latency-3n-skx:
166       csit-dpdk-perf-verify-1908-3n-skx:
167         - 3   # NDRPDR sel
168         - 4   # NDRPDR sel
169         - 5   # NDRPDR sel
170         - 6   # NDRPDR sel
171         - 7   # NDRPDR sel
172         - 8   # NDRPDR sel
173         - 9   # NDRPDR sel
174         - 10  # NDRPDR sel
175         - 11  # NDRPDR sel
176         - 12  # NDRPDR sel
177
178     # 2n-skx
179
180     plot-vpp-throughput-lat-tsa-2n-skx:
181       # TODO: Add data
182       csit-vpp-perf-verify-1908-2n-skx:
183         - 2  # NDRPDR sel Dry run
184         - 3  # NDRPDR sel Dry run
185         - 4  # NDRPDR sel Dry run
186
187     plot-vpp-soak-2n-skx:
188       csit-vpp-perf-verify-1904-2n-skx:
189         - 70  # soak
190         - 71  # soak
191       # TODO: Add data
192       # csit-vpp-perf-verify-1908-2n-skx:
193
194     plot-vpp-nfv-2n-skx-ndrpdr-64b:
195       csit-vpp-perf-verify-1904-2n-skx:
196         - 56  # NFV NDRPDR 64b
197         - 59  # NFV NDRPDR 64b
198         - 60  # NFV NDRPDR 64b
199         - 65  # NFV NDRPDR 64b
200         - 68  # NFV NDRPDR 64b
201         - 80  # NFV MRR NDRPDR 64b IMIX
202         - 81  # NFV MRR NDRPDR 64b IMIX
203         - 84  # NFV MRR NDRPDR 64b IMIX
204         - 85  # NFV MRR NDRPDR 64b IMIX
205         - 86  # NFV MRR NDRPDR 64b IMIX
206       # TODO: Add data
207       # csit-vpp-perf-verify-1908-2n-skx:
208
209     plot-vpp-nfv-2n-skx-ndrpdr-imix:
210       csit-vpp-perf-verify-1904-2n-skx:
211         - 66  # NFV NDRPDR IMIX
212         - 67  # NFV NDRPDR IMIX
213         - 69  # NFV NDRPDR IMIX
214         - 82  # NFV NDRPDR IMIX
215         - 83  # NFV NDRPDR IMIX
216         - 80  # NFV MRR NDRPDR 64b IMIX
217         - 81  # NFV MRR NDRPDR 64b IMIX
218         - 84  # NFV MRR NDRPDR 64b IMIX
219         - 85  # NFV MRR NDRPDR 64b IMIX
220         - 86  # NFV MRR NDRPDR 64b IMIX
221       # TODO: Add data
222       # csit-vpp-perf-verify-1908-2n-skx:
223
224     plot-vpp-nfv-2n-skx-mrr-64b:
225       csit-vpp-perf-verify-1904-2n-skx:
226         - 40  # NFV MRR 64b
227         - 41  # NFV MRR 64b
228         - 42  # NFV MRR 64b
229         - 47  # NFV MRR 64b
230         - 48  # NFV MRR 64b
231         - 80  # NFV MRR NDRPDR 64b IMIX
232         - 81  # NFV MRR NDRPDR 64b IMIX
233         - 84  # NFV MRR NDRPDR 64b IMIX
234         - 85  # NFV MRR NDRPDR 64b IMIX
235         - 86  # NFV MRR NDRPDR 64b IMIX
236       # TODO: Add data
237       # csit-vpp-perf-verify-1908-2n-skx:
238
239     plot-vpp-nfv-2n-skx-mrr-imix:
240       csit-vpp-perf-verify-1904-2n-skx:
241         - 49  # NFV MRR IMIX
242         - 50  # NFV MRR IMIX
243         - 51  # NFV MRR IMIX
244         - 54  # NFV MRR IMIX
245         - 55  # NFV MRR IMIX
246         - 80  # NFV MRR NDRPDR 64b IMIX
247         - 81  # NFV MRR NDRPDR 64b IMIX
248         - 84  # NFV MRR NDRPDR 64b IMIX
249         - 85  # NFV MRR NDRPDR 64b IMIX
250         - 86  # NFV MRR NDRPDR 64b IMIX
251       # TODO: Add data
252       # csit-vpp-perf-verify-1908-2n-skx:
253
254     plot-dpdk-throughput-latency-2n-skx:
255       csit-dpdk-perf-verify-1908-2n-skx:
256         - 2   # NDRPDR sel
257         - 3   # NDRPDR sel
258         - 4   # NDRPDR sel
259         - 5   # NDRPDR sel
260         - 7   # NDRPDR sel
261         - 8   # NDRPDR sel
262         - 9   # NDRPDR sel
263         - 10  # NDRPDR sel
264         - 11  # NDRPDR sel
265         - 12  # NDRPDR sel
266
267     # 3rd party
268
269 #    # Denverton:
270 #    intel-dnv-vpp:
271 #      # intel-dnv-vpp-release-1904:
272 #      intel-dnv-vpp-release-1901:
273 #        - 1
274
275     ###########################################################################
276     # Simple tables (only one data set):
277
278     # NIC Comparisons
279
280     vpp-nic-comparison-3n-hsw:
281       # TODO: Add data
282       csit-vpp-perf-verify-1908-3n-hsw:
283         - 2  # NDRPDR sel Dry run
284         - 3  # NDRPDR sel Dry run
285
286     vpp-nic-comparison-3n-skx:
287       # TODO: Add data
288       csit-vpp-perf-verify-1908-3n-skx:
289         - 2  # NDRPDR sel Dry run
290         - 3  # NDRPDR sel Dry run
291
292     vpp-nic-comparison-2n-skx:
293       # TODO: Add data
294       csit-vpp-perf-verify-1908-2n-skx:
295         - 2  # NDRPDR sel Dry run
296         - 3  # NDRPDR sel Dry run
297         - 4  # NDRPDR sel Dry run
298
299     vpp-nic-comparison-3n-hsw-mrr:
300       csit-vpp-perf-verify-1904-3n-hsw:
301         - 9   # MRR sel
302       # TODO: Add data
303       # csit-vpp-perf-verify-1908-3n-hsw:
304
305     vpp-nic-comparison-3n-skx-mrr:
306       csit-vpp-perf-verify-1904-3n-skx:
307         - 7   # MRR sel
308       # TODO: Add data
309       # csit-vpp-perf-verify-1908-3n-skx:
310
311     vpp-nic-comparison-2n-skx-mrr:
312       csit-vpp-perf-verify-1904-2n-skx:
313         - 11  # MRR sel
314       # TODO: Add data
315       # csit-vpp-perf-verify-1908-2n-skx:
316
317     # Results
318
319     vpp-perf-results-3n-hsw:
320       # TODO: Add FULL data
321       csit-vpp-perf-verify-1908-3n-hsw:
322         - 2  # NDRPDR sel Dry run
323
324     vpp-perf-results-3n-skx:
325       # TODO: Add FULL data
326       csit-vpp-perf-verify-1908-3n-skx:
327         - 2  # NDRPDR sel Dry run
328
329     vpp-perf-results-2n-skx:
330       # TODO: Add FULL data
331       csit-vpp-perf-verify-1908-2n-skx:
332         - 2  # NDRPDR sel Dry run
333
334     vpp-mrr-results-3n-hsw:
335       csit-vpp-perf-verify-1904-3n-hsw:
336         - 9   # MRR sel
337       # TODO: Add data
338       # csit-vpp-perf-verify-1908-3n-hsw:
339
340     vpp-mrr-results-3n-skx:
341       csit-vpp-perf-verify-1904-3n-skx:
342         - 7   # MRR sel
343       # TODO: Add data
344       # csit-vpp-perf-verify-1908-3n-skx:
345
346     vpp-mrr-results-2n-skx:
347       csit-vpp-perf-verify-1904-2n-skx:
348         - 11  # MRR sel
349       # TODO: Add data
350       # csit-vpp-perf-verify-1908-2n-skx:
351
352     vpp-func-results-ubuntu:
353       csit-vpp-functional-1904-ubuntu1604-virl:
354         - 33
355       # TODO: Add data
356       # csit-vpp-functional-1908-ubuntu1604-virl:
357
358     vpp-func-results-centos:
359       csit-vpp-functional-1904-centos7-virl:
360         - 32
361       # TODO: Add data
362       # csit-vpp-functional-1908-centos7-virl:
363
364     vpp-device-results-ubuntu:
365       # TODO: Add data
366       csit-vpp-device-1908-ubuntu1804-1n-skx:
367         - 2  # Dry run
368
369     dpdk-perf-results-3n-hsw:
370       csit-dpdk-perf-verify-1908-3n-hsw:
371         - 10  # NDRPDR sel
372
373     dpdk-perf-results-3n-skx:
374       csit-dpdk-perf-verify-1908-3n-skx:
375         - 12  # NDRPDR sel
376
377     dpdk-perf-results-2n-skx:
378       csit-dpdk-perf-verify-1908-2n-skx:
379         - 12  # NDRPDR sel
380
381     # HoneyComb Functional
382     hc-func-results:
383       csit-hc2vpp-verify-func-1904-ubuntu1604:
384         - 4
385       # TODO: Add data
386       # csit-hc2vpp-verify-func-1908-ubuntu1604:
387
388 #    # NSH SFC Functional
389 #    nsh-func-results:
390 #      # Not used
391 #      csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
392 #        - 1
393
394     # DMM Functional
395     dmm-func-results:
396       csit-dmm-functional-1904-ubuntu1604-virl:
397         - 1
398       # TODO: Add data
399       # csit-dmm-functional-1908-ubuntu1604-virl:
400
401     ###########################################################################
402     # Tables (more than one data set)
403
404     # Performance changes
405
406 #    intel-dnv-vpp-changes-2n-dnv-h1:
407 #      intel-dnv-vpp-release-1810:
408 #        - 1
409 #    intel-dnv-vpp-changes-2n-dnv-ref:
410 #      intel-dnv-vpp-release-1901:
411 #        - 1
412 #    intel-dnv-vpp-changes-2n-dnv-cmp:
413 #      # intel-dnv-vpp-release-1904:
414 #      intel-dnv-vpp-release-1901:
415 #        - 1
416 #    intel-dnv-vpp-changes-2n-dnv:
417 #      - "intel-dnv-vpp-changes-2n-dnv-h1"
418 #      - "intel-dnv-vpp-changes-2n-dnv-ref"
419 #      - "intel-dnv-vpp-changes-2n-dnv-cmp"
420
421     vpp-performance-changes-3n-hsw-h1:
422       csit-vpp-perf-verify-1901-3n-hsw:
423         - 10  # NDRPDR sel
424         - 19  # NDRPDR sel
425         - 31  # NDRPDR sel
426         - 36  # NDRPDR sel
427         - 40  # NDRPDR sel
428         - 42  # NDRPDR sel
429         - 44  # NDRPDR sel
430         - 46  # NDRPDR sel
431         - 47  # NDRPDR sel
432         - 48  # NDRPDR sel
433         - 61  # NDRPDR LB
434         - 62  # NDRPDR LB
435         - 63  # NDRPDR LB
436         - 64  # NDRPDR LB
437         - 65  # NDRPDR LB
438         - 66  # NDRPDR LB
439         - 67  # NDRPDR LB
440         - 69  # NDRPDR LB
441         - 70  # NDRPDR LB
442         - 71  # NDRPDR LB
443     vpp-performance-changes-3n-hsw-ref:
444       csit-vpp-perf-verify-1904-3n-hsw:
445         - 11  # NDRPDR sel
446         - 12  # NDRPDR sel
447         - 20  # NDRPDR sel
448         - 21  # NDRPDR sel
449         - 23  # NDRPDR sel
450         - 24  # NDRPDR sel
451         - 25  # NDRPDR sel
452         - 26  # NDRPDR sel
453         - 29  # NDRPDR sel
454         - 30  # NDRPDR sel
455     vpp-performance-changes-3n-hsw-cmp:
456       # TODO: Add data
457       csit-vpp-perf-verify-1908-3n-hsw:
458         - 2  # NDRPDR sel Dry run
459         - 3  # NDRPDR sel Dry run
460     vpp-performance-changes-3n-hsw:
461       - "vpp-performance-changes-3n-hsw-h1"
462       - "vpp-performance-changes-3n-hsw-ref"
463       - "vpp-performance-changes-3n-hsw-cmp"
464
465     vpp-performance-changes-3n-skx-h1:
466       csit-vpp-perf-verify-1901-3n-skx:
467         - 18  # NDRPDR sel
468         - 19  # NDRPDR sel
469         - 20  # NDRPDR sel
470         - 28  # NDRPDR sel
471         - 31  # NDRPDR sel
472         - 33  # NDRPDR sel
473         - 36  # NDRPDR sel
474         - 38  # NDRPDR sel
475         - 47  # NDRPDR sel
476         - 48  # NDRPDR sel
477         - 54  # NDRPDR LB
478         - 57  # NDRPDR LB
479         - 58  # NDRPDR LB
480         - 59  # NDRPDR LB
481         - 60  # NDRPDR LB
482         - 63  # NDRPDR LB
483         - 64  # NDRPDR LB
484         - 65  # NDRPDR LB
485         - 66  # NDRPDR LB
486         - 67  # NDRPDR LB
487     vpp-performance-changes-3n-skx-ref:
488       csit-vpp-perf-verify-1904-3n-skx:
489         - 8   # NDRPDR sel
490         - 9   # NDRPDR sel
491         - 10  # NDRPDR sel
492         - 11  # NDRPDR sel
493         - 12  # NDRPDR sel
494         - 14  # NDRPDR sel
495         - 16  # NDRPDR sel
496         - 21  # NDRPDR sel
497         - 23  # NDRPDR sel
498         - 25  # NDRPDR sel
499     vpp-performance-changes-3n-skx-cmp:
500       # TODO: Add data
501       csit-vpp-perf-verify-1908-3n-skx:
502         - 2  # NDRPDR sel Dry run
503         - 3  # NDRPDR sel Dry run
504     vpp-performance-changes-3n-skx:
505       - "vpp-performance-changes-3n-skx-h1"
506       - "vpp-performance-changes-3n-skx-ref"
507       - "vpp-performance-changes-3n-skx-cmp"
508
509     vpp-performance-changes-2n-skx-h1:
510       csit-vpp-perf-verify-1901-2n-skx:
511         - 5   # NDRPDR sel
512         - 12  # NDRPDR sel
513         - 13  # NDRPDR sel
514         - 21  # NDRPDR sel
515         - 23  # NDRPDR sel
516         - 31  # NDRPDR sel
517         - 34  # NDRPDR sel
518         - 40  # NDRPDR sel
519         - 42  # NDRPDR sel
520         - 43  # NDRPDR sel
521     vpp-performance-changes-2n-skx-ref:
522       csit-vpp-perf-verify-1904-2n-skx:
523         - 12  # NDRPDR sel
524         - 14  # NDRPDR sel
525         - 16  # NDRPDR sel
526         - 17  # NDRPDR sel
527         - 18  # NDRPDR sel
528         - 21  # NDRPDR sel
529         - 27  # NDRPDR sel
530         - 30  # NDRPDR sel
531         - 31  # NDRPDR sel
532         - 32  # NDRPDR sel
533     vpp-performance-changes-2n-skx-cmp:
534       # TODO: Add data
535       csit-vpp-perf-verify-1908-2n-skx:
536         - 2  # NDRPDR sel Dry run
537         - 3  # NDRPDR sel Dry run
538         - 4  # NDRPDR sel Dry run
539     vpp-performance-changes-2n-skx:
540       - "vpp-performance-changes-2n-skx-h1"
541       - "vpp-performance-changes-2n-skx-ref"
542       - "vpp-performance-changes-2n-skx-cmp"
543
544     vpp-soak-vs-ndr-2n-skx-ref:
545       csit-vpp-perf-verify-1904-2n-skx:
546         - 12  # NDRPDR sel
547         - 14  # NDRPDR sel
548         - 16  # NDRPDR sel
549         - 17  # NDRPDR sel
550         - 18  # NDRPDR sel
551         - 21  # NDRPDR sel
552         - 27  # NDRPDR sel
553         - 30  # NDRPDR sel
554         - 31  # NDRPDR sel
555         - 32  # NDRPDR sel
556       # TODO: Add data
557       # csit-vpp-perf-verify-1908-2n-skx:
558     vpp-soak-vs-ndr-2n-skx-cmp:
559       csit-vpp-perf-verify-1904-2n-skx:
560         - 70  # soak
561         - 71  # soak
562       # TODO: Add data
563       # csit-vpp-perf-verify-1908-2n-skx:
564     vpp-soak-vs-ndr-2n-skx:
565       csit-vpp-perf-verify-1904-2n-skx:
566         - 12  # NDRPDR sel
567         - 14  # NDRPDR sel
568         - 16  # NDRPDR sel
569         - 17  # NDRPDR sel
570         - 18  # NDRPDR sel
571         - 21  # NDRPDR sel
572         - 27  # NDRPDR sel
573         - 30  # NDRPDR sel
574         - 31  # NDRPDR sel
575         - 32  # NDRPDR sel
576         - 70  # soak
577         - 71  # soak
578       # TODO: Add data
579       # csit-vpp-perf-verify-1908-2n-skx:
580
581     vpp-performance-changes-3n-hsw-mrr-h1:
582       csit-vpp-perf-verify-1901-3n-hsw:
583         - 35  # MRR sel
584     vpp-performance-changes-3n-hsw-mrr-ref:
585       csit-vpp-perf-verify-1904-3n-hsw:
586         - 9   # MRR sel
587     vpp-performance-changes-3n-hsw-mrr-cmp:
588       csit-vpp-perf-verify-1904-3n-hsw:
589         - 9   # MRR sel
590       # TODO: Add data
591       # csit-vpp-perf-verify-1908-3n-hsw:
592     vpp-performance-changes-3n-hsw-mrr:
593       - "vpp-performance-changes-3n-hsw-mrr-h1"
594       - "vpp-performance-changes-3n-hsw-mrr-ref"
595       - "vpp-performance-changes-3n-hsw-mrr-cmp"
596
597     vpp-performance-changes-3n-skx-mrr-h1:
598       csit-vpp-perf-verify-1901-3n-skx:
599         - 32  # MRR sel
600     vpp-performance-changes-3n-skx-mrr-ref:
601       csit-vpp-perf-verify-1904-3n-skx:
602         - 7   # MRR sel
603     vpp-performance-changes-3n-skx-mrr-cmp:
604       csit-vpp-perf-verify-1904-3n-skx:
605         - 7   # MRR sel
606       # TODO: Add data
607       # csit-vpp-perf-verify-1908-3n-skx:
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-1904-2n-skx:
621         - 11  # MRR sel
622       # TODO: Add data
623       # csit-vpp-perf-verify-1908-2n-skx:
624     vpp-performance-changes-2n-skx-mrr:
625       - "vpp-performance-changes-2n-skx-mrr-h1"
626       - "vpp-performance-changes-2n-skx-mrr-ref"
627       - "vpp-performance-changes-2n-skx-mrr-cmp"
628
629     dpdk-performance-changes-3n-hsw-h1:
630       csit-dpdk-perf-verify-1901-3n-hsw:
631         - 13  # NDRPDR sel
632         - 14  # NDRPDR sel
633         - 16  # NDRPDR sel
634         - 17  # NDRPDR sel
635         - 18  # NDRPDR sel
636         - 19  # NDRPDR sel
637         - 20  # NDRPDR sel
638         - 21  # NDRPDR sel
639         - 22  # NDRPDR sel
640         - 23  # NDRPDR sel
641     dpdk-performance-changes-3n-hsw-ref:
642       csit-dpdk-perf-verify-1904-3n-hsw:
643         - 2   # NDRPDR sel
644         - 3   # NDRPDR sel
645         - 5   # NDRPDR sel
646         - 6   # NDRPDR sel
647         - 13  # NDRPDR sel
648         - 14  # NDRPDR sel
649         - 15  # NDRPDR sel
650         - 18  # NDRPDR sel
651         - 19  # NDRPDR sel
652         - 20  # NDRPDR sel
653     dpdk-performance-changes-3n-hsw-cmp:
654       # TODO: Add data
655       csit-dpdk-perf-verify-1908-3n-hsw:
656         - 2   # NDRPDR sel
657         - 3   # NDRPDR sel
658         - 4   # NDRPDR sel
659         - 5   # NDRPDR sel
660         - 6   # NDRPDR sel
661         - 7   # NDRPDR sel
662         - 8   # NDRPDR sel
663         - 9   # NDRPDR sel
664         - 10  # NDRPDR sel
665     dpdk-performance-changes-3n-hsw:
666       - "dpdk-performance-changes-3n-hsw-h1"
667       - "dpdk-performance-changes-3n-hsw-ref"
668       - "dpdk-performance-changes-3n-hsw-cmp"
669
670     dpdk-performance-changes-3n-skx-h1:
671       csit-dpdk-perf-verify-1901-3n-skx:
672         - 3   # NDRPDR sel
673         - 5   # NDRPDR sel
674         - 6   # NDRPDR sel
675         - 7   # NDRPDR sel
676         - 8   # NDRPDR sel
677         - 9   # NDRPDR sel
678         - 10  # NDRPDR sel
679         - 11  # NDRPDR sel
680         - 12  # NDRPDR sel
681         - 13  # NDRPDR sel
682     dpdk-performance-changes-3n-skx-ref:
683       csit-dpdk-perf-verify-1904-3n-skx:
684         - 2   # NDRPDR sel
685         - 3   # NDRPDR sel
686         - 4   # NDRPDR sel
687         - 5   # NDRPDR sel
688         - 6   # NDRPDR sel
689         - 7   # NDRPDR sel
690         - 11  # NDRPDR sel
691         - 12  # NDRPDR sel
692         - 13  # NDRPDR sel
693         - 14  # NDRPDR sel
694     dpdk-performance-changes-3n-skx-cmp:
695       csit-dpdk-perf-verify-1908-3n-skx:
696         - 3   # NDRPDR sel
697         - 4   # NDRPDR sel
698         - 5   # NDRPDR sel
699         - 6   # NDRPDR sel
700         - 7   # NDRPDR sel
701         - 8   # NDRPDR sel
702         - 9   # NDRPDR sel
703         - 10  # NDRPDR sel
704         - 11  # NDRPDR sel
705         - 12  # NDRPDR sel
706     dpdk-performance-changes-3n-skx:
707       - "dpdk-performance-changes-3n-skx-h1"
708       - "dpdk-performance-changes-3n-skx-ref"
709       - "dpdk-performance-changes-3n-skx-cmp"
710
711     dpdk-performance-changes-2n-skx-h1:
712       csit-dpdk-perf-verify-1901-2n-skx:
713         - 12  # NDRPDR sel
714         - 13  # NDRPDR sel
715         - 14  # NDRPDR sel
716         - 15  # NDRPDR sel
717         - 16  # NDRPDR sel
718         - 17  # NDRPDR sel
719         - 18  # NDRPDR sel
720         - 19  # NDRPDR sel
721         - 20  # NDRPDR sel
722         - 21  # NDRPDR sel
723     dpdk-performance-changes-2n-skx-ref:
724       csit-dpdk-perf-verify-1904-2n-skx:
725         - 2   # NDRPDR sel
726         - 3   # NDRPDR sel
727         - 4   # NDRPDR sel
728         - 5   # NDRPDR sel
729         - 7   # NDRPDR sel
730         - 8   # NDRPDR sel
731         - 9   # NDRPDR sel
732         - 10  # NDRPDR sel
733         - 11  # NDRPDR sel
734         - 12  # NDRPDR sel
735     dpdk-performance-changes-2n-skx-cmp:
736       csit-dpdk-perf-verify-1908-2n-skx:
737         - 2   # NDRPDR sel
738         - 3   # NDRPDR sel
739         - 4   # NDRPDR sel
740         - 5   # NDRPDR sel
741         - 7   # NDRPDR sel
742         - 8   # NDRPDR sel
743         - 9   # NDRPDR sel
744         - 10  # NDRPDR sel
745         - 11  # NDRPDR sel
746         - 12  # NDRPDR sel
747     dpdk-performance-changes-2n-skx:
748       - "dpdk-performance-changes-2n-skx-h1"
749       - "dpdk-performance-changes-2n-skx-ref"
750       - "dpdk-performance-changes-2n-skx-cmp"
751
752     # Compare testbeds
753
754     vpp-compare-testbeds-ref:
755       # TODO: Add data
756       csit-vpp-perf-verify-1908-3n-hsw:
757         - 2  # NDRPDR sel Dry run
758         - 3  # NDRPDR sel Dry run
759     vpp-compare-testbeds-cmp:
760       # TODO: Add data
761       csit-vpp-perf-verify-1908-3n-skx:
762         - 2  # NDRPDR sel Dry run
763         - 3  # NDRPDR sel Dry run
764     vpp-compare-testbeds:
765       - "vpp-compare-testbeds-ref"
766       - "vpp-compare-testbeds-cmp"
767
768     vpp-compare-testbeds-mrr-ref:
769       csit-vpp-perf-verify-1904-3n-hsw:
770         - 9   # MRR sel
771       # TODO: Add data
772       # csit-vpp-perf-verify-1908-3n-hsw:
773     vpp-compare-testbeds-mrr-cmp:
774       csit-vpp-perf-verify-1904-3n-skx:
775         - 7   # MRR sel
776       # TODO: Add data
777       # csit-vpp-perf-verify-1908-3n-skx:
778     vpp-compare-testbeds-mrr:
779       - "vpp-compare-testbeds-mrr-ref"
780       - "vpp-compare-testbeds-mrr-cmp"
781
782     dpdk-compare-testbeds-ref:
783       # TODO: Add data
784       csit-dpdk-perf-verify-1908-3n-hsw:
785         - 2   # NDRPDR sel
786         - 3   # NDRPDR sel
787         - 4   # NDRPDR sel
788         - 5   # NDRPDR sel
789         - 6   # NDRPDR sel
790         - 7   # NDRPDR sel
791         - 8   # NDRPDR sel
792         - 9   # NDRPDR sel
793         - 10  # NDRPDR sel
794         - 11  # NDRPDR sel
795     dpdk-compare-testbeds-cmp:
796       csit-dpdk-perf-verify-1908-3n-skx:
797         - 3   # NDRPDR sel
798         - 4   # NDRPDR sel
799         - 5   # NDRPDR sel
800         - 6   # NDRPDR sel
801         - 7   # NDRPDR sel
802         - 8   # NDRPDR sel
803         - 9   # NDRPDR sel
804         - 10  # NDRPDR sel
805         - 11  # NDRPDR sel
806         - 12  # NDRPDR sel
807     dpdk-compare-testbeds:
808       - "dpdk-compare-testbeds-ref"
809       - "dpdk-compare-testbeds-cmp"
810
811     # Compare topologies
812
813     vpp-compare-topologies-ref:
814       # TODO: Add data
815       csit-vpp-perf-verify-1908-3n-skx:
816         - 2  # NDRPDR sel Dry run
817         - 3  # NDRPDR sel Dry run
818     vpp-compare-topologies-cmp:
819       # TODO: Add data
820       csit-vpp-perf-verify-1908-2n-skx:
821         - 2  # NDRPDR sel Dry run
822         - 3  # NDRPDR sel Dry run
823         - 4  # NDRPDR sel Dry run
824     vpp-compare-topologies:
825       - "vpp-compare-topologies-ref"
826       - "vpp-compare-topologies-cmp"
827
828     vpp-compare-topologies-mrr-ref:
829       csit-vpp-perf-verify-1904-3n-skx:
830         - 7   # MRR sel
831       # TODO: Add data
832       # csit-vpp-perf-verify-1908-3n-skx:
833     vpp-compare-topologies-mrr-cmp:
834       csit-vpp-perf-verify-1904-2n-skx:
835         - 11  # MRR sel
836       # TODO: Add data
837       # csit-vpp-perf-verify-1908-2n-skx:
838     vpp-compare-topologies-mrr:
839       - "vpp-compare-topologies-mrr-ref"
840       - "vpp-compare-topologies-mrr-cmp"
841
842     dpdk-compare-topologies-ref:
843       csit-dpdk-perf-verify-1908-3n-skx:
844         - 3   # NDRPDR sel
845         - 4   # NDRPDR sel
846         - 5   # NDRPDR sel
847         - 6   # NDRPDR sel
848         - 7   # NDRPDR sel
849         - 8   # NDRPDR sel
850         - 9   # NDRPDR sel
851         - 10  # NDRPDR sel
852         - 11  # NDRPDR sel
853         - 12  # NDRPDR sel
854     dpdk-compare-topologies-cmp:
855       csit-dpdk-perf-verify-1908-2n-skx:
856         - 2   # NDRPDR sel
857         - 3   # NDRPDR sel
858         - 4   # NDRPDR sel
859         - 5   # NDRPDR sel
860         - 7   # NDRPDR sel
861         - 8   # NDRPDR sel
862         - 9   # NDRPDR sel
863         - 10  # NDRPDR sel
864         - 11  # NDRPDR sel
865         - 12  # NDRPDR sel
866     dpdk-compare-topologies:
867       - "dpdk-compare-topologies-ref"
868       - "dpdk-compare-topologies-cmp"
869
870   plot-layouts:
871
872     plot-soak-throughput:
873       titlefont:
874         size: 18
875       xaxis:
876         title: "<b>Test Cases [Index]</b>"
877         titlefont:
878           size: 16
879         autorange: True
880         fixedrange: False
881         gridcolor: "rgb(230, 230, 230)"
882         linecolor: "rgb(220, 220, 220)"
883         linewidth: 1
884         showgrid: True
885         showline: True
886         showticklabels: True
887         tickcolor: "rgb(220, 220, 220)"
888         tickmode: "linear"
889         tickfont:
890           size: 16
891         zeroline: False
892       yaxis:
893         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
894         titlefont:
895           size: 16
896         gridcolor: "rgb(230, 230, 230)"
897         hoverformat: ".4r"
898         tickformat: ".3r"
899         linecolor: "rgb(220, 220, 220)"
900         linewidth: 1
901         showgrid: True
902         showline: True
903         showticklabels: True
904         tickcolor: "rgb(220, 220, 220)"
905         tickfont:
906           size: 16
907         zeroline: False
908         range: [0,50]
909       autosize: False
910       margin:
911         t: 50
912         b: 0
913         l: 80
914         r: 20
915       showlegend: True
916       legend:
917         orientation: "h"
918         font:
919           size: 16
920       width: 700
921       height: 900
922
923     plot-service-density:
924       titlefont:
925         size: 18
926       xaxis:
927         side: "top"
928         autorange: True
929         fixedrange: False
930         showgrid: False
931         showline: False
932         showticklabels: False
933         ticks: ""
934         ticklen: 0
935         tickwidth: 0
936         zeroline: False
937       yaxis:
938         autorange: "reversed"
939         showgrid: False
940         showline: False
941         showticklabels: False
942         ticks: ""
943         ticklen: 0
944         tickwidth: 0
945         zeroline: False
946       autosize: True
947       showlegend: False
948       width: 700
949       height: 700
950
951     plot-cps:
952       titlefont:
953         size: 18
954       xaxis:
955         title: "<b>Test Cases [Index]</b>"
956         titlefont:
957           size: 16
958         autorange: True
959         fixedrange: False
960         gridcolor: "rgb(230, 230, 230)"
961         linecolor: "rgb(220, 220, 220)"
962         linewidth: 1
963         showgrid: True
964         showline: True
965         showticklabels: True
966         tickcolor: "rgb(220, 220, 220)"
967         tickmode: "linear"
968         tickfont:
969           size: 16
970         zeroline: False
971       yaxis:
972         title: "<b>Connections Per Second [cps]</b>"
973         titlefont:
974           size: 16
975         gridcolor: "rgb(230, 230, 230)"
976         hoverformat: ".4s"
977         linecolor: "rgb(220, 220, 220)"
978         linewidth: 1
979         rangemode: "tozero"
980         showgrid: True
981         showline: True
982         showticklabels: True
983         tickcolor: "rgb(220, 220, 220)"
984         tickformat: ".3s"
985         tickfont:
986           size: 16
987         zeroline: False
988       boxmode: "group"
989       boxgroupgap: 0.5
990       autosize: False
991       margin:
992         t: 50
993         b: 20
994         l: 80
995         r: 20
996       showlegend: True
997       legend:
998         orientation: "h"
999         font:
1000           size: 16
1001       width: 700
1002       height: 800
1003
1004     plot-rps:
1005       titlefont:
1006         size: 18
1007       xaxis:
1008         title: "<b>Test Cases [Index]</b>"
1009         titlefont:
1010           size: 16
1011         autorange: True
1012         fixedrange: False
1013         gridcolor: "rgb(230, 230, 230)"
1014         linecolor: "rgb(220, 220, 220)"
1015         linewidth: 1
1016         showgrid: True
1017         showline: True
1018         showticklabels: True
1019         tickcolor: "rgb(220, 220, 220)"
1020         tickmode: "linear"
1021         tickfont:
1022           size: 16
1023         zeroline: False
1024       yaxis:
1025         title: "<b>Requests Per Second [rps]</b>"
1026         titlefont:
1027           size: 16
1028         gridcolor: "rgb(230, 230, 230)"
1029         hoverformat: ".4s"
1030         linecolor: "rgb(220, 220, 220)"
1031         linewidth: 1
1032         rangemode: "tozero"
1033         showgrid: True
1034         showline: True
1035         showticklabels: True
1036         tickcolor: "rgb(230, 230, 230)"
1037         tickformat: ".3s"
1038         tickfont:
1039           size: 16
1040         zeroline: False
1041       boxmode: "group"
1042       boxgroupgap: 0.5
1043       autosize: False
1044       margin:
1045         t: 50
1046         b: 20
1047         l: 80
1048         r: 20
1049       showlegend: True
1050       legend:
1051         orientation: "h"
1052         font:
1053           size: 16
1054       width: 700
1055       height: 800
1056
1057     plot-throughput:
1058       titlefont:
1059         size: 18
1060       xaxis:
1061         title: "<b>Test Cases [Index]</b>"
1062         titlefont:
1063           size: 16
1064         autorange: True
1065         fixedrange: False
1066         gridcolor: "rgb(230, 230, 230)"
1067         linecolor: "rgb(220, 220, 220)"
1068         linewidth: 1
1069         showgrid: True
1070         showline: True
1071         showticklabels: True
1072         tickcolor: "rgb(220, 220, 220)"
1073         tickmode: "linear"
1074         tickfont:
1075           size: 16
1076         zeroline: False
1077       yaxis:
1078         title: "<b>Packet Throughput [Mpps]</b>"
1079         titlefont:
1080           size: 16
1081         gridcolor: "rgb(230, 230, 230)"
1082         hoverformat: ".4r"
1083         tickformat: ".3r"
1084         linecolor: "rgb(220, 220, 220)"
1085         linewidth: 1
1086         showgrid: True
1087         showline: True
1088         showticklabels: True
1089         tickcolor: "rgb(220, 220, 220)"
1090         tickfont:
1091           size: 16
1092         zeroline: False
1093         range: [0,50]
1094       boxmode: "group"
1095       boxgroupgap: 0.5
1096       autosize: False
1097       margin:
1098         t: 50
1099         b: 0
1100         l: 80
1101         r: 20
1102       showlegend: True
1103       legend:
1104         orientation: "h"
1105         font:
1106           size: 16
1107       width: 700
1108       height: 900
1109
1110     plot-throughput-speedup-analysis:
1111       titlefont:
1112         size: 18
1113       xaxis:
1114         title: "<b>Number of Cores [Qty]</b>"
1115         titlefont:
1116           size: 16
1117         autorange: True
1118         fixedrange: False
1119         gridcolor: "rgb(230, 230, 230)"
1120         linecolor: "rgb(220, 220, 220)"
1121         linewidth: 1
1122         showgrid: True
1123         showline: True
1124         showticklabels: True
1125         tickcolor: "rgb(238, 238, 238)"
1126         tickmode: "linear"
1127         tickfont:
1128           size: 16
1129         zeroline: False
1130       yaxis:
1131         title: "<b>Packet Throughput [Mpps]</b>"
1132         titlefont:
1133           size: 16
1134         type: "linear"
1135         gridcolor: "rgb(230, 230, 230)"
1136         hoverformat: ".4s"
1137         linecolor: "rgb(220, 220, 220)"
1138         linewidth: 1
1139         showgrid: True
1140         showline: True
1141         showticklabels: True
1142         tickcolor: "rgb(220, 220, 220)"
1143         tickformat: ".4s"
1144         tickfont:
1145           size: 16
1146         zeroline: True
1147         rangemode: "tozero"
1148         range: [0,100]
1149       legend:
1150         orientation: "h"
1151         font:
1152           size: 16
1153         xanchor: "left"
1154         yanchor: "top"
1155         x: 0
1156         y: -0.2
1157         bgcolor: "rgba(255, 255, 255, 0)"
1158         bordercolor: "rgba(255, 255, 255, 0)"
1159         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1160       autosize: False
1161       margin:
1162           't': 50
1163           'b': 150
1164           'l': 85
1165           'r': 10
1166       showlegend: True
1167       width: 700
1168       height: 700
1169       hoverlabel:
1170         namelength: -1
1171       annotations: [
1172         {
1173           text: "_ _          __          ...",
1174           align: "left",
1175           showarrow: False,
1176           xref: "paper",
1177           yref: "paper",
1178           xanchor: "left",
1179           yanchor: "top",
1180           x: 0,
1181           y: -0.13,
1182           font: {
1183             family: "Consolas, Courier New",
1184             size: 15
1185           },
1186         },
1187         {
1188           text: "    Perfect     Measured     Limit",
1189           align: "left",
1190           showarrow: False,
1191           xref: "paper",
1192           yref: "paper",
1193           xanchor: "left",
1194           yanchor: "top",
1195           x: 0,
1196           y: -0.15,
1197           font: {
1198             family: "Consolas, Courier New",
1199             size: 15
1200           },
1201         },
1202       ]
1203
1204     plot-latency:
1205       titlefont:
1206         size: 18
1207       xaxis:
1208         title: "<b>Direction</b>"
1209         titlefont:
1210           size: 16
1211         autorange: True
1212         fixedrange: False
1213         gridcolor: "rgb(230, 230, 230)"
1214         linecolor: "rgb(220, 220, 220)"
1215         linewidth: 1
1216         showgrid: True
1217         showline: True
1218         showticklabels: False
1219         tickcolor: "rgb(220, 220, 220)"
1220         tickmode: "linear"
1221         tickfont:
1222           size: 16
1223         zeroline: False
1224       yaxis:
1225         title: "<b>Packet Latency [uSec]</b>"
1226         titlefont:
1227           size: 16
1228         type: "linear"
1229         gridcolor: "rgb(230, 230, 230)"
1230         hoverformat: ".4s"
1231         linecolor: "rgb(220, 220, 220)"
1232         linewidth: 1
1233         showgrid: True
1234         showline: True
1235         showticklabels: True
1236         tickcolor: "rgb(220, 220, 220)"
1237         tickformat: ".4s"
1238         tickfont:
1239           size: 16
1240         zeroline: True
1241         rangemode: "tozero"
1242       legend:
1243         orientation: "h"
1244         font:
1245           size: 16
1246         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1247       autosize: False
1248       margin:
1249           't': 50
1250           'b': 150
1251           'l': 80
1252           'r': 10
1253       showlegend: True
1254       width: 700
1255       height: 700
1256       hoverlabel:
1257         namelength: -1
1258
1259 - type: "static"
1260   src-path: "{DIR[RST]}"
1261   dst-path: "{DIR[WORKING,SRC]}"
1262
1263 - type: "input"
1264   general:
1265     file-name: "output_info.xml.gz"
1266     file-format: ".gz"
1267     arch-file-format:
1268       - ".gz"
1269       - ".zip"
1270     download-path: "{job}/{build}/archives/{filename}"
1271     extract: "output.xml"
1272
1273     zip-file-name: "robot-plugin.zip"
1274     zip-file-format: ".zip"
1275     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1276     zip-extract: "robot-plugin/output.xml"
1277
1278   builds:
1279 #    intel-dnv-vpp-release-1904:
1280 #      - 1
1281 #
1282 #    intel-dnv-vpp-release-1901:
1283 #      - 1
1284
1285     csit-vpp-perf-verify-1901-3n-hsw:
1286       - 35  # MRR sel
1287       - 10  # NDRPDR sel
1288       - 19  # NDRPDR sel
1289       - 31  # NDRPDR sel
1290       - 36  # NDRPDR sel
1291       - 40  # NDRPDR sel
1292       - 42  # NDRPDR sel
1293       - 44  # NDRPDR sel
1294       - 46  # NDRPDR sel
1295       - 47  # NDRPDR sel
1296       - 48  # NDRPDR sel
1297       - 61  # NDRPDR LB
1298       - 62  # NDRPDR LB
1299       - 63  # NDRPDR LB
1300       - 64  # NDRPDR LB
1301       - 65  # NDRPDR LB
1302       - 66  # NDRPDR LB
1303       - 67  # NDRPDR LB
1304       - 69  # NDRPDR LB
1305       - 70  # NDRPDR LB
1306       - 71  # NDRPDR LB
1307     csit-vpp-perf-verify-1904-3n-hsw:
1308       - 9   # MRR sel
1309       - 11  # NDRPDR sel
1310       - 12  # NDRPDR sel
1311       - 20  # NDRPDR sel
1312       - 21  # NDRPDR sel
1313       - 23  # NDRPDR sel
1314       - 24  # NDRPDR sel
1315       - 25  # NDRPDR sel
1316       - 26  # NDRPDR sel
1317       - 29  # NDRPDR sel
1318       - 30  # NDRPDR sel
1319     # TODO: Add data
1320     csit-vpp-perf-verify-1908-3n-hsw:
1321       - 2  # NDRPDR sel Dry run
1322       - 3  # NDRPDR sel Dry run
1323
1324     csit-vpp-perf-verify-1901-3n-skx:
1325       - 32  # MRR sel
1326       - 18  # NDRPDR sel
1327       - 19  # NDRPDR sel
1328       - 20  # NDRPDR sel
1329       - 28  # NDRPDR sel
1330       - 31  # NDRPDR sel
1331       - 33  # NDRPDR sel
1332       - 36  # NDRPDR sel
1333       - 38  # NDRPDR sel
1334       - 47  # NDRPDR sel
1335       - 48  # NDRPDR sel
1336       - 54  # NDRPDR LB
1337       - 57  # NDRPDR LB
1338       - 58  # NDRPDR LB
1339       - 59  # NDRPDR LB
1340       - 60  # NDRPDR LB
1341       - 63  # NDRPDR LB
1342       - 64  # NDRPDR LB
1343       - 65  # NDRPDR LB
1344       - 66  # NDRPDR LB
1345       - 67  # NDRPDR LB
1346     csit-vpp-perf-verify-1904-3n-skx:
1347       - 7   # MRR sel
1348       - 8   # NDRPDR sel
1349       - 9   # NDRPDR sel
1350       - 10  # NDRPDR sel
1351       - 11  # NDRPDR sel
1352       - 12  # NDRPDR sel
1353       - 14  # NDRPDR sel
1354       - 16  # NDRPDR sel
1355       - 21  # NDRPDR sel
1356       - 23  # NDRPDR sel
1357       - 25  # NDRPDR sel
1358     # TODO: Add data
1359     csit-vpp-perf-verify-1908-3n-skx:
1360       - 2  # NDRPDR sel Dry run
1361       - 3  # NDRPDR sel Dry run
1362
1363     csit-vpp-perf-verify-1901-2n-skx:
1364       - 22  # MRR sel
1365       - 5   # NDRPDR sel
1366       - 12  # NDRPDR sel
1367       - 13  # NDRPDR sel
1368       - 21  # NDRPDR sel
1369       - 23  # NDRPDR sel
1370       - 31  # NDRPDR sel
1371       - 34  # NDRPDR sel
1372       - 40  # NDRPDR sel
1373       - 42  # NDRPDR sel
1374       - 43  # NDRPDR sel
1375     csit-vpp-perf-verify-1904-2n-skx:
1376       - 11  # MRR sel
1377       - 12  # NDRPDR sel
1378       - 14  # NDRPDR sel
1379       - 16  # NDRPDR sel
1380       - 17  # NDRPDR sel
1381       - 18  # NDRPDR sel
1382       - 21  # NDRPDR sel
1383       - 27  # NDRPDR sel
1384       - 30  # NDRPDR sel
1385       - 31  # NDRPDR sel
1386       - 32  # NDRPDR sel
1387       # TODO: Remove
1388       - 40  # NFV MRR 64b
1389       - 41  # NFV MRR 64b
1390       - 42  # NFV MRR 64b
1391       - 47  # NFV MRR 64b
1392       - 48  # NFV MRR 64b
1393       - 49  # NFV MRR IMIX
1394       - 50  # NFV MRR IMIX
1395       - 51  # NFV MRR IMIX
1396       - 54  # NFV MRR IMIX
1397       - 55  # NFV MRR IMIX
1398       - 56  # NFV NDRPDR 64b
1399       - 59  # NFV NDRPDR 64b
1400       - 60  # NFV NDRPDR 64b
1401       - 65  # NFV NDRPDR 64b
1402       - 68  # NFV NDRPDR 64b
1403       - 66  # NFV NDRPDR IMIX
1404       - 67  # NFV NDRPDR IMIX
1405       - 69  # NFV NDRPDR IMIX
1406       - 82  # NFV NDRPDR IMIX
1407       - 83  # NFV NDRPDR IMIX
1408       - 80  # NFV MRR NDRPDR 64b IMIX
1409       - 81  # NFV MRR NDRPDR 64b IMIX
1410       - 84  # NFV MRR NDRPDR 64b IMIX
1411       - 85  # NFV MRR NDRPDR 64b IMIX
1412       - 86  # NFV MRR NDRPDR 64b IMIX
1413       - 70  # soak
1414       - 71  # soak
1415     # TODO: Add data
1416     csit-vpp-perf-verify-1908-2n-skx:
1417       - 2  # NDRPDR sel Dry run
1418       - 3  # NDRPDR sel Dry run
1419       - 4  # NDRPDR sel Dry run
1420
1421     csit-dpdk-perf-verify-1901-3n-hsw:
1422       - 13  # NDRPDR sel
1423       - 14  # NDRPDR sel
1424       - 16  # NDRPDR sel
1425       - 17  # NDRPDR sel
1426       - 18  # NDRPDR sel
1427       - 19  # NDRPDR sel
1428       - 20  # NDRPDR sel
1429       - 21  # NDRPDR sel
1430       - 22  # NDRPDR sel
1431       - 23  # NDRPDR sel
1432     csit-dpdk-perf-verify-1904-3n-hsw:
1433       - 2   # NDRPDR sel
1434       - 3   # NDRPDR sel
1435       - 5   # NDRPDR sel
1436       - 6   # NDRPDR sel
1437       - 13  # NDRPDR sel
1438       - 14  # NDRPDR sel
1439       - 15  # NDRPDR sel
1440       - 18  # NDRPDR sel
1441       - 19  # NDRPDR sel
1442       - 20  # NDRPDR sel
1443     # TODO: Add data
1444     csit-dpdk-perf-verify-1908-3n-hsw:
1445       - 2   # NDRPDR sel
1446       - 3   # NDRPDR sel
1447       - 4   # NDRPDR sel
1448       - 5   # NDRPDR sel
1449       - 6   # NDRPDR sel
1450       - 7   # NDRPDR sel
1451       - 8   # NDRPDR sel
1452       - 9   # NDRPDR sel
1453       - 10  # NDRPDR sel
1454
1455     csit-dpdk-perf-verify-1901-3n-skx:
1456       - 3   # NDRPDR sel
1457       - 5   # NDRPDR sel
1458       - 6   # NDRPDR sel
1459       - 7   # NDRPDR sel
1460       - 8   # NDRPDR sel
1461       - 9   # NDRPDR sel
1462       - 10  # NDRPDR sel
1463       - 11  # NDRPDR sel
1464       - 12  # NDRPDR sel
1465       - 13  # NDRPDR sel
1466     csit-dpdk-perf-verify-1904-3n-skx:
1467       - 2   # NDRPDR sel
1468       - 3   # NDRPDR sel
1469       - 4   # NDRPDR sel
1470       - 5   # NDRPDR sel
1471       - 6   # NDRPDR sel
1472       - 7   # NDRPDR sel
1473       - 11  # NDRPDR sel
1474       - 12  # NDRPDR sel
1475       - 13  # NDRPDR sel
1476       - 14  # NDRPDR sel
1477     csit-dpdk-perf-verify-1908-3n-skx:
1478       - 3   # NDRPDR sel
1479       - 4   # NDRPDR sel
1480       - 5   # NDRPDR sel
1481       - 6   # NDRPDR sel
1482       - 7   # NDRPDR sel
1483       - 8   # NDRPDR sel
1484       - 9   # NDRPDR sel
1485       - 10  # NDRPDR sel
1486       - 11  # NDRPDR sel
1487       - 12  # NDRPDR sel
1488
1489     csit-dpdk-perf-verify-1901-2n-skx:
1490       - 12  # NDRPDR sel
1491       - 13  # NDRPDR sel
1492       - 14  # NDRPDR sel
1493       - 15  # NDRPDR sel
1494       - 16  # NDRPDR sel
1495       - 17  # NDRPDR sel
1496       - 18  # NDRPDR sel
1497       - 19  # NDRPDR sel
1498       - 20  # NDRPDR sel
1499       - 21  # NDRPDR sel
1500     csit-dpdk-perf-verify-1904-2n-skx:
1501       - 2   # NDRPDR sel
1502       - 3   # NDRPDR sel
1503       - 4   # NDRPDR sel
1504       - 5   # NDRPDR sel
1505       - 7   # NDRPDR sel
1506       - 8   # NDRPDR sel
1507       - 9   # NDRPDR sel
1508       - 10  # NDRPDR sel
1509       - 11  # NDRPDR sel
1510       - 12  # NDRPDR sel
1511     csit-dpdk-perf-verify-1908-2n-skx:
1512       - 2   # NDRPDR sel
1513       - 3   # NDRPDR sel
1514       - 4   # NDRPDR sel
1515       - 5   # NDRPDR sel
1516       - 7   # NDRPDR sel
1517       - 8   # NDRPDR sel
1518       - 9   # NDRPDR sel
1519       - 10  # NDRPDR sel
1520       - 11  # NDRPDR sel
1521       - 12  # NDRPDR sel
1522
1523     # TODO: Replace
1524     csit-vpp-functional-1904-ubuntu1604-virl:
1525       - 33
1526     csit-vpp-functional-1904-centos7-virl:
1527       - 32
1528     csit-dmm-functional-1904-ubuntu1604-virl:
1529       - 1
1530     csit-hc2vpp-verify-func-1904-ubuntu1604:
1531       - 4
1532
1533     csit-vpp-functional-1908-ubuntu1604-virl:
1534       - 19
1535 #    csit-vpp-functional-1908-centos7-virl:
1536 #      -
1537     csit-vpp-device-1908-ubuntu1804-1n-skx:
1538       - 2  # Dry run
1539 #    csit-dmm-functional-1908-ubuntu1604-virl:
1540 #      -
1541 #    csit-hc2vpp-verify-func-1908-ubuntu1604:
1542 #      -
1543
1544 - type: "output"
1545   output: "report"
1546   format:
1547     html:
1548     - full
1549     pdf:
1550     - minimal
1551
1552 ################################################################################
1553 ###                               T A B L E S                                ###
1554 ################################################################################
1555
1556 # VPP Soak vs NDR
1557 - type: "table"
1558   title: "VPP Soak vs NDR 2n-skx"
1559   algorithm: "table_soak_vs_ndr"
1560   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
1561   reference:
1562     title: "NDR"
1563     data: "vpp-soak-vs-ndr-2n-skx-ref"
1564   compare:
1565     title: "Soak"
1566     data: "vpp-soak-vs-ndr-2n-skx-cmp"
1567   data: "vpp-soak-vs-ndr-2n-skx"
1568   include-tests: "NDR"
1569   filter: "('NDRPDR' or 'SOAK')"
1570   parameters:
1571     - "throughput"
1572     - "name"
1573     - "parent"
1574
1575 ################################################################################
1576
1577 # VPP Compare NICs 3n-hsw 1t1c ndr
1578 - type: "table"
1579   title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1580   algorithm: "table_nics_comparison"
1581   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
1582   reference:
1583     title: "Intel-x520"
1584     nic: "NIC_Intel-X520-DA2"
1585   compare:
1586     title: "Intel-x710"
1587     nic: "NIC_Intel-X710"
1588   data: "vpp-nic-comparison-3n-hsw"
1589   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1590   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1591   parameters:
1592   - "name"
1593   - "parent"
1594   - "throughput"
1595   - "tags"
1596
1597 # VPP Compare NICs 3n-hsw 2t2c ndr
1598 - type: "table"
1599   title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1600   algorithm: "table_nics_comparison"
1601   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1602   reference:
1603     title: "Intel-x520"
1604     nic: "NIC_Intel-X520-DA2"
1605   compare:
1606     title: "Intel-x710"
1607     nic: "NIC_Intel-X710"
1608   data: "vpp-nic-comparison-3n-hsw"
1609   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1610   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1611   parameters:
1612   - "name"
1613   - "parent"
1614   - "throughput"
1615   - "tags"
1616
1617 # VPP Compare NICs 3n-hsw 1t1c pdr
1618 - type: "table"
1619   title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1620   algorithm: "table_nics_comparison"
1621   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1622   reference:
1623     title: "Intel-x520"
1624     nic: "NIC_Intel-X520-DA2"
1625   compare:
1626     title: "Intel-x710"
1627     nic: "NIC_Intel-X710"
1628   data: "vpp-nic-comparison-3n-hsw"
1629   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1630   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1631   parameters:
1632   - "name"
1633   - "parent"
1634   - "throughput"
1635   - "tags"
1636
1637 # VPP Compare NICs 3n-hsw 2t2c pdr
1638 - type: "table"
1639   title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1640   algorithm: "table_nics_comparison"
1641   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1642   reference:
1643     title: "Intel-x520"
1644     nic: "NIC_Intel-X520-DA2"
1645   compare:
1646     title: "Intel-x710"
1647     nic: "NIC_Intel-X710"
1648   data: "vpp-nic-comparison-3n-hsw"
1649   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1650   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1651   parameters:
1652   - "name"
1653   - "parent"
1654   - "throughput"
1655   - "tags"
1656
1657 # VPP Compare NICs 3n-hsw 1t1c mrr
1658 - type: "table"
1659   title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1660   algorithm: "table_nics_comparison"
1661   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1662   reference:
1663     title: "Intel-x520"
1664     nic: "NIC_Intel-X520-DA2"
1665   compare:
1666     title: "Intel-x710"
1667     nic: "NIC_Intel-X710"
1668   data: "vpp-nic-comparison-3n-hsw-mrr"
1669   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1670   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1671   parameters:
1672   - "name"
1673   - "parent"
1674   - "result"
1675   - "tags"
1676
1677 # VPP Compare NICs 3n-hsw 2t2c mrr
1678 - type: "table"
1679   title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1680   algorithm: "table_nics_comparison"
1681   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1682   reference:
1683     title: "Intel-x520"
1684     nic: "NIC_Intel-X520-DA2"
1685   compare:
1686     title: "Intel-x710"
1687     nic: "NIC_Intel-X710"
1688   data: "vpp-nic-comparison-3n-hsw-mrr"
1689   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1690   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1691   parameters:
1692   - "name"
1693   - "parent"
1694   - "result"
1695   - "tags"
1696
1697 # VPP Compare NICs 3n-hsw 4t4c mrr
1698 - type: "table"
1699   title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1700   algorithm: "table_nics_comparison"
1701   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
1702   reference:
1703     title: "Intel-x520"
1704     nic: "NIC_Intel-X520-DA2"
1705   compare:
1706     title: "Intel-x710"
1707     nic: "NIC_Intel-X710"
1708   data: "vpp-nic-comparison-3n-hsw-mrr"
1709   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1710   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1711   parameters:
1712   - "name"
1713   - "parent"
1714   - "result"
1715   - "tags"
1716
1717 # VPP Compare NICs 3n-skx 2t1c ndr
1718 - type: "table"
1719   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1720   algorithm: "table_nics_comparison"
1721   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1722   reference:
1723     title: "Intel-x710"
1724     nic: "NIC_Intel-X710"
1725   compare:
1726     title: "Intel-xxv710"
1727     nic: "NIC_Intel-XXV710"
1728   data: "vpp-nic-comparison-3n-skx"
1729   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1730   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1731   parameters:
1732   - "name"
1733   - "parent"
1734   - "throughput"
1735   - "tags"
1736
1737 # VPP Compare NICs 3n-skx 4t2c ndr
1738 - type: "table"
1739   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1740   algorithm: "table_nics_comparison"
1741   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1742   reference:
1743     title: "Intel-x710"
1744     nic: "NIC_Intel-X710"
1745   compare:
1746     title: "Intel-xxv710"
1747     nic: "NIC_Intel-XXV710"
1748   data: "vpp-nic-comparison-3n-skx"
1749   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1750   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1751   parameters:
1752   - "name"
1753   - "parent"
1754   - "throughput"
1755   - "tags"
1756
1757 # VPP Compare NICs 3n-skx 2t1c pdr
1758 - type: "table"
1759   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1760   algorithm: "table_nics_comparison"
1761   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1762   reference:
1763     title: "Intel-x710"
1764     nic: "NIC_Intel-X710"
1765   compare:
1766     title: "Intel-xxv710"
1767     nic: "NIC_Intel-XXV710"
1768   data: "vpp-nic-comparison-3n-skx"
1769   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1770   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1771   parameters:
1772   - "name"
1773   - "parent"
1774   - "throughput"
1775   - "tags"
1776
1777  # VPP Compare NICs 3n-skx 4t2c pdr
1778 - type: "table"
1779   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1780   algorithm: "table_nics_comparison"
1781   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1782   reference:
1783     title: "Intel-x710"
1784     nic: "NIC_Intel-X710"
1785   compare:
1786     title: "Intel-xxv710"
1787     nic: "NIC_Intel-XXV710"
1788   data: "vpp-nic-comparison-3n-skx"
1789   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1790   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1791   parameters:
1792   - "name"
1793   - "parent"
1794   - "throughput"
1795   - "tags"
1796
1797 # VPP Compare NICs 3n-skx 2t1c mrr
1798 - type: "table"
1799   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1800   algorithm: "table_nics_comparison"
1801   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1802   reference:
1803     title: "Intel-x710"
1804     nic: "NIC_Intel-X710"
1805   compare:
1806     title: "Intel-xxv710"
1807     nic: "NIC_Intel-XXV710"
1808   data: "vpp-nic-comparison-3n-skx-mrr"
1809   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1810   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1811   parameters:
1812   - "name"
1813   - "parent"
1814   - "result"
1815   - "tags"
1816
1817 # VPP Compare NICs 3n-skx 4t2c mrr
1818 - type: "table"
1819   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1820   algorithm: "table_nics_comparison"
1821   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1822   reference:
1823     title: "Intel-x710"
1824     nic: "NIC_Intel-X710"
1825   compare:
1826     title: "Intel-xxv710"
1827     nic: "NIC_Intel-XXV710"
1828   data: "vpp-nic-comparison-3n-skx-mrr"
1829   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1830   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1831   parameters:
1832   - "name"
1833   - "parent"
1834   - "result"
1835   - "tags"
1836
1837  # VPP Compare NICs 3n-skx 8t4c mrr
1838 - type: "table"
1839   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1840   algorithm: "table_nics_comparison"
1841   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1842   reference:
1843     title: "Intel-x710"
1844     nic: "NIC_Intel-X710"
1845   compare:
1846     title: "Intel-xxv710"
1847     nic: "NIC_Intel-XXV710"
1848   data: "vpp-nic-comparison-3n-skx-mrr"
1849   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1850   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1851   parameters:
1852   - "name"
1853   - "parent"
1854   - "result"
1855   - "tags"
1856
1857 # VPP Compare NICs 2n-skx 2t1c ndr
1858 - type: "table"
1859   title: "VPP Compare NICs 2n-skx 2t1c ndr"
1860   algorithm: "table_nics_comparison"
1861   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
1862   reference:
1863     title: "Intel-x710"
1864     nic: "NIC_Intel-X710"
1865   compare:
1866     title: "Intel-xxv710"
1867     nic: "NIC_Intel-XXV710"
1868   data: "vpp-nic-comparison-2n-skx"
1869   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1870   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1871   parameters:
1872   - "name"
1873   - "parent"
1874   - "throughput"
1875   - "tags"
1876
1877 # VPP Compare NICs 2n-skx 4t2c ndr
1878 - type: "table"
1879   title: "VPP Compare NICs 2n-skx 4t2c ndr"
1880   algorithm: "table_nics_comparison"
1881   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
1882   reference:
1883     title: "Intel-x710"
1884     nic: "NIC_Intel-X710"
1885   compare:
1886     title: "Intel-xxv710"
1887     nic: "NIC_Intel-XXV710"
1888   data: "vpp-nic-comparison-2n-skx"
1889   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1890   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1891   parameters:
1892   - "name"
1893   - "parent"
1894   - "throughput"
1895   - "tags"
1896
1897  # VPP Compare NICs 2n-skx 2t1c pdr
1898 - type: "table"
1899   title: "VPP Compare NICs 2n-skx 2t1c pdr"
1900   algorithm: "table_nics_comparison"
1901   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
1902   reference:
1903     title: "Intel-x710"
1904     nic: "NIC_Intel-X710"
1905   compare:
1906     title: "Intel-xxv710"
1907     nic: "NIC_Intel-XXV710"
1908   data: "vpp-nic-comparison-2n-skx"
1909   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1910   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1911   parameters:
1912   - "name"
1913   - "parent"
1914   - "throughput"
1915   - "tags"
1916
1917 # VPP Compare NICs 2n-skx 4t2c pdr
1918 - type: "table"
1919   title: "VPP Compare NICs 2n-skx 4t2c pdr"
1920   algorithm: "table_nics_comparison"
1921   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
1922   reference:
1923     title: "Intel-x710"
1924     nic: "NIC_Intel-X710"
1925   compare:
1926     title: "Intel-xxv710"
1927     nic: "NIC_Intel-XXV710"
1928   data: "vpp-nic-comparison-2n-skx"
1929   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1930   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1931   parameters:
1932   - "name"
1933   - "parent"
1934   - "throughput"
1935   - "tags"
1936
1937 # VPP Compare NICs 2n-skx 2t1c mrr
1938 - type: "table"
1939   title: "VPP Compare NICs 2n-skx 2t1c mrr"
1940   algorithm: "table_nics_comparison"
1941   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
1942   reference:
1943     title: "Intel-x710"
1944     nic: "NIC_Intel-X710"
1945   compare:
1946     title: "Intel-xxv710"
1947     nic: "NIC_Intel-XXV710"
1948   data: "vpp-nic-comparison-2n-skx-mrr"
1949   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1950   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1951   parameters:
1952   - "name"
1953   - "parent"
1954   - "result"
1955   - "tags"
1956
1957 # VPP Compare NICs 2n-skx 4t2c mrr
1958 - type: "table"
1959   title: "VPP Compare NICs 2n-skx 4t2c mrr"
1960   algorithm: "table_nics_comparison"
1961   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
1962   reference:
1963     title: "Intel-x710"
1964     nic: "NIC_Intel-X710"
1965   compare:
1966     title: "Intel-xxv710"
1967     nic: "NIC_Intel-XXV710"
1968   data: "vpp-nic-comparison-2n-skx-mrr"
1969   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1970   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1971   parameters:
1972   - "name"
1973   - "parent"
1974   - "result"
1975   - "tags"
1976
1977 # VPP Compare NICs 2n-skx 8t4c mrr
1978 - type: "table"
1979   title: "VPP Compare NICs 2n-skx 8t4c mrr"
1980   algorithm: "table_nics_comparison"
1981   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
1982   reference:
1983     title: "Intel-x710"
1984     nic: "NIC_Intel-X710"
1985   compare:
1986     title: "Intel-xxv710"
1987     nic: "NIC_Intel-XXV710"
1988   data: "vpp-nic-comparison-2n-skx-mrr"
1989   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1990   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1991   parameters:
1992   - "name"
1993   - "parent"
1994   - "result"
1995   - "tags"
1996
1997 ################################################################################
1998 # VPP
1999
2000 ## VPP Performance Changes 2n-dnv 1t1c pdr
2001 #- type: "table"
2002 #  title: "VPP Performance Changes 2n-dnv 1t1c pdr"
2003 #  algorithm: "table_performance_comparison"
2004 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
2005 #  history:
2006 #    - title: "rls1901"
2007 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2008 #  reference:
2009 #    title: "rls1904"
2010 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2011 #  compare:
2012 #    title: "rls1908"
2013 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2014 #  data: "intel-dnv-vpp-changes-2n-dnv"
2015 #  include-tests: "PDR"
2016 #  filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2017 #  parameters:
2018 #  - "name"
2019 #  - "parent"
2020 #  - "throughput"
2021 #
2022 ## VPP Performance Changes 2n-dnv 2t2c pdr
2023 #- type: "table"
2024 #  title: "VPP Performance Changes 2n-dnv 2t2c pdr"
2025 #  algorithm: "table_performance_comparison"
2026 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
2027 #  history:
2028 #    - title: "rls1901"
2029 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2030 #  reference:
2031 #    title: "rls1904"
2032 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2033 #  compare:
2034 #    title: "rls1908"
2035 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2036 #  data: "intel-dnv-vpp-changes-2n-dnv"
2037 #  include-tests: "PDR"
2038 #  filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2039 #  parameters:
2040 #  - "name"
2041 #  - "parent"
2042 #  - "throughput"
2043 #
2044 ## VPP Performance Changes 2n-dnv 1t1c ndr
2045 #- type: "table"
2046 #  title: "VPP Performance Changes 2n-dnv 1t1c ndr"
2047 #  algorithm: "table_performance_comparison"
2048 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
2049 #  history:
2050 #    - title: "rls1901"
2051 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2052 #  reference:
2053 #    title: "rls1904"
2054 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2055 #  compare:
2056 #    title: "rls1908"
2057 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2058 #  data: "intel-dnv-vpp-changes-2n-dnv"
2059 #  include-tests: "NDR"
2060 #  filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2061 #  parameters:
2062 #  - "name"
2063 #  - "parent"
2064 #  - "throughput"
2065 #
2066 ## VPP Performance Changes 2n-dnv 2t2c ndr
2067 #- type: "table"
2068 #  title: "VPP Performance Changes 2n-dnv 2t2c ndr"
2069 #  algorithm: "table_performance_comparison"
2070 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
2071 #  history:
2072 #    - title: "rls1901"
2073 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2074 #  reference:
2075 #    title: "rls1904"
2076 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2077 #  compare:
2078 #    title: "rls1908"
2079 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2080 #  data: "intel-dnv-vpp-changes-2n-dnv"
2081 #  include-tests: "NDR"
2082 #  filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2083 #  parameters:
2084 #  - "name"
2085 #  - "parent"
2086 #  - "throughput"
2087 #
2088 ## VPP Performance Changes 2n-dnv 1t1c MRR
2089 #- type: "table"
2090 #  title: "VPP Performance Changes 2n-dnv 1t1c MRR"
2091 #  algorithm: "table_performance_comparison"
2092 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
2093 #  history:
2094 #    - title: "rls1901"
2095 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2096 #  reference:
2097 #    title: "rls1904"
2098 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2099 #  compare:
2100 #    title: "rls1908"
2101 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2102 #  data: "intel-dnv-vpp-changes-2n-dnv"
2103 #  include-tests: "MRR"
2104 #  filter: "'1T1C' and 'MRR'"
2105 #  parameters:
2106 #  - "name"
2107 #  - "parent"
2108 #  - "result"
2109 #
2110 ## VPP Performance Changes 2n-dnv 2t2c MRR
2111 #- type: "table"
2112 #  title: "VPP Performance Changes 2n-dnv 2t2c MRR"
2113 #  algorithm: "table_performance_comparison"
2114 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
2115 #  history:
2116 #    - title: "rls1901"
2117 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2118 #  reference:
2119 #    title: "rls1904"
2120 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2121 #  compare:
2122 #    title: "rls1908"
2123 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2124 #  data: "intel-dnv-vpp-changes-2n-dnv"
2125 #  include-tests: "MRR"
2126 #  filter: "'2T2C' and 'MRR'"
2127 #  parameters:
2128 #  - "name"
2129 #  - "parent"
2130 #  - "result"
2131 #
2132 ## VPP Performance Changes 2n-dnv 4t4c MRR
2133 #- type: "table"
2134 #  title: "VPP Performance Changes 2n-dnv 4t4c MRR"
2135 #  algorithm: "table_performance_comparison"
2136 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
2137 #  history:
2138 #    - title: "rls1901"
2139 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2140 #  reference:
2141 #    title: "rls1904"
2142 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2143 #  compare:
2144 #    title: "rls1908"
2145 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2146 #  data: "intel-dnv-vpp-changes-2n-dnv"
2147 #  include-tests: "MRR"
2148 #  filter: "'4T4C' and 'MRR'"
2149 #  parameters:
2150 #  - "name"
2151 #  - "parent"
2152 #  - "result"
2153
2154 # VPP Performance Changes 3n-hsw 1t1c pdr
2155 - type: "table"
2156   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2157   algorithm: "table_performance_comparison"
2158   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2159   history:
2160     - title: "rls1901"
2161       data: "vpp-performance-changes-3n-hsw-h1"
2162   reference:
2163     title: "rls1904"
2164     data: "vpp-performance-changes-3n-hsw-ref"
2165   compare:
2166     title: "rls1908"
2167     data: "vpp-performance-changes-3n-hsw-cmp"
2168   data: "vpp-performance-changes-3n-hsw"
2169   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2170   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2171   parameters:
2172   - "name"
2173   - "parent"
2174   - "throughput"
2175
2176 # VPP Performance Changes 3n-hsw 2t2c pdr
2177 - type: "table"
2178   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2179   algorithm: "table_performance_comparison"
2180   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2181   history:
2182     - title: "rls1901"
2183       data: "vpp-performance-changes-3n-hsw-h1"
2184   reference:
2185     title: "rls1904"
2186     data: "vpp-performance-changes-3n-hsw-ref"
2187   compare:
2188     title: "rls1908"
2189     data: "vpp-performance-changes-3n-hsw-cmp"
2190   data: "vpp-performance-changes-3n-hsw"
2191   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2192   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2193   parameters:
2194   - "name"
2195   - "parent"
2196   - "throughput"
2197
2198 # VPP Performance Changes 3n-hsw 1t1c ndr
2199 - type: "table"
2200   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2201   algorithm: "table_performance_comparison"
2202   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2203   history:
2204     - title: "rls1901"
2205       data: "vpp-performance-changes-3n-hsw-h1"
2206   reference:
2207     title: "rls1904"
2208     data: "vpp-performance-changes-3n-hsw-ref"
2209   compare:
2210     title: "rls1908"
2211     data: "vpp-performance-changes-3n-hsw-cmp"
2212   data: "vpp-performance-changes-3n-hsw"
2213   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2214   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2215   parameters:
2216   - "name"
2217   - "parent"
2218   - "throughput"
2219
2220 # VPP Performance Changes 3n-hsw 2t2c ndr
2221 - type: "table"
2222   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2223   algorithm: "table_performance_comparison"
2224   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2225   history:
2226     - title: "rls1901"
2227       data: "vpp-performance-changes-3n-hsw-h1"
2228   reference:
2229     title: "rls1904"
2230     data: "vpp-performance-changes-3n-hsw-ref"
2231   compare:
2232     title: "rls1908"
2233     data: "vpp-performance-changes-3n-hsw-cmp"
2234   data: "vpp-performance-changes-3n-hsw"
2235   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2236   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2237   parameters:
2238   - "name"
2239   - "parent"
2240   - "throughput"
2241
2242 # VPP Performance Changes 3n-skx 2t1c pdr
2243 - type: "table"
2244   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2245   algorithm: "table_performance_comparison"
2246   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2247   history:
2248     - title: "rls1901"
2249       data: "vpp-performance-changes-3n-skx-h1"
2250   reference:
2251     title: "rls1904"
2252     data: "vpp-performance-changes-3n-skx-ref"
2253   compare:
2254     title: "rls1908"
2255     data: "vpp-performance-changes-3n-skx-cmp"
2256   data: "vpp-performance-changes-3n-skx"
2257   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2258   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2259   parameters:
2260   - "name"
2261   - "parent"
2262   - "throughput"
2263
2264 # VPP Performance Changes 3n-skx 4t2c pdr
2265 - type: "table"
2266   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2267   algorithm: "table_performance_comparison"
2268   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2269   history:
2270     - title: "rls1901"
2271       data: "vpp-performance-changes-3n-skx-h1"
2272   reference:
2273     title: "rls1904"
2274     data: "vpp-performance-changes-3n-skx-ref"
2275   compare:
2276     title: "rls1908"
2277     data: "vpp-performance-changes-3n-skx-cmp"
2278   data: "vpp-performance-changes-3n-skx"
2279   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2280   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2281   parameters:
2282   - "name"
2283   - "parent"
2284   - "throughput"
2285
2286 # VPP Performance Changes 3n-skx 2t1c ndr
2287 - type: "table"
2288   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2289   algorithm: "table_performance_comparison"
2290   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2291   history:
2292     - title: "rls1901"
2293       data: "vpp-performance-changes-3n-skx-h1"
2294   reference:
2295     title: "rls1904"
2296     data: "vpp-performance-changes-3n-skx-ref"
2297   compare:
2298     title: "rls1908"
2299     data: "vpp-performance-changes-3n-skx-cmp"
2300   data: "vpp-performance-changes-3n-skx"
2301   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2302   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2303   parameters:
2304   - "name"
2305   - "parent"
2306   - "throughput"
2307
2308 # VPP Performance Changes 3n-skx 4t2c ndr
2309 - type: "table"
2310   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2311   algorithm: "table_performance_comparison"
2312   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2313   history:
2314     - title: "rls1901"
2315       data: "vpp-performance-changes-3n-skx-h1"
2316   reference:
2317     title: "rls1904"
2318     data: "vpp-performance-changes-3n-skx-ref"
2319   compare:
2320     title: "rls1908"
2321     data: "vpp-performance-changes-3n-skx-cmp"
2322   data: "vpp-performance-changes-3n-skx"
2323   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2324   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2325   parameters:
2326   - "name"
2327   - "parent"
2328   - "throughput"
2329
2330 # VPP Performance Changes 2n-skx 2t1c pdr
2331 - type: "table"
2332   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2333   algorithm: "table_performance_comparison"
2334   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2335   history:
2336     - title: "rls1901"
2337       data: "vpp-performance-changes-2n-skx-h1"
2338   reference:
2339     title: "rls1904"
2340     data: "vpp-performance-changes-2n-skx-ref"
2341   compare:
2342     title: "rls1908"
2343     data: "vpp-performance-changes-2n-skx-cmp"
2344   data: "vpp-performance-changes-2n-skx"
2345   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2346   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2347   parameters:
2348   - "name"
2349   - "parent"
2350   - "throughput"
2351
2352 # VPP Performance Changes 2n-skx 4t2c pdr
2353 - type: "table"
2354   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2355   algorithm: "table_performance_comparison"
2356   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2357   history:
2358     - title: "rls1901"
2359       data: "vpp-performance-changes-2n-skx-h1"
2360   reference:
2361     title: "rls1904"
2362     data: "vpp-performance-changes-2n-skx-ref"
2363   compare:
2364     title: "rls1908"
2365     data: "vpp-performance-changes-2n-skx-cmp"
2366   data: "vpp-performance-changes-2n-skx"
2367   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2368   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2369   parameters:
2370   - "name"
2371   - "parent"
2372   - "throughput"
2373
2374 # VPP Performance Changes 2n-skx 2t1c ndr
2375 - type: "table"
2376   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2377   algorithm: "table_performance_comparison"
2378   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2379   history:
2380     - title: "rls1901"
2381       data: "vpp-performance-changes-2n-skx-h1"
2382   reference:
2383     title: "rls1904"
2384     data: "vpp-performance-changes-2n-skx-ref"
2385   compare:
2386     title: "rls1908"
2387     data: "vpp-performance-changes-2n-skx-cmp"
2388   data: "vpp-performance-changes-2n-skx"
2389   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2390   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2391   parameters:
2392   - "name"
2393   - "parent"
2394   - "throughput"
2395
2396 # VPP Performance Changes 2n-skx 4t2c ndr
2397 - type: "table"
2398   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2399   algorithm: "table_performance_comparison"
2400   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2401   history:
2402     - title: "rls1901"
2403       data: "vpp-performance-changes-2n-skx-h1"
2404   reference:
2405     title: "rls1904"
2406     data: "vpp-performance-changes-2n-skx-ref"
2407   compare:
2408     title: "rls1908"
2409     data: "vpp-performance-changes-2n-skx-cmp"
2410   data: "vpp-performance-changes-2n-skx"
2411   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2412   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2413   parameters:
2414   - "name"
2415   - "parent"
2416   - "throughput"
2417
2418 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2419 - type: "table"
2420   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2421   algorithm: "table_performance_comparison"
2422   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2423   reference:
2424     title: "3-Node Hsw"
2425     data: "vpp-compare-testbeds-ref"
2426   compare:
2427     title: "3-Node Skx"
2428     data: "vpp-compare-testbeds-cmp"
2429   data: "vpp-compare-testbeds"
2430   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2431   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2432   parameters:
2433   - "name"
2434   - "parent"
2435   - "throughput"
2436
2437 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2438 - type: "table"
2439   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2440   algorithm: "table_performance_comparison"
2441   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2442   reference:
2443     title: "3-Node Hsw"
2444     data: "vpp-compare-testbeds-ref"
2445   compare:
2446     title: "3-Node Skx"
2447     data: "vpp-compare-testbeds-cmp"
2448   data: "vpp-compare-testbeds"
2449   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2450   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2451   parameters:
2452   - "name"
2453   - "parent"
2454   - "throughput"
2455
2456 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2457 - type: "table"
2458   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2459   algorithm: "table_performance_comparison"
2460   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2461   reference:
2462     title: "3-Node Hsw"
2463     data: "vpp-compare-testbeds-ref"
2464   compare:
2465     title: "3-Node Skx"
2466     data: "vpp-compare-testbeds-cmp"
2467   data: "vpp-compare-testbeds"
2468   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2469   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2470   parameters:
2471   - "name"
2472   - "parent"
2473   - "throughput"
2474
2475 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2476 - type: "table"
2477   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2478   algorithm: "table_performance_comparison"
2479   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2480   reference:
2481     title: "3-Node Hsw"
2482     data: "vpp-compare-testbeds-ref"
2483   compare:
2484     title: "3-Node Skx"
2485     data: "vpp-compare-testbeds-cmp"
2486   data: "vpp-compare-testbeds"
2487   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2488   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2489   parameters:
2490   - "name"
2491   - "parent"
2492   - "throughput"
2493
2494 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2495 - type: "table"
2496   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2497   algorithm: "table_performance_comparison"
2498   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2499   reference:
2500     title: "3-Node Skx"
2501     data: "vpp-compare-topologies-ref"
2502   compare:
2503     title: "2-Node Skx"
2504     data: "vpp-compare-topologies-cmp"
2505   data: "vpp-compare-topologies"
2506   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2507   filter: "'NDRPDR' and '1C'"
2508   parameters:
2509   - "name"
2510   - "parent"
2511   - "throughput"
2512
2513 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2514 - type: "table"
2515   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2516   algorithm: "table_performance_comparison"
2517   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2518   reference:
2519     title: "3-Node Skx"
2520     data: "vpp-compare-topologies-ref"
2521   compare:
2522     title: "2-Node Skx"
2523     data: "vpp-compare-topologies-cmp"
2524   data: "vpp-compare-topologies"
2525   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2526   filter: "'NDRPDR' and '2C'"
2527   parameters:
2528   - "name"
2529   - "parent"
2530   - "throughput"
2531
2532 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2533 - type: "table"
2534   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2535   algorithm: "table_performance_comparison"
2536   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2537   reference:
2538     title: "3-Node Skx"
2539     data: "vpp-compare-topologies-ref"
2540   compare:
2541     title: "2-Node Skx"
2542     data: "vpp-compare-topologies-cmp"
2543   data: "vpp-compare-topologies"
2544   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2545   filter: "'NDRPDR' and '1C'"
2546   parameters:
2547   - "name"
2548   - "parent"
2549   - "throughput"
2550
2551 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2552 - type: "table"
2553   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2554   algorithm: "table_performance_comparison"
2555   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2556   reference:
2557     title: "3-Node Skx"
2558     data: "vpp-compare-topologies-ref"
2559   compare:
2560     title: "2-Node Skx"
2561     data: "vpp-compare-topologies-cmp"
2562   data: "vpp-compare-topologies"
2563   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2564   filter: "'NDRPDR' and '2C'"
2565   parameters:
2566   - "name"
2567   - "parent"
2568   - "throughput"
2569
2570 # VPP Performance Changes 3n-hsw 1t1c MRR
2571 - type: "table"
2572   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2573   algorithm: "table_performance_comparison"
2574   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2575   history:
2576     - title: "rls1901"
2577       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2578   reference:
2579     title: "rls1904"
2580     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2581   compare:
2582     title: "rls1908"
2583     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2584   data: "vpp-performance-changes-3n-hsw-mrr"
2585   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2586   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2587   parameters:
2588   - "name"
2589   - "parent"
2590   - "result"
2591
2592 # VPP Performance Changes 3n-hsw 2t2c MRR
2593 - type: "table"
2594   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2595   algorithm: "table_performance_comparison"
2596   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2597   history:
2598     - title: "rls1901"
2599       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2600   reference:
2601     title: "rls1904"
2602     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2603   compare:
2604     title: "rls1908"
2605     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2606   data: "vpp-performance-changes-3n-hsw-mrr"
2607   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2608   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2609   parameters:
2610   - "name"
2611   - "parent"
2612   - "result"
2613
2614 # VPP Performance Changes 3n-hsw 4t4c MRR
2615 - type: "table"
2616   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2617   algorithm: "table_performance_comparison"
2618   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2619   history:
2620     - title: "rls1901"
2621       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2622   reference:
2623     title: "rls1904"
2624     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2625   compare:
2626     title: "rls1908"
2627     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2628   data: "vpp-performance-changes-3n-hsw-mrr"
2629   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2630   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2631   parameters:
2632   - "name"
2633   - "parent"
2634   - "result"
2635
2636 # VPP Performance Changes 3n-skx 2t1c MRR
2637 - type: "table"
2638   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2639   algorithm: "table_performance_comparison"
2640   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2641   history:
2642     - title: "rls1901"
2643       data: "vpp-performance-changes-3n-skx-mrr-h1"
2644   reference:
2645     title: "rls1904"
2646     data: "vpp-performance-changes-3n-skx-mrr-ref"
2647   compare:
2648     title: "rls1908"
2649     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2650   data: "vpp-performance-changes-3n-skx-mrr"
2651   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2652   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2653   parameters:
2654   - "name"
2655   - "parent"
2656   - "result"
2657
2658 # VPP Performance Changes 3n-skx 4t2c MRR
2659 - type: "table"
2660   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2661   algorithm: "table_performance_comparison"
2662   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2663   history:
2664     - title: "rls1901"
2665       data: "vpp-performance-changes-3n-skx-mrr-h1"
2666   reference:
2667     title: "rls1904"
2668     data: "vpp-performance-changes-3n-skx-mrr-ref"
2669   compare:
2670     title: "rls1908"
2671     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2672   data: "vpp-performance-changes-3n-skx-mrr"
2673   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2674   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2675   parameters:
2676   - "name"
2677   - "parent"
2678   - "result"
2679
2680 # VPP Performance Changes 3n-skx 8t4c MRR
2681 - type: "table"
2682   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2683   algorithm: "table_performance_comparison"
2684   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2685   history:
2686     - title: "rls1901"
2687       data: "vpp-performance-changes-3n-skx-mrr-h1"
2688   reference:
2689     title: "rls1904"
2690     data: "vpp-performance-changes-3n-skx-mrr-ref"
2691   compare:
2692     title: "rls1908"
2693     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2694   data: "vpp-performance-changes-3n-skx-mrr"
2695   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2696   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2697   parameters:
2698   - "name"
2699   - "parent"
2700   - "result"
2701
2702 # VPP Performance Changes 2n-skx 2t1c MRR
2703 - type: "table"
2704   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2705   algorithm: "table_performance_comparison"
2706   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2707   history:
2708     - title: "rls1901"
2709       data: "vpp-performance-changes-2n-skx-mrr-h1"
2710   reference:
2711     title: "rls1904"
2712     data: "vpp-performance-changes-2n-skx-mrr-ref"
2713   compare:
2714     title: "rls1908"
2715     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2716   data: "vpp-performance-changes-2n-skx-mrr"
2717   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2718   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2719   parameters:
2720   - "name"
2721   - "parent"
2722   - "result"
2723
2724 # VPP Performance Changes 2n-skx 4t2c MRR
2725 - type: "table"
2726   title: "VPP Performance Changes 2n-skx 4t2c MRR"
2727   algorithm: "table_performance_comparison"
2728   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2729   history:
2730     - title: "rls1901"
2731       data: "vpp-performance-changes-2n-skx-mrr-h1"
2732   reference:
2733     title: "rls1904"
2734     data: "vpp-performance-changes-2n-skx-mrr-ref"
2735   compare:
2736     title: "rls1908"
2737     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2738   data: "vpp-performance-changes-2n-skx-mrr"
2739   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2740   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2741   parameters:
2742   - "name"
2743   - "parent"
2744   - "result"
2745
2746 # VPP Performance Changes 2n-skx 8t4c MRR
2747 - type: "table"
2748   title: "VPP Performance Changes 2n-skx 8t4c MRR"
2749   algorithm: "table_performance_comparison"
2750   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2751   history:
2752     - title: "rls1901"
2753       data: "vpp-performance-changes-2n-skx-mrr-h1"
2754   reference:
2755     title: "rls1904"
2756     data: "vpp-performance-changes-2n-skx-mrr-ref"
2757   compare:
2758     title: "rls1908"
2759     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2760   data: "vpp-performance-changes-2n-skx-mrr"
2761   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2762   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2763   parameters:
2764   - "name"
2765   - "parent"
2766   - "result"
2767
2768 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2769 - type: "table"
2770   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2771   algorithm: "table_performance_comparison"
2772   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2773   reference:
2774     title: "3-Node Hsw"
2775     data: "vpp-compare-testbeds-mrr-ref"
2776   compare:
2777     title: "3-Node Skx"
2778     data: "vpp-compare-testbeds-mrr-cmp"
2779   data: "vpp-compare-testbeds-mrr"
2780   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2781   filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
2782   parameters:
2783   - "name"
2784   - "parent"
2785   - "result"
2786
2787 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2788 - type: "table"
2789   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2790   algorithm: "table_performance_comparison"
2791   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2792   reference:
2793     title: "3-Node Hsw"
2794     data: "vpp-compare-testbeds-mrr-ref"
2795   compare:
2796     title: "3-Node Skx"
2797     data: "vpp-compare-testbeds-mrr-cmp"
2798   data: "vpp-compare-testbeds-mrr"
2799   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2800   filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
2801   parameters:
2802   - "name"
2803   - "parent"
2804   - "result"
2805
2806 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2807 - type: "table"
2808   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2809   algorithm: "table_performance_comparison"
2810   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2811   reference:
2812     title: "3-Node Hsw"
2813     data: "vpp-compare-testbeds-mrr-ref"
2814   compare:
2815     title: "3-Node Skx"
2816     data: "vpp-compare-testbeds-mrr-cmp"
2817   data: "vpp-compare-testbeds-mrr"
2818   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2819   filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
2820   parameters:
2821   - "name"
2822   - "parent"
2823   - "result"
2824
2825 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2826 - type: "table"
2827   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2828   algorithm: "table_performance_comparison"
2829   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2830   reference:
2831     title: "3-Node Skx"
2832     data: "vpp-compare-topologies-mrr-ref"
2833   compare:
2834     title: "2-Node Skx"
2835     data: "vpp-compare-topologies-mrr-cmp"
2836   data: "vpp-compare-topologies-mrr"
2837   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2838   filter: "'MRR' and '1C'"
2839   parameters:
2840   - "name"
2841   - "parent"
2842   - "result"
2843
2844 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2845 - type: "table"
2846   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
2847   algorithm: "table_performance_comparison"
2848   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
2849   reference:
2850     title: "3-Node Skx"
2851     data: "vpp-compare-topologies-mrr-ref"
2852   compare:
2853     title: "2-Node Skx"
2854     data: "vpp-compare-topologies-mrr-cmp"
2855   data: "vpp-compare-topologies-mrr"
2856   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2857   filter: "'MRR' and '2C'"
2858   parameters:
2859   - "name"
2860   - "parent"
2861   - "result"
2862
2863 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
2864 - type: "table"
2865   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
2866   algorithm: "table_performance_comparison"
2867   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
2868   reference:
2869     title: "3-Node Skx"
2870     data: "vpp-compare-topologies-mrr-ref"
2871   compare:
2872     title: "2-Node Skx"
2873     data: "vpp-compare-topologies-mrr-cmp"
2874   data: "vpp-compare-topologies-mrr"
2875   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2876   filter: "'MRR' and '4C'"
2877   parameters:
2878   - "name"
2879   - "parent"
2880   - "result"
2881
2882 # Detailed Test Results - VPP Performance Results 3n-hsw
2883 - type: "table"
2884   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
2885   algorithm: "table_merged_details"
2886   output-file-ext: ".csv"
2887   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2888   columns:
2889   - title: "Name"
2890     data: "data name"
2891   - title: "Status"
2892     data: "data msg"
2893   rows: "generated"
2894   data: "vpp-perf-results-3n-hsw"
2895   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
2896   parameters:
2897   - "name"
2898   - "parent"
2899   - "msg"
2900
2901 # Detailed Test Results - VPP Performance Results 3n-skx
2902 - type: "table"
2903   title: "Detailed Test Results - VPP Performance Results 3n-skx"
2904   algorithm: "table_merged_details"
2905   output-file-ext: ".csv"
2906   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2907   columns:
2908   - title: "Name"
2909     data: "data name"
2910   - title: "Status"
2911     data: "data msg"
2912   rows: "generated"
2913   data: "vpp-perf-results-3n-skx"
2914   filter: "not 'CFS_OPT'"
2915   parameters:
2916   - "name"
2917   - "parent"
2918   - "msg"
2919
2920 # Detailed Test Results - VPP Performance Results 2n-skx
2921 - type: "table"
2922   title: "Detailed Test Results - VPP Performance Results 2n-skx"
2923   algorithm: "table_merged_details"
2924   output-file-ext: ".csv"
2925   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2926   columns:
2927   - title: "Name"
2928     data: "data name"
2929   - title: "Status"
2930     data: "data msg"
2931   rows: "generated"
2932   data: "vpp-perf-results-2n-skx"
2933   filter: "not 'CFS_OPT'"
2934   parameters:
2935   - "name"
2936   - "parent"
2937   - "msg"
2938
2939 ## Detailed Test Results - VPP Performance Results 2n-dnv
2940 #- type: "table"
2941 #  title: "Detailed Test Results - VPP Performance Results 2n-dnv"
2942 #  algorithm: "table_details"
2943 #  output-file-ext: ".csv"
2944 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
2945 #  columns:
2946 #  - title: "Name"
2947 #    data: "data name"
2948 #  - title: "Status"
2949 #    data: "data msg"
2950 #  rows: "generated"
2951 #  data: "intel-dnv-vpp"
2952 #  filter: "'NDRPDR'"
2953 #  parameters:
2954 #  - "name"
2955 #  - "parent"
2956 #  - "msg"
2957
2958 # Test configuration - VPP Performance Test Configs 3n-hsw
2959 - type: "table"
2960   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
2961   algorithm: "table_merged_details"
2962   output-file-ext: ".csv"
2963   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
2964   columns:
2965   - title: "Name"
2966     data: "data name"
2967   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2968     data: "data conf-history"
2969   rows: "generated"
2970   data: "vpp-perf-results-3n-hsw"
2971   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
2972   parameters:
2973   - "parent"
2974   - "name"
2975   - "conf-history"
2976
2977 # Test configuration - VPP Performance Test Configs 3n-skx
2978 - type: "table"
2979   title: "Test configuration - VPP Performance Test Configs 3n-skx"
2980   algorithm: "table_merged_details"
2981   output-file-ext: ".csv"
2982   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
2983   columns:
2984   - title: "Name"
2985     data: "data name"
2986   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2987     data: "data conf-history"
2988   rows: "generated"
2989   data: "vpp-perf-results-3n-skx"
2990   filter: "not 'CFS_OPT'"
2991   parameters:
2992   - "parent"
2993   - "name"
2994   - "conf-history"
2995
2996 # Test configuration - VPP Performance Test Configs 2n-skx
2997 - type: "table"
2998   title: "Test configuration - VPP Performance Test Configs 2n-skx"
2999   algorithm: "table_merged_details"
3000   output-file-ext: ".csv"
3001   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
3002   columns:
3003   - title: "Name"
3004     data: "data name"
3005   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3006     data: "data conf-history"
3007   rows: "generated"
3008   data: "vpp-perf-results-2n-skx"
3009   filter: "not 'CFS_OPT'"
3010   parameters:
3011   - "parent"
3012   - "name"
3013   - "conf-history"
3014
3015 ## Test configuration - VPP Performance Test Configs 2n-dnv
3016 #- type: "table"
3017 #  title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3018 #  algorithm: "table_details"
3019 #  output-file-ext: ".csv"
3020 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3021 #  columns:
3022 #  - title: "Name"
3023 #    data: "data name"
3024 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
3025 #    data: "data conf-history"
3026 #  rows: "generated"
3027 #  data: "intel-dnv-vpp"
3028 #  filter: "'NDRPDR'"
3029 #  parameters:
3030 #  - "parent"
3031 #  - "name"
3032 #  - "conf-history"
3033
3034 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3035 - type: "table"
3036   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3037   algorithm: "table_merged_details"
3038   output-file-ext: ".csv"
3039   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3040   columns:
3041   - title: "Name"
3042     data: "data name"
3043   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3044     data: "data show-run"
3045   rows: "generated"
3046   data: "vpp-perf-results-3n-hsw"
3047   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3048   parameters:
3049   - "parent"
3050   - "name"
3051   - "show-run"
3052
3053 # Test Operational Data - VPP Performance Operational Data 3n-skx
3054 - type: "table"
3055   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3056   algorithm: "table_merged_details"
3057   output-file-ext: ".csv"
3058   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3059   columns:
3060   - title: "Name"
3061     data: "data name"
3062   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3063     data: "data show-run"
3064   rows: "generated"
3065   data: "vpp-perf-results-3n-skx"
3066   filter: "not 'CFS_OPT'"
3067   parameters:
3068   - "parent"
3069   - "name"
3070   - "show-run"
3071
3072 # Test Operational Data - VPP Performance Operational Data 2n-skx
3073 - type: "table"
3074   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3075   algorithm: "table_merged_details"
3076   output-file-ext: ".csv"
3077   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3078   columns:
3079   - title: "Name"
3080     data: "data name"
3081   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3082     data: "data show-run"
3083   rows: "generated"
3084   data: "vpp-perf-results-2n-skx"
3085   filter: "not 'CFS_OPT'"
3086   parameters:
3087   - "parent"
3088   - "name"
3089   - "show-run"
3090
3091 ## Test Operational Data - VPP Performance Operational Data 2n-dnv
3092 #- type: "table"
3093 #  title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3094 #  algorithm: "table_details"
3095 #  output-file-ext: ".csv"
3096 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3097 #  columns:
3098 #  - title: "Name"
3099 #    data: "data name"
3100 #  - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3101 #    data: "data show-run"
3102 #  rows: "generated"
3103 #  data: "intel-dnv-vpp"
3104 #  filter: "'NDRPDR'"
3105 #  parameters:
3106 #  - "parent"
3107 #  - "name"
3108 #  - "show-run"
3109
3110 # Detailed Test Results - VPP MRR Results 3n-hsw
3111 - type: "table"
3112   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3113   algorithm: "table_details"
3114   output-file-ext: ".csv"
3115   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3116   columns:
3117   - title: "Name"
3118     data: "data name"
3119   - title: "Status"
3120     data: "data msg"
3121   rows: "generated"
3122   data: "vpp-mrr-results-3n-hsw"
3123   filter: "'MRR'"
3124   parameters:
3125   - "name"
3126   - "parent"
3127   - "msg"
3128
3129 # Detailed Test Results - VPP MRR Results 3n-skx
3130 - type: "table"
3131   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3132   algorithm: "table_details"
3133   output-file-ext: ".csv"
3134   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3135   columns:
3136   - title: "Name"
3137     data: "data name"
3138   - title: "Status"
3139     data: "data msg"
3140   rows: "generated"
3141   data: "vpp-mrr-results-3n-skx"
3142   filter: "'MRR'"
3143   parameters:
3144   - "name"
3145   - "parent"
3146   - "msg"
3147
3148 # Detailed Test Results - VPP MRR Results 2n-skx
3149 - type: "table"
3150   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3151   algorithm: "table_details"
3152   output-file-ext: ".csv"
3153   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3154   columns:
3155   - title: "Name"
3156     data: "data name"
3157   - title: "Status"
3158     data: "data msg"
3159   rows: "generated"
3160   data: "vpp-mrr-results-2n-skx"
3161   filter: "'MRR'"
3162   parameters:
3163   - "name"
3164   - "parent"
3165   - "msg"
3166
3167 ## Detailed Test Results - VPP MRR Results 2n-dnv
3168 #- type: "table"
3169 #  title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3170 #  algorithm: "table_details"
3171 #  output-file-ext: ".csv"
3172 #  output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3173 #  columns:
3174 #  - title: "Name"
3175 #    data: "data name"
3176 #  - title: "Status"
3177 #    data: "data msg"
3178 #  rows: "generated"
3179 #  data: "intel-dnv-vpp"
3180 #  filter: "'MRR'"
3181 #  parameters:
3182 #  - "name"
3183 #  - "parent"
3184 #  - "msg"
3185
3186 # Test configuration - VPP MRR Test Configs 3n-hsw
3187 - type: "table"
3188   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3189   algorithm: "table_details"
3190   output-file-ext: ".csv"
3191   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3192   columns:
3193   - title: "Name"
3194     data: "data name"
3195   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3196     data: "data conf-history"
3197   rows: "generated"
3198   data: "vpp-mrr-results-3n-hsw"
3199   filter: "'MRR'"
3200   parameters:
3201   - "parent"
3202   - "name"
3203   - "conf-history"
3204
3205 # Test configuration - VPP MRR Test Configs 3n-skx
3206 - type: "table"
3207   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3208   algorithm: "table_details"
3209   output-file-ext: ".csv"
3210   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3211   columns:
3212   - title: "Name"
3213     data: "data name"
3214   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3215     data: "data conf-history"
3216   rows: "generated"
3217   data: "vpp-mrr-results-3n-skx"
3218   filter: "'MRR'"
3219   parameters:
3220   - "parent"
3221   - "name"
3222   - "conf-history"
3223
3224 # Test configuration - VPP MRR Test Configs 2n-skx
3225 - type: "table"
3226   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3227   algorithm: "table_details"
3228   output-file-ext: ".csv"
3229   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3230   columns:
3231   - title: "Name"
3232     data: "data name"
3233   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3234     data: "data conf-history"
3235   rows: "generated"
3236   data: "vpp-mrr-results-2n-skx"
3237   filter: "'MRR'"
3238   parameters:
3239   - "parent"
3240   - "name"
3241   - "conf-history"
3242
3243 ## Test configuration - VPP MRR Test Configs 2n-dnv
3244 #- type: "table"
3245 #  title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3246 #  algorithm: "table_details"
3247 #  output-file-ext: ".csv"
3248 #  output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3249 #  columns:
3250 #  - title: "Name"
3251 #    data: "data name"
3252 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
3253 #    data: "data conf-history"
3254 #  rows: "generated"
3255 #  data: "intel-dnv-vpp"
3256 #  filter: "'MRR'"
3257 #  parameters:
3258 #  - "parent"
3259 #  - "name"
3260 #  - "conf-history"
3261
3262 # Detailed Test Results - VPP Functional Results - Ubuntu
3263 - type: "table"
3264   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3265   algorithm: "table_details"
3266   output-file-ext: ".csv"
3267   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3268   columns:
3269   - title: "Name"
3270     data: "data name"
3271   - title: "Documentation"
3272     data: "data doc"
3273   - title: "Status"
3274     data: "data status"
3275   rows: "generated"
3276   data: "vpp-func-results-ubuntu"
3277   filter: "all"
3278   parameters:
3279   - "name"
3280   - "parent"
3281   - "doc"
3282   - "status"
3283
3284 # Detailed Test Results - VPP Functional Results - CentOS
3285 - type: "table"
3286   title: "Detailed Test Results - VPP Functional Results - CentOS"
3287   algorithm: "table_details"
3288   output-file-ext: ".csv"
3289   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3290   columns:
3291   - title: "Name"
3292     data: "data name"
3293   - title: "Documentation"
3294     data: "data doc"
3295   -
3296     title: "Status"
3297     data: "data status"
3298   rows: "generated"
3299   data:
3300     "vpp-func-results-centos"
3301   filter: "all"
3302   parameters:
3303   - "name"
3304   - "parent"
3305   - "doc"
3306   - "status"
3307
3308 # Test configuration - VPP Functional Test Configs - Ubuntu
3309 - type: "table"
3310   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3311   algorithm: "table_details"
3312   output-file-ext: ".csv"
3313   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3314   columns:
3315   - title: "Name"
3316     data: "data name"
3317   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3318     data: "data conf-history"
3319   rows: "generated"
3320   data: "vpp-func-results-ubuntu"
3321   filter: "all"
3322   parameters:
3323   - "parent"
3324   - "name"
3325   - "conf-history"
3326
3327 # Test configuration - VPP Functional Test Configs - CentOS
3328 - type: "table"
3329   title: "Test configuration - VPP Functional Test Configs - CentOS"
3330   algorithm: "table_details"
3331   output-file-ext: ".csv"
3332   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3333   columns:
3334   - title: "Name"
3335     data: "data name"
3336   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3337     data: "data conf-history"
3338   rows: "generated"
3339   data: "vpp-func-results-centos"
3340   filter: "all"
3341   parameters:
3342   - "parent"
3343   - "name"
3344   - "conf-history"
3345
3346 ## Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3347 #- type: "table"
3348 #  title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3349 #  algorithm: "table_details"
3350 #  output-file-ext: ".csv"
3351 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3352 #  columns:
3353 #  - title: "Name"
3354 #    data: "data name"
3355 #  - title: "Status"
3356 #    data: "data msg"
3357 #  rows: "generated"
3358 #  data: "ligato-perf-results-3n-hsw"
3359 #  filter: "all"
3360 #  parameters:
3361 #  - "name"
3362 #  - "parent"
3363 #  - "msg"
3364
3365 # Detailed Test Results - VPP Device Results - Ubuntu
3366 - type: "table"
3367   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3368   algorithm: "table_details"
3369   output-file-ext: ".csv"
3370   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3371   columns:
3372   - title: "Name"
3373     data: "data name"
3374   - title: "Documentation"
3375     data: "data doc"
3376   - title: "Status"
3377     data: "data status"
3378   rows: "generated"
3379   data: "vpp-device-results-ubuntu"
3380   filter: "all"
3381   parameters:
3382   - "name"
3383   - "parent"
3384   - "doc"
3385   - "status"
3386
3387 # Test configuration - VPP Device Test Configs - Ubuntu
3388 - type: "table"
3389   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3390   algorithm: "table_details"
3391   output-file-ext: ".csv"
3392   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3393   columns:
3394   - title: "Name"
3395     data: "data name"
3396   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3397     data: "data conf-history"
3398   rows: "generated"
3399   data: "vpp-device-results-ubuntu"
3400   filter: "all"
3401   parameters:
3402   - "parent"
3403   - "name"
3404   - "conf-history"
3405
3406 ################################################################################
3407
3408 # DPDK Performance Changes 3n-hsw 1t1c pdr
3409 - type: "table"
3410   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3411   algorithm: "table_performance_comparison"
3412   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3413   history:
3414     - title: "rls1901"
3415       data: "dpdk-performance-changes-3n-hsw-h1"
3416   reference:
3417     title: "rls1904"
3418     data: "dpdk-performance-changes-3n-hsw-ref"
3419   compare:
3420     title: "rls1908"
3421     data: "dpdk-performance-changes-3n-hsw-cmp"
3422   data: "dpdk-performance-changes-3n-hsw"
3423   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3424   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3425   parameters:
3426   - "name"
3427   - "parent"
3428   - "throughput"
3429
3430 # DPDK Performance Changes 3n-hsw 2t2c pdr
3431 - type: "table"
3432   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3433   algorithm: "table_performance_comparison"
3434   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3435   history:
3436     - title: "rls1901"
3437       data: "dpdk-performance-changes-3n-hsw-h1"
3438   reference:
3439     title: "rls1904"
3440     data: "dpdk-performance-changes-3n-hsw-ref"
3441   compare:
3442     title: "rls1908"
3443     data: "dpdk-performance-changes-3n-hsw-cmp"
3444   data: "dpdk-performance-changes-3n-hsw"
3445   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3446   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3447   parameters:
3448   - "name"
3449   - "parent"
3450   - "throughput"
3451
3452 # DPDK Performance Changes 3n-hsw 1t1c ndr
3453 - type: "table"
3454   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3455   algorithm: "table_performance_comparison"
3456   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3457   history:
3458     - title: "rls1901"
3459       data: "dpdk-performance-changes-3n-hsw-h1"
3460   reference:
3461     title: "rls1904"
3462     data: "dpdk-performance-changes-3n-hsw-ref"
3463   compare:
3464     title: "rls1908"
3465     data: "dpdk-performance-changes-3n-hsw-cmp"
3466   data: "dpdk-performance-changes-3n-hsw"
3467   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3468   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3469   parameters:
3470   - "name"
3471   - "parent"
3472   - "throughput"
3473
3474 # DPDK Performance Changes 3n-hsw 2t2c ndr
3475 - type: "table"
3476   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3477   algorithm: "table_performance_comparison"
3478   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3479   history:
3480     - title: "rls1901"
3481       data: "dpdk-performance-changes-3n-hsw-h1"
3482   reference:
3483     title: "rls1904"
3484     data: "dpdk-performance-changes-3n-hsw-ref"
3485   compare:
3486     title: "rls1908"
3487     data: "dpdk-performance-changes-3n-hsw-cmp"
3488   data: "dpdk-performance-changes-3n-hsw"
3489   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3490   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3491   parameters:
3492   - "name"
3493   - "parent"
3494   - "throughput"
3495
3496 # DPDK Performance Changes 3n-skx 2t1c pdr
3497 - type: "table"
3498   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3499   algorithm: "table_performance_comparison"
3500   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3501   history:
3502     - title: "rls1901"
3503       data: "dpdk-performance-changes-3n-skx-h1"
3504   reference:
3505     title: "rls1904"
3506     data: "dpdk-performance-changes-3n-skx-ref"
3507   compare:
3508     title: "rls1908"
3509     data: "dpdk-performance-changes-3n-skx-cmp"
3510   data: "dpdk-performance-changes-3n-skx"
3511   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3512   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3513   parameters:
3514   - "name"
3515   - "parent"
3516   - "throughput"
3517
3518 # DPDK Performance Changes 3n-skx 4t2c pdr
3519 - type: "table"
3520   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3521   algorithm: "table_performance_comparison"
3522   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3523   history:
3524     - title: "rls1901"
3525       data: "dpdk-performance-changes-3n-skx-h1"
3526   reference:
3527     title: "rls1904"
3528     data: "dpdk-performance-changes-3n-skx-ref"
3529   compare:
3530     title: "rls1908"
3531     data: "dpdk-performance-changes-3n-skx-cmp"
3532   data: "dpdk-performance-changes-3n-skx"
3533   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3534   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3535   parameters:
3536   - "name"
3537   - "parent"
3538   - "throughput"
3539
3540 # DPDK Performance Changes 3n-skx 2t1c ndr
3541 - type: "table"
3542   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3543   algorithm: "table_performance_comparison"
3544   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3545   history:
3546     - title: "rls1901"
3547       data: "dpdk-performance-changes-3n-skx-h1"
3548   reference:
3549     title: "rls1904"
3550     data: "dpdk-performance-changes-3n-skx-ref"
3551   compare:
3552     title: "rls1908"
3553     data: "dpdk-performance-changes-3n-skx-cmp"
3554   data: "dpdk-performance-changes-3n-skx"
3555   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3556   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3557   parameters:
3558   - "name"
3559   - "parent"
3560   - "throughput"
3561
3562 # DPDK Performance Changes 3n-skx 4t2c ndr
3563 - type: "table"
3564   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3565   algorithm: "table_performance_comparison"
3566   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3567   history:
3568     - title: "rls1901"
3569       data: "dpdk-performance-changes-3n-skx-h1"
3570   reference:
3571     title: "rls1904"
3572     data: "dpdk-performance-changes-3n-skx-ref"
3573   compare:
3574     title: "rls1908"
3575     data: "dpdk-performance-changes-3n-skx-cmp"
3576   data: "dpdk-performance-changes-3n-skx"
3577   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3578   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3579   parameters:
3580   - "name"
3581   - "parent"
3582   - "throughput"
3583
3584 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3585 - type: "table"
3586   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3587   algorithm: "table_performance_comparison"
3588   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
3589   reference:
3590     title: "3-Node Hsw"
3591     data: "dpdk-compare-testbeds-ref"
3592   compare:
3593     title: "3-Node Skx"
3594     data: "dpdk-compare-testbeds-cmp"
3595   data: "dpdk-compare-testbeds"
3596   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3597   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3598   parameters:
3599   - "name"
3600   - "parent"
3601   - "throughput"
3602
3603 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
3604 - type: "table"
3605   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
3606   algorithm: "table_performance_comparison"
3607   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
3608   reference:
3609     title: "3-Node Hsw"
3610     data: "dpdk-compare-testbeds-ref"
3611   compare:
3612     title: "3-Node Skx"
3613     data: "dpdk-compare-testbeds-cmp"
3614   data: "dpdk-compare-testbeds"
3615   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3616   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3617   parameters:
3618   - "name"
3619   - "parent"
3620   - "throughput"
3621
3622 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
3623 - type: "table"
3624   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
3625   algorithm: "table_performance_comparison"
3626   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
3627   reference:
3628     title: "3-Node Skx"
3629     data: "dpdk-compare-topologies-ref"
3630   compare:
3631     title: "2-Node Skx"
3632     data: "dpdk-compare-topologies-cmp"
3633   data: "dpdk-compare-topologies"
3634   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3635   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3636   parameters:
3637   - "name"
3638   - "parent"
3639   - "throughput"
3640
3641 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
3642 - type: "table"
3643   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
3644   algorithm: "table_performance_comparison"
3645   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
3646   reference:
3647     title: "3-Node Skx"
3648     data: "dpdk-compare-topologies-ref"
3649   compare:
3650     title: "2-Node Skx"
3651     data: "dpdk-compare-topologies-cmp"
3652   data: "dpdk-compare-topologies"
3653   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3654   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3655   parameters:
3656   - "name"
3657   - "parent"
3658   - "throughput"
3659
3660 # DPDK Performance Changes 2n-skx 2t1c pdr
3661 - type: "table"
3662   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
3663   algorithm: "table_performance_comparison"
3664   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
3665   history:
3666     - title: "rls1901"
3667       data: "dpdk-performance-changes-2n-skx-h1"
3668   reference:
3669     title: "rls1904"
3670     data: "dpdk-performance-changes-2n-skx-ref"
3671   compare:
3672     title: "rls1908"
3673     data: "dpdk-performance-changes-2n-skx-cmp"
3674   data: "dpdk-performance-changes-2n-skx"
3675   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3676   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3677   parameters:
3678   - "name"
3679   - "parent"
3680   - "throughput"
3681
3682 # DPDK Performance Changes 2n-skx 4t2c pdr
3683 - type: "table"
3684   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
3685   algorithm: "table_performance_comparison"
3686   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
3687   history:
3688     - title: "rls1901"
3689       data: "dpdk-performance-changes-2n-skx-h1"
3690   reference:
3691     title: "rls1904"
3692     data: "dpdk-performance-changes-2n-skx-ref"
3693   compare:
3694     title: "rls1908"
3695     data: "dpdk-performance-changes-2n-skx-cmp"
3696   data: "dpdk-performance-changes-2n-skx"
3697   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3698   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3699   parameters:
3700   - "name"
3701   - "parent"
3702   - "throughput"
3703
3704 # DPDK Performance Changes 2n-skx 2t1c ndr
3705 - type: "table"
3706   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
3707   algorithm: "table_performance_comparison"
3708   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
3709   history:
3710     - title: "rls1901"
3711       data: "dpdk-performance-changes-2n-skx-h1"
3712   reference:
3713     title: "rls1904"
3714     data: "dpdk-performance-changes-2n-skx-ref"
3715   compare:
3716     title: "rls1908"
3717     data: "dpdk-performance-changes-2n-skx-cmp"
3718   data: "dpdk-performance-changes-2n-skx"
3719   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3720   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3721   parameters:
3722   - "name"
3723   - "parent"
3724   - "throughput"
3725
3726 # DPDK Performance Changes 2n-skx 4t2c ndr
3727 - type: "table"
3728   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
3729   algorithm: "table_performance_comparison"
3730   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
3731   history:
3732     - title: "rls1901"
3733       data: "dpdk-performance-changes-2n-skx-h1"
3734   reference:
3735     title: "rls1904"
3736     data: "dpdk-performance-changes-2n-skx-ref"
3737   compare:
3738     title: "rls1908"
3739     data: "dpdk-performance-changes-2n-skx-cmp"
3740   data: "dpdk-performance-changes-2n-skx"
3741   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3742   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3743   parameters:
3744   - "name"
3745   - "parent"
3746   - "throughput"
3747
3748 # Detailed Test Results - DPDK Performance Results 3n-hsw
3749 - type: "table"
3750   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
3751   algorithm: "table_details"
3752   output-file-ext: ".csv"
3753   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
3754   columns:
3755   - title: "Name"
3756     data: "data name"
3757   - title: "Status"
3758     data: "data msg"
3759   rows: "generated"
3760   data: "dpdk-perf-results-3n-hsw"
3761   filter: "all"
3762   parameters:
3763   - "name"
3764   - "parent"
3765   - "msg"
3766
3767 # Detailed Test Results - DPDK Performance Results 3n-skx
3768 - type: "table"
3769   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
3770   algorithm: "table_details"
3771   output-file-ext: ".csv"
3772   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3773   columns:
3774   - title: "Name"
3775     data: "data name"
3776   - title: "Status"
3777     data: "data msg"
3778   rows: "generated"
3779   data: "dpdk-perf-results-3n-skx"
3780   filter: "all"
3781   parameters:
3782   - "name"
3783   - "parent"
3784   - "msg"
3785
3786 # Detailed Test Results - DPDK Performance Results 2n-skx
3787 - type: "table"
3788   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
3789   algorithm: "table_details"
3790   output-file-ext: ".csv"
3791   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3792   columns:
3793   - title: "Name"
3794     data: "data name"
3795   - title: "Status"
3796     data: "data msg"
3797   rows: "generated"
3798   data: "dpdk-perf-results-2n-skx"
3799   filter: "all"
3800   parameters:
3801   - "name"
3802   - "parent"
3803   - "msg"
3804
3805 ################################################################################
3806 # HoneyComb
3807 - type: "table"
3808   title: "Detailed Test Results - Honeycomb Functional Results"
3809   algorithm: "table_details"
3810   output-file-ext: ".csv"
3811   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
3812   columns:
3813   - title: "Name"
3814     data: "data name"
3815   - title: "Documentation"
3816     data: "data doc"
3817   - title: "Status"
3818     data: "data status"
3819   rows: "generated"
3820   data:
3821     "hc-func-results"
3822   filter: "all"
3823   parameters:
3824   - "name"
3825   - "parent"
3826   - "doc"
3827   - "status"
3828
3829 ################################################################################
3830 # DMM
3831 - type: "table"
3832   title: "Detailed Test Results - DMM Functional Results"
3833   algorithm: "table_details"
3834   output-file-ext: ".csv"
3835   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
3836   columns:
3837   - title: "Name"
3838     data: "data name"
3839   - title: "Documentation"
3840     data: "data doc"
3841   - title: "Status"
3842     data: "data status"
3843   rows: "generated"
3844   data:
3845     "dmm-func-results"
3846   filter: "all"
3847   parameters:
3848   - "name"
3849   - "parent"
3850   - "doc"
3851   - "status"
3852
3853 ################################################################################
3854 ###                                F I L E S                                 ###
3855 ################################################################################
3856
3857 # VPP Performance Results 3n-hsw
3858 - type: "file"
3859   title: "VPP Performance Results 3n-hsw"
3860   algorithm: "file_test_results"
3861   output-file-ext: ".rst"
3862   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3863   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"
3864   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
3865   data: "vpp-perf-results-3n-hsw"
3866   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3867   parameters:
3868   - "name"
3869   - "doc"
3870   - "level"
3871   - "parent"
3872   data-start-level: 3
3873
3874 # VPP Performance Results 3n-skx
3875 - type: "file"
3876   title: "VPP Performance Results 3n-skx"
3877   algorithm: "file_test_results"
3878   output-file-ext: ".rst"
3879   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3880   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"
3881   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
3882   data: "vpp-perf-results-3n-skx"
3883   filter: "not 'CFS_OPT'"
3884   parameters:
3885   - "name"
3886   - "doc"
3887   - "level"
3888   - "parent"
3889   data-start-level: 3
3890
3891 # VPP Performance Results 2n-skx
3892 - type: "file"
3893   title: "VPP Performance Results 2n-skx"
3894   algorithm: "file_test_results"
3895   output-file-ext: ".rst"
3896   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3897   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"
3898   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
3899   data: "vpp-perf-results-2n-skx"
3900   filter: "not 'CFS_OPT'"
3901   parameters:
3902   - "name"
3903   - "doc"
3904   - "level"
3905   - "parent"
3906   data-start-level: 3
3907
3908 ## VPP Performance Results 2n-dnv
3909 #- type: "file"
3910 #  title: "VPP Performance Results 2n-dnv"
3911 #  algorithm: "file_test_results"
3912 #  output-file-ext: ".rst"
3913 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3914 #  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"
3915 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
3916 #  data: "intel-dnv-vpp"
3917 #  filter: "'NDRPDR'"
3918 #  parameters:
3919 #  - "name"
3920 #  - "doc"
3921 #  - "level"
3922 #  - "parent"
3923 #  data-start-level: 3
3924
3925 # VPP Performance Configuration 3n-hsw
3926 - type: "file"
3927   title: "VPP Performance Configuration 3n-hsw"
3928   algorithm: "file_test_results"
3929   output-file-ext: ".rst"
3930   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
3931   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"
3932   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
3933   data: "vpp-perf-results-3n-hsw"
3934   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3935   parameters:
3936   - "name"
3937   - "doc"
3938   - "level"
3939   - "parent"
3940   data-start-level: 3
3941
3942 # VPP Performance Configuration 3n-skx
3943 - type: "file"
3944   title: "VPP Performance Configuration 3n-skx"
3945   algorithm: "file_test_results"
3946   output-file-ext: ".rst"
3947   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
3948   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"
3949   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
3950   data: "vpp-perf-results-3n-skx"
3951   filter: "not 'CFS_OPT'"
3952   parameters:
3953   - "name"
3954   - "doc"
3955   - "level"
3956   - "parent"
3957   data-start-level: 3
3958
3959 # VPP Performance Configuration 2n-skx
3960 - type: "file"
3961   title: "VPP Performance Configuration 2n-skx"
3962   algorithm: "file_test_results"
3963   output-file-ext: ".rst"
3964   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
3965   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"
3966   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
3967   data: "vpp-perf-results-2n-skx"
3968   filter: "not 'CFS_OPT'"
3969   parameters:
3970   - "name"
3971   - "doc"
3972   - "level"
3973   - "parent"
3974   data-start-level: 3
3975
3976 ## VPP Performance Configuration 2n-dnv
3977 #- type: "file"
3978 #  title: "VPP Performance Configuration 2n-dnv"
3979 #  algorithm: "file_test_results"
3980 #  output-file-ext: ".rst"
3981 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
3982 #  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"
3983 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
3984 #  data: "intel-dnv-vpp"
3985 #  filter: "'NDRPDR'"
3986 #  parameters:
3987 #  - "name"
3988 #  - "doc"
3989 #  - "level"
3990 #  - "parent"
3991 #  data-start-level: 3
3992
3993 # VPP Performance Operational Data 3n-hsw
3994 - type: "file"
3995   title: "VPP Performance Operational Data 3n-hsw"
3996   algorithm: "file_test_results"
3997   output-file-ext: ".rst"
3998   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
3999   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"
4000   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
4001   data: "vpp-perf-results-3n-hsw"
4002   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4003   parameters:
4004   - "name"
4005   - "doc"
4006   - "level"
4007   - "parent"
4008   data-start-level: 3
4009
4010 # VPP Performance Operational Data 3n-skx
4011 - type: "file"
4012   title: "VPP Performance Operational Data 3n-skx"
4013   algorithm: "file_test_results"
4014   output-file-ext: ".rst"
4015   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
4016   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"
4017   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
4018   data: "vpp-perf-results-3n-skx"
4019   filter: "not 'CFS_OPT'"
4020   parameters:
4021   - "name"
4022   - "doc"
4023   - "level"
4024   - "parent"
4025   data-start-level: 3
4026
4027 # VPP Performance Operational Data 2n-skx
4028 - type: "file"
4029   title: "VPP Performance Operational Data 2n-skx"
4030   algorithm: "file_test_results"
4031   output-file-ext: ".rst"
4032   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
4033   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"
4034   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
4035   data: "vpp-perf-results-2n-skx"
4036   filter: "not 'CFS_OPT'"
4037   parameters:
4038   - "name"
4039   - "doc"
4040   - "level"
4041   - "parent"
4042   data-start-level: 3
4043
4044 ## VPP Performance Operational Data 2n-dnv
4045 #- type: "file"
4046 #  title: "VPP Performance Operational Data 2n-dnv"
4047 #  algorithm: "file_test_results"
4048 #  output-file-ext: ".rst"
4049 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
4050 #  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"
4051 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
4052 #  data: "intel-dnv-vpp"
4053 #  filter: "'NDRPDR'"
4054 #  parameters:
4055 #  - "name"
4056 #  - "doc"
4057 #  - "level"
4058 #  - "parent"
4059 #  data-start-level: 3
4060
4061 # VPP MRR Results 3n-hsw
4062 - type: "file"
4063   title: "VPP MRR Results 3n-hsw"
4064   algorithm: "file_test_results"
4065   output-file-ext: ".rst"
4066   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4067   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"
4068   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
4069   data: "vpp-mrr-results-3n-hsw"
4070   filter: "'MRR'"
4071   parameters:
4072   - "name"
4073   - "doc"
4074   - "level"
4075   - "parent"
4076   data-start-level: 3
4077
4078 # VPP MRR Results 3n-skx
4079 - type: "file"
4080   title: "VPP MRR Results 3n-skx"
4081   algorithm: "file_test_results"
4082   output-file-ext: ".rst"
4083   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4084   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"
4085   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
4086   data: "vpp-mrr-results-3n-skx"
4087   filter: "'MRR'"
4088   parameters:
4089   - "name"
4090   - "doc"
4091   - "level"
4092   - "parent"
4093   data-start-level: 3
4094
4095 # VPP MRR Results 2n-skx
4096 - type: "file"
4097   title: "VPP MRR Results 2n-skx"
4098   algorithm: "file_test_results"
4099   output-file-ext: ".rst"
4100   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4101   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"
4102   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
4103   data: "vpp-mrr-results-2n-skx"
4104   filter: "all"
4105   parameters:
4106   - "name"
4107   - "doc"
4108   - "level"
4109   - "parent"
4110   data-start-level: 3
4111
4112 ## VPP MRR Results 2n-dnv
4113 #- type: "file"
4114 #  title: "VPP MRR Results 2n-dnv"
4115 #  algorithm: "file_test_results"
4116 #  output-file-ext: ".rst"
4117 #  output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4118 #  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"
4119 #  dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
4120 #  data: "intel-dnv-vpp"
4121 #  filter: "'MRR'"
4122 #  parameters:
4123 #  - "name"
4124 #  - "doc"
4125 #  - "level"
4126 #  - "parent"
4127 #  data-start-level: 3
4128
4129 # VPP MRR Configuration 3n-hsw
4130 - type: "file"
4131   title: "VPP MRR Configuration 3n-hsw"
4132   algorithm: "file_test_results"
4133   output-file-ext: ".rst"
4134   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
4135   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"
4136   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
4137   data: "vpp-mrr-results-3n-hsw"
4138   filter: "'MRR'"
4139   parameters:
4140   - "name"
4141   - "doc"
4142   - "level"
4143   - "parent"
4144   data-start-level: 3
4145
4146 # VPP MRR Configuration 3n-skx
4147 - type: "file"
4148   title: "VPP MRR Configuration 3n-skx"
4149   algorithm: "file_test_results"
4150   output-file-ext: ".rst"
4151   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
4152   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"
4153   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
4154   data: "vpp-mrr-results-3n-skx"
4155   filter: "'MRR'"
4156   parameters:
4157   - "name"
4158   - "doc"
4159   - "level"
4160   - "parent"
4161   data-start-level: 3
4162
4163 # VPP MRR Configuration 2n-skx
4164 - type: "file"
4165   title: "VPP MRR Configuration 2n-skx"
4166   algorithm: "file_test_results"
4167   output-file-ext: ".rst"
4168   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
4169   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"
4170   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
4171   data: "vpp-mrr-results-2n-skx"
4172   filter: "'MRR'"
4173   parameters:
4174   - "name"
4175   - "doc"
4176   - "level"
4177   - "parent"
4178   data-start-level: 3
4179
4180 ## VPP MRR Configuration 2n-dnv
4181 #- type: "file"
4182 #  title: "VPP MRR Configuration 2n-dnv"
4183 #  algorithm: "file_test_results"
4184 #  output-file-ext: ".rst"
4185 #  output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
4186 #  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"
4187 #  dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
4188 #  data: "intel-dnv-vpp"
4189 #  filter: "'MRR'"
4190 #  parameters:
4191 #  - "name"
4192 #  - "doc"
4193 #  - "level"
4194 #  - "parent"
4195 #  data-start-level: 3
4196
4197 # VPP Functional Results - Ubuntu
4198 - type: "file"
4199   title: "VPP Functional Results - Ubuntu"
4200   algorithm: "file_test_results"
4201   output-file-ext: ".rst"
4202   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
4203   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"
4204   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
4205   data: "vpp-func-results-ubuntu"
4206   filter: "all"
4207   parameters:
4208   - "name"
4209   - "doc"
4210   - "level"
4211   - "parent"
4212   data-start-level: 3
4213
4214 # VPP Functional Results - CentOS
4215 - type: "file"
4216   title: "VPP Functional Results - CentOS"
4217   algorithm: "file_test_results"
4218   output-file-ext: ".rst"
4219   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
4220   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"
4221   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
4222   data:
4223     "vpp-func-results-centos"
4224   filter: "all"
4225   parameters:
4226   - "name"
4227   - "doc"
4228   - "level"
4229   - "parent"
4230   data-start-level: 3
4231
4232 # VPP Functional Configuration - Ubuntu
4233 - type: "file"
4234   title: "VPP Functional Configuration - Ubuntu"
4235   algorithm: "file_test_results"
4236   output-file-ext: ".rst"
4237   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
4238   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"
4239   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
4240   data: "vpp-func-results-ubuntu"
4241   filter: "all"
4242   parameters:
4243   - "name"
4244   - "doc"
4245   - "level"
4246   - "parent"
4247   data-start-level: 3
4248
4249 # VPP Functional Configuration - CentOS
4250 - type: "file"
4251   title: "VPP Functional Configuration - CentOS"
4252   algorithm: "file_test_results"
4253   output-file-ext: ".rst"
4254   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
4255   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"
4256   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
4257   data:
4258     "vpp-func-results-centos"
4259   filter: "all"
4260   parameters:
4261   - "name"
4262   - "doc"
4263   - "level"
4264   - "parent"
4265   data-start-level: 3
4266
4267 # VPP Device Results - Ubuntu
4268 - type: "file"
4269   title: "VPP Device Results - Ubuntu"
4270   algorithm: "file_test_results"
4271   output-file-ext: ".rst"
4272   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4273   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"
4274   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
4275   data: "vpp-device-results-ubuntu"
4276   filter: "all"
4277   parameters:
4278   - "name"
4279   - "doc"
4280   - "level"
4281   - "parent"
4282   data-start-level: 2
4283
4284 # VPP Device Configuration - Ubuntu
4285 - type: "file"
4286   title: "VPP Device Configuration - Ubuntu"
4287   algorithm: "file_test_results"
4288   output-file-ext: ".rst"
4289   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4290   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"
4291   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
4292   data: "vpp-device-results-ubuntu"
4293   filter: "all"
4294   parameters:
4295   - "name"
4296   - "doc"
4297   - "level"
4298   - "parent"
4299   data-start-level: 2
4300
4301 ## Container Orchestrated Performance Results 3n-hsw
4302 #- type: "file"
4303 #  title: "Container Orchestrated Performance Results 3n-hsw"
4304 #  algorithm: "file_test_results"
4305 #  output-file-ext: ".rst"
4306 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
4307 #  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"
4308 #  dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
4309 #  data: "ligato-perf-results-3n-hsw"
4310 #  filter: "all"
4311 #  parameters:
4312 #  - "name"
4313 #  - "doc"
4314 #  - "level"
4315 #  - "parent"
4316 #  data-start-level: 3
4317
4318 # DPDK Performance Results 3n-hsw
4319 - type: "file"
4320   title: "DPDK Performance Results 3n-hsw"
4321   algorithm: "file_test_results"
4322   output-file-ext: ".rst"
4323   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4324   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"
4325   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
4326   data: "dpdk-perf-results-3n-hsw"
4327   filter: "all"
4328   parameters:
4329   - "name"
4330   - "doc"
4331   - "level"
4332   - "parent"
4333   data-start-level: 3
4334
4335 # DPDK Performance Results 3n-skx
4336 - type: "file"
4337   title: "DPDK Performance Results 3n-skx"
4338   algorithm: "file_test_results"
4339   output-file-ext: ".rst"
4340   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4341   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"
4342   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
4343   data: "dpdk-perf-results-3n-skx"
4344   filter: "all"
4345   parameters:
4346   - "name"
4347   - "doc"
4348   - "level"
4349   - "parent"
4350   data-start-level: 3
4351
4352 # DPDK Performance Results 2n-skx
4353 - type: "file"
4354   title: "DPDK Performance Results 2n-skx"
4355   algorithm: "file_test_results"
4356   output-file-ext: ".rst"
4357   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4358   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"
4359   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
4360   data: "dpdk-perf-results-2n-skx"
4361   filter: "all"
4362   parameters:
4363   - "name"
4364   - "doc"
4365   - "level"
4366   - "parent"
4367   data-start-level: 3
4368
4369 # Honeycomb Functional Results
4370 - type: "file"
4371   title: "Honeycomb Functional Results"
4372   algorithm: "file_test_results"
4373   output-file-ext: ".rst"
4374   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
4375   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"
4376   dir-tables: "{DIR[DTR,FUNC,HC]}"
4377   data:
4378     "hc-func-results"
4379   filter: "all"
4380   parameters:
4381   - "name"
4382   - "doc"
4383   - "level"
4384   - "parent"
4385   data-start-level: 3
4386
4387 # NSH SFC Functional Results
4388 #-
4389 #  type: "file"
4390 #  title: "NSH SFC Functional Results"
4391 #  algorithm: "file_test_results"
4392 #  output-file-ext: ".rst"
4393 #  output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
4394 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4395 #  dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
4396 #  data:
4397 #    "nsh-func-results"
4398 #  filter: "all"
4399 #  parameters:
4400 #  - "name"
4401 #  - "doc"
4402 #  - "level"
4403 #  - "parent"
4404 #  data-start-level: 3
4405
4406 # DMM Functional Results
4407 - type: "file"
4408   title: "DMM Functional Results"
4409   algorithm: "file_test_results"
4410   output-file-ext: ".rst"
4411   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4412   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"
4413   dir-tables: "{DIR[DTR,FUNC,DMM]}"
4414   data:
4415     "dmm-func-results"
4416   filter: "all"
4417   parameters:
4418   - "name"
4419   - "doc"
4420   - "level"
4421   - "parent"
4422   data-start-level: 3
4423
4424 ################################################################################
4425 ###                                P L O T S                                 ###
4426 ################################################################################
4427
4428 ## Plots VPP HTTP Server Performance
4429 #- type: "plot"
4430 #  title: "VPP HTTP Server Performance"
4431 #  algorithm: "plot_http_server_performance_box"
4432 #  output-file-type: ".html"
4433 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
4434 #  data:
4435 #    "plot-vpp-http-server-performance"
4436 #  # Keep this formatting, the filter is enclosed with " (quotation mark) and
4437 #  # each tag is enclosed with ' (apostrophe).
4438 #  filter: "'HTTP' and 'TCP_CPS'"
4439 #  parameters:
4440 #  - "result"
4441 #  - "name"
4442 #  traces:
4443 #    hoverinfo: "x+y"
4444 #    boxpoints: "outliers"
4445 #    whiskerwidth: 0
4446 #  layout:
4447 #    title: "VPP HTTP Server Performance"
4448 #    layout:
4449 #      "plot-cps"
4450 #
4451 #- type: "plot"
4452 #  title: "VPP HTTP Server Performance"
4453 #  algorithm: "plot_http_server_performance_box"
4454 #  output-file-type: ".html"
4455 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
4456 #  data:
4457 #    "plot-vpp-http-server-performance"
4458 #  filter: "'HTTP' and 'TCP_RPS'"
4459 #  parameters:
4460 #  - "result"
4461 #  - "name"
4462 #  traces:
4463 #    hoverinfo: "x+y"
4464 #    boxpoints: "outliers"
4465 #    whiskerwidth: 0
4466 #  layout:
4467 #    title: "VPP HTTP Server Performance"
4468 #    layout:
4469 #      "plot-rps"
4470
4471 ################################################################################
4472
4473 # Soak Test (PLRsearch), boxes
4474 - type: "plot"
4475   title: "VPP Critical rate: 2 Hours Soak Test (PLRsearch)"
4476   algorithm: "plot_performance_box"
4477   output-file-type: ".html"
4478   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
4479   data: "plot-vpp-soak-2n-skx"
4480   filter: "('L2BDMACLRN' or 'L2PATCH' or 'L2XCBASE') and not 'VHOST' and not 'MEMIF'"
4481   parameters:
4482     - "throughput"
4483     - "parent"
4484     - "tags"
4485   sort:
4486     - "DRV_AVF"
4487     - "DRV_AVF"
4488     - "DRV_AVF"
4489     - "L2BDMACLRN"
4490     - "L2XCBASE"
4491     - "L2PATCH"
4492   traces:
4493     hoverinfo: "x+y"
4494     boxpoints: "all"
4495     whiskerwidth: 0
4496   layout:
4497     title: "2 Hours Soak Test (PLRsearch)"
4498     layout: "plot-soak-throughput"
4499
4500 # Soak Test (PLRsearch), boxes
4501 - type: "plot"
4502   title: "VPP Critical rate: 2 Hours Soak Test (PLRsearch)"
4503   algorithm: "plot_performance_box"
4504   output-file-type: ".html"
4505   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
4506   data: "plot-vpp-soak-2n-skx"
4507   filter: "'L2BDMACLRN' and ('VHOST' or 'MEMIF') or 'IP4BASE' or 'IP6BASE'"
4508   parameters:
4509     - "throughput"
4510     - "parent"
4511     - "tags"
4512   sort:
4513     - "VHOST"
4514     - "MEMIF"
4515     - "IP4FWD"
4516     - "IP6FWD"
4517   traces:
4518     hoverinfo: "x+y"
4519     boxpoints: "all"
4520     whiskerwidth: 0
4521   layout:
4522     title: "2 Hours Soak Test (PLRsearch)"
4523     layout: "plot-soak-throughput"
4524
4525 ################################################################################
4526 # Plots - NF Density - VSC - MRR 64b
4527 - type: "plot"
4528   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4529   algorithm: "plot_service_density_heatmap_compare"
4530   output-file-type: ".html"
4531   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-mrr"
4532   data: "plot-vpp-nfv-2n-skx-mrr-64b"
4533   filter: "'NIC_Intel-X710' and
4534            'NF_DENSITY' and
4535            'VHOST' and
4536            'CHAIN' and
4537            'NF_VPPIP4' and
4538            '64B' and
4539            '2T1C' and
4540            'MRR'"
4541   reference:
4542     include: "2"
4543     name: "VNF-1c"
4544   compare:
4545     include: "1"
4546     name: "VNF-0.5c"
4547   parameters:
4548   - "result"
4549   - "name"
4550   - "tags"
4551   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4552   x-axis: "X = VNFs per Service Chain"
4553   y-axis: "Y = Number of Service Chains"
4554   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4555   layout:
4556     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4557     layout: "plot-service-density"
4558
4559 - type: "plot"
4560   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4561   algorithm: "plot_service_density_heatmap_compare"
4562   output-file-type: ".html"
4563   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-mrr"
4564   data: "plot-vpp-nfv-2n-skx-mrr-64b"
4565   filter: "'NIC_Intel-X710' and
4566            'NF_DENSITY' and
4567            'VHOST' and
4568            'CHAIN' and
4569            'NF_VPPIP4' and
4570            '64B' and
4571            '4T2C' and
4572            'MRR'"
4573   reference:
4574     include: "2"
4575     name: "VNF-1c"
4576   compare:
4577     include: "1"
4578     name: "VNF-0.5c"
4579   parameters:
4580   - "result"
4581   - "name"
4582   - "tags"
4583   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4584   x-axis: "X = VNFs per Service Chain"
4585   y-axis: "Y = Number of Service Chains"
4586   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4587   layout:
4588     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4589     layout: "plot-service-density"
4590
4591 - type: "plot"
4592   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4593   algorithm: "plot_service_density_heatmap_compare"
4594   output-file-type: ".html"
4595   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-vsc-mrr"
4596   data: "plot-vpp-nfv-2n-skx-mrr-64b"
4597   filter: "'NIC_Intel-X710' and
4598            'NF_DENSITY' and
4599            'VHOST' and
4600            'CHAIN' and
4601            'NF_VPPIP4' and
4602            '64B' and
4603            '8T4C' and
4604            'MRR'"
4605   reference:
4606     include: "2"
4607     name: "VNF-1c"
4608   compare:
4609     include: "1"
4610     name: "VNF-0.5c"
4611   parameters:
4612   - "result"
4613   - "name"
4614   - "tags"
4615   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4616   x-axis: "X = VNFs per Service Chain"
4617   y-axis: "Y = Number of Service Chains"
4618   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4619   layout:
4620     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4621     layout: "plot-service-density"
4622
4623 # Plots - NF Density - VSC - MRR IMIX
4624 - type: "plot"
4625   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4626   algorithm: "plot_service_density_heatmap_compare"
4627   output-file-type: ".html"
4628   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-mrr"
4629   data: "plot-vpp-nfv-2n-skx-mrr-imix"
4630   filter: "'NIC_Intel-X710' and
4631            'NF_DENSITY' and
4632            'VHOST' and
4633            'CHAIN' and
4634            'NF_VPPIP4' and
4635            'IMIX' and
4636            '2T1C' and
4637            'MRR'"
4638   reference:
4639     include: "2"
4640     name: "VNF-1c"
4641   compare:
4642     include: "1"
4643     name: "VNF-0.5c"
4644   parameters:
4645   - "result"
4646   - "name"
4647   - "tags"
4648   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4649   x-axis: "X = VNFs per Service Chain"
4650   y-axis: "Y = Number of Service Chains"
4651   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4652   layout:
4653     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4654     layout: "plot-service-density"
4655
4656 - type: "plot"
4657   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4658   algorithm: "plot_service_density_heatmap_compare"
4659   output-file-type: ".html"
4660   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-mrr"
4661   data: "plot-vpp-nfv-2n-skx-mrr-imix"
4662   filter: "'NIC_Intel-X710' and
4663            'NF_DENSITY' and
4664            'VHOST' and
4665            'CHAIN' and
4666            'NF_VPPIP4' and
4667            'IMIX' and
4668            '4T2C' and
4669            'MRR'"
4670   reference:
4671     include: "2"
4672     name: "VNF-1c"
4673   compare:
4674     include: "1"
4675     name: "VNF-0.5c"
4676   parameters:
4677   - "result"
4678   - "name"
4679   - "tags"
4680   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4681   x-axis: "X = VNFs per Service Chain"
4682   y-axis: "Y = Number of Service Chains"
4683   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4684   layout:
4685     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4686     layout: "plot-service-density"
4687
4688 - type: "plot"
4689   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4690   algorithm: "plot_service_density_heatmap_compare"
4691   output-file-type: ".html"
4692   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-vsc-mrr"
4693   data: "plot-vpp-nfv-2n-skx-mrr-imix"
4694   filter: "'NIC_Intel-X710' and
4695            'NF_DENSITY' and
4696            'VHOST' and
4697            'CHAIN' and
4698            'NF_VPPIP4' and
4699            'IMIX' and
4700            '8T4C' and
4701            'MRR'"
4702   reference:
4703     include: "2"
4704     name: "VNF-1c"
4705   compare:
4706     include: "1"
4707     name: "VNF-0.5c"
4708   parameters:
4709   - "result"
4710   - "name"
4711   - "tags"
4712   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4713   x-axis: "X = VNFs per Service Chain"
4714   y-axis: "Y = Number of Service Chains"
4715   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4716   layout:
4717     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4718     layout: "plot-service-density"
4719
4720 # Plots - NF Density - VSC - NDR 64b
4721 - type: "plot"
4722   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4723   algorithm: "plot_service_density_heatmap_compare"
4724   output-file-type: ".html"
4725   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-ndr"
4726   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4727   filter: "'NIC_Intel-X710' and
4728            'NF_DENSITY' and
4729            'VHOST' and
4730            'CHAIN' and
4731            'NF_VPPIP4' and
4732            '64B' and
4733            '2T1C' and
4734            'NDRPDR'"
4735   reference:
4736     include: "2"
4737     name: "VNF-1c"
4738   compare:
4739     include: "1"
4740     name: "VNF-0.5c"
4741   parameters:
4742   - "throughput"
4743   - "name"
4744   - "tags"
4745   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4746   x-axis: "X = VNFs per Service Chain"
4747   y-axis: "Y = Number of Service Chains"
4748   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4749   layout:
4750     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4751     layout: "plot-service-density"
4752
4753 - type: "plot"
4754   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4755   algorithm: "plot_service_density_heatmap_compare"
4756   output-file-type: ".html"
4757   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-ndr"
4758   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4759   filter: "'NIC_Intel-X710' and
4760            'NF_DENSITY' and
4761            'VHOST' and
4762            'CHAIN' and
4763            'NF_VPPIP4' and
4764            '64B' and
4765            '4T2C' and
4766            'NDRPDR'"
4767   reference:
4768     include: "2"
4769     name: "VNF-1c"
4770   compare:
4771     include: "1"
4772     name: "VNF-0.5c"
4773   parameters:
4774   - "throughput"
4775   - "name"
4776   - "tags"
4777   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4778   x-axis: "X = VNFs per Service Chain"
4779   y-axis: "Y = Number of Service Chains"
4780   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4781   layout:
4782     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4783     layout: "plot-service-density"
4784
4785 - type: "plot"
4786   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4787   algorithm: "plot_service_density_heatmap_compare"
4788   output-file-type: ".html"
4789   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-vsc-ndr"
4790   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4791   filter: "'NIC_Intel-X710' and
4792            'NF_DENSITY' and
4793            'VHOST' and
4794            'CHAIN' and
4795            'NF_VPPIP4' and
4796            '64B' and
4797            '8T4C' and
4798            'NDRPDR'"
4799   reference:
4800     include: "2"
4801     name: "VNF-1c"
4802   compare:
4803     include: "1"
4804     name: "VNF-0.5c"
4805   parameters:
4806   - "throughput"
4807   - "name"
4808   - "tags"
4809   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4810   x-axis: "X = VNFs per Service Chain"
4811   y-axis: "Y = Number of Service Chains"
4812   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4813   layout:
4814     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4815     layout: "plot-service-density"
4816
4817 # Plots - NF Density - VSC - NDR IMIX
4818 - type: "plot"
4819   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4820   algorithm: "plot_service_density_heatmap_compare"
4821   output-file-type: ".html"
4822   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-ndr"
4823   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
4824   filter: "'NIC_Intel-X710' and
4825            'NF_DENSITY' and
4826            'VHOST' and
4827            'CHAIN' and
4828            'NF_VPPIP4' and
4829            'IMIX' and
4830            '2T1C' and
4831            'NDRPDR'"
4832   reference:
4833     include: "2"
4834     name: "VNF-1c"
4835   compare:
4836     include: "1"
4837     name: "VNF-0.5c"
4838   parameters:
4839   - "throughput"
4840   - "name"
4841   - "tags"
4842   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4843   x-axis: "X = VNFs per Service Chain"
4844   y-axis: "Y = Number of Service Chains"
4845   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4846   layout:
4847     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4848     layout: "plot-service-density"
4849
4850 - type: "plot"
4851   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4852   algorithm: "plot_service_density_heatmap_compare"
4853   output-file-type: ".html"
4854   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-ndr"
4855   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
4856   filter: "'NIC_Intel-X710' and
4857            'NF_DENSITY' and
4858            'VHOST' and
4859            'CHAIN' and
4860            'NF_VPPIP4' and
4861            'IMIX' and
4862            '4T2C' and
4863            'NDRPDR'"
4864   reference:
4865     include: "2"
4866     name: "VNF-1c"
4867   compare:
4868     include: "1"
4869     name: "VNF-0.5c"
4870   parameters:
4871   - "throughput"
4872   - "name"
4873   - "tags"
4874   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4875   x-axis: "X = VNFs per Service Chain"
4876   y-axis: "Y = Number of Service Chains"
4877   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4878   layout:
4879     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4880     layout: "plot-service-density"
4881
4882 - type: "plot"
4883   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4884   algorithm: "plot_service_density_heatmap_compare"
4885   output-file-type: ".html"
4886   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-vsc-ndr"
4887   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
4888   filter: "'NIC_Intel-X710' and
4889            'NF_DENSITY' and
4890            'VHOST' and
4891            'CHAIN' and
4892            'NF_VPPIP4' and
4893            'IMIX' and
4894            '8T4C' and
4895            'NDRPDR'"
4896   reference:
4897     include: "2"
4898     name: "VNF-1c"
4899   compare:
4900     include: "1"
4901     name: "VNF-0.5c"
4902   parameters:
4903   - "throughput"
4904   - "name"
4905   - "tags"
4906   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4907   x-axis: "X = VNFs per Service Chain"
4908   y-axis: "Y = Number of Service Chains"
4909   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4910   layout:
4911     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4912     layout: "plot-service-density"
4913
4914 # Plots - NF Density - VSC - PDR 64b
4915 - type: "plot"
4916   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4917   algorithm: "plot_service_density_heatmap_compare"
4918   output-file-type: ".html"
4919   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-pdr"
4920   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4921   filter: "'NIC_Intel-X710' and
4922            'NF_DENSITY' and
4923            'VHOST' and
4924            'CHAIN' and
4925            'NF_VPPIP4' and
4926            '64B' and
4927            '2T1C' and
4928            'NDRPDR'"
4929   reference:
4930     include: "2"
4931     name: "VNF-1c"
4932   compare:
4933     include: "1"
4934     name: "VNF-0.5c"
4935   parameters:
4936   - "throughput"
4937   - "name"
4938   - "tags"
4939   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4940   x-axis: "X = VNFs per Service Chain"
4941   y-axis: "Y = Number of Service Chains"
4942   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
4943   layout:
4944     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4945     layout: "plot-service-density"
4946
4947 - type: "plot"
4948   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4949   algorithm: "plot_service_density_heatmap_compare"
4950   output-file-type: ".html"
4951   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-pdr"
4952   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4953   filter: "'NIC_Intel-X710' and
4954            'NF_DENSITY' and
4955            'VHOST' and
4956            'CHAIN' and
4957            'NF_VPPIP4' and
4958            '64B' and
4959            '4T2C' and
4960            'NDRPDR'"
4961   reference:
4962     include: "2"
4963     name: "VNF-1c"
4964   compare:
4965     include: "1"
4966     name: "VNF-0.5c"
4967   parameters:
4968   - "throughput"
4969   - "name"
4970   - "tags"
4971   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4972   x-axis: "X = VNFs per Service Chain"
4973   y-axis: "Y = Number of Service Chains"
4974   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
4975   layout:
4976     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4977     layout: "plot-service-density"
4978
4979 - type: "plot"
4980   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4981   algorithm: "plot_service_density_heatmap_compare"
4982   output-file-type: ".html"
4983   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-vsc-pdr"
4984   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4985   filter: "'NIC_Intel-X710' and
4986            'NF_DENSITY' and
4987            'VHOST' and
4988            'CHAIN' and
4989            'NF_VPPIP4' and
4990            '64B' and
4991            '8T4C' and
4992            'NDRPDR'"
4993   reference:
4994     include: "2"
4995     name: "VNF-1c"
4996   compare:
4997     include: "1"
4998     name: "VNF-0.5c"
4999   parameters:
5000   - "throughput"
5001   - "name"
5002   - "tags"
5003   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5004   x-axis: "X = VNFs per Service Chain"
5005   y-axis: "Y = Number of Service Chains"
5006   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5007   layout:
5008     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5009     layout: "plot-service-density"
5010
5011 # Plots - NF Density - VSC - PDR IMIX
5012 - type: "plot"
5013   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5014   algorithm: "plot_service_density_heatmap_compare"
5015   output-file-type: ".html"
5016   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-pdr"
5017   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5018   filter: "'NIC_Intel-X710' and
5019            'NF_DENSITY' and
5020            'VHOST' and
5021            'CHAIN' and
5022            'NF_VPPIP4' and
5023            'IMIX' and
5024            '2T1C' and
5025            'NDRPDR'"
5026   reference:
5027     include: "2"
5028     name: "VNF-1c"
5029   compare:
5030     include: "1"
5031     name: "VNF-0.5c"
5032   parameters:
5033   - "throughput"
5034   - "name"
5035   - "tags"
5036   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5037   x-axis: "X = VNFs per Service Chain"
5038   y-axis: "Y = Number of Service Chains"
5039   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5040   layout:
5041     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5042     layout: "plot-service-density"
5043
5044 - type: "plot"
5045   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5046   algorithm: "plot_service_density_heatmap_compare"
5047   output-file-type: ".html"
5048   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-pdr"
5049   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5050   filter: "'NIC_Intel-X710' and
5051            'NF_DENSITY' and
5052            'VHOST' and
5053            'CHAIN' and
5054            'NF_VPPIP4' and
5055            'IMIX' and
5056            '4T2C' and
5057            'NDRPDR'"
5058   reference:
5059     include: "2"
5060     name: "VNF-1c"
5061   compare:
5062     include: "1"
5063     name: "VNF-0.5c"
5064   parameters:
5065   - "throughput"
5066   - "name"
5067   - "tags"
5068   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5069   x-axis: "X = VNFs per Service Chain"
5070   y-axis: "Y = Number of Service Chains"
5071   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5072   layout:
5073     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5074     layout: "plot-service-density"
5075
5076 - type: "plot"
5077   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5078   algorithm: "plot_service_density_heatmap_compare"
5079   output-file-type: ".html"
5080   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-vsc-pdr"
5081   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5082   filter: "'NIC_Intel-X710' and
5083            'NF_DENSITY' and
5084            'VHOST' and
5085            'CHAIN' and
5086            'NF_VPPIP4' and
5087            'IMIX' and
5088            '8T4C' and
5089            'NDRPDR'"
5090   reference:
5091     include: "2"
5092     name: "VNF-1c"
5093   compare:
5094     include: "1"
5095     name: "VNF-0.5c"
5096   parameters:
5097   - "throughput"
5098   - "name"
5099   - "tags"
5100   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5101   x-axis: "X = VNFs per Service Chain"
5102   y-axis: "Y = Number of Service Chains"
5103   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5104   layout:
5105     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5106     layout: "plot-service-density"
5107
5108 ################################################################################
5109 # Plots - NF Density - CSC - MRR 64b
5110 - type: "plot"
5111   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5112   algorithm: "plot_service_density_heatmap_compare"
5113   output-file-type: ".html"
5114   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-mrr"
5115   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5116   filter: "'NIC_Intel-X710' and
5117            'NF_DENSITY' and
5118            'DOCKER' and
5119            'CHAIN' and
5120            'NF_VPPIP4' and
5121            '64B' and
5122            '2T1C' and
5123            'MRR'"
5124   reference:
5125     include: "2"
5126     name: "CNF-1c"
5127   compare:
5128     include: "1"
5129     name: "CNF-0.5c"
5130   parameters:
5131   - "result"
5132   - "name"
5133   - "tags"
5134   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5135   x-axis: "X = CNFs per Service Chain"
5136   y-axis: "Y = Number of Service Chains"
5137   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5138   layout:
5139     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5140     layout: "plot-service-density"
5141
5142 - type: "plot"
5143   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5144   algorithm: "plot_service_density_heatmap_compare"
5145   output-file-type: ".html"
5146   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-mrr"
5147   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5148   filter: "'NIC_Intel-X710' and
5149            'NF_DENSITY' and
5150            'DOCKER' and
5151            'CHAIN' and
5152            'NF_VPPIP4' and
5153            '64B' and
5154            '4T2C' and
5155            'MRR'"
5156   reference:
5157     include: "2"
5158     name: "CNF-1c"
5159   compare:
5160     include: "1"
5161     name: "CNF-0.5c"
5162   parameters:
5163   - "result"
5164   - "name"
5165   - "tags"
5166   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5167   x-axis: "X = CNFs per Service Chain"
5168   y-axis: "Y = Number of Service Chains"
5169   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5170   layout:
5171     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5172     layout: "plot-service-density"
5173
5174 - type: "plot"
5175   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5176   algorithm: "plot_service_density_heatmap_compare"
5177   output-file-type: ".html"
5178   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csc-mrr"
5179   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5180   filter: "'NIC_Intel-X710' and
5181            'NF_DENSITY' and
5182            'DOCKER' and
5183            'CHAIN' and
5184            'NF_VPPIP4' and
5185            '64B' and
5186            '8T4C' and
5187            'MRR'"
5188   reference:
5189     include: "2"
5190     name: "CNF-1c"
5191   compare:
5192     include: "1"
5193     name: "CNF-0.5c"
5194   parameters:
5195   - "result"
5196   - "name"
5197   - "tags"
5198   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5199   x-axis: "X = CNFs per Service Chain"
5200   y-axis: "Y = Number of Service Chains"
5201   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5202   layout:
5203     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5204     layout: "plot-service-density"
5205
5206 # Plots - NF Density - CSC - MRR IMIX
5207 - type: "plot"
5208   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5209   algorithm: "plot_service_density_heatmap_compare"
5210   output-file-type: ".html"
5211   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-mrr"
5212   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5213   filter: "'NIC_Intel-X710' and
5214            'NF_DENSITY' and
5215            'DOCKER' and
5216            'CHAIN' and
5217            'NF_VPPIP4' and
5218            'IMIX' and
5219            '2T1C' and
5220            'MRR'"
5221   reference:
5222     include: "2"
5223     name: "CNF-1c"
5224   compare:
5225     include: "1"
5226     name: "CNF-0.5c"
5227   parameters:
5228   - "result"
5229   - "name"
5230   - "tags"
5231   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5232   x-axis: "X = CNFs per Service Chain"
5233   y-axis: "Y = Number of Service Chains"
5234   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5235   layout:
5236     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5237     layout: "plot-service-density"
5238
5239 - type: "plot"
5240   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5241   algorithm: "plot_service_density_heatmap_compare"
5242   output-file-type: ".html"
5243   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-mrr"
5244   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5245   filter: "'NIC_Intel-X710' and
5246            'NF_DENSITY' and
5247            'DOCKER' and
5248            'CHAIN' and
5249            'NF_VPPIP4' and
5250            'IMIX' and
5251            '4T2C' and
5252            'MRR'"
5253   reference:
5254     include: "2"
5255     name: "CNF-1c"
5256   compare:
5257     include: "1"
5258     name: "CNF-0.5c"
5259   parameters:
5260   - "result"
5261   - "name"
5262   - "tags"
5263   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5264   x-axis: "X = CNFs per Service Chain"
5265   y-axis: "Y = Number of Service Chains"
5266   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5267   layout:
5268     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5269     layout: "plot-service-density"
5270
5271 - type: "plot"
5272   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5273   algorithm: "plot_service_density_heatmap_compare"
5274   output-file-type: ".html"
5275   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csc-mrr"
5276   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5277   filter: "'NIC_Intel-X710' and
5278            'NF_DENSITY' and
5279            'DOCKER' and
5280            'CHAIN' and
5281            'NF_VPPIP4' and
5282            'IMIX' and
5283            '8T4C' and
5284            'MRR'"
5285   reference:
5286     include: "2"
5287     name: "CNF-1c"
5288   compare:
5289     include: "1"
5290     name: "CNF-0.5c"
5291   parameters:
5292   - "result"
5293   - "name"
5294   - "tags"
5295   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5296   x-axis: "X = CNFs per Service Chain"
5297   y-axis: "Y = Number of Service Chains"
5298   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5299   layout:
5300     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5301     layout: "plot-service-density"
5302
5303 # Plots - NF Density - CSC - NDR 64b
5304 - type: "plot"
5305   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5306   algorithm: "plot_service_density_heatmap_compare"
5307   output-file-type: ".html"
5308   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-ndr"
5309   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5310   filter: "'NIC_Intel-X710' and
5311            'NF_DENSITY' and
5312            'DOCKER' and
5313            'CHAIN' and
5314            'NF_VPPIP4' and
5315            '64B' and
5316            '2T1C' and
5317            'NDRPDR'"
5318   reference:
5319     include: "2"
5320     name: "CNF-1c"
5321   compare:
5322     include: "1"
5323     name: "CNF-0.5c"
5324   parameters:
5325   - "throughput"
5326   - "name"
5327   - "tags"
5328   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5329   x-axis: "X = CNFs per Service Chain"
5330   y-axis: "Y = Number of Service Chains"
5331   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5332   layout:
5333     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5334     layout: "plot-service-density"
5335
5336 - type: "plot"
5337   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5338   algorithm: "plot_service_density_heatmap_compare"
5339   output-file-type: ".html"
5340   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-ndr"
5341   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5342   filter: "'NIC_Intel-X710' and
5343            'NF_DENSITY' and
5344            'DOCKER' and
5345            'CHAIN' and
5346            'NF_VPPIP4' and
5347            '64B' and
5348            '4T2C' and
5349            'NDRPDR'"
5350   reference:
5351     include: "2"
5352     name: "CNF-1c"
5353   compare:
5354     include: "1"
5355     name: "CNF-0.5c"
5356   parameters:
5357   - "throughput"
5358   - "name"
5359   - "tags"
5360   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5361   x-axis: "X = CNFs per Service Chain"
5362   y-axis: "Y = Number of Service Chains"
5363   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5364   layout:
5365     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5366     layout: "plot-service-density"
5367
5368 - type: "plot"
5369   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5370   algorithm: "plot_service_density_heatmap_compare"
5371   output-file-type: ".html"
5372   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csc-ndr"
5373   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5374   filter: "'NIC_Intel-X710' and
5375            'NF_DENSITY' and
5376            'DOCKER' and
5377            'CHAIN' and
5378            'NF_VPPIP4' and
5379            '64B' and
5380            '8T4C' and
5381            'NDRPDR'"
5382   reference:
5383     include: "2"
5384     name: "CNF-1c"
5385   compare:
5386     include: "1"
5387     name: "CNF-0.5c"
5388   parameters:
5389   - "throughput"
5390   - "name"
5391   - "tags"
5392   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5393   x-axis: "X = CNFs per Service Chain"
5394   y-axis: "Y = Number of Service Chains"
5395   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5396   layout:
5397     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5398     layout: "plot-service-density"
5399
5400 # Plots - NF Density - CSC - NDR IMIX
5401 - type: "plot"
5402   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5403   algorithm: "plot_service_density_heatmap_compare"
5404   output-file-type: ".html"
5405   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-ndr"
5406   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5407   filter: "'NIC_Intel-X710' and
5408            'NF_DENSITY' and
5409            'DOCKER' and
5410            'CHAIN' and
5411            'NF_VPPIP4' and
5412            'IMIX' and
5413            '2T1C' and
5414            'NDRPDR'"
5415   reference:
5416     include: "2"
5417     name: "CNF-1c"
5418   compare:
5419     include: "1"
5420     name: "CNF-0.5c"
5421   parameters:
5422   - "throughput"
5423   - "name"
5424   - "tags"
5425   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5426   x-axis: "X = CNFs per Service Chain"
5427   y-axis: "Y = Number of Service Chains"
5428   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5429   layout:
5430     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5431     layout: "plot-service-density"
5432
5433 - type: "plot"
5434   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5435   algorithm: "plot_service_density_heatmap_compare"
5436   output-file-type: ".html"
5437   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-ndr"
5438   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5439   filter: "'NIC_Intel-X710' and
5440            'NF_DENSITY' and
5441            'DOCKER' and
5442            'CHAIN' and
5443            'NF_VPPIP4' and
5444            'IMIX' and
5445            '4T2C' and
5446            'NDRPDR'"
5447   reference:
5448     include: "2"
5449     name: "CNF-1c"
5450   compare:
5451     include: "1"
5452     name: "CNF-0.5c"
5453   parameters:
5454   - "throughput"
5455   - "name"
5456   - "tags"
5457   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5458   x-axis: "X = CNFs per Service Chain"
5459   y-axis: "Y = Number of Service Chains"
5460   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5461   layout:
5462     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5463     layout: "plot-service-density"
5464
5465 - type: "plot"
5466   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5467   algorithm: "plot_service_density_heatmap_compare"
5468   output-file-type: ".html"
5469   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csc-ndr"
5470   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5471   filter: "'NIC_Intel-X710' and
5472            'NF_DENSITY' and
5473            'DOCKER' and
5474            'CHAIN' and
5475            'NF_VPPIP4' and
5476            'IMIX' and
5477            '8T4C' and
5478            'NDRPDR'"
5479   reference:
5480     include: "2"
5481     name: "CNF-1c"
5482   compare:
5483     include: "1"
5484     name: "CNF-0.5c"
5485   parameters:
5486   - "throughput"
5487   - "name"
5488   - "tags"
5489   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5490   x-axis: "X = CNFs per Service Chain"
5491   y-axis: "Y = Number of Service Chains"
5492   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5493   layout:
5494     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5495     layout: "plot-service-density"
5496
5497 # Plots - NF Density - CSC - PDR 64b
5498 - type: "plot"
5499   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5500   algorithm: "plot_service_density_heatmap_compare"
5501   output-file-type: ".html"
5502   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-pdr"
5503   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5504   filter: "'NIC_Intel-X710' and
5505            'NF_DENSITY' and
5506            'DOCKER' and
5507            'CHAIN' and
5508            'NF_VPPIP4' and
5509            '64B' and
5510            '2T1C' and
5511            'NDRPDR'"
5512   reference:
5513     include: "2"
5514     name: "CNF-1c"
5515   compare:
5516     include: "1"
5517     name: "CNF-0.5c"
5518   parameters:
5519   - "throughput"
5520   - "name"
5521   - "tags"
5522   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5523   x-axis: "X = CNFs per Service Chain"
5524   y-axis: "Y = Number of Service Chains"
5525   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5526   layout:
5527     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5528     layout: "plot-service-density"
5529
5530 - type: "plot"
5531   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5532   algorithm: "plot_service_density_heatmap_compare"
5533   output-file-type: ".html"
5534   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-pdr"
5535   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5536   filter: "'NIC_Intel-X710' and
5537            'NF_DENSITY' and
5538            'DOCKER' and
5539            'CHAIN' and
5540            'NF_VPPIP4' and
5541            '64B' and
5542            '4T2C' and
5543            'NDRPDR'"
5544   reference:
5545     include: "2"
5546     name: "CNF-1c"
5547   compare:
5548     include: "1"
5549     name: "CNF-0.5c"
5550   parameters:
5551   - "throughput"
5552   - "name"
5553   - "tags"
5554   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5555   x-axis: "X = CNFs per Service Chain"
5556   y-axis: "Y = Number of Service Chains"
5557   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5558   layout:
5559     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5560     layout: "plot-service-density"
5561
5562 - type: "plot"
5563   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5564   algorithm: "plot_service_density_heatmap_compare"
5565   output-file-type: ".html"
5566   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csc-pdr"
5567   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5568   filter: "'NIC_Intel-X710' and
5569            'NF_DENSITY' and
5570            'DOCKER' and
5571            'CHAIN' and
5572            'NF_VPPIP4' and
5573            '64B' and
5574            '8T4C' and
5575            'NDRPDR'"
5576   reference:
5577     include: "2"
5578     name: "CNF-1c"
5579   compare:
5580     include: "1"
5581     name: "CNF-0.5c"
5582   parameters:
5583   - "throughput"
5584   - "name"
5585   - "tags"
5586   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5587   x-axis: "X = CNFs per Service Chain"
5588   y-axis: "Y = Number of Service Chains"
5589   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5590   layout:
5591     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5592     layout: "plot-service-density"
5593
5594 # Plots - NF Density - CSC - PDR IMIX
5595 - type: "plot"
5596   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5597   algorithm: "plot_service_density_heatmap_compare"
5598   output-file-type: ".html"
5599   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-pdr"
5600   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5601   filter: "'NIC_Intel-X710' and
5602            'NF_DENSITY' and
5603            'DOCKER' and
5604            'CHAIN' and
5605            'NF_VPPIP4' and
5606            'IMIX' and
5607            '2T1C' and
5608            'NDRPDR'"
5609   reference:
5610     include: "2"
5611     name: "CNF-1c"
5612   compare:
5613     include: "1"
5614     name: "CNF-0.5c"
5615   parameters:
5616   - "throughput"
5617   - "name"
5618   - "tags"
5619   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5620   x-axis: "X = CNFs per Service Chain"
5621   y-axis: "Y = Number of Service Chains"
5622   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5623   layout:
5624     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5625     layout: "plot-service-density"
5626
5627 - type: "plot"
5628   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5629   algorithm: "plot_service_density_heatmap_compare"
5630   output-file-type: ".html"
5631   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-pdr"
5632   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5633   filter: "'NIC_Intel-X710' and
5634            'NF_DENSITY' and
5635            'DOCKER' and
5636            'CHAIN' and
5637            'NF_VPPIP4' and
5638            'IMIX' and
5639            '4T2C' and
5640            'NDRPDR'"
5641   reference:
5642     include: "2"
5643     name: "CNF-1c"
5644   compare:
5645     include: "1"
5646     name: "CNF-0.5c"
5647   parameters:
5648   - "throughput"
5649   - "name"
5650   - "tags"
5651   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5652   x-axis: "X = CNFs per Service Chain"
5653   y-axis: "Y = Number of Service Chains"
5654   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5655   layout:
5656     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5657     layout: "plot-service-density"
5658
5659 - type: "plot"
5660   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5661   algorithm: "plot_service_density_heatmap_compare"
5662   output-file-type: ".html"
5663   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csc-pdr"
5664   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5665   filter: "'NIC_Intel-X710' and
5666            'NF_DENSITY' and
5667            'DOCKER' and
5668            'CHAIN' and
5669            'NF_VPPIP4' and
5670            'IMIX' and
5671            '8T4C' and
5672            'NDRPDR'"
5673   reference:
5674     include: "2"
5675     name: "CNF-1c"
5676   compare:
5677     include: "1"
5678     name: "CNF-0.5c"
5679   parameters:
5680   - "throughput"
5681   - "name"
5682   - "tags"
5683   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5684   x-axis: "X = CNFs per Service Chain"
5685   y-axis: "Y = Number of Service Chains"
5686   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5687   layout:
5688     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5689     layout: "plot-service-density"
5690
5691 ################################################################################
5692 # Plots - NF Density - CSP - MRR 64b
5693 - type: "plot"
5694   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5695   algorithm: "plot_service_density_heatmap_compare"
5696   output-file-type: ".html"
5697   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-mrr"
5698   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5699   filter: "'NIC_Intel-X710' and
5700            'NF_DENSITY' and
5701            'DOCKER' and
5702            'PIPELINE' and
5703            'NF_VPPIP4' and
5704            '64B' and
5705            '2T1C' and
5706            'MRR'"
5707   reference:
5708     include: "2"
5709     name: "CNF-1c"
5710   compare:
5711     include: "1"
5712     name: "CNF-0.5c"
5713   parameters:
5714   - "result"
5715   - "name"
5716   - "tags"
5717   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5718   x-axis: "X = CNFs per Service Pipeline"
5719   y-axis: "Y = Number of Service Pipelines"
5720   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5721   layout:
5722     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5723     layout: "plot-service-density"
5724
5725 - type: "plot"
5726   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5727   algorithm: "plot_service_density_heatmap_compare"
5728   output-file-type: ".html"
5729   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-mrr"
5730   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5731   filter: "'NIC_Intel-X710' and
5732            'NF_DENSITY' and
5733            'DOCKER' and
5734            'PIPELINE' and
5735            'NF_VPPIP4' and
5736            '64B' and
5737            '4T2C' and
5738            'MRR'"
5739   reference:
5740     include: "2"
5741     name: "CNF-1c"
5742   compare:
5743     include: "1"
5744     name: "CNF-0.5c"
5745   parameters:
5746   - "result"
5747   - "name"
5748   - "tags"
5749   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5750   x-axis: "X = CNFs per Service Pipeline"
5751   y-axis: "Y = Number of Service Pipelines"
5752   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5753   layout:
5754     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5755     layout: "plot-service-density"
5756
5757 - type: "plot"
5758   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5759   algorithm: "plot_service_density_heatmap_compare"
5760   output-file-type: ".html"
5761   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csp-mrr"
5762   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5763   filter: "'NIC_Intel-X710' and
5764            'NF_DENSITY' and
5765            'DOCKER' and
5766            'PIPELINE' and
5767            'NF_VPPIP4' and
5768            '64B' and
5769            '8T4C' and
5770            'MRR'"
5771   reference:
5772     include: "2"
5773     name: "CNF-1c"
5774   compare:
5775     include: "1"
5776     name: "CNF-0.5c"
5777   parameters:
5778   - "result"
5779   - "name"
5780   - "tags"
5781   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5782   x-axis: "X = CNFs per Service Pipeline"
5783   y-axis: "Y = Number of Service Pipelines"
5784   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5785   layout:
5786     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5787     layout: "plot-service-density"
5788
5789 # Plots - NF Density - CSP - MRR IMIX
5790 - type: "plot"
5791   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5792   algorithm: "plot_service_density_heatmap_compare"
5793   output-file-type: ".html"
5794   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-mrr"
5795   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5796   filter: "'NIC_Intel-X710' and
5797            'NF_DENSITY' and
5798            'DOCKER' and
5799            'PIPELINE' and
5800            'NF_VPPIP4' and
5801            'IMIX' and
5802            '2T1C' and
5803            'MRR'"
5804   reference:
5805     include: "2"
5806     name: "CNF-1c"
5807   compare:
5808     include: "1"
5809     name: "CNF-0.5c"
5810   parameters:
5811   - "result"
5812   - "name"
5813   - "tags"
5814   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5815   x-axis: "X = CNFs per Service Pipeline"
5816   y-axis: "Y = Number of Service Pipelines"
5817   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5818   layout:
5819     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5820     layout: "plot-service-density"
5821
5822 - type: "plot"
5823   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5824   algorithm: "plot_service_density_heatmap_compare"
5825   output-file-type: ".html"
5826   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-mrr"
5827   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5828   filter: "'NIC_Intel-X710' and
5829            'NF_DENSITY' and
5830            'DOCKER' and
5831            'PIPELINE' and
5832            'NF_VPPIP4' and
5833            'IMIX' and
5834            '4T2C' and
5835            'MRR'"
5836   reference:
5837     include: "2"
5838     name: "CNF-1c"
5839   compare:
5840     include: "1"
5841     name: "CNF-0.5c"
5842   parameters:
5843   - "result"
5844   - "name"
5845   - "tags"
5846   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5847   x-axis: "X = CNFs per Service Pipeline"
5848   y-axis: "Y = Number of Service Pipelines"
5849   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5850   layout:
5851     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5852     layout: "plot-service-density"
5853
5854 - type: "plot"
5855   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5856   algorithm: "plot_service_density_heatmap_compare"
5857   output-file-type: ".html"
5858   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csp-mrr"
5859   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5860   filter: "'NIC_Intel-X710' and
5861            'NF_DENSITY' and
5862            'DOCKER' and
5863            'PIPELINE' and
5864            'NF_VPPIP4' and
5865            'IMIX' and
5866            '8T4C' and
5867            'MRR'"
5868   reference:
5869     include: "2"
5870     name: "CNF-1c"
5871   compare:
5872     include: "1"
5873     name: "CNF-0.5c"
5874   parameters:
5875   - "result"
5876   - "name"
5877   - "tags"
5878   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5879   x-axis: "X = CNFs per Service Pipeline"
5880   y-axis: "Y = Number of Service Pipelines"
5881   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5882   layout:
5883     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5884     layout: "plot-service-density"
5885
5886 # Plots - NF Density - CSP - NDR 64b
5887 - type: "plot"
5888   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5889   algorithm: "plot_service_density_heatmap_compare"
5890   output-file-type: ".html"
5891   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-ndr"
5892   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5893   filter: "'NIC_Intel-X710' and
5894            'NF_DENSITY' and
5895            'DOCKER' and
5896            'PIPELINE' and
5897            'NF_VPPIP4' and
5898            '64B' and
5899            '2T1C' and
5900            'NDRPDR'"
5901   reference:
5902     include: "2"
5903     name: "CNF-1c"
5904   compare:
5905     include: "1"
5906     name: "CNF-0.5c"
5907   parameters:
5908   - "throughput"
5909   - "name"
5910   - "tags"
5911   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5912   x-axis: "X = CNFs per Service Pipeline"
5913   y-axis: "Y = Number of Service Pipelines"
5914   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5915   layout:
5916     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5917     layout: "plot-service-density"
5918
5919 - type: "plot"
5920   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5921   algorithm: "plot_service_density_heatmap_compare"
5922   output-file-type: ".html"
5923   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-ndr"
5924   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5925   filter: "'NIC_Intel-X710' and
5926            'NF_DENSITY' and
5927            'DOCKER' and
5928            'PIPELINE' and
5929            'NF_VPPIP4' and
5930            '64B' and
5931            '4T2C' and
5932            'NDRPDR'"
5933   reference:
5934     include: "2"
5935     name: "CNF-1c"
5936   compare:
5937     include: "1"
5938     name: "CNF-0.5c"
5939   parameters:
5940   - "throughput"
5941   - "name"
5942   - "tags"
5943   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5944   x-axis: "X = CNFs per Service Pipeline"
5945   y-axis: "Y = Number of Service Pipelines"
5946   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5947   layout:
5948     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5949     layout: "plot-service-density"
5950
5951 - type: "plot"
5952   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5953   algorithm: "plot_service_density_heatmap_compare"
5954   output-file-type: ".html"
5955   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csp-ndr"
5956   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5957   filter: "'NIC_Intel-X710' and
5958            'NF_DENSITY' and
5959            'DOCKER' and
5960            'PIPELINE' and
5961            'NF_VPPIP4' and
5962            '64B' and
5963            '8T4C' and
5964            'NDRPDR'"
5965   reference:
5966     include: "2"
5967     name: "CNF-1c"
5968   compare:
5969     include: "1"
5970     name: "CNF-0.5c"
5971   parameters:
5972   - "throughput"
5973   - "name"
5974   - "tags"
5975   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5976   x-axis: "X = CNFs per Service Pipeline"
5977   y-axis: "Y = Number of Service Pipelines"
5978   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5979   layout:
5980     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5981     layout: "plot-service-density"
5982
5983 # Plots - NF Density - CSP - NDR IMIX
5984 - type: "plot"
5985   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5986   algorithm: "plot_service_density_heatmap_compare"
5987   output-file-type: ".html"
5988   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-ndr"
5989   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5990   filter: "'NIC_Intel-X710' and
5991            'NF_DENSITY' and
5992            'DOCKER' and
5993            'PIPELINE' and
5994            'NF_VPPIP4' and
5995            'IMIX' and
5996            '2T1C' and
5997            'NDRPDR'"
5998   reference:
5999     include: "2"
6000     name: "CNF-1c"
6001   compare:
6002     include: "1"
6003     name: "CNF-0.5c"
6004   parameters:
6005   - "throughput"
6006   - "name"
6007   - "tags"
6008   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6009   x-axis: "X = CNFs per Service Pipeline"
6010   y-axis: "Y = Number of Service Pipelines"
6011   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6012   layout:
6013     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6014     layout: "plot-service-density"
6015
6016 - type: "plot"
6017   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6018   algorithm: "plot_service_density_heatmap_compare"
6019   output-file-type: ".html"
6020   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-ndr"
6021   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6022   filter: "'NIC_Intel-X710' and
6023            'NF_DENSITY' and
6024            'DOCKER' and
6025            'PIPELINE' and
6026            'NF_VPPIP4' and
6027            'IMIX' and
6028            '4T2C' and
6029            'NDRPDR'"
6030   reference:
6031     include: "2"
6032     name: "CNF-1c"
6033   compare:
6034     include: "1"
6035     name: "CNF-0.5c"
6036   parameters:
6037   - "throughput"
6038   - "name"
6039   - "tags"
6040   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6041   x-axis: "X = CNFs per Service Pipeline"
6042   y-axis: "Y = Number of Service Pipelines"
6043   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6044   layout:
6045     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6046     layout: "plot-service-density"
6047
6048 - type: "plot"
6049   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6050   algorithm: "plot_service_density_heatmap_compare"
6051   output-file-type: ".html"
6052   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csp-ndr"
6053   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6054   filter: "'NIC_Intel-X710' and
6055            'NF_DENSITY' and
6056            'DOCKER' and
6057            'PIPELINE' and
6058            'NF_VPPIP4' and
6059            'IMIX' and
6060            '8T4C' and
6061            'NDRPDR'"
6062   reference:
6063     include: "2"
6064     name: "CNF-1c"
6065   compare:
6066     include: "1"
6067     name: "CNF-0.5c"
6068   parameters:
6069   - "throughput"
6070   - "name"
6071   - "tags"
6072   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6073   x-axis: "X = CNFs per Service Pipeline"
6074   y-axis: "Y = Number of Service Pipelines"
6075   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6076   layout:
6077     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6078     layout: "plot-service-density"
6079
6080 # Plots - NF Density - CSP - PDR 64b
6081 - type: "plot"
6082   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6083   algorithm: "plot_service_density_heatmap_compare"
6084   output-file-type: ".html"
6085   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-pdr"
6086   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6087   filter: "'NIC_Intel-X710' and
6088            'NF_DENSITY' and
6089            'DOCKER' and
6090            'PIPELINE' and
6091            'NF_VPPIP4' and
6092            '64B' and
6093            '2T1C' and
6094            'NDRPDR'"
6095   reference:
6096     include: "2"
6097     name: "CNF-1c"
6098   compare:
6099     include: "1"
6100     name: "CNF-0.5c"
6101   parameters:
6102   - "throughput"
6103   - "name"
6104   - "tags"
6105   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6106   x-axis: "X = CNFs per Service Pipeline"
6107   y-axis: "Y = Number of Service Pipelines"
6108   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6109   layout:
6110     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6111     layout: "plot-service-density"
6112
6113 - type: "plot"
6114   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6115   algorithm: "plot_service_density_heatmap_compare"
6116   output-file-type: ".html"
6117   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-pdr"
6118   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6119   filter: "'NIC_Intel-X710' and
6120            'NF_DENSITY' and
6121            'DOCKER' and
6122            'PIPELINE' and
6123            'NF_VPPIP4' and
6124            '64B' and
6125            '4T2C' and
6126            'NDRPDR'"
6127   reference:
6128     include: "2"
6129     name: "CNF-1c"
6130   compare:
6131     include: "1"
6132     name: "CNF-0.5c"
6133   parameters:
6134   - "throughput"
6135   - "name"
6136   - "tags"
6137   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6138   x-axis: "X = CNFs per Service Pipeline"
6139   y-axis: "Y = Number of Service Pipelines"
6140   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6141   layout:
6142     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6143     layout: "plot-service-density"
6144
6145 - type: "plot"
6146   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6147   algorithm: "plot_service_density_heatmap_compare"
6148   output-file-type: ".html"
6149   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csp-pdr"
6150   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6151   filter: "'NIC_Intel-X710' and
6152            'NF_DENSITY' and
6153            'DOCKER' and
6154            'PIPELINE' and
6155            'NF_VPPIP4' and
6156            '64B' and
6157            '8T4C' and
6158            'NDRPDR'"
6159   reference:
6160     include: "2"
6161     name: "CNF-1c"
6162   compare:
6163     include: "1"
6164     name: "CNF-0.5c"
6165   parameters:
6166   - "throughput"
6167   - "name"
6168   - "tags"
6169   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6170   x-axis: "X = CNFs per Service Pipeline"
6171   y-axis: "Y = Number of Service Pipelines"
6172   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6173   layout:
6174     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6175     layout: "plot-service-density"
6176
6177 # Plots - NF Density - CSP - PDR IMIX
6178 - type: "plot"
6179   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6180   algorithm: "plot_service_density_heatmap_compare"
6181   output-file-type: ".html"
6182   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-pdr"
6183   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6184   filter: "'NIC_Intel-X710' and
6185            'NF_DENSITY' and
6186            'DOCKER' and
6187            'PIPELINE' and
6188            'NF_VPPIP4' and
6189            'IMIX' and
6190            '2T1C' and
6191            'NDRPDR'"
6192   reference:
6193     include: "2"
6194     name: "CNF-1c"
6195   compare:
6196     include: "1"
6197     name: "CNF-0.5c"
6198   parameters:
6199   - "throughput"
6200   - "name"
6201   - "tags"
6202   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6203   x-axis: "X = CNFs per Service Pipeline"
6204   y-axis: "Y = Number of Service Pipelines"
6205   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6206   layout:
6207     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6208     layout: "plot-service-density"
6209
6210 - type: "plot"
6211   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6212   algorithm: "plot_service_density_heatmap_compare"
6213   output-file-type: ".html"
6214   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-pdr"
6215   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6216   filter: "'NIC_Intel-X710' and
6217            'NF_DENSITY' and
6218            'DOCKER' and
6219            'PIPELINE' and
6220            'NF_VPPIP4' and
6221            'IMIX' and
6222            '4T2C' and
6223            'NDRPDR'"
6224   reference:
6225     include: "2"
6226     name: "CNF-1c"
6227   compare:
6228     include: "1"
6229     name: "CNF-0.5c"
6230   parameters:
6231   - "throughput"
6232   - "name"
6233   - "tags"
6234   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6235   x-axis: "X = CNFs per Service Pipeline"
6236   y-axis: "Y = Number of Service Pipelines"
6237   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6238   layout:
6239     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6240     layout: "plot-service-density"
6241
6242 - type: "plot"
6243   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6244   algorithm: "plot_service_density_heatmap_compare"
6245   output-file-type: ".html"
6246   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csp-pdr"
6247   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6248   filter: "'NIC_Intel-X710' and
6249            'NF_DENSITY' and
6250            'DOCKER' and
6251            'PIPELINE' and
6252            'NF_VPPIP4' and
6253            'IMIX' and
6254            '8T4C' and
6255            'NDRPDR'"
6256   reference:
6257     include: "2"
6258     name: "CNF-1c"
6259   compare:
6260     include: "1"
6261     name: "CNF-0.5c"
6262   parameters:
6263   - "throughput"
6264   - "name"
6265   - "tags"
6266   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6267   x-axis: "X = CNFs per Service Pipeline"
6268   y-axis: "Y = Number of Service Pipelines"
6269   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6270   layout:
6271     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6272     layout: "plot-service-density"
6273
6274 ################################################################################
6275
6276 # Packet Throughput
6277
6278 - type: "plot"
6279   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6280   algorithm: "plot_performance_name_box"
6281   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6282   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6283   include:
6284     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6285     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6286     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6287     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6288   layout:
6289     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6290     layout: "plot-throughput"
6291
6292 - type: "plot"
6293   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6294   algorithm: "plot_performance_name_box"
6295   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6296   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6297   include:
6298     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6299     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6300     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6301     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6302   layout:
6303     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6304     layout: "plot-throughput"
6305
6306 - type: "plot"
6307   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6308   algorithm: "plot_performance_name_box"
6309   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6310   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6311   include:
6312     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6313     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6314     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6315     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6316     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6317   layout:
6318     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6319     layout: "plot-throughput"
6320
6321 - type: "plot"
6322   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6323   algorithm: "plot_performance_name_box"
6324   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6325   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6326   include:
6327     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6328     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6329     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6330     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6331     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6332   layout:
6333     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6334     layout: "plot-throughput"
6335
6336 - type: "plot"
6337   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6338   algorithm: "plot_performance_name_box"
6339   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6340   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6341   include:
6342     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
6343     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6344     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6345     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6346     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6347   layout:
6348     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6349     layout: "plot-throughput"
6350
6351 - type: "plot"
6352   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6353   algorithm: "plot_performance_name_box"
6354   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6355   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6356   include:
6357     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
6358     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6359     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6360     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6361     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6362   layout:
6363     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6364     layout: "plot-throughput"
6365
6366 - type: "plot"
6367   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6368   algorithm: "plot_performance_name_box"
6369   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6370   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6371   include:
6372     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
6373     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
6374     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
6375     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6376   layout:
6377     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6378     layout: "plot-throughput"
6379
6380 - type: "plot"
6381   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6382   algorithm: "plot_performance_name_box"
6383   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6384   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6385   include:
6386     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
6387     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
6388     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
6389     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6390   layout:
6391     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6392     layout: "plot-throughput"
6393
6394 - type: "plot"
6395   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6396   algorithm: "plot_performance_name_box"
6397   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6398   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6399   include:
6400     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6401     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6402     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
6403     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
6404     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6405   layout:
6406     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6407     layout: "plot-throughput"
6408
6409 - type: "plot"
6410   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6411   algorithm: "plot_performance_name_box"
6412   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6413   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6414   include:
6415     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6416     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6417     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
6418     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
6419     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6420   layout:
6421     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6422     layout: "plot-throughput"
6423
6424 - type: "plot"
6425   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
6426   algorithm: "plot_performance_name_box"
6427   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
6428   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6429   include:
6430     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6431     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6432     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6433     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6434     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6435     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
6436   layout:
6437     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
6438     layout: "plot-throughput"
6439
6440 - type: "plot"
6441   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
6442   algorithm: "plot_performance_name_box"
6443   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
6444   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6445   include:
6446     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6447     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6448     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6449     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6450     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6451     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
6452   layout:
6453     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
6454     layout: "plot-throughput"
6455
6456 - type: "plot"
6457   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
6458   algorithm: "plot_performance_name_box"
6459   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
6460   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6461   include:
6462     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6463     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6464     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6465   layout:
6466     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
6467     layout: "plot-throughput"
6468
6469 - type: "plot"
6470   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
6471   algorithm: "plot_performance_name_box"
6472   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
6473   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6474   include:
6475     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6476     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6477     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6478   layout:
6479     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
6480     layout: "plot-throughput"
6481
6482 - type: "plot"
6483   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6484   algorithm: "plot_performance_name_box"
6485   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6486   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6487   include:
6488     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
6489     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6490     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6491     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6492     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6493   layout:
6494     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6495     layout: "plot-throughput"
6496
6497 - type: "plot"
6498   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6499   algorithm: "plot_performance_name_box"
6500   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6501   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6502   include:
6503     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
6504     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6505     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6506     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6507     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6508   layout:
6509     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6510     layout: "plot-throughput"
6511
6512 - type: "plot"
6513   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6514   algorithm: "plot_performance_name_box"
6515   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6516   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6517   include:
6518     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
6519     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
6520     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
6521     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6522   layout:
6523     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6524     layout: "plot-throughput"
6525
6526 - type: "plot"
6527   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6528   algorithm: "plot_performance_name_box"
6529   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6530   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6531   include:
6532     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
6533     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
6534     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
6535     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6536   layout:
6537     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6538     layout: "plot-throughput"
6539
6540 - type: "plot"
6541   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6542   algorithm: "plot_performance_name_box"
6543   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6544   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6545   include:
6546     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6547     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6548     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
6549     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
6550     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6551   layout:
6552     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6553     layout: "plot-throughput"
6554
6555 - type: "plot"
6556   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6557   algorithm: "plot_performance_name_box"
6558   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6559   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6560   include:
6561     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6562     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6563     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
6564     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
6565     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6566   layout:
6567     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6568     layout: "plot-throughput"
6569
6570 - type: "plot"
6571   title: "Throughput: 3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-ndr"
6572   algorithm: "plot_performance_name_box"
6573   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-ndr"
6574   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6575   include:
6576     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6577     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6578     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6579     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6580     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6581     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
6582   layout:
6583     title: "3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-ndr"
6584     layout: "plot-throughput"
6585
6586 - type: "plot"
6587   title: "Throughput: 3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-pdr"
6588   algorithm: "plot_performance_name_box"
6589   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-pdr"
6590   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6591   include:
6592     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6593     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6594     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6595     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6596     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6597     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
6598   layout:
6599     title: "3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-pdr"
6600     layout: "plot-throughput"
6601
6602 - type: "plot"
6603   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
6604   algorithm: "plot_performance_name_box"
6605   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
6606   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6607   include:
6608     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
6609     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6610   layout:
6611     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
6612     layout: "plot-throughput"
6613
6614 - type: "plot"
6615   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-pdr"
6616   algorithm: "plot_performance_name_box"
6617   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-pdr"
6618   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6619   include:
6620     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
6621     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6622   layout:
6623     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-pdr"
6624     layout: "plot-throughput"
6625
6626 - type: "plot"
6627   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
6628   algorithm: "plot_performance_name_box"
6629   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
6630   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6631   include:
6632     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
6633     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6634     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6635     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6636   layout:
6637     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
6638     layout: "plot-throughput"
6639
6640 - type: "plot"
6641   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
6642   algorithm: "plot_performance_name_box"
6643   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
6644   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6645   include:
6646     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
6647     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6648     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6649     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6650   layout:
6651     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
6652     layout: "plot-throughput"
6653
6654 - type: "plot"
6655   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6656   algorithm: "plot_performance_name_box"
6657   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6658   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6659   include:
6660     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6661     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6662     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6663   layout:
6664     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6665     layout: "plot-throughput"
6666
6667 - type: "plot"
6668   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6669   algorithm: "plot_performance_name_box"
6670   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6671   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6672   include:
6673     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6674     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6675     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6676   layout:
6677     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6678     layout: "plot-throughput"
6679
6680 - type: "plot"
6681   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6682   algorithm: "plot_performance_name_box"
6683   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6684   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6685   include:
6686     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6687     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6688     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
6689     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
6690     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6691   layout:
6692     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6693     layout: "plot-throughput"
6694
6695 - type: "plot"
6696   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6697   algorithm: "plot_performance_name_box"
6698   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6699   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6700   include:
6701     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6702     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6703     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
6704     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
6705     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6706   layout:
6707     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6708     layout: "plot-throughput"
6709
6710 - type: "plot"
6711   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
6712   algorithm: "plot_performance_name_box"
6713   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
6714   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6715   include:
6716     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
6717     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
6718     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
6719   layout:
6720     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
6721     layout: "plot-throughput"
6722
6723 - type: "plot"
6724   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
6725   algorithm: "plot_performance_name_box"
6726   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
6727   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6728   include:
6729     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
6730     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
6731     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
6732   layout:
6733     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
6734     layout: "plot-throughput"
6735
6736 - type: "plot"
6737   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6738   algorithm: "plot_performance_name_box"
6739   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6740   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6741   include:
6742     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6743     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6744     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6745   layout:
6746     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6747     layout: "plot-throughput"
6748
6749 - type: "plot"
6750   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6751   algorithm: "plot_performance_name_box"
6752   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6753   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6754   include:
6755     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6756     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6757     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6758   layout:
6759     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6760     layout: "plot-throughput"
6761
6762 - type: "plot"
6763   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6764   algorithm: "plot_performance_name_box"
6765   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6766   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6767   include:
6768     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6769     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6770     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
6771     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
6772     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6773   layout:
6774     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6775     layout: "plot-throughput"
6776
6777 - type: "plot"
6778   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6779   algorithm: "plot_performance_name_box"
6780   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6781   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6782   include:
6783     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6784     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6785     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
6786     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
6787     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6788   layout:
6789     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6790     layout: "plot-throughput"
6791
6792 - type: "plot"
6793   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
6794   algorithm: "plot_performance_name_box"
6795   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
6796   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6797   include:
6798     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6799     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6800     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6801     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6802     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
6803     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6804   layout:
6805     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
6806     layout: "plot-throughput"
6807
6808 - type: "plot"
6809   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
6810   algorithm: "plot_performance_name_box"
6811   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
6812   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6813   include:
6814     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6815     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6816     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6817     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6818     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
6819     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6820   layout:
6821     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
6822     layout: "plot-throughput"
6823
6824 - type: "plot"
6825   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
6826   algorithm: "plot_performance_name_box"
6827   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
6828   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6829   include:
6830     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
6831     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6832     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6833     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6834   layout:
6835     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
6836     layout: "plot-throughput"
6837
6838 - type: "plot"
6839   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
6840   algorithm: "plot_performance_name_box"
6841   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
6842   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6843   include:
6844     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
6845     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6846     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6847     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6848   layout:
6849     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
6850     layout: "plot-throughput"
6851
6852 - type: "plot"
6853   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
6854   algorithm: "plot_performance_name_box"
6855   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
6856   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6857   include:
6858     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6859     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6860     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6861     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6862     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6863     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6864   layout:
6865     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
6866     layout: "plot-throughput"
6867
6868 - type: "plot"
6869   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
6870   algorithm: "plot_performance_name_box"
6871   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
6872   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6873   include:
6874     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6875     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6876     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6877     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6878     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6879     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6880   layout:
6881     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
6882     layout: "plot-throughput"
6883
6884 - type: "plot"
6885   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
6886   algorithm: "plot_performance_name_box"
6887   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
6888   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6889   include:
6890     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
6891     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
6892     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
6893     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
6894     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
6895     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
6896   layout:
6897     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
6898     layout: "plot-throughput"
6899
6900 - type: "plot"
6901   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
6902   algorithm: "plot_performance_name_box"
6903   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
6904   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6905   include:
6906     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
6907     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
6908     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
6909     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
6910     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
6911     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
6912   layout:
6913     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
6914     layout: "plot-throughput"
6915
6916 - type: "plot"
6917   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
6918   algorithm: "plot_performance_name_box"
6919   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
6920   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6921   include:
6922     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
6923     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
6924     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
6925     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
6926   layout:
6927     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
6928     layout: "plot-throughput"
6929
6930 - type: "plot"
6931   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
6932   algorithm: "plot_performance_name_box"
6933   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
6934   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6935   include:
6936     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
6937     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
6938     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
6939     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
6940   layout:
6941     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
6942     layout: "plot-throughput"
6943
6944 - type: "plot"
6945   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
6946   algorithm: "plot_performance_name_box"
6947   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
6948   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6949   include:
6950     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
6951     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
6952     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
6953     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
6954     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
6955   layout:
6956     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
6957     layout: "plot-throughput"
6958
6959 - type: "plot"
6960   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
6961   algorithm: "plot_performance_name_box"
6962   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
6963   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6964   include:
6965     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
6966     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
6967     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
6968     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
6969     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
6970   layout:
6971     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
6972     layout: "plot-throughput"
6973
6974 - type: "plot"
6975   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
6976   algorithm: "plot_performance_name_box"
6977   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
6978   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6979   include:
6980     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
6981     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
6982     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
6983     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
6984   layout:
6985     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
6986     layout: "plot-throughput"
6987
6988 - type: "plot"
6989   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
6990   algorithm: "plot_performance_name_box"
6991   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
6992   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6993   include:
6994     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
6995     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
6996     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
6997     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
6998   layout:
6999     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7000     layout: "plot-throughput"
7001
7002 - type: "plot"
7003   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
7004   algorithm: "plot_performance_name_box"
7005   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
7006   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7007   include:
7008     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7009     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7010     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7011     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7012     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7013     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7014   layout:
7015     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
7016     layout: "plot-throughput"
7017
7018 - type: "plot"
7019   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
7020   algorithm: "plot_performance_name_box"
7021   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
7022   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7023   include:
7024     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7025     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7026     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7027     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7028     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7029     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7030   layout:
7031     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
7032     layout: "plot-throughput"
7033
7034 - type: "plot"
7035   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7036   algorithm: "plot_performance_name_box"
7037   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7038   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7039   include:
7040     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7041     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7042     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7043     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7044     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7045   layout:
7046     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7047     layout: "plot-throughput"
7048
7049 - type: "plot"
7050   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7051   algorithm: "plot_performance_name_box"
7052   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7053   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7054   include:
7055     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7056     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7057     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7058     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7059     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7060   layout:
7061     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7062     layout: "plot-throughput"
7063
7064 - type: "plot"
7065   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7066   algorithm: "plot_performance_name_box"
7067   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7068   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7069   include:
7070     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
7071     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7072     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7073   layout:
7074     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7075     layout: "plot-throughput"
7076
7077 - type: "plot"
7078   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7079   algorithm: "plot_performance_name_box"
7080   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7081   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7082   include:
7083     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
7084     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7085     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7086   layout:
7087     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7088     layout: "plot-throughput"
7089
7090 - type: "plot"
7091   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7092   algorithm: "plot_performance_name_box"
7093   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7094   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7095   include:
7096     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
7097     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7098     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7099     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7100   layout:
7101     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7102     layout: "plot-throughput"
7103
7104 - type: "plot"
7105   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7106   algorithm: "plot_performance_name_box"
7107   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7108   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7109   include:
7110     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
7111     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7112     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7113     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7114   layout:
7115     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7116     layout: "plot-throughput"
7117
7118 - type: "plot"
7119   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7120   algorithm: "plot_performance_name_box"
7121   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7122   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7123   include:
7124     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
7125     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7126     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7127     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7128     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7129     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7130   layout:
7131     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7132     layout: "plot-throughput"
7133
7134 - type: "plot"
7135   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7136   algorithm: "plot_performance_name_box"
7137   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7138   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7139   include:
7140     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
7141     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7142     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7143     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7144     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7145     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7146   layout:
7147     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7148     layout: "plot-throughput"
7149
7150 - type: "plot"
7151   title: "Throughput: 3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-ndr"
7152   algorithm: "plot_performance_name_box"
7153   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-ndr"
7154   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7155   include:
7156     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7157     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
7158     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
7159     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
7160     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
7161     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
7162   layout:
7163     title: "3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-ndr"
7164     layout: "plot-throughput"
7165
7166 - type: "plot"
7167   title: "Throughput: 3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-pdr"
7168   algorithm: "plot_performance_name_box"
7169   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-pdr"
7170   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7171   include:
7172     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7173     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
7174     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
7175     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
7176     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
7177     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
7178   layout:
7179     title: "3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-pdr"
7180     layout: "plot-throughput"
7181
7182 - type: "plot"
7183   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
7184   algorithm: "plot_performance_name_box"
7185   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
7186   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7187   include:
7188     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7189     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7190     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7191     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
7192     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
7193     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
7194   layout:
7195     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
7196     layout: "plot-throughput"
7197
7198 - type: "plot"
7199   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
7200   algorithm: "plot_performance_name_box"
7201   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
7202   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7203   include:
7204     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7205     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7206     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7207     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
7208     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
7209     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
7210   layout:
7211     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
7212     layout: "plot-throughput"
7213
7214 - type: "plot"
7215   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
7216   algorithm: "plot_performance_name_box"
7217   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
7218   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7219   include:
7220     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7221     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7222     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7223     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
7224     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
7225     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
7226   layout:
7227     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
7228     layout: "plot-throughput"
7229
7230 - type: "plot"
7231   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-pdr"
7232   algorithm: "plot_performance_name_box"
7233   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-pdr"
7234   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7235   include:
7236     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7237     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7238     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7239     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
7240     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
7241     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
7242   layout:
7243     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-pdr"
7244     layout: "plot-throughput"
7245
7246 - type: "plot"
7247   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
7248   algorithm: "plot_performance_name_box"
7249   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
7250   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7251   include:
7252     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7253     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7254     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7255     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7256   layout:
7257     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
7258     layout: "plot-throughput"
7259
7260 - type: "plot"
7261   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
7262   algorithm: "plot_performance_name_box"
7263   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
7264   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7265   include:
7266     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7267     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7268     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7269     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7270   layout:
7271     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
7272     layout: "plot-throughput"
7273
7274 - type: "plot"
7275   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
7276   algorithm: "plot_performance_name_box"
7277   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
7278   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7279   include:
7280     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7281     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7282     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7283     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7284   layout:
7285     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
7286     layout: "plot-throughput"
7287
7288 - type: "plot"
7289   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
7290   algorithm: "plot_performance_name_box"
7291   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
7292   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7293   include:
7294     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7295     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7296     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7297     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7298   layout:
7299     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
7300     layout: "plot-throughput"
7301
7302 #- type: "plot"
7303 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
7304 #  algorithm: "plot_performance_name_box"
7305 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
7306 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
7307 #  include:
7308 #    - ""
7309 #  layout:
7310 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
7311 #    layout: "plot-throughput"
7312 #
7313 #- type: "plot"
7314 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
7315 #  algorithm: "plot_performance_name_box"
7316 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
7317 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
7318 #  include:
7319 #    - ""
7320 #  layout:
7321 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
7322 #    layout: "plot-throughput"
7323
7324 - type: "plot"
7325   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
7326   algorithm: "plot_performance_name_box"
7327   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
7328   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7329   include:
7330     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7331     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7332     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7333     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7334     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7335   layout:
7336     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
7337     layout: "plot-throughput"
7338
7339 - type: "plot"
7340   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
7341   algorithm: "plot_performance_name_box"
7342   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
7343   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7344   include:
7345     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7346     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7347     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7348     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7349     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7350   layout:
7351     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
7352     layout: "plot-throughput"
7353
7354 - type: "plot"
7355   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
7356   algorithm: "plot_performance_name_box"
7357   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
7358   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7359   include:
7360     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7361     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7362     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7363     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7364     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7365     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7366   layout:
7367     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
7368     layout: "plot-throughput"
7369
7370 - type: "plot"
7371   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
7372   algorithm: "plot_performance_name_box"
7373   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
7374   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7375   include:
7376     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7377     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7378     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7379     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7380     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7381     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7382   layout:
7383     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
7384     layout: "plot-throughput"
7385
7386 - type: "plot"
7387   title: "Throughput: 3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr"
7388   algorithm: "plot_performance_name_box"
7389   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr"
7390   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7391   include:
7392     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
7393     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
7394     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
7395   layout:
7396     title: "3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr"
7397     layout: "plot-throughput"
7398
7399 - type: "plot"
7400   title: "Throughput: 3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-pdr"
7401   algorithm: "plot_performance_name_box"
7402   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-pdr"
7403   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7404   include:
7405     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
7406     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
7407     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
7408   layout:
7409     title: "3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-pdr"
7410     layout: "plot-throughput"
7411
7412 - type: "plot"
7413   title: "Throughput: 3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
7414   algorithm: "plot_performance_name_box"
7415   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
7416   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7417   include:
7418     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
7419     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
7420     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
7421   layout:
7422     title: "3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
7423     layout: "plot-throughput"
7424
7425 - type: "plot"
7426   title: "Throughput: 3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-pdr"
7427   algorithm: "plot_performance_name_box"
7428   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-pdr"
7429   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7430   include:
7431     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
7432     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
7433     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
7434   layout:
7435     title: "3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-pdr"
7436     layout: "plot-throughput"
7437
7438 ################################################################################
7439
7440 # Packet Latency 1C
7441
7442 - type: "plot"
7443   title: "Latency: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
7444   algorithm: "plot_latency_error_bars_name"
7445   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
7446   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7447   include:
7448     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7449     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7450     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7451     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7452   layout:
7453     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
7454     layout: "plot-latency"
7455
7456 - type: "plot"
7457   title: "Latency: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
7458   algorithm: "plot_latency_error_bars_name"
7459   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
7460   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7461   include:
7462     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7463     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
7464     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7465     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
7466     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7467   layout:
7468     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
7469     layout: "plot-latency"
7470
7471 - type: "plot"
7472   title: "Latency: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
7473   algorithm: "plot_latency_error_bars_name"
7474   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
7475   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7476   include:
7477     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
7478     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
7479     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
7480     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
7481     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
7482   layout:
7483     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
7484     layout: "plot-latency"
7485
7486 - type: "plot"
7487   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
7488   algorithm: "plot_latency_error_bars_name"
7489   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
7490   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7491   include:
7492     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
7493     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
7494     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
7495     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
7496   layout:
7497     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
7498     layout: "plot-latency"
7499
7500 - type: "plot"
7501   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
7502   algorithm: "plot_latency_error_bars_name"
7503   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
7504   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7505   include:
7506     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
7507     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
7508     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
7509     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
7510     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
7511   layout:
7512     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
7513     layout: "plot-latency"
7514
7515 - type: "plot"
7516   title: "Latency: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
7517   algorithm: "plot_latency_error_bars_name"
7518   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
7519   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7520   include:
7521     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
7522     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
7523     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
7524     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
7525     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
7526     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
7527   layout:
7528     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
7529     layout: "plot-latency"
7530
7531 - type: "plot"
7532   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
7533   algorithm: "plot_latency_error_bars_name"
7534   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
7535   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7536   include:
7537     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
7538     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
7539     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
7540   layout:
7541     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
7542     layout: "plot-latency"
7543
7544 - type: "plot"
7545   title: "Latency: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
7546   algorithm: "plot_latency_error_bars_name"
7547   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
7548   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7549   include:
7550     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
7551     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
7552     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
7553     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
7554     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
7555   layout:
7556     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
7557     layout: "plot-latency"
7558
7559 - type: "plot"
7560   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
7561   algorithm: "plot_latency_error_bars_name"
7562   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
7563   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7564   include:
7565     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
7566     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
7567     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
7568     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
7569   layout:
7570     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
7571     layout: "plot-latency"
7572
7573 - type: "plot"
7574   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
7575   algorithm: "plot_latency_error_bars_name"
7576   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
7577   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7578   include:
7579     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
7580     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
7581     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
7582     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
7583     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
7584   layout:
7585     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
7586     layout: "plot-latency"
7587
7588 - type: "plot"
7589   title: "Latency: 3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-ndr-lat"
7590   algorithm: "plot_latency_error_bars_name"
7591   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-ndr-lat"
7592   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7593   include:
7594     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
7595     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
7596     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
7597     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
7598     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
7599     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
7600   layout:
7601     title: "3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-ndr"
7602     layout: "plot-latency"
7603
7604 - type: "plot"
7605   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr-lat"
7606   algorithm: "plot_latency_error_bars_name"
7607   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr-lat"
7608   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7609   include:
7610     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
7611     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
7612   layout:
7613     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
7614     layout: "plot-latency"
7615
7616 - type: "plot"
7617   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-lat"
7618   algorithm: "plot_latency_error_bars_name"
7619   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-lat"
7620   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7621   include:
7622     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
7623     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
7624     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
7625     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
7626   layout:
7627     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
7628     layout: "plot-latency"
7629
7630 - type: "plot"
7631   title: "Latency: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
7632   algorithm: "plot_latency_error_bars_name"
7633   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
7634   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7635   include:
7636     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
7637     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
7638     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
7639   layout:
7640     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
7641     layout: "plot-latency"
7642
7643 - type: "plot"
7644   title: "Latency: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
7645   algorithm: "plot_latency_error_bars_name"
7646   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
7647   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7648   include:
7649     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
7650     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
7651     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
7652     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
7653     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
7654   layout:
7655     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
7656     layout: "plot-latency"
7657
7658 - type: "plot"
7659   title: "Latency: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
7660   algorithm: "plot_latency_error_bars_name"
7661   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
7662   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7663   include:
7664     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
7665     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
7666     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
7667   layout:
7668     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
7669     layout: "plot-latency"
7670
7671 - type: "plot"
7672   title: "Latency: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
7673   algorithm: "plot_latency_error_bars_name"
7674   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
7675   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7676   include:
7677     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
7678     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
7679     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
7680   layout:
7681     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
7682     layout: "plot-latency"
7683
7684 - type: "plot"
7685   title: "Latency: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
7686   algorithm: "plot_latency_error_bars_name"
7687   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
7688   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7689   include:
7690     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
7691     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
7692     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
7693     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
7694     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
7695   layout:
7696     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
7697     layout: "plot-latency"
7698
7699 - type: "plot"
7700   title: "Latency: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
7701   algorithm: "plot_latency_error_bars_name"
7702   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
7703   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7704   include:
7705     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7706     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7707     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7708     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7709     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
7710     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7711   layout:
7712     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
7713     layout: "plot-latency"
7714
7715 - type: "plot"
7716   title: "Latency: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
7717   algorithm: "plot_latency_error_bars_name"
7718   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
7719   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7720   include:
7721     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
7722     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7723     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7724     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7725   layout:
7726     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
7727     layout: "plot-latency"
7728
7729 - type: "plot"
7730   title: "Latency: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
7731   algorithm: "plot_latency_error_bars_name"
7732   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
7733   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7734   include:
7735     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7736     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7737     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7738     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7739     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7740     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7741   layout:
7742     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
7743     layout: "plot-latency"
7744
7745 - type: "plot"
7746   title: "Latency: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
7747   algorithm: "plot_latency_error_bars_name"
7748   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
7749   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7750   include:
7751     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7752     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
7753     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7754     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7755     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7756     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7757   layout:
7758     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7759     layout: "plot-latency"
7760
7761 - type: "plot"
7762   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
7763   algorithm: "plot_latency_error_bars_name"
7764   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
7765   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7766   include:
7767     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
7768     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7769     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
7770     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7771   layout:
7772     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7773     layout: "plot-latency"
7774
7775 - type: "plot"
7776   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
7777   algorithm: "plot_latency_error_bars_name"
7778   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
7779   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7780   include:
7781     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
7782     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
7783     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7784     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7785     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7786   layout:
7787     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7788     layout: "plot-latency"
7789
7790 - type: "plot"
7791   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
7792   algorithm: "plot_latency_error_bars_name"
7793   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
7794   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7795   include:
7796     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7797     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7798     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7799     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7800   layout:
7801     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7802     layout: "plot-latency"
7803
7804 - type: "plot"
7805   title: "Latency: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
7806   algorithm: "plot_latency_error_bars_name"
7807   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
7808   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7809   include:
7810     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7811     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7812     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7813     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7814     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7815     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7816   layout:
7817     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
7818     layout: "plot-latency"
7819
7820 - type: "plot"
7821   title: "Latency: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
7822   algorithm: "plot_latency_error_bars_name"
7823   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
7824   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7825   include:
7826     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7827     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7828     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7829     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7830     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7831   layout:
7832     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7833     layout: "plot-latency"
7834
7835 - type: "plot"
7836   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
7837   algorithm: "plot_latency_error_bars_name"
7838   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
7839   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7840   include:
7841     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
7842     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7843     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7844   layout:
7845     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7846     layout: "plot-latency"
7847
7848 - type: "plot"
7849   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
7850   algorithm: "plot_latency_error_bars_name"
7851   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
7852   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7853   include:
7854     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
7855     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7856     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7857     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7858   layout:
7859     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7860     layout: "plot-latency"
7861
7862 - type: "plot"
7863   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
7864   algorithm: "plot_latency_error_bars_name"
7865   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
7866   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7867   include:
7868     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
7869     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7870     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7871     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7872     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7873     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7874   layout:
7875     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7876     layout: "plot-latency"
7877
7878 - type: "plot"
7879   title: "Latency: 3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-ndr-lat"
7880   algorithm: "plot_latency_error_bars_name"
7881   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-ndr-lat"
7882   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7883   include:
7884     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7885     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
7886     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
7887     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
7888     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
7889     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
7890   layout:
7891     title: "3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-ndr"
7892     layout: "plot-latency"
7893
7894 - type: "plot"
7895   title: "Latency: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr-lat"
7896   algorithm: "plot_latency_error_bars_name"
7897   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr-lat"
7898   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7899   include:
7900     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7901     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7902     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7903     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
7904     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
7905     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
7906   layout:
7907     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
7908     layout: "plot-latency"
7909
7910 - type: "plot"
7911   title: "Latency: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr-lat"
7912   algorithm: "plot_latency_error_bars_name"
7913   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr-lat"
7914   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7915   include:
7916     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7917     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7918     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7919     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
7920     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
7921     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
7922   layout:
7923     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
7924     layout: "plot-latency"
7925
7926 - type: "plot"
7927   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
7928   algorithm: "plot_latency_error_bars_name"
7929   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
7930   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7931   include:
7932     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7933     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7934     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7935     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7936   layout:
7937     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
7938     layout: "plot-latency"
7939
7940 - type: "plot"
7941   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr-lat"
7942   algorithm: "plot_latency_error_bars_name"
7943   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr-lat"
7944   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7945   include:
7946     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7947     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7948     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7949     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7950   layout:
7951     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
7952     layout: "plot-latency"
7953
7954 #- type: "plot"
7955 #  title: "Latency: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
7956 #  algorithm: "plot_latency_error_bars_name"
7957 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
7958 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
7959 #  include:
7960 #    - ""
7961 #  layout:
7962 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
7963 #    layout: "plot-latency"
7964
7965 - type: "plot"
7966   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
7967   algorithm: "plot_latency_error_bars_name"
7968   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
7969   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7970   include:
7971     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7972     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7973     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7974     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7975     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7976   layout:
7977     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
7978     layout: "plot-latency"
7979
7980 - type: "plot"
7981   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
7982   algorithm: "plot_latency_error_bars_name"
7983   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
7984   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7985   include:
7986     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7987     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7988     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7989     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7990     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7991     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7992   layout:
7993     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
7994     layout: "plot-latency"
7995
7996 - type: "plot"
7997   title: "Latency: 3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr-lat"
7998   algorithm: "plot_latency_error_bars_name"
7999   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr-lat"
8000   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8001   include:
8002     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8003     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8004     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8005   layout:
8006     title: "3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr"
8007     layout: "plot-latency"
8008
8009 - type: "plot"
8010   title: "Latency: 3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr-lat"
8011   algorithm: "plot_latency_error_bars_name"
8012   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr-lat"
8013   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8014   include:
8015     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8016     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8017     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8018   layout:
8019     title: "3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
8020     layout: "plot-latency"
8021
8022 ################################################################################
8023
8024 # Packet Latency 2C
8025
8026 - type: "plot"
8027   title: "Latency: 2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
8028   algorithm: "plot_latency_error_bars_name"
8029   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
8030   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8031   include:
8032     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
8033     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8034     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8035     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
8036   layout:
8037     title: "2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
8038     layout: "plot-latency"
8039
8040 - type: "plot"
8041   title: "Latency: 3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
8042   algorithm: "plot_latency_error_bars_name"
8043   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
8044   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8045   include:
8046     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
8047     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
8048     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8049     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
8050     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
8051   layout:
8052     title: "3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
8053     layout: "plot-latency"
8054
8055 - type: "plot"
8056   title: "Latency: 2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
8057   algorithm: "plot_latency_error_bars_name"
8058   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
8059   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8060   include:
8061     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
8062     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
8063     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
8064     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
8065     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
8066   layout:
8067     title: "2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
8068     layout: "plot-latency"
8069
8070 - type: "plot"
8071   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
8072   algorithm: "plot_latency_error_bars_name"
8073   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
8074   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8075   include:
8076     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
8077     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
8078     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
8079     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
8080   layout:
8081     title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
8082     layout: "plot-latency"
8083
8084 - type: "plot"
8085   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
8086   algorithm: "plot_latency_error_bars_name"
8087   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
8088   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8089   include:
8090     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
8091     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
8092     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
8093     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
8094     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
8095   layout:
8096     title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
8097     layout: "plot-latency"
8098
8099 - type: "plot"
8100   title: "Latency: 2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
8101   algorithm: "plot_latency_error_bars_name"
8102   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
8103   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8104   include:
8105     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
8106     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
8107     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
8108     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
8109     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
8110     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
8111   layout:
8112     title: "2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
8113     layout: "plot-latency"
8114
8115 - type: "plot"
8116   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
8117   algorithm: "plot_latency_error_bars_name"
8118   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
8119   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8120   include:
8121     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
8122     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
8123     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
8124   layout:
8125     title: "3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr"
8126     layout: "plot-latency"
8127
8128 - type: "plot"
8129   title: "Latency: 3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
8130   algorithm: "plot_latency_error_bars_name"
8131   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
8132   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8133   include:
8134     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
8135     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
8136     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
8137     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
8138     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
8139   layout:
8140     title: "3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
8141     layout: "plot-latency"
8142
8143 - type: "plot"
8144   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
8145   algorithm: "plot_latency_error_bars_name"
8146   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
8147   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8148   include:
8149     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
8150     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
8151     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
8152     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
8153   layout:
8154     title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
8155     layout: "plot-latency"
8156
8157 - type: "plot"
8158   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
8159   algorithm: "plot_latency_error_bars_name"
8160   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
8161   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8162   include:
8163     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
8164     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
8165     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
8166     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
8167     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
8168   layout:
8169     title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
8170     layout: "plot-latency"
8171
8172 - type: "plot"
8173   title: "Latency: 3n-skx-xxv710-64b-4t2c-feature-ip4routing-base-i40e-ndr-lat"
8174   algorithm: "plot_latency_error_bars_name"
8175   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-feature-ip4routing-base-i40e-ndr-lat"
8176   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8177   include:
8178     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
8179     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
8180     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
8181     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
8182     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
8183     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
8184   layout:
8185     title: "3n-skx-xxv710-64b-4t2c-feature-ip4routing-base-i40e-ndr"
8186     layout: "plot-latency"
8187
8188 - type: "plot"
8189   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr-lat"
8190   algorithm: "plot_latency_error_bars_name"
8191   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr-lat"
8192   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8193   include:
8194     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t2c-ethip4vxlan-l2xcbase-ndrpdr"
8195     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8196   layout:
8197     title: "3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr"
8198     layout: "plot-latency"
8199
8200 - type: "plot"
8201   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-lat"
8202   algorithm: "plot_latency_error_bars_name"
8203   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-lat"
8204   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8205   include:
8206     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t2c-ethip4vxlan-l2xcbase-ndrpdr"
8207     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8208     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
8209     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
8210   layout:
8211     title: "3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr"
8212     layout: "plot-latency"
8213
8214 - type: "plot"
8215   title: "Latency: 2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8216   algorithm: "plot_latency_error_bars_name"
8217   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8218   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8219   include:
8220     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
8221     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
8222     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
8223   layout:
8224     title: "2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
8225     layout: "plot-latency"
8226
8227 - type: "plot"
8228   title: "Latency: 2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8229   algorithm: "plot_latency_error_bars_name"
8230   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8231   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8232   include:
8233     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
8234     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
8235     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
8236     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
8237     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
8238   layout:
8239     title: "2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
8240     layout: "plot-latency"
8241
8242 - type: "plot"
8243   title: "Latency: 3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
8244   algorithm: "plot_latency_error_bars_name"
8245   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
8246   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8247   include:
8248     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
8249     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
8250     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
8251   layout:
8252     title: "3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr"
8253     layout: "plot-latency"
8254
8255 - type: "plot"
8256   title: "Latency: 3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8257   algorithm: "plot_latency_error_bars_name"
8258   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8259   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8260   include:
8261     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
8262     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
8263     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
8264   layout:
8265     title: "3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
8266     layout: "plot-latency"
8267
8268 - type: "plot"
8269   title: "Latency: 3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8270   algorithm: "plot_latency_error_bars_name"
8271   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8272   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8273   include:
8274     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
8275     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
8276     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
8277     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
8278     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
8279   layout:
8280     title: "3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
8281     layout: "plot-latency"
8282
8283 - type: "plot"
8284   title: "Latency: 3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
8285   algorithm: "plot_latency_error_bars_name"
8286   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
8287   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8288   include:
8289     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8290     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8291     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8292     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8293     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
8294     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8295   layout:
8296     title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
8297     layout: "plot-latency"
8298
8299 - type: "plot"
8300   title: "Latency: 3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
8301   algorithm: "plot_latency_error_bars_name"
8302   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
8303   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8304   include:
8305     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
8306     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8307     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8308     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8309   layout:
8310     title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
8311     layout: "plot-latency"
8312
8313 - type: "plot"
8314   title: "Latency: 3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
8315   algorithm: "plot_latency_error_bars_name"
8316   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
8317   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8318   include:
8319     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8320     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8321     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8322     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8323     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8324     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8325   layout:
8326     title: "3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr"
8327     layout: "plot-latency"
8328
8329 - type: "plot"
8330   title: "Latency: 2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
8331   algorithm: "plot_latency_error_bars_name"
8332   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
8333   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8334   include:
8335     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
8336     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
8337     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
8338     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
8339     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
8340     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
8341   layout:
8342     title: "2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
8343     layout: "plot-latency"
8344
8345 - type: "plot"
8346   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
8347   algorithm: "plot_latency_error_bars_name"
8348   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
8349   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8350   include:
8351     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
8352     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
8353     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
8354     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
8355   layout:
8356     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
8357     layout: "plot-latency"
8358
8359 - type: "plot"
8360   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
8361   algorithm: "plot_latency_error_bars_name"
8362   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
8363   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8364   include:
8365     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
8366     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
8367     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
8368     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
8369     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
8370   layout:
8371     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
8372     layout: "plot-latency"
8373
8374 - type: "plot"
8375   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
8376   algorithm: "plot_latency_error_bars_name"
8377   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
8378   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8379   include:
8380     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
8381     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
8382     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
8383     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
8384   layout:
8385     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
8386     layout: "plot-latency"
8387
8388 - type: "plot"
8389   title: "Latency: 3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
8390   algorithm: "plot_latency_error_bars_name"
8391   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
8392   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8393   include:
8394     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
8395     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
8396     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
8397     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
8398     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
8399     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
8400   layout:
8401     title: "3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr"
8402     layout: "plot-latency"
8403
8404 - type: "plot"
8405   title: "Latency: 3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
8406   algorithm: "plot_latency_error_bars_name"
8407   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
8408   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8409   include:
8410     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
8411     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
8412     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
8413     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
8414     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
8415   layout:
8416     title: "3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
8417     layout: "plot-latency"
8418
8419 - type: "plot"
8420   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
8421   algorithm: "plot_latency_error_bars_name"
8422   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
8423   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8424   include:
8425     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
8426     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
8427     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
8428   layout:
8429     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
8430     layout: "plot-latency"
8431
8432 - type: "plot"
8433   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
8434   algorithm: "plot_latency_error_bars_name"
8435   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
8436   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8437   include:
8438     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
8439     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
8440     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
8441     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
8442   layout:
8443     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
8444     layout: "plot-latency"
8445
8446 - type: "plot"
8447   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
8448   algorithm: "plot_latency_error_bars_name"
8449   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
8450   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8451   include:
8452     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
8453     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
8454     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
8455     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
8456     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
8457     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
8458   layout:
8459     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
8460     layout: "plot-latency"
8461
8462 - type: "plot"
8463   title: "Latency: 3n-skx-xxv710-64b-4t2c-feature-l2switching-base-i40e-ndr-lat"
8464   algorithm: "plot_latency_error_bars_name"
8465   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-feature-l2switching-base-i40e-ndr-lat"
8466   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8467   include:
8468     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
8469     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
8470     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
8471     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
8472     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
8473     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
8474   layout:
8475     title: "3n-skx-xxv710-64b-4t2c-feature-l2switching-base-i40e-ndr"
8476     layout: "plot-latency"
8477
8478 - type: "plot"
8479   title: "Latency: 3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr-lat"
8480   algorithm: "plot_latency_error_bars_name"
8481   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr-lat"
8482   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8483   include:
8484     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
8485     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
8486     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
8487     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
8488     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
8489     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
8490   layout:
8491     title: "3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr"
8492     layout: "plot-latency"
8493
8494 - type: "plot"
8495   title: "Latency: 3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr-lat"
8496   algorithm: "plot_latency_error_bars_name"
8497   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr-lat"
8498   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8499   include:
8500     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
8501     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
8502     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
8503     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
8504     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
8505     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
8506   layout:
8507     title: "3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr"
8508     layout: "plot-latency"
8509
8510 - type: "plot"
8511   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
8512   algorithm: "plot_latency_error_bars_name"
8513   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
8514   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8515   include:
8516     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8517     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8518     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8519     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8520   layout:
8521     title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
8522     layout: "plot-latency"
8523
8524 - type: "plot"
8525   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr-lat"
8526   algorithm: "plot_latency_error_bars_name"
8527   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr-lat"
8528   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8529   include:
8530     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8531     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8532     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8533     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8534   layout:
8535     title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr"
8536     layout: "plot-latency"
8537
8538 #- type: "plot"
8539 #  title: "Latency: 3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
8540 #  algorithm: "plot_latency_error_bars_name"
8541 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
8542 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
8543 #  include:
8544 #    - ""
8545 #  layout:
8546 #    title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
8547 #    layout: "plot-latency"
8548
8549 - type: "plot"
8550   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
8551   algorithm: "plot_latency_error_bars_name"
8552   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
8553   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8554   include:
8555     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8556     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8557     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8558     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8559     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8560   layout:
8561     title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
8562     layout: "plot-latency"
8563
8564 - type: "plot"
8565   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
8566   algorithm: "plot_latency_error_bars_name"
8567   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
8568   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8569   include:
8570     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8571     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8572     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8573     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8574     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8575     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8576   layout:
8577     title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
8578     layout: "plot-latency"
8579
8580 - type: "plot"
8581   title: "Latency: 3n-hsw-xl710-114b-2t2c-vts-l2switching-base-i40e-ndr-lat"
8582   algorithm: "plot_latency_error_bars_name"
8583   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-2t2c-vts-l2switching-base-i40e-ndr-lat"
8584   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8585   include:
8586     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8587     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8588     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8589   layout:
8590     title: "3n-hsw-xl710-114b-2t2c-vts-l2switching-base-i40e-ndr"
8591     layout: "plot-latency"
8592
8593 - type: "plot"
8594   title: "Latency: 3n-skx-xxv710-114b-4t2c-vts-l2switching-base-i40e-ndr-lat"
8595   algorithm: "plot_latency_error_bars_name"
8596   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-4t2c-vts-l2switching-base-i40e-ndr-lat"
8597   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8598   include:
8599     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8600     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8601     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8602   layout:
8603     title: "3n-skx-xxv710-114b-4t2c-vts-l2switching-base-i40e-ndr"
8604     layout: "plot-latency"
8605
8606 ################################################################################
8607
8608 # Packet Latency 4C
8609
8610 - type: "plot"
8611   title: "Latency: 2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
8612   algorithm: "plot_latency_error_bars_name"
8613   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
8614   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8615   include:
8616     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
8617     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8618     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8619     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
8620   layout:
8621     title: "2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
8622     layout: "plot-latency"
8623
8624 - type: "plot"
8625   title: "Latency: 3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
8626   algorithm: "plot_latency_error_bars_name"
8627   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
8628   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8629   include:
8630     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
8631     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
8632     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8633     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
8634     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
8635   layout:
8636     title: "3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
8637     layout: "plot-latency"
8638
8639 - type: "plot"
8640   title: "Latency: 2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
8641   algorithm: "plot_latency_error_bars_name"
8642   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
8643   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8644   include:
8645     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
8646     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
8647     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
8648     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
8649     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
8650   layout:
8651     title: "2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
8652     layout: "plot-latency"
8653
8654 - type: "plot"
8655   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
8656   algorithm: "plot_latency_error_bars_name"
8657   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
8658   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8659   include:
8660     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
8661     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
8662     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
8663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
8664   layout:
8665     title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
8666     layout: "plot-latency"
8667
8668 - type: "plot"
8669   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
8670   algorithm: "plot_latency_error_bars_name"
8671   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
8672   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8673   include:
8674     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
8675     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
8676     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
8677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
8678     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
8679   layout:
8680     title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
8681     layout: "plot-latency"
8682
8683 - type: "plot"
8684   title: "Latency: 2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
8685   algorithm: "plot_latency_error_bars_name"
8686   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
8687   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8688   include:
8689     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
8690     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
8691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
8692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
8693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
8694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
8695   layout:
8696     title: "2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
8697     layout: "plot-latency"
8698
8699 - type: "plot"
8700   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
8701   algorithm: "plot_latency_error_bars_name"
8702   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
8703   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8704   include:
8705     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
8706     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
8707     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
8708   layout:
8709     title: "3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr"
8710     layout: "plot-latency"
8711
8712 - type: "plot"
8713   title: "Latency: 3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
8714   algorithm: "plot_latency_error_bars_name"
8715   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
8716   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8717   include:
8718     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
8719     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
8720     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
8721     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
8722     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
8723   layout:
8724     title: "3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
8725     layout: "plot-latency"
8726
8727 - type: "plot"
8728   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
8729   algorithm: "plot_latency_error_bars_name"
8730   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
8731   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8732   include:
8733     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
8734     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
8735     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
8736     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
8737   layout:
8738     title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
8739     layout: "plot-latency"
8740
8741 - type: "plot"
8742   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
8743   algorithm: "plot_latency_error_bars_name"
8744   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
8745   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8746   include:
8747     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
8748     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
8749     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
8750     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
8751     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
8752   layout:
8753     title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
8754     layout: "plot-latency"
8755
8756 - type: "plot"
8757   title: "Latency: 3n-skx-xxv710-64b-8t4c-feature-ip4routing-base-i40e-ndr-lat"
8758   algorithm: "plot_latency_error_bars_name"
8759   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-feature-ip4routing-base-i40e-ndr-lat"
8760   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8761   include:
8762     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
8763     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
8764     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
8765     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
8766     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
8767     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
8768   layout:
8769     title: "3n-skx-xxv710-64b-8t4c-feature-ip4routing-base-i40e-ndr"
8770     layout: "plot-latency"
8771
8772 - type: "plot"
8773   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr-lat"
8774   algorithm: "plot_latency_error_bars_name"
8775   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr-lat"
8776   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8777   include:
8778     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t4c-ethip4vxlan-l2xcbase-ndrpdr"
8779     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8780   layout:
8781     title: "3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr"
8782     layout: "plot-latency"
8783
8784 - type: "plot"
8785   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr-lat"
8786   algorithm: "plot_latency_error_bars_name"
8787   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr-lat"
8788   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8789   include:
8790     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-8t4c-ethip4vxlan-l2xcbase-ndrpdr"
8791     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8792     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-8t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
8793     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-8t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
8794   layout:
8795     title: "3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr"
8796     layout: "plot-latency"
8797
8798 - type: "plot"
8799   title: "Latency: 2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
8800   algorithm: "plot_latency_error_bars_name"
8801   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
8802   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8803   include:
8804     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
8805     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
8806     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
8807   layout:
8808     title: "2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
8809     layout: "plot-latency"
8810
8811 - type: "plot"
8812   title: "Latency: 2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
8813   algorithm: "plot_latency_error_bars_name"
8814   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
8815   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8816   include:
8817     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
8818     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
8819     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
8820     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
8821     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
8822   layout:
8823     title: "2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
8824     layout: "plot-latency"
8825
8826 - type: "plot"
8827   title: "Latency: 3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
8828   algorithm: "plot_latency_error_bars_name"
8829   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
8830   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8831   include:
8832     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
8833     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
8834     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
8835   layout:
8836     title: "3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr"
8837     layout: "plot-latency"
8838
8839 - type: "plot"
8840   title: "Latency: 3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
8841   algorithm: "plot_latency_error_bars_name"
8842   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
8843   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8844   include:
8845     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
8846     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
8847     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
8848   layout:
8849     title: "3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
8850     layout: "plot-latency"
8851
8852 - type: "plot"
8853   title: "Latency: 3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
8854   algorithm: "plot_latency_error_bars_name"
8855   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
8856   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8857   include:
8858     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
8859     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
8860     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
8861     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
8862     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
8863   layout:
8864     title: "3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
8865     layout: "plot-latency"
8866
8867 - type: "plot"
8868   title: "Latency: 3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
8869   algorithm: "plot_latency_error_bars_name"
8870   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
8871   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8872   include:
8873     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8874     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8875     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8876     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8877     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
8878     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8879   layout:
8880     title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
8881     layout: "plot-latency"
8882
8883 - type: "plot"
8884   title: "Latency: 3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
8885   algorithm: "plot_latency_error_bars_name"
8886   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
8887   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8888   include:
8889     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
8890     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8891     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8892     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8893   layout:
8894     title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
8895     layout: "plot-latency"
8896
8897 - type: "plot"
8898   title: "Latency: 3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
8899   algorithm: "plot_latency_error_bars_name"
8900   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
8901   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8902   include:
8903     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8904     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8905     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8906     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8907     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8908     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8909   layout:
8910     title: "3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr"
8911     layout: "plot-latency"
8912
8913 - type: "plot"
8914   title: "Latency: 2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
8915   algorithm: "plot_latency_error_bars_name"
8916   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
8917   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8918   include:
8919     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
8920     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
8921     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
8922     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
8923     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
8924     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
8925   layout:
8926     title: "2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
8927     layout: "plot-latency"
8928
8929 - type: "plot"
8930   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
8931   algorithm: "plot_latency_error_bars_name"
8932   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
8933   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8934   include:
8935     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
8936     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
8937     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
8938     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
8939   layout:
8940     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
8941     layout: "plot-latency"
8942
8943 - type: "plot"
8944   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
8945   algorithm: "plot_latency_error_bars_name"
8946   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
8947   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8948   include:
8949     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
8950     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
8951     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
8952     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
8953     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
8954   layout:
8955     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
8956     layout: "plot-latency"
8957
8958 - type: "plot"
8959   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
8960   algorithm: "plot_latency_error_bars_name"
8961   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
8962   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8963   include:
8964     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
8965     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
8966     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
8967     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
8968   layout:
8969     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
8970     layout: "plot-latency"
8971
8972 - type: "plot"
8973   title: "Latency: 3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
8974   algorithm: "plot_latency_error_bars_name"
8975   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
8976   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8977   include:
8978     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
8979     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
8980     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
8981     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
8982     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
8983     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
8984   layout:
8985     title: "3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr"
8986     layout: "plot-latency"
8987
8988 - type: "plot"
8989   title: "Latency: 3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
8990   algorithm: "plot_latency_error_bars_name"
8991   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
8992   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8993   include:
8994     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
8995     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
8996     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
8997     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
8998     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
8999   layout:
9000     title: "3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
9001     layout: "plot-latency"
9002
9003 - type: "plot"
9004   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
9005   algorithm: "plot_latency_error_bars_name"
9006   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
9007   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9008   include:
9009     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
9010     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
9011     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
9012   layout:
9013     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
9014     layout: "plot-latency"
9015
9016 - type: "plot"
9017   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
9018   algorithm: "plot_latency_error_bars_name"
9019   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
9020   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9021   include:
9022     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
9023     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
9024     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
9025     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
9026   layout:
9027     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
9028     layout: "plot-latency"
9029
9030 - type: "plot"
9031   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
9032   algorithm: "plot_latency_error_bars_name"
9033   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
9034   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9035   include:
9036     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
9037     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
9038     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
9039     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
9040     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
9041     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
9042   layout:
9043     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
9044     layout: "plot-latency"
9045
9046 - type: "plot"
9047   title: "Latency: 3n-skx-xxv710-64b-8t4c-feature-l2switching-base-i40e-ndr-lat"
9048   algorithm: "plot_latency_error_bars_name"
9049   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-feature-l2switching-base-i40e-ndr-lat"
9050   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9051   include:
9052     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
9053     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
9054     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
9055     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
9056     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
9057     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
9058   layout:
9059     title: "3n-skx-xxv710-64b-8t4c-feature-l2switching-base-i40e-ndr"
9060     layout: "plot-latency"
9061
9062 - type: "plot"
9063   title: "Latency: 3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr-lat"
9064   algorithm: "plot_latency_error_bars_name"
9065   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr-lat"
9066   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9067   include:
9068     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9069     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9070     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9071     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
9072     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
9073     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
9074   layout:
9075     title: "3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr"
9076     layout: "plot-latency"
9077
9078 - type: "plot"
9079   title: "Latency: 3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr-lat"
9080   algorithm: "plot_latency_error_bars_name"
9081   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr-lat"
9082   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9083   include:
9084     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-8t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9085     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9086     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9087     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
9088     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
9089     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
9090   layout:
9091     title: "3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr"
9092     layout: "plot-latency"
9093
9094 - type: "plot"
9095   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
9096   algorithm: "plot_latency_error_bars_name"
9097   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
9098   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9099   include:
9100     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9101     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9102     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9103     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9104   layout:
9105     title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
9106     layout: "plot-latency"
9107
9108 - type: "plot"
9109   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr-lat"
9110   algorithm: "plot_latency_error_bars_name"
9111   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr-lat"
9112   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9113   include:
9114     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9115     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9116     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9117     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9118   layout:
9119     title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr"
9120     layout: "plot-latency"
9121
9122 #- type: "plot"
9123 #  title: "Latency: 3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
9124 #  algorithm: "plot_latency_error_bars_name"
9125 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
9126 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
9127 #  include:
9128 #    - ""
9129 #  layout:
9130 #    title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
9131 #    layout: "plot-latency"
9132
9133 - type: "plot"
9134   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
9135   algorithm: "plot_latency_error_bars_name"
9136   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
9137   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9138   include:
9139     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9140     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9141     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9142     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9143     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9144   layout:
9145     title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
9146     layout: "plot-latency"
9147
9148 - type: "plot"
9149   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
9150   algorithm: "plot_latency_error_bars_name"
9151   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
9152   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9153   include:
9154     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9155     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9156     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9157     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9158     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9159     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9160   layout:
9161     title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
9162     layout: "plot-latency"
9163
9164 - type: "plot"
9165   title: "Latency: 3n-hsw-xl710-114b-4t4c-vts-l2switching-base-i40e-ndr-lat"
9166   algorithm: "plot_latency_error_bars_name"
9167   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-4t4c-vts-l2switching-base-i40e-ndr-lat"
9168   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9169   include:
9170     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
9171     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
9172     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
9173   layout:
9174     title: "3n-hsw-xl710-114b-4t4c-vts-l2switching-base-i40e-ndr"
9175     layout: "plot-latency"
9176
9177 - type: "plot"
9178   title: "Latency: 3n-skx-xxv710-114b-8t4c-vts-l2switching-base-i40e-ndr-lat"
9179   algorithm: "plot_latency_error_bars_name"
9180   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-8t4c-vts-l2switching-base-i40e-ndr-lat"
9181   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9182   include:
9183     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
9184     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
9185     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
9186   layout:
9187     title: "3n-skx-xxv710-114b-8t4c-vts-l2switching-base-i40e-ndr"
9188     layout: "plot-latency"
9189
9190 ################################################################################
9191
9192 # Packet Speedup
9193
9194 - type: "plot"
9195   title: "Speedup: 2n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
9196   algorithm: "plot_throughput_speedup_analysis_name"
9197   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
9198   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9199   include:
9200     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
9201     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9202     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9203     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
9204   layout:
9205     title: "2n-skx-xxv710-64b-memif-base-i40e-ndr"
9206     layout: "plot-throughput-speedup-analysis"
9207
9208 - type: "plot"
9209   title: "Speedup: 2n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
9210   algorithm: "plot_throughput_speedup_analysis_name"
9211   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
9212   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9213   include:
9214     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
9215     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9216     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9217     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
9218   layout:
9219     title: "2n-skx-xxv710-64b-memif-base-i40e-pdr"
9220     layout: "plot-throughput-speedup-analysis"
9221
9222 - type: "plot"
9223   title: "Speedup: 3n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
9224   algorithm: "plot_throughput_speedup_analysis_name"
9225   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
9226   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9227   include:
9228     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
9229     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
9230     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9231     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
9232     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
9233   layout:
9234     title: "3n-skx-xxv710-64b-memif-base-i40e-ndr"
9235     layout: "plot-throughput-speedup-analysis"
9236
9237 - type: "plot"
9238   title: "Speedup: 3n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
9239   algorithm: "plot_throughput_speedup_analysis_name"
9240   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
9241   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9242   include:
9243     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
9244     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
9245     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9246     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
9247     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
9248   layout:
9249     title: "3n-skx-xxv710-64b-memif-base-i40e-pdr"
9250     layout: "plot-throughput-speedup-analysis"
9251
9252 - type: "plot"
9253   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
9254   algorithm: "plot_throughput_speedup_analysis_name"
9255   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
9256   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9257   include:
9258     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
9259     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
9260     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
9261     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
9262     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
9263   layout:
9264     title: "2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr"
9265     layout: "plot-throughput-speedup-analysis"
9266
9267 - type: "plot"
9268   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
9269   algorithm: "plot_throughput_speedup_analysis_name"
9270   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
9271   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9272   include:
9273     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
9274     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
9275     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
9276     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
9277     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
9278   layout:
9279     title: "2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr"
9280     layout: "plot-throughput-speedup-analysis"
9281
9282 - type: "plot"
9283   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
9284   algorithm: "plot_throughput_speedup_analysis_name"
9285   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
9286   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9287   include:
9288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
9289     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
9290     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
9291     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
9292   layout:
9293     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
9294     layout: "plot-throughput-speedup-analysis"
9295
9296 - type: "plot"
9297   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
9298   algorithm: "plot_throughput_speedup_analysis_name"
9299   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
9300   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9301   include:
9302     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
9303     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
9304     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
9305     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
9306   layout:
9307     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
9308     layout: "plot-throughput-speedup-analysis"
9309
9310 - type: "plot"
9311   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
9312   algorithm: "plot_throughput_speedup_analysis_name"
9313   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
9314   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9315   include:
9316     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
9317     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
9318     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
9319     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
9320     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
9321   layout:
9322     title: "2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr"
9323     layout: "plot-throughput-speedup-analysis"
9324
9325 - type: "plot"
9326   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
9327   algorithm: "plot_throughput_speedup_analysis_name"
9328   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
9329   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9330   include:
9331     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
9332     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
9333     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
9334     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
9335     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
9336   layout:
9337     title: "2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr"
9338     layout: "plot-throughput-speedup-analysis"
9339
9340 - type: "plot"
9341   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
9342   algorithm: "plot_throughput_speedup_analysis_name"
9343   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
9344   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9345   include:
9346     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
9347     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9348     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9349     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9350     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9351     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
9352   layout:
9353     title: "2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr"
9354     layout: "plot-throughput-speedup-analysis"
9355
9356 - type: "plot"
9357   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
9358   algorithm: "plot_throughput_speedup_analysis_name"
9359   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
9360   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9361   include:
9362     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
9363     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9364     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9365     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9366     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9367     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
9368   layout:
9369     title: "2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr"
9370     layout: "plot-throughput-speedup-analysis"
9371
9372 - type: "plot"
9373   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr-tsa"
9374   algorithm: "plot_throughput_speedup_analysis_name"
9375   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr-tsa"
9376   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9377   include:
9378     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
9379     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
9380     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
9381   layout:
9382     title: "3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr"
9383     layout: "plot-throughput-speedup-analysis"
9384
9385 - type: "plot"
9386   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr-tsa"
9387   algorithm: "plot_throughput_speedup_analysis_name"
9388   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr-tsa"
9389   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9390   include:
9391     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
9392     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
9393     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
9394   layout:
9395     title: "3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr"
9396     layout: "plot-throughput-speedup-analysis"
9397
9398 - type: "plot"
9399   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
9400   algorithm: "plot_throughput_speedup_analysis_name"
9401   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
9402   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9403   include:
9404     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
9405     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
9406     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
9407     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
9408     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
9409   layout:
9410     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr"
9411     layout: "plot-throughput-speedup-analysis"
9412
9413 - type: "plot"
9414   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
9415   algorithm: "plot_throughput_speedup_analysis_name"
9416   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
9417   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9418   include:
9419     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
9420     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
9421     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
9422     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
9423     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
9424   layout:
9425     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr"
9426     layout: "plot-throughput-speedup-analysis"
9427
9428 - type: "plot"
9429   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
9430   algorithm: "plot_throughput_speedup_analysis_name"
9431   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
9432   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9433   include:
9434     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
9435     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
9436     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
9437     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
9438   layout:
9439     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
9440     layout: "plot-throughput-speedup-analysis"
9441
9442 - type: "plot"
9443   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
9444   algorithm: "plot_throughput_speedup_analysis_name"
9445   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
9446   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9447   include:
9448     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
9449     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
9450     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
9451     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
9452   layout:
9453     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
9454     layout: "plot-throughput-speedup-analysis"
9455
9456 - type: "plot"
9457   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
9458   algorithm: "plot_throughput_speedup_analysis_name"
9459   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
9460   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9461   include:
9462     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
9463     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
9464     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
9465     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
9466     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
9467   layout:
9468     title: "3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr"
9469     layout: "plot-throughput-speedup-analysis"
9470
9471 - type: "plot"
9472   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
9473   algorithm: "plot_throughput_speedup_analysis_name"
9474   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
9475   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9476   include:
9477     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
9478     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
9479     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
9480     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
9481     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
9482   layout:
9483     title: "3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr"
9484     layout: "plot-throughput-speedup-analysis"
9485
9486 - type: "plot"
9487   title: "Speedup: 3n-skx-xxv710-64b-feature-ip4routing-base-i40e-ndr-tsa"
9488   algorithm: "plot_throughput_speedup_analysis_name"
9489   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-feature-ip4routing-base-i40e-ndr-tsa"
9490   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9491   include:
9492     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
9493     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9494     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9495     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9496     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9497     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
9498   layout:
9499     title: "3n-skx-xxv710-64b-feature-ip4routing-base-i40e-ndr"
9500     layout: "plot-throughput-speedup-analysis"
9501
9502 - type: "plot"
9503   title: "Speedup: 3n-skx-xxv710-64b-feature-ip4routing-base-i40e-pdr-tsa"
9504   algorithm: "plot_throughput_speedup_analysis_name"
9505   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-feature-ip4routing-base-i40e-pdr-tsa"
9506   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9507   include:
9508     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
9509     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9510     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9511     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9512     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9513     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
9514   layout:
9515     title: "3n-skx-xxv710-64b-feature-ip4routing-base-i40e-pdr"
9516     layout: "plot-throughput-speedup-analysis"
9517
9518 - type: "plot"
9519   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-i40e-ndr-tsa"
9520   algorithm: "plot_throughput_speedup_analysis_name"
9521   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-i40e-ndr-tsa"
9522   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9523   include:
9524     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
9525     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
9526   layout:
9527     title: "3n-hsw-xl710-64b-ip4tunnel-base-i40e-ndr"
9528     layout: "plot-throughput-speedup-analysis"
9529
9530 - type: "plot"
9531   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-i40e-pdr-tsa"
9532   algorithm: "plot_throughput_speedup_analysis_name"
9533   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-i40e-pdr-tsa"
9534   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9535   include:
9536     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
9537     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
9538   layout:
9539     title: "3n-hsw-xl710-64b-ip4tunnel-base-i40e-pdr"
9540     layout: "plot-throughput-speedup-analysis"
9541
9542 - type: "plot"
9543   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-ndr-tsa"
9544   algorithm: "plot_throughput_speedup_analysis_name"
9545   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-ndr-tsa"
9546   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9547   include:
9548     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
9549     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
9550     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
9551     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
9552   layout:
9553     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-ndr"
9554     layout: "plot-throughput-speedup-analysis"
9555
9556 - type: "plot"
9557   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-pdr-tsa"
9558   algorithm: "plot_throughput_speedup_analysis_name"
9559   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-pdr-tsa"
9560   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9561   include:
9562     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
9563     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
9564     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
9565     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
9566   layout:
9567     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-pdr"
9568     layout: "plot-throughput-speedup-analysis"
9569
9570 - type: "plot"
9571   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
9572   algorithm: "plot_throughput_speedup_analysis_name"
9573   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
9574   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9575   include:
9576     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
9577     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
9578     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
9579   layout:
9580     title: "2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr"
9581     layout: "plot-throughput-speedup-analysis"
9582
9583 - type: "plot"
9584   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
9585   algorithm: "plot_throughput_speedup_analysis_name"
9586   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
9587   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9588   include:
9589     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
9590     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
9591     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
9592   layout:
9593     title: "2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr"
9594     layout: "plot-throughput-speedup-analysis"
9595
9596 - type: "plot"
9597   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
9598   algorithm: "plot_throughput_speedup_analysis_name"
9599   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
9600   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9601   include:
9602     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
9603     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
9604     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
9605     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
9606     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
9607   layout:
9608     title: "2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr"
9609     layout: "plot-throughput-speedup-analysis"
9610
9611 - type: "plot"
9612   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
9613   algorithm: "plot_throughput_speedup_analysis_name"
9614   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
9615   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9616   include:
9617     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
9618     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
9619     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
9620     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
9621     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
9622   layout:
9623     title: "2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr"
9624     layout: "plot-throughput-speedup-analysis"
9625
9626 - type: "plot"
9627   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr-tsa"
9628   algorithm: "plot_throughput_speedup_analysis_name"
9629   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr-tsa"
9630   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9631   include:
9632     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
9633     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
9634     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
9635   layout:
9636     title: "3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr"
9637     layout: "plot-throughput-speedup-analysis"
9638
9639 - type: "plot"
9640   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr-tsa"
9641   algorithm: "plot_throughput_speedup_analysis_name"
9642   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr-tsa"
9643   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9644   include:
9645     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
9646     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
9647     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
9648   layout:
9649     title: "3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr"
9650     layout: "plot-throughput-speedup-analysis"
9651
9652 - type: "plot"
9653   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
9654   algorithm: "plot_throughput_speedup_analysis_name"
9655   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
9656   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9657   include:
9658     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
9659     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
9660     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
9661   layout:
9662     title: "3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr"
9663     layout: "plot-throughput-speedup-analysis"
9664
9665 - type: "plot"
9666   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
9667   algorithm: "plot_throughput_speedup_analysis_name"
9668   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
9669   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9670   include:
9671     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
9672     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
9673     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
9674   layout:
9675     title: "3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr"
9676     layout: "plot-throughput-speedup-analysis"
9677
9678 - type: "plot"
9679   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
9680   algorithm: "plot_throughput_speedup_analysis_name"
9681   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
9682   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9683   include:
9684     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
9685     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
9686     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
9687     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
9688     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
9689   layout:
9690     title: "3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr"
9691     layout: "plot-throughput-speedup-analysis"
9692
9693 - type: "plot"
9694   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
9695   algorithm: "plot_throughput_speedup_analysis_name"
9696   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
9697   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9698   include:
9699     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
9700     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
9701     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
9702     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
9703     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
9704   layout:
9705     title: "3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr"
9706     layout: "plot-throughput-speedup-analysis"
9707
9708 - type: "plot"
9709   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
9710   algorithm: "plot_throughput_speedup_analysis_name"
9711   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
9712   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9713   include:
9714     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9715     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9716     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9717     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9718     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
9719     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9720   layout:
9721     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr"
9722     layout: "plot-throughput-speedup-analysis"
9723
9724 - type: "plot"
9725   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
9726   algorithm: "plot_throughput_speedup_analysis_name"
9727   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
9728   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9729   include:
9730     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9731     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9732     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9733     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9734     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
9735     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9736   layout:
9737     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr"
9738     layout: "plot-throughput-speedup-analysis"
9739
9740 - type: "plot"
9741   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr-tsa"
9742   algorithm: "plot_throughput_speedup_analysis_name"
9743   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr-tsa"
9744   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9745   include:
9746     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
9747     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9748     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
9749     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9750   layout:
9751     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr"
9752     layout: "plot-throughput-speedup-analysis"
9753
9754 - type: "plot"
9755   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr-tsa"
9756   algorithm: "plot_throughput_speedup_analysis_name"
9757   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr-tsa"
9758   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9759   include:
9760     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
9761     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9762     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
9763     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9764   layout:
9765     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr"
9766     layout: "plot-throughput-speedup-analysis"
9767
9768 - type: "plot"
9769   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr-tsa"
9770   algorithm: "plot_throughput_speedup_analysis_name"
9771   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr-tsa"
9772   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9773   include:
9774     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
9775     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9776     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9777     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9778     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9779     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9780   layout:
9781     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr"
9782     layout: "plot-throughput-speedup-analysis"
9783
9784 - type: "plot"
9785   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr-tsa"
9786   algorithm: "plot_throughput_speedup_analysis_name"
9787   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr-tsa"
9788   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9789   include:
9790     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
9791     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9792     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9793     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9794     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9795     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9796   layout:
9797     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr"
9798     layout: "plot-throughput-speedup-analysis"
9799
9800 - type: "plot"
9801   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
9802   algorithm: "plot_throughput_speedup_analysis_name"
9803   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
9804   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9805   include:
9806     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
9807     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
9808     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
9809     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
9810     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
9811     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
9812   layout:
9813     title: "2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr"
9814     layout: "plot-throughput-speedup-analysis"
9815
9816 - type: "plot"
9817   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
9818   algorithm: "plot_throughput_speedup_analysis_name"
9819   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
9820   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9821   include:
9822     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
9823     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
9824     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
9825     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
9826     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
9827     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
9828   layout:
9829     title: "2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr"
9830     layout: "plot-throughput-speedup-analysis"
9831
9832 - type: "plot"
9833   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
9834   algorithm: "plot_throughput_speedup_analysis_name"
9835   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
9836   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9837   include:
9838     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
9839     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
9840     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
9841     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
9842   layout:
9843     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
9844     layout: "plot-throughput-speedup-analysis"
9845
9846 - type: "plot"
9847   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
9848   algorithm: "plot_throughput_speedup_analysis_name"
9849   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
9850   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9851   include:
9852     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
9853     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
9854     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
9855     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
9856   layout:
9857     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
9858     layout: "plot-throughput-speedup-analysis"
9859
9860 - type: "plot"
9861   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
9862   algorithm: "plot_throughput_speedup_analysis_name"
9863   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
9864   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9865   include:
9866     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
9867     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
9868     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
9869     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
9870     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
9871   layout:
9872     title: "2n-skx-xxv710-64b-l2switching-base-i40e-ndr"
9873     layout: "plot-throughput-speedup-analysis"
9874
9875 - type: "plot"
9876   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
9877   algorithm: "plot_throughput_speedup_analysis_name"
9878   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
9879   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9880   include:
9881     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
9882     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
9883     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
9884     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
9885     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
9886   layout:
9887     title: "2n-skx-xxv710-64b-l2switching-base-i40e-pdr"
9888     layout: "plot-throughput-speedup-analysis"
9889
9890 - type: "plot"
9891   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
9892   algorithm: "plot_throughput_speedup_analysis_name"
9893   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
9894   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9895   include:
9896     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
9897     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
9898     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
9899     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
9900   layout:
9901     title: "2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr"
9902     layout: "plot-throughput-speedup-analysis"
9903
9904 - type: "plot"
9905   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
9906   algorithm: "plot_throughput_speedup_analysis_name"
9907   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
9908   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9909   include:
9910     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
9911     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
9912     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
9913     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
9914   layout:
9915     title: "2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr"
9916     layout: "plot-throughput-speedup-analysis"
9917
9918 - type: "plot"
9919   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr-tsa"
9920   algorithm: "plot_throughput_speedup_analysis_name"
9921   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr-tsa"
9922   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9923   include:
9924     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
9925     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
9926     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
9927     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
9928     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
9929     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
9930   layout:
9931     title: "3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr"
9932     layout: "plot-throughput-speedup-analysis"
9933
9934 - type: "plot"
9935   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr-tsa"
9936   algorithm: "plot_throughput_speedup_analysis_name"
9937   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr-tsa"
9938   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9939   include:
9940     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
9941     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
9942     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
9943     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
9944     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
9945     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
9946   layout:
9947     title: "3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr"
9948     layout: "plot-throughput-speedup-analysis"
9949
9950 - type: "plot"
9951   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
9952   algorithm: "plot_throughput_speedup_analysis_name"
9953   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
9954   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9955   include:
9956     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
9957     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
9958     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
9959     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
9960     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
9961   layout:
9962     title: "3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr"
9963     layout: "plot-throughput-speedup-analysis"
9964
9965 - type: "plot"
9966   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
9967   algorithm: "plot_throughput_speedup_analysis_name"
9968   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
9969   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9970   include:
9971     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
9972     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
9973     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
9974     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
9975     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
9976   layout:
9977     title: "3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr"
9978     layout: "plot-throughput-speedup-analysis"
9979
9980 - type: "plot"
9981   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
9982   algorithm: "plot_throughput_speedup_analysis_name"
9983   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
9984   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9985   include:
9986     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
9987     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
9988     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
9989   layout:
9990     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
9991     layout: "plot-throughput-speedup-analysis"
9992
9993 - type: "plot"
9994   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
9995   algorithm: "plot_throughput_speedup_analysis_name"
9996   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
9997   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9998   include:
9999     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
10000     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
10001     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
10002   layout:
10003     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
10004     layout: "plot-throughput-speedup-analysis"
10005
10006 - type: "plot"
10007   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
10008   algorithm: "plot_throughput_speedup_analysis_name"
10009   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
10010   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10011   include:
10012     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
10013     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
10014     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
10015     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10016   layout:
10017     title: "3n-skx-xxv710-64b-l2switching-base-i40e-ndr"
10018     layout: "plot-throughput-speedup-analysis"
10019
10020 - type: "plot"
10021   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
10022   algorithm: "plot_throughput_speedup_analysis_name"
10023   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
10024   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10025   include:
10026     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
10027     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
10028     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
10029     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10030   layout:
10031     title: "3n-skx-xxv710-64b-l2switching-base-i40e-pdr"
10032     layout: "plot-throughput-speedup-analysis"
10033
10034 - type: "plot"
10035   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
10036   algorithm: "plot_throughput_speedup_analysis_name"
10037   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
10038   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10039   include:
10040     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
10041     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
10042     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10043     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
10044     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
10045     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
10046   layout:
10047     title: "3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr"
10048     layout: "plot-throughput-speedup-analysis"
10049
10050 - type: "plot"
10051   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
10052   algorithm: "plot_throughput_speedup_analysis_name"
10053   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
10054   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10055   include:
10056     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
10057     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
10058     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10059     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
10060     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
10061     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
10062   layout:
10063     title: "3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr"
10064     layout: "plot-throughput-speedup-analysis"
10065
10066 - type: "plot"
10067   title: "Speedup: 3n-skx-xxv710-64b-feature-l2switching-base-i40e-ndr-tsa"
10068   algorithm: "plot_throughput_speedup_analysis_name"
10069   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-feature-l2switching-base-i40e-ndr-tsa"
10070   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10071   include:
10072     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10073     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
10074     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
10075     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
10076     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
10077     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
10078   layout:
10079     title: "3n-skx-xxv710-64b-feature-l2switching-base-i40e-ndr"
10080     layout: "plot-throughput-speedup-analysis"
10081
10082 - type: "plot"
10083   title: "Speedup: 3n-skx-xxv710-64b-feature-l2switching-base-i40e-pdr-tsa"
10084   algorithm: "plot_throughput_speedup_analysis_name"
10085   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-feature-l2switching-base-i40e-pdr-tsa"
10086   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10087   include:
10088     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10089     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
10090     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
10091     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
10092     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
10093     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
10094   layout:
10095     title: "3n-skx-xxv710-64b-feature-l2switching-base-i40e-pdr"
10096     layout: "plot-throughput-speedup-analysis"
10097
10098 - type: "plot"
10099   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
10100   algorithm: "plot_throughput_speedup_analysis_name"
10101   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
10102   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10103   include:
10104     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
10105     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
10106     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
10107     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
10108     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
10109     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
10110   layout:
10111     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-ndr"
10112     layout: "plot-throughput-speedup-analysis"
10113
10114 - type: "plot"
10115   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
10116   algorithm: "plot_throughput_speedup_analysis_name"
10117   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
10118   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10119   include:
10120     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
10121     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
10122     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
10123     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
10124     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
10125     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
10126   layout:
10127     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-pdr"
10128     layout: "plot-throughput-speedup-analysis"
10129
10130 - type: "plot"
10131   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
10132   algorithm: "plot_throughput_speedup_analysis_name"
10133   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
10134   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10135   include:
10136     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
10137     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
10138     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
10139     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
10140     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
10141     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
10142   layout:
10143     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-ndr"
10144     layout: "plot-throughput-speedup-analysis"
10145
10146 - type: "plot"
10147   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
10148   algorithm: "plot_throughput_speedup_analysis_name"
10149   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
10150   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10151   include:
10152     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
10153     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
10154     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
10155     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
10156     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
10157     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
10158   layout:
10159     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-pdr"
10160     layout: "plot-throughput-speedup-analysis"
10161
10162 - type: "plot"
10163   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
10164   algorithm: "plot_throughput_speedup_analysis_name"
10165   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
10166   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10167   include:
10168     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10169     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10170     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10171     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
10172   layout:
10173     title: "2n-skx-xxv710-64b-vhost-base-i40e-ndr"
10174     layout: "plot-throughput-speedup-analysis"
10175
10176 - type: "plot"
10177   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
10178   algorithm: "plot_throughput_speedup_analysis_name"
10179   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
10180   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10181   include:
10182     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10183     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10184     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10185     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
10186   layout:
10187     title: "2n-skx-xxv710-64b-vhost-base-i40e-pdr"
10188     layout: "plot-throughput-speedup-analysis"
10189
10190 - type: "plot"
10191   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-ndr-tsa"
10192   algorithm: "plot_throughput_speedup_analysis_name"
10193   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-ndr-tsa"
10194   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10195   include:
10196     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10197     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10198     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10199     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
10200   layout:
10201     title: "3n-hsw-xl710-64b-vhost-base-i40e-ndr"
10202     layout: "plot-throughput-speedup-analysis"
10203
10204 - type: "plot"
10205   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-pdr-tsa"
10206   algorithm: "plot_throughput_speedup_analysis_name"
10207   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-pdr-tsa"
10208   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10209   include:
10210     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10211     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10212     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10213     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
10214   layout:
10215     title: "3n-hsw-xl710-64b-vhost-base-i40e-pdr"
10216     layout: "plot-throughput-speedup-analysis"
10217
10218 #- type: "plot"
10219 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
10220 #  algorithm: "plot_throughput_speedup_analysis_name"
10221 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
10222 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10223 #  include:
10224 #    - ""
10225 #  layout:
10226 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-i40e-ndr"
10227 #    layout: "plot-throughput-speedup-analysis"
10228 #
10229 #- type: "plot"
10230 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
10231 #  algorithm: "plot_throughput_speedup_analysis_name"
10232 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
10233 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10234 #  include:
10235 #    - ""
10236 #  layout:
10237 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-i40e-pdr"
10238 #    layout: "plot-throughput-speedup-analysis"
10239
10240 - type: "plot"
10241   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
10242   algorithm: "plot_throughput_speedup_analysis_name"
10243   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
10244   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10245   include:
10246     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10247     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10248     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10249     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10250     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
10251   layout:
10252     title: "3n-skx-xxv710-64b-vhost-base-i40e-ndr"
10253     layout: "plot-throughput-speedup-analysis"
10254
10255 - type: "plot"
10256   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
10257   algorithm: "plot_throughput_speedup_analysis_name"
10258   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
10259   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10260   include:
10261     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10262     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10263     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10264     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10265     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
10266   layout:
10267     title: "3n-skx-xxv710-64b-vhost-base-i40e-pdr"
10268     layout: "plot-throughput-speedup-analysis"
10269
10270 - type: "plot"
10271   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
10272   algorithm: "plot_throughput_speedup_analysis_name"
10273   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
10274   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10275   include:
10276     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10277     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10278     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10279     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10280     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10281     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10282   layout:
10283     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr"
10284     layout: "plot-throughput-speedup-analysis"
10285
10286 - type: "plot"
10287   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
10288   algorithm: "plot_throughput_speedup_analysis_name"
10289   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
10290   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10291   include:
10292     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10293     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10294     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10295     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10296     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10297     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10298   layout:
10299     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr"
10300     layout: "plot-throughput-speedup-analysis"
10301
10302 - type: "plot"
10303   title: "Speedup: 3n-hsw-xl710-114b-vts-l2switching-base-i40e-ndr-tsa"
10304   algorithm: "plot_throughput_speedup_analysis_name"
10305   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-vts-l2switching-base-i40e-ndr-tsa"
10306   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10307   include:
10308     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
10309     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
10310     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
10311   layout:
10312     title: "3n-hsw-xl710-114b-vts-l2switching-base-i40e-ndr"
10313     layout: "plot-throughput-speedup-analysis"
10314
10315 - type: "plot"
10316   title: "Speedup: 3n-hsw-xl710-114b-vts-l2switching-base-i40e-pdr-tsa"
10317   algorithm: "plot_throughput_speedup_analysis_name"
10318   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-vts-l2switching-base-i40e-pdr-tsa"
10319   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10320   include:
10321     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
10322     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
10323     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
10324   layout:
10325     title: "3n-hsw-xl710-114b-vts-l2switching-base-i40e-pdr"
10326     layout: "plot-throughput-speedup-analysis"
10327
10328 - type: "plot"
10329   title: "Speedup: 3n-skx-xxv710-114b-vts-l2switching-base-i40e-ndr-tsa"
10330   algorithm: "plot_throughput_speedup_analysis_name"
10331   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-vts-l2switching-base-i40e-ndr-tsa"
10332   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10333   include:
10334     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
10335     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
10336     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
10337   layout:
10338     title: "3n-skx-xxv710-114b-vts-l2switching-base-i40e-ndr"
10339     layout: "plot-throughput-speedup-analysis"
10340
10341 - type: "plot"
10342   title: "Speedup: 3n-skx-xxv710-114b-vts-l2switching-base-i40e-pdr-tsa"
10343   algorithm: "plot_throughput_speedup_analysis_name"
10344   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-vts-l2switching-base-i40e-pdr-tsa"
10345   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10346   include:
10347     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
10348     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
10349     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
10350   layout:
10351     title: "3n-skx-xxv710-114b-vts-l2switching-base-i40e-pdr"
10352     layout: "plot-throughput-speedup-analysis"
10353
10354 ################################################################################
10355
10356 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
10357 - type: "plot"
10358   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
10359   algorithm: "plot_performance_box"
10360   output-file-type: ".html"
10361   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
10362   data: "plot-dpdk-throughput-latency-3n-hsw"
10363   filter: "'NIC_Intel-X520-DA2' and
10364            '64B' and
10365            'BASE' and
10366            'NDRPDR' and
10367            '1T1C' and
10368            'IP4FWD'"
10369   parameters:
10370   - "throughput"
10371   - "parent"
10372   - "tags"
10373   traces:
10374     hoverinfo: "x+y"
10375     boxpoints: "outliers"
10376     whiskerwidth: 0
10377   layout:
10378     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
10379     layout: "plot-throughput"
10380
10381 - type: "plot"
10382   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
10383   algorithm: "plot_performance_box"
10384   output-file-type: ".html"
10385   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
10386   data: "plot-dpdk-throughput-latency-3n-hsw"
10387   filter: "'NIC_Intel-X520-DA2' and
10388            '64B' and
10389            'BASE' and
10390            'NDRPDR' and
10391            '2T2C' and
10392            'IP4FWD'"
10393   parameters:
10394   - "throughput"
10395   - "parent"
10396   - "tags"
10397   traces:
10398     hoverinfo: "x+y"
10399     boxpoints: "outliers"
10400     whiskerwidth: 0
10401   layout:
10402     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
10403     layout: "plot-throughput"
10404
10405 - type: "plot"
10406   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
10407   algorithm: "plot_performance_box"
10408   output-file-type: ".html"
10409   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
10410   data: "plot-dpdk-throughput-latency-3n-hsw"
10411   filter: "'NIC_Intel-X520-DA2' and
10412            '64B' and
10413            'BASE' and
10414            'NDRPDR' and
10415            '1T1C' and
10416            'IP4FWD'"
10417   parameters:
10418   - "throughput"
10419   - "parent"
10420   - "tags"
10421   traces:
10422     hoverinfo: "x+y"
10423     boxpoints: "outliers"
10424     whiskerwidth: 0
10425   layout:
10426     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
10427     layout: "plot-throughput"
10428
10429 - type: "plot"
10430   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
10431   algorithm: "plot_performance_box"
10432   output-file-type: ".html"
10433   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
10434   data: "plot-dpdk-throughput-latency-3n-hsw"
10435   filter: "'NIC_Intel-X520-DA2' and
10436            '64B' and
10437            'BASE' and
10438            'NDRPDR' and
10439            '2T2C' and
10440            'IP4FWD'"
10441   parameters:
10442   - "throughput"
10443   - "parent"
10444   - "tags"
10445   traces:
10446     hoverinfo: "x+y"
10447     boxpoints: "outliers"
10448     whiskerwidth: 0
10449   layout:
10450     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
10451     layout: "plot-throughput"
10452
10453 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
10454 - type: "plot"
10455   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
10456   algorithm: "plot_performance_box"
10457   output-file-type: ".html"
10458   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
10459   data: "plot-dpdk-throughput-latency-3n-hsw"
10460   filter: "'NIC_Intel-X710' and
10461            '64B' and
10462            'BASE' and
10463            'NDRPDR' and
10464            '1T1C' and
10465            'IP4FWD'"
10466   parameters:
10467   - "throughput"
10468   - "parent"
10469   - "tags"
10470   traces:
10471     hoverinfo: "x+y"
10472     boxpoints: "outliers"
10473     whiskerwidth: 0
10474   layout:
10475     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
10476     layout: "plot-throughput"
10477
10478 - type: "plot"
10479   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
10480   algorithm: "plot_performance_box"
10481   output-file-type: ".html"
10482   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
10483   data: "plot-dpdk-throughput-latency-3n-hsw"
10484   filter: "'NIC_Intel-X710' and
10485            '64B' and
10486            'BASE' and
10487            'NDRPDR' and
10488            '2T2C' and
10489            'IP4FWD'"
10490   parameters:
10491   - "throughput"
10492   - "parent"
10493   - "tags"
10494   traces:
10495     hoverinfo: "x+y"
10496     boxpoints: "outliers"
10497     whiskerwidth: 0
10498   layout:
10499     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
10500     layout: "plot-throughput"
10501
10502 - type: "plot"
10503   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
10504   algorithm: "plot_performance_box"
10505   output-file-type: ".html"
10506   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
10507   data: "plot-dpdk-throughput-latency-3n-hsw"
10508   filter: "'NIC_Intel-X710' and
10509            '64B' and
10510            'BASE' and
10511            'NDRPDR' and
10512            '1T1C' and
10513            'IP4FWD'"
10514   parameters:
10515   - "throughput"
10516   - "parent"
10517   - "tags"
10518   traces:
10519     hoverinfo: "x+y"
10520     boxpoints: "outliers"
10521     whiskerwidth: 0
10522   layout:
10523     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
10524     layout: "plot-throughput"
10525
10526 - type: "plot"
10527   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
10528   algorithm: "plot_performance_box"
10529   output-file-type: ".html"
10530   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
10531   data: "plot-dpdk-throughput-latency-3n-hsw"
10532   filter: "'NIC_Intel-X710' and
10533            '64B' and
10534            'BASE' and
10535            'NDRPDR' and
10536            '2T2C' and
10537            'IP4FWD'"
10538   parameters:
10539   - "throughput"
10540   - "parent"
10541   - "tags"
10542   traces:
10543     hoverinfo: "x+y"
10544     boxpoints: "outliers"
10545     whiskerwidth: 0
10546   layout:
10547     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
10548     layout: "plot-throughput"
10549
10550 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
10551 - type: "plot"
10552   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
10553   algorithm: "plot_performance_box"
10554   output-file-type: ".html"
10555   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
10556   data: "plot-dpdk-throughput-latency-3n-hsw"
10557   filter: "'NIC_Intel-XL710' and
10558            '64B' and
10559            'BASE' and
10560            'NDRPDR' and
10561            '1T1C' and
10562            'IP4FWD'"
10563   parameters:
10564   - "throughput"
10565   - "parent"
10566   - "tags"
10567   traces:
10568     hoverinfo: "x+y"
10569     boxpoints: "outliers"
10570     whiskerwidth: 0
10571   layout:
10572     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
10573     layout: "plot-throughput"
10574
10575 - type: "plot"
10576   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
10577   algorithm: "plot_performance_box"
10578   output-file-type: ".html"
10579   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
10580   data: "plot-dpdk-throughput-latency-3n-hsw"
10581   filter: "'NIC_Intel-XL710' and
10582            '64B' and
10583            'BASE' and
10584            'NDRPDR' and
10585            '2T2C' and
10586            'IP4FWD'"
10587   parameters:
10588   - "throughput"
10589   - "parent"
10590   - "tags"
10591   traces:
10592     hoverinfo: "x+y"
10593     boxpoints: "outliers"
10594     whiskerwidth: 0
10595   layout:
10596     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
10597     layout: "plot-throughput"
10598
10599 - type: "plot"
10600   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
10601   algorithm: "plot_performance_box"
10602   output-file-type: ".html"
10603   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
10604   data: "plot-dpdk-throughput-latency-3n-hsw"
10605   filter: "'NIC_Intel-XL710' and
10606            '64B' and
10607            'BASE' and
10608            'NDRPDR' and
10609            '1T1C' and
10610            'IP4FWD'"
10611   parameters:
10612   - "throughput"
10613   - "parent"
10614   - "tags"
10615   traces:
10616     hoverinfo: "x+y"
10617     boxpoints: "outliers"
10618     whiskerwidth: 0
10619   layout:
10620     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
10621     layout: "plot-throughput"
10622
10623 - type: "plot"
10624   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
10625   algorithm: "plot_performance_box"
10626   output-file-type: ".html"
10627   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
10628   data: "plot-dpdk-throughput-latency-3n-hsw"
10629   filter: "'NIC_Intel-XL710' and
10630            '64B' and
10631            'BASE' and
10632            'NDRPDR' and
10633            '2T2C' and
10634            'IP4FWD'"
10635   parameters:
10636   - "throughput"
10637   - "parent"
10638   - "tags"
10639   traces:
10640     hoverinfo: "x+y"
10641     boxpoints: "outliers"
10642     whiskerwidth: 0
10643   layout:
10644     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
10645     layout: "plot-throughput"
10646
10647 # Packet Throughput - DPDK l3fwd 3n-skx-x710
10648 - type: "plot"
10649   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
10650   algorithm: "plot_performance_box"
10651   output-file-type: ".html"
10652   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
10653   data: "plot-dpdk-throughput-latency-3n-skx"
10654   filter: "'NIC_Intel-X710' and
10655            '64B' and
10656            'BASE' and
10657            'NDRPDR' and
10658            '2T1C' and
10659            'IP4FWD'"
10660   parameters:
10661   - "throughput"
10662   - "parent"
10663   - "tags"
10664   traces:
10665     hoverinfo: "x+y"
10666     boxpoints: "outliers"
10667     whiskerwidth: 0
10668   layout:
10669     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
10670     layout: "plot-throughput"
10671
10672 - type: "plot"
10673   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
10674   algorithm: "plot_performance_box"
10675   output-file-type: ".html"
10676   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
10677   data: "plot-dpdk-throughput-latency-3n-skx"
10678   filter: "'NIC_Intel-X710' and
10679            '64B' and
10680            'BASE' and
10681            'NDRPDR' and
10682            '4T2C' and
10683            'IP4FWD'"
10684   parameters:
10685   - "throughput"
10686   - "parent"
10687   - "tags"
10688   traces:
10689     hoverinfo: "x+y"
10690     boxpoints: "outliers"
10691     whiskerwidth: 0
10692   layout:
10693     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
10694     layout: "plot-throughput"
10695
10696 - type: "plot"
10697   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
10698   algorithm: "plot_performance_box"
10699   output-file-type: ".html"
10700   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
10701   data: "plot-dpdk-throughput-latency-3n-skx"
10702   filter: "'NIC_Intel-X710' and
10703            '64B' and
10704            'BASE' and
10705            'NDRPDR' and
10706            '2T1C' and
10707            'IP4FWD'"
10708   parameters:
10709   - "throughput"
10710   - "parent"
10711   - "tags"
10712   traces:
10713     hoverinfo: "x+y"
10714     boxpoints: "outliers"
10715     whiskerwidth: 0
10716   layout:
10717     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
10718     layout: "plot-throughput"
10719
10720 - type: "plot"
10721   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
10722   algorithm: "plot_performance_box"
10723   output-file-type: ".html"
10724   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
10725   data: "plot-dpdk-throughput-latency-3n-skx"
10726   filter: "'NIC_Intel-X710' and
10727            '64B' and
10728            'BASE' and
10729            'NDRPDR' and
10730            '4T2C' and
10731            'IP4FWD'"
10732   parameters:
10733   - "throughput"
10734   - "parent"
10735   - "tags"
10736   traces:
10737     hoverinfo: "x+y"
10738     boxpoints: "outliers"
10739     whiskerwidth: 0
10740   layout:
10741     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
10742     layout: "plot-throughput"
10743
10744 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
10745 - type: "plot"
10746   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
10747   algorithm: "plot_performance_box"
10748   output-file-type: ".html"
10749   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
10750   data: "plot-dpdk-throughput-latency-3n-skx"
10751   filter: "'NIC_Intel-XXV710' and
10752            '64B' and
10753            'BASE' and
10754            'NDRPDR' and
10755            '2T1C' and
10756            'IP4FWD'"
10757   parameters:
10758   - "throughput"
10759   - "parent"
10760   - "tags"
10761   traces:
10762     hoverinfo: "x+y"
10763     boxpoints: "outliers"
10764     whiskerwidth: 0
10765   layout:
10766     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
10767     layout: "plot-throughput"
10768
10769 - type: "plot"
10770   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
10771   algorithm: "plot_performance_box"
10772   output-file-type: ".html"
10773   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
10774   data: "plot-dpdk-throughput-latency-3n-skx"
10775   filter: "'NIC_Intel-XXV710' and
10776            '64B' and
10777            'BASE' and
10778            'NDRPDR' and
10779            '4T2C' and
10780            'IP4FWD'"
10781   parameters:
10782   - "throughput"
10783   - "parent"
10784   - "tags"
10785   traces:
10786     hoverinfo: "x+y"
10787     boxpoints: "outliers"
10788     whiskerwidth: 0
10789   layout:
10790     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
10791     layout: "plot-throughput"
10792
10793 - type: "plot"
10794   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
10795   algorithm: "plot_performance_box"
10796   output-file-type: ".html"
10797   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
10798   data: "plot-dpdk-throughput-latency-3n-skx"
10799   filter: "'NIC_Intel-XXV710' and
10800            '64B' and
10801            'BASE' and
10802            'NDRPDR' and
10803            '2T1C' and
10804            'IP4FWD'"
10805   parameters:
10806   - "throughput"
10807   - "parent"
10808   - "tags"
10809   traces:
10810     hoverinfo: "x+y"
10811     boxpoints: "outliers"
10812     whiskerwidth: 0
10813   layout:
10814     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
10815     layout: "plot-throughput"
10816
10817 - type: "plot"
10818   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
10819   algorithm: "plot_performance_box"
10820   output-file-type: ".html"
10821   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
10822   data: "plot-dpdk-throughput-latency-3n-skx"
10823   filter: "'NIC_Intel-XXV710' and
10824            '64B' and
10825            'BASE' and
10826            'NDRPDR' and
10827            '4T2C' and
10828            'IP4FWD'"
10829   parameters:
10830   - "throughput"
10831   - "parent"
10832   - "tags"
10833   traces:
10834     hoverinfo: "x+y"
10835     boxpoints: "outliers"
10836     whiskerwidth: 0
10837   layout:
10838     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
10839     layout: "plot-throughput"
10840
10841 # Packet Throughput - DPDK l3fwd 2n-skx-x710
10842 - type: "plot"
10843   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
10844   algorithm: "plot_performance_box"
10845   output-file-type: ".html"
10846   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
10847   data: "plot-dpdk-throughput-latency-2n-skx"
10848   filter: "'NIC_Intel-X710' and
10849            '64B' and
10850            'BASE' and
10851            'NDRPDR' and
10852            '2T1C' and
10853            'IP4FWD'"
10854   parameters:
10855   - "throughput"
10856   - "parent"
10857   - "tags"
10858   traces:
10859     hoverinfo: "x+y"
10860     boxpoints: "outliers"
10861     whiskerwidth: 0
10862   layout:
10863     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
10864     layout: "plot-throughput"
10865
10866 - type: "plot"
10867   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
10868   algorithm: "plot_performance_box"
10869   output-file-type: ".html"
10870   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
10871   data: "plot-dpdk-throughput-latency-2n-skx"
10872   filter: "'NIC_Intel-X710' and
10873            '64B' and
10874            'BASE' and
10875            'NDRPDR' and
10876            '4T2C' and
10877            'IP4FWD'"
10878   parameters:
10879   - "throughput"
10880   - "parent"
10881   - "tags"
10882   traces:
10883     hoverinfo: "x+y"
10884     boxpoints: "outliers"
10885     whiskerwidth: 0
10886   layout:
10887     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
10888     layout: "plot-throughput"
10889
10890 - type: "plot"
10891   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
10892   algorithm: "plot_performance_box"
10893   output-file-type: ".html"
10894   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
10895   data: "plot-dpdk-throughput-latency-2n-skx"
10896   filter: "'NIC_Intel-X710' and
10897            '64B' and
10898            'BASE' and
10899            'NDRPDR' and
10900            '2T1C' and
10901            'IP4FWD'"
10902   parameters:
10903   - "throughput"
10904   - "parent"
10905   - "tags"
10906   traces:
10907     hoverinfo: "x+y"
10908     boxpoints: "outliers"
10909     whiskerwidth: 0
10910   layout:
10911     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
10912     layout: "plot-throughput"
10913
10914 - type: "plot"
10915   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
10916   algorithm: "plot_performance_box"
10917   output-file-type: ".html"
10918   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
10919   data: "plot-dpdk-throughput-latency-2n-skx"
10920   filter: "'NIC_Intel-X710' and
10921            '64B' and
10922            'BASE' and
10923            'NDRPDR' and
10924            '4T2C' and
10925            'IP4FWD'"
10926   parameters:
10927   - "throughput"
10928   - "parent"
10929   - "tags"
10930   traces:
10931     hoverinfo: "x+y"
10932     boxpoints: "outliers"
10933     whiskerwidth: 0
10934   layout:
10935     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
10936     layout: "plot-throughput"
10937
10938 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
10939 - type: "plot"
10940   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
10941   algorithm: "plot_performance_box"
10942   output-file-type: ".html"
10943   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
10944   data: "plot-dpdk-throughput-latency-2n-skx"
10945   filter: "'NIC_Intel-XXV710' and
10946            '64B' and
10947            'BASE' and
10948            'NDRPDR' and
10949            '2T1C' and
10950            'IP4FWD'"
10951   parameters:
10952   - "throughput"
10953   - "parent"
10954   - "tags"
10955   traces:
10956     hoverinfo: "x+y"
10957     boxpoints: "outliers"
10958     whiskerwidth: 0
10959   layout:
10960     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
10961     layout: "plot-throughput"
10962
10963 - type: "plot"
10964   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
10965   algorithm: "plot_performance_box"
10966   output-file-type: ".html"
10967   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
10968   data: "plot-dpdk-throughput-latency-2n-skx"
10969   filter: "'NIC_Intel-XXV710' and
10970            '64B' and
10971            'BASE' and
10972            'NDRPDR' and
10973            '4T2C' and
10974            'IP4FWD'"
10975   parameters:
10976   - "throughput"
10977   - "parent"
10978   - "tags"
10979   traces:
10980     hoverinfo: "x+y"
10981     boxpoints: "outliers"
10982     whiskerwidth: 0
10983   layout:
10984     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
10985     layout: "plot-throughput"
10986
10987 - type: "plot"
10988   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
10989   algorithm: "plot_performance_box"
10990   output-file-type: ".html"
10991   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
10992   data: "plot-dpdk-throughput-latency-2n-skx"
10993   filter: "'NIC_Intel-XXV710' and
10994            '64B' and
10995            'BASE' and
10996            'NDRPDR' and
10997            '2T1C' and
10998            'IP4FWD'"
10999   parameters:
11000   - "throughput"
11001   - "parent"
11002   - "tags"
11003   traces:
11004     hoverinfo: "x+y"
11005     boxpoints: "outliers"
11006     whiskerwidth: 0
11007   layout:
11008     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
11009     layout: "plot-throughput"
11010
11011 - type: "plot"
11012   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
11013   algorithm: "plot_performance_box"
11014   output-file-type: ".html"
11015   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
11016   data: "plot-dpdk-throughput-latency-2n-skx"
11017   filter: "'NIC_Intel-XXV710' and
11018            '64B' and
11019            'BASE' and
11020            'NDRPDR' and
11021            '4T2C' and
11022            'IP4FWD'"
11023   parameters:
11024   - "throughput"
11025   - "parent"
11026   - "tags"
11027   traces:
11028     hoverinfo: "x+y"
11029     boxpoints: "outliers"
11030     whiskerwidth: 0
11031   layout:
11032     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
11033     layout: "plot-throughput"
11034
11035 ################################################################################
11036
11037 # Packet Throughput - DPDK testpmd 3n-hsw-x520
11038 - type: "plot"
11039   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
11040   algorithm: "plot_performance_box"
11041   output-file-type: ".html"
11042   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
11043   data: "plot-dpdk-throughput-latency-3n-hsw"
11044   filter: "'NIC_Intel-X520-DA2' and
11045            '64B' and
11046            'BASE' and
11047            'NDRPDR' and
11048            '1T1C' and
11049            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11050   parameters:
11051   - "throughput"
11052   - "parent"
11053   - "tags"
11054   traces:
11055     hoverinfo: "x+y"
11056     boxpoints: "outliers"
11057     whiskerwidth: 0
11058   layout:
11059     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
11060     layout: "plot-throughput"
11061
11062 - type: "plot"
11063   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
11064   algorithm: "plot_performance_box"
11065   output-file-type: ".html"
11066   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
11067   data: "plot-dpdk-throughput-latency-3n-hsw"
11068   filter: "'NIC_Intel-X520-DA2' and
11069            '64B' and
11070            'BASE' and
11071            'NDRPDR' and
11072            '2T2C' and
11073            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11074   parameters:
11075   - "throughput"
11076   - "parent"
11077   - "tags"
11078   traces:
11079     hoverinfo: "x+y"
11080     boxpoints: "outliers"
11081     whiskerwidth: 0
11082   layout:
11083     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
11084     layout: "plot-throughput"
11085
11086 - type: "plot"
11087   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
11088   algorithm: "plot_performance_box"
11089   output-file-type: ".html"
11090   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
11091   data: "plot-dpdk-throughput-latency-3n-hsw"
11092   filter: "'NIC_Intel-X520-DA2' and
11093            '64B' and
11094            'BASE' and
11095            'NDRPDR' and
11096            '1T1C' and
11097            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11098   parameters:
11099   - "throughput"
11100   - "parent"
11101   - "tags"
11102   traces:
11103     hoverinfo: "x+y"
11104     boxpoints: "outliers"
11105     whiskerwidth: 0
11106   layout:
11107     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
11108     layout: "plot-throughput"
11109
11110 - type: "plot"
11111   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
11112   algorithm: "plot_performance_box"
11113   output-file-type: ".html"
11114   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
11115   data: "plot-dpdk-throughput-latency-3n-hsw"
11116   filter: "'NIC_Intel-X520-DA2' and
11117            '64B' and
11118            'BASE' and
11119            'NDRPDR' and
11120            '2T2C' and
11121            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11122   parameters:
11123   - "throughput"
11124   - "parent"
11125   - "tags"
11126   traces:
11127     hoverinfo: "x+y"
11128     boxpoints: "outliers"
11129     whiskerwidth: 0
11130   layout:
11131     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
11132     layout: "plot-throughput"
11133
11134 # Packet Throughput - DPDK testpmd 3n-hsw-x710
11135 - type: "plot"
11136   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
11137   algorithm: "plot_performance_box"
11138   output-file-type: ".html"
11139   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
11140   data: "plot-dpdk-throughput-latency-3n-hsw"
11141   filter: "'NIC_Intel-X710' and
11142            '64B' and
11143            'BASE' and
11144            'NDRPDR' and
11145            '1T1C' and
11146            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11147   parameters:
11148   - "throughput"
11149   - "parent"
11150   - "tags"
11151   traces:
11152     hoverinfo: "x+y"
11153     boxpoints: "outliers"
11154     whiskerwidth: 0
11155   layout:
11156     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
11157     layout: "plot-throughput"
11158
11159 - type: "plot"
11160   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
11161   algorithm: "plot_performance_box"
11162   output-file-type: ".html"
11163   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
11164   data: "plot-dpdk-throughput-latency-3n-hsw"
11165   filter: "'NIC_Intel-X710' and
11166            '64B' and
11167            'BASE' and
11168            'NDRPDR' and
11169            '2T2C' and
11170            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11171   parameters:
11172   - "throughput"
11173   - "parent"
11174   - "tags"
11175   traces:
11176     hoverinfo: "x+y"
11177     boxpoints: "outliers"
11178     whiskerwidth: 0
11179   layout:
11180     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
11181     layout: "plot-throughput"
11182
11183 - type: "plot"
11184   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
11185   algorithm: "plot_performance_box"
11186   output-file-type: ".html"
11187   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
11188   data: "plot-dpdk-throughput-latency-3n-hsw"
11189   filter: "'NIC_Intel-X710' and
11190            '64B' and
11191            'BASE' and
11192            'NDRPDR' and
11193            '1T1C' and
11194            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11195   parameters:
11196   - "throughput"
11197   - "parent"
11198   - "tags"
11199   traces:
11200     hoverinfo: "x+y"
11201     boxpoints: "outliers"
11202     whiskerwidth: 0
11203   layout:
11204     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
11205     layout: "plot-throughput"
11206
11207 - type: "plot"
11208   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
11209   algorithm: "plot_performance_box"
11210   output-file-type: ".html"
11211   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
11212   data: "plot-dpdk-throughput-latency-3n-hsw"
11213   filter: "'NIC_Intel-X710' and
11214            '64B' and
11215            'BASE' and
11216            'NDRPDR' and
11217            '2T2C' and
11218            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11219   parameters:
11220   - "throughput"
11221   - "parent"
11222   - "tags"
11223   traces:
11224     hoverinfo: "x+y"
11225     boxpoints: "outliers"
11226     whiskerwidth: 0
11227   layout:
11228     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
11229     layout: "plot-throughput"
11230
11231 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
11232 - type: "plot"
11233   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
11234   algorithm: "plot_performance_box"
11235   output-file-type: ".html"
11236   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
11237   data: "plot-dpdk-throughput-latency-3n-hsw"
11238   filter: "'NIC_Intel-XL710' and
11239            '64B' and
11240            'BASE' and
11241            'NDRPDR' and
11242            '1T1C' and
11243            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11244   parameters:
11245   - "throughput"
11246   - "parent"
11247   - "tags"
11248   traces:
11249     hoverinfo: "x+y"
11250     boxpoints: "outliers"
11251     whiskerwidth: 0
11252   layout:
11253     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
11254     layout: "plot-throughput"
11255
11256 - type: "plot"
11257   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
11258   algorithm: "plot_performance_box"
11259   output-file-type: ".html"
11260   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
11261   data: "plot-dpdk-throughput-latency-3n-hsw"
11262   filter: "'NIC_Intel-XL710' and
11263            '64B' and
11264            'BASE' and
11265            'NDRPDR' and
11266            '2T2C' and
11267            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11268   parameters:
11269   - "throughput"
11270   - "parent"
11271   - "tags"
11272   traces:
11273     hoverinfo: "x+y"
11274     boxpoints: "outliers"
11275     whiskerwidth: 0
11276   layout:
11277     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
11278     layout: "plot-throughput"
11279
11280 - type: "plot"
11281   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
11282   algorithm: "plot_performance_box"
11283   output-file-type: ".html"
11284   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
11285   data: "plot-dpdk-throughput-latency-3n-hsw"
11286   filter: "'NIC_Intel-XL710' and
11287            '64B' and
11288            'BASE' and
11289            'NDRPDR' and
11290            '1T1C' and
11291            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11292   parameters:
11293   - "throughput"
11294   - "parent"
11295   - "tags"
11296   traces:
11297     hoverinfo: "x+y"
11298     boxpoints: "outliers"
11299     whiskerwidth: 0
11300   layout:
11301     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
11302     layout: "plot-throughput"
11303
11304 - type: "plot"
11305   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
11306   algorithm: "plot_performance_box"
11307   output-file-type: ".html"
11308   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
11309   data: "plot-dpdk-throughput-latency-3n-hsw"
11310   filter: "'NIC_Intel-XL710' and
11311            '64B' and
11312            'BASE' and
11313            'NDRPDR' and
11314            '2T2C' and
11315            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11316   parameters:
11317   - "throughput"
11318   - "parent"
11319   - "tags"
11320   traces:
11321     hoverinfo: "x+y"
11322     boxpoints: "outliers"
11323     whiskerwidth: 0
11324   layout:
11325     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
11326     layout: "plot-throughput"
11327
11328 # Packet Throughput - DPDK testpmd 3n-skx-x710
11329 - type: "plot"
11330   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
11331   algorithm: "plot_performance_box"
11332   output-file-type: ".html"
11333   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
11334   data: "plot-dpdk-throughput-latency-3n-skx"
11335   filter: "'NIC_Intel-X710' and
11336            '64B' and
11337            'BASE' and
11338            'NDRPDR' and
11339            '2T1C' and
11340            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11341   parameters:
11342   - "throughput"
11343   - "parent"
11344   - "tags"
11345   traces:
11346     hoverinfo: "x+y"
11347     boxpoints: "outliers"
11348     whiskerwidth: 0
11349   layout:
11350     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
11351     layout: "plot-throughput"
11352
11353 - type: "plot"
11354   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
11355   algorithm: "plot_performance_box"
11356   output-file-type: ".html"
11357   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
11358   data: "plot-dpdk-throughput-latency-3n-skx"
11359   filter: "'NIC_Intel-X710' and
11360            '64B' and
11361            'BASE' and
11362            'NDRPDR' and
11363            '4T2C' and
11364            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11365   parameters:
11366   - "throughput"
11367   - "parent"
11368   - "tags"
11369   traces:
11370     hoverinfo: "x+y"
11371     boxpoints: "outliers"
11372     whiskerwidth: 0
11373   layout:
11374     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
11375     layout: "plot-throughput"
11376
11377 - type: "plot"
11378   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
11379   algorithm: "plot_performance_box"
11380   output-file-type: ".html"
11381   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
11382   data: "plot-dpdk-throughput-latency-3n-skx"
11383   filter: "'NIC_Intel-X710' and
11384            '64B' and
11385            'BASE' and
11386            'NDRPDR' and
11387            '2T1C' and
11388            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11389   parameters:
11390   - "throughput"
11391   - "parent"
11392   - "tags"
11393   traces:
11394     hoverinfo: "x+y"
11395     boxpoints: "outliers"
11396     whiskerwidth: 0
11397   layout:
11398     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
11399     layout: "plot-throughput"
11400
11401 - type: "plot"
11402   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
11403   algorithm: "plot_performance_box"
11404   output-file-type: ".html"
11405   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
11406   data: "plot-dpdk-throughput-latency-3n-skx"
11407   filter: "'NIC_Intel-X710' and
11408            '64B' and
11409            'BASE' and
11410            'NDRPDR' and
11411            '4T2C' and
11412            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11413   parameters:
11414   - "throughput"
11415   - "parent"
11416   - "tags"
11417   traces:
11418     hoverinfo: "x+y"
11419     boxpoints: "outliers"
11420     whiskerwidth: 0
11421   layout:
11422     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
11423     layout: "plot-throughput"
11424
11425 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
11426 - type: "plot"
11427   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
11428   algorithm: "plot_performance_box"
11429   output-file-type: ".html"
11430   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
11431   data: "plot-dpdk-throughput-latency-3n-skx"
11432   filter: "'NIC_Intel-XXV710' and
11433            '64B' and
11434            'BASE' and
11435            'NDRPDR' and
11436            '2T1C' and
11437            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11438   parameters:
11439   - "throughput"
11440   - "parent"
11441   - "tags"
11442   traces:
11443     hoverinfo: "x+y"
11444     boxpoints: "outliers"
11445     whiskerwidth: 0
11446   layout:
11447     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
11448     layout: "plot-throughput"
11449
11450 - type: "plot"
11451   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
11452   algorithm: "plot_performance_box"
11453   output-file-type: ".html"
11454   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
11455   data: "plot-dpdk-throughput-latency-3n-skx"
11456   filter: "'NIC_Intel-XXV710' and
11457            '64B' and
11458            'BASE' and
11459            'NDRPDR' and
11460            '4T2C' and
11461            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11462   parameters:
11463   - "throughput"
11464   - "parent"
11465   - "tags"
11466   traces:
11467     hoverinfo: "x+y"
11468     boxpoints: "outliers"
11469     whiskerwidth: 0
11470   layout:
11471     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
11472     layout: "plot-throughput"
11473
11474 - type: "plot"
11475   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
11476   algorithm: "plot_performance_box"
11477   output-file-type: ".html"
11478   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
11479   data: "plot-dpdk-throughput-latency-3n-skx"
11480   filter: "'NIC_Intel-XXV710' and
11481            '64B' and
11482            'BASE' and
11483            'NDRPDR' and
11484            '2T1C' and
11485            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11486   parameters:
11487   - "throughput"
11488   - "parent"
11489   - "tags"
11490   traces:
11491     hoverinfo: "x+y"
11492     boxpoints: "outliers"
11493     whiskerwidth: 0
11494   layout:
11495     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
11496     layout: "plot-throughput"
11497
11498 - type: "plot"
11499   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
11500   algorithm: "plot_performance_box"
11501   output-file-type: ".html"
11502   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
11503   data: "plot-dpdk-throughput-latency-3n-skx"
11504   filter: "'NIC_Intel-XXV710' and
11505            '64B' and
11506            'BASE' and
11507            'NDRPDR' and
11508            '4T2C' and
11509            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11510   parameters:
11511   - "throughput"
11512   - "parent"
11513   - "tags"
11514   traces:
11515     hoverinfo: "x+y"
11516     boxpoints: "outliers"
11517     whiskerwidth: 0
11518   layout:
11519     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
11520     layout: "plot-throughput"
11521
11522 # Packet Throughput - DPDK testpmd 2n-skx-x710
11523 - type: "plot"
11524   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
11525   algorithm: "plot_performance_box"
11526   output-file-type: ".html"
11527   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
11528   data: "plot-dpdk-throughput-latency-2n-skx"
11529   filter: "'NIC_Intel-X710' and
11530            '64B' and
11531            'BASE' and
11532            'NDRPDR' and
11533            '2T1C' and
11534            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11535   parameters:
11536   - "throughput"
11537   - "parent"
11538   - "tags"
11539   traces:
11540     hoverinfo: "x+y"
11541     boxpoints: "outliers"
11542     whiskerwidth: 0
11543   layout:
11544     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
11545     layout: "plot-throughput"
11546
11547 - type: "plot"
11548   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
11549   algorithm: "plot_performance_box"
11550   output-file-type: ".html"
11551   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
11552   data: "plot-dpdk-throughput-latency-2n-skx"
11553   filter: "'NIC_Intel-X710' and
11554            '64B' and
11555            'BASE' and
11556            'NDRPDR' and
11557            '4T2C' and
11558            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11559   parameters:
11560   - "throughput"
11561   - "parent"
11562   - "tags"
11563   traces:
11564     hoverinfo: "x+y"
11565     boxpoints: "outliers"
11566     whiskerwidth: 0
11567   layout:
11568     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
11569     layout: "plot-throughput"
11570
11571 - type: "plot"
11572   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
11573   algorithm: "plot_performance_box"
11574   output-file-type: ".html"
11575   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
11576   data: "plot-dpdk-throughput-latency-2n-skx"
11577   filter: "'NIC_Intel-X710' and
11578            '64B' and
11579            'BASE' and
11580            'NDRPDR' and
11581            '2T1C' and
11582            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11583   parameters:
11584   - "throughput"
11585   - "parent"
11586   - "tags"
11587   traces:
11588     hoverinfo: "x+y"
11589     boxpoints: "outliers"
11590     whiskerwidth: 0
11591   layout:
11592     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
11593     layout: "plot-throughput"
11594
11595 - type: "plot"
11596   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
11597   algorithm: "plot_performance_box"
11598   output-file-type: ".html"
11599   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
11600   data: "plot-dpdk-throughput-latency-2n-skx"
11601   filter: "'NIC_Intel-X710' and
11602            '64B' and
11603            'BASE' and
11604            'NDRPDR' and
11605            '4T2C' and
11606            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11607   parameters:
11608   - "throughput"
11609   - "parent"
11610   - "tags"
11611   traces:
11612     hoverinfo: "x+y"
11613     boxpoints: "outliers"
11614     whiskerwidth: 0
11615   layout:
11616     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
11617     layout: "plot-throughput"
11618
11619 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
11620 - type: "plot"
11621   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
11622   algorithm: "plot_performance_box"
11623   output-file-type: ".html"
11624   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
11625   data: "plot-dpdk-throughput-latency-2n-skx"
11626   filter: "'NIC_Intel-XXV710' and
11627            '64B' and
11628            'BASE' and
11629            'NDRPDR' and
11630            '2T1C' and
11631            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11632   parameters:
11633   - "throughput"
11634   - "parent"
11635   - "tags"
11636   traces:
11637     hoverinfo: "x+y"
11638     boxpoints: "outliers"
11639     whiskerwidth: 0
11640   layout:
11641     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
11642     layout: "plot-throughput"
11643
11644 - type: "plot"
11645   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
11646   algorithm: "plot_performance_box"
11647   output-file-type: ".html"
11648   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
11649   data: "plot-dpdk-throughput-latency-2n-skx"
11650   filter: "'NIC_Intel-XXV710' and
11651            '64B' and
11652            'BASE' and
11653            'NDRPDR' and
11654            '4T2C' and
11655            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11656   parameters:
11657   - "throughput"
11658   - "parent"
11659   - "tags"
11660   traces:
11661     hoverinfo: "x+y"
11662     boxpoints: "outliers"
11663     whiskerwidth: 0
11664   layout:
11665     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
11666     layout: "plot-throughput"
11667
11668 - type: "plot"
11669   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
11670   algorithm: "plot_performance_box"
11671   output-file-type: ".html"
11672   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
11673   data: "plot-dpdk-throughput-latency-2n-skx"
11674   filter: "'NIC_Intel-XXV710' and
11675            '64B' and
11676            'BASE' and
11677            'NDRPDR' and
11678            '2T1C' and
11679            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11680   parameters:
11681   - "throughput"
11682   - "parent"
11683   - "tags"
11684   traces:
11685     hoverinfo: "x+y"
11686     boxpoints: "outliers"
11687     whiskerwidth: 0
11688   layout:
11689     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
11690     layout: "plot-throughput"
11691
11692 - type: "plot"
11693   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
11694   algorithm: "plot_performance_box"
11695   output-file-type: ".html"
11696   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
11697   data: "plot-dpdk-throughput-latency-2n-skx"
11698   filter: "'NIC_Intel-XXV710' and
11699            '64B' and
11700            'BASE' and
11701            'NDRPDR' and
11702            '4T2C' and
11703            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11704   parameters:
11705   - "throughput"
11706   - "parent"
11707   - "tags"
11708   traces:
11709     hoverinfo: "x+y"
11710     boxpoints: "outliers"
11711     whiskerwidth: 0
11712   layout:
11713     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
11714     layout: "plot-throughput"
11715
11716 ################################################################################
11717
11718 # Packet Latency - DPDK l3fwd 3n-hsw-x520
11719 - type: "plot"
11720   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
11721   algorithm: "plot_latency_error_bars"
11722   output-file-type: ".html"
11723   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
11724   data: "plot-dpdk-throughput-latency-3n-hsw"
11725   filter: "'NIC_Intel-X520-DA2' and
11726            '64B' and
11727            'BASE' and
11728            'NDRPDR' and
11729            '1T1C' and
11730            'IP4FWD'"
11731   parameters:
11732   - "latency"
11733   - "parent"
11734   - "tags"
11735   layout:
11736     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
11737     layout: "plot-latency"
11738
11739 - type: "plot"
11740   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
11741   algorithm: "plot_latency_error_bars"
11742   output-file-type: ".html"
11743   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
11744   data: "plot-dpdk-throughput-latency-3n-hsw"
11745   filter: "'NIC_Intel-X520-DA2' and
11746            '64B' and
11747            'BASE' and
11748            'NDRPDR' and
11749            '2T2C' and
11750            'IP4FWD'"
11751   parameters:
11752   - "latency"
11753   - "parent"
11754   - "tags"
11755   layout:
11756     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
11757     layout: "plot-latency"
11758
11759 # Packet Latency - DPDK l3fwd 3n-hsw-x710
11760 - type: "plot"
11761   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
11762   algorithm: "plot_latency_error_bars"
11763   output-file-type: ".html"
11764   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
11765   data: "plot-dpdk-throughput-latency-3n-hsw"
11766   filter: "'NIC_Intel-X710' and
11767            '64B' and
11768            'BASE' and
11769            'NDRPDR' and
11770            '1T1C' and
11771            'IP4FWD'"
11772   parameters:
11773   - "latency"
11774   - "parent"
11775   - "tags"
11776   layout:
11777     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
11778     layout: "plot-latency"
11779
11780 - type: "plot"
11781   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
11782   algorithm: "plot_latency_error_bars"
11783   output-file-type: ".html"
11784   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
11785   data: "plot-dpdk-throughput-latency-3n-hsw"
11786   filter: "'NIC_Intel-X710' and
11787            '64B' and
11788            'BASE' and
11789            'NDRPDR' and
11790            '2T2C' and
11791            'IP4FWD'"
11792   parameters:
11793   - "latency"
11794   - "parent"
11795   - "tags"
11796   layout:
11797     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
11798     layout: "plot-latency"
11799
11800 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
11801 - type: "plot"
11802   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
11803   algorithm: "plot_latency_error_bars"
11804   output-file-type: ".html"
11805   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
11806   data: "plot-dpdk-throughput-latency-3n-hsw"
11807   filter: "'NIC_Intel-XL710' and
11808            '64B' and
11809            'BASE' and
11810            'NDRPDR' and
11811            '1T1C' and
11812            'IP4FWD'"
11813   parameters:
11814   - "latency"
11815   - "parent"
11816   - "tags"
11817   layout:
11818     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
11819     layout: "plot-latency"
11820
11821 - type: "plot"
11822   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
11823   algorithm: "plot_latency_error_bars"
11824   output-file-type: ".html"
11825   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
11826   data: "plot-dpdk-throughput-latency-3n-hsw"
11827   filter: "'NIC_Intel-XL710' and
11828            '64B' and
11829            'BASE' and
11830            'NDRPDR' and
11831            '2T2C' and
11832            'IP4FWD'"
11833   parameters:
11834   - "latency"
11835   - "parent"
11836   - "tags"
11837   layout:
11838     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
11839     layout: "plot-latency"
11840
11841 # Packet Latency - DPDK l3fwd 3n-skx-x710
11842 - type: "plot"
11843   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
11844   algorithm: "plot_latency_error_bars"
11845   output-file-type: ".html"
11846   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
11847   data: "plot-dpdk-throughput-latency-3n-skx"
11848   filter: "'NIC_Intel-X710' and
11849            '64B' and
11850            'BASE' and
11851            'NDRPDR' and
11852            '2T1C' and
11853            'IP4FWD'"
11854   parameters:
11855   - "latency"
11856   - "parent"
11857   - "tags"
11858   layout:
11859     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
11860     layout: "plot-latency"
11861
11862 - type: "plot"
11863   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
11864   algorithm: "plot_latency_error_bars"
11865   output-file-type: ".html"
11866   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
11867   data: "plot-dpdk-throughput-latency-3n-skx"
11868   filter: "'NIC_Intel-X710' and
11869            '64B' and
11870            'BASE' and
11871            'NDRPDR' and
11872            '4T2C' and
11873            'IP4FWD'"
11874   parameters:
11875   - "latency"
11876   - "parent"
11877   - "tags"
11878   layout:
11879     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
11880     layout: "plot-latency"
11881
11882 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
11883 - type: "plot"
11884   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
11885   algorithm: "plot_latency_error_bars"
11886   output-file-type: ".html"
11887   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
11888   data: "plot-dpdk-throughput-latency-3n-skx"
11889   filter: "'NIC_Intel-XXV710' and
11890            '64B' and
11891            'BASE' and
11892            'NDRPDR' and
11893            '2T1C' and
11894            'IP4FWD'"
11895   parameters:
11896   - "latency"
11897   - "parent"
11898   - "tags"
11899   layout:
11900     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
11901     layout: "plot-latency"
11902
11903 - type: "plot"
11904   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
11905   algorithm: "plot_latency_error_bars"
11906   output-file-type: ".html"
11907   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
11908   data: "plot-dpdk-throughput-latency-3n-skx"
11909   filter: "'NIC_Intel-XXV710' and
11910            '64B' and
11911            'BASE' and
11912            'NDRPDR' and
11913            '4T2C' and
11914            'IP4FWD'"
11915   parameters:
11916   - "latency"
11917   - "parent"
11918   - "tags"
11919   layout:
11920     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
11921     layout: "plot-latency"
11922
11923 # Packet Latency - DPDK l3fwd 2n-skx-x710
11924 - type: "plot"
11925   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
11926   algorithm: "plot_latency_error_bars"
11927   output-file-type: ".html"
11928   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
11929   data: "plot-dpdk-throughput-latency-2n-skx"
11930   filter: "'NIC_Intel-X710' and
11931            '64B' and
11932            'BASE' and
11933            'NDRPDR' and
11934            '2T1C' and
11935            'IP4FWD'"
11936   parameters:
11937   - "latency"
11938   - "parent"
11939   - "tags"
11940   layout:
11941     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
11942     layout: "plot-latency"
11943
11944 - type: "plot"
11945   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
11946   algorithm: "plot_latency_error_bars"
11947   output-file-type: ".html"
11948   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
11949   data: "plot-dpdk-throughput-latency-2n-skx"
11950   filter: "'NIC_Intel-X710' and
11951            '64B' and
11952            'BASE' and
11953            'NDRPDR' and
11954            '4T2C' and
11955            'IP4FWD'"
11956   parameters:
11957   - "latency"
11958   - "parent"
11959   - "tags"
11960   layout:
11961     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
11962     layout: "plot-latency"
11963
11964 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
11965 - type: "plot"
11966   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
11967   algorithm: "plot_latency_error_bars"
11968   output-file-type: ".html"
11969   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
11970   data: "plot-dpdk-throughput-latency-2n-skx"
11971   filter: "'NIC_Intel-XXV710' and
11972            '64B' and
11973            'BASE' and
11974            'NDRPDR' and
11975            '2T1C' and
11976            'IP4FWD'"
11977   parameters:
11978   - "latency"
11979   - "parent"
11980   - "tags"
11981   layout:
11982     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
11983     layout: "plot-latency"
11984
11985 - type: "plot"
11986   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
11987   algorithm: "plot_latency_error_bars"
11988   output-file-type: ".html"
11989   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
11990   data: "plot-dpdk-throughput-latency-2n-skx"
11991   filter: "'NIC_Intel-XXV710' and
11992            '64B' and
11993            'BASE' and
11994            'NDRPDR' and
11995            '4T2C' and
11996            'IP4FWD'"
11997   parameters:
11998   - "latency"
11999   - "parent"
12000   - "tags"
12001   layout:
12002     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
12003     layout: "plot-latency"
12004
12005 ################################################################################
12006
12007 # Packet Latency - DPDK testpmd 3n-hsw-x520
12008 - type: "plot"
12009   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
12010   algorithm: "plot_latency_error_bars"
12011   output-file-type: ".html"
12012   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
12013   data: "plot-dpdk-throughput-latency-3n-hsw"
12014   filter: "'NIC_Intel-X520-DA2' and
12015            '64B' and
12016            'BASE' and
12017            'NDRPDR' and
12018            '1T1C' and
12019            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12020   parameters:
12021   - "latency"
12022   - "parent"
12023   - "tags"
12024   layout:
12025     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
12026     layout: "plot-latency"
12027
12028 - type: "plot"
12029   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
12030   algorithm: "plot_latency_error_bars"
12031   output-file-type: ".html"
12032   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
12033   data: "plot-dpdk-throughput-latency-3n-hsw"
12034   filter: "'NIC_Intel-X520-DA2' and
12035            '64B' and
12036            'BASE' and
12037            'NDRPDR' and
12038            '2T2C' and
12039            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12040   parameters:
12041   - "latency"
12042   - "parent"
12043   - "tags"
12044   layout:
12045     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
12046     layout: "plot-latency"
12047
12048 # Packet Latency - DPDK testpmd 3n-hsw-x710
12049 - type: "plot"
12050   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
12051   algorithm: "plot_latency_error_bars"
12052   output-file-type: ".html"
12053   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
12054   data: "plot-dpdk-throughput-latency-3n-hsw"
12055   filter: "'NIC_Intel-X710' and
12056            '64B' and
12057            'BASE' and
12058            'NDRPDR' and
12059            '1T1C' and
12060            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12061   parameters:
12062   - "latency"
12063   - "parent"
12064   - "tags"
12065   layout:
12066     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
12067     layout: "plot-latency"
12068
12069 - type: "plot"
12070   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
12071   algorithm: "plot_latency_error_bars"
12072   output-file-type: ".html"
12073   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
12074   data: "plot-dpdk-throughput-latency-3n-hsw"
12075   filter: "'NIC_Intel-X710' and
12076            '64B' and
12077            'BASE' and
12078            'NDRPDR' and
12079            '2T2C' and
12080            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12081   parameters:
12082   - "latency"
12083   - "parent"
12084   - "tags"
12085   layout:
12086     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
12087     layout: "plot-latency"
12088
12089 # Packet Latency - DPDK testpmd 3n-hsw-xl710
12090 - type: "plot"
12091   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
12092   algorithm: "plot_latency_error_bars"
12093   output-file-type: ".html"
12094   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
12095   data: "plot-dpdk-throughput-latency-3n-hsw"
12096   filter: "'NIC_Intel-XL710' and
12097            '64B' and
12098            'BASE' and
12099            'NDRPDR' and
12100            '1T1C' and
12101            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12102   parameters:
12103   - "latency"
12104   - "parent"
12105   - "tags"
12106   layout:
12107     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
12108     layout: "plot-latency"
12109
12110 - type: "plot"
12111   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
12112   algorithm: "plot_latency_error_bars"
12113   output-file-type: ".html"
12114   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
12115   data: "plot-dpdk-throughput-latency-3n-hsw"
12116   filter: "'NIC_Intel-XL710' and
12117            '64B' and
12118            'BASE' and
12119            'NDRPDR' and
12120            '2T2C' and
12121            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12122   parameters:
12123   - "latency"
12124   - "parent"
12125   - "tags"
12126   layout:
12127     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
12128     layout: "plot-latency"
12129
12130 # Packet Latency - DPDK testpmd 3n-skx-x710
12131 - type: "plot"
12132   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
12133   algorithm: "plot_latency_error_bars"
12134   output-file-type: ".html"
12135   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
12136   data: "plot-dpdk-throughput-latency-3n-skx"
12137   filter: "'NIC_Intel-X710' and
12138            '64B' and
12139            'BASE' and
12140            'NDRPDR' and
12141            '2T1C' and
12142            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12143   parameters:
12144   - "latency"
12145   - "parent"
12146   - "tags"
12147   layout:
12148     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
12149     layout: "plot-latency"
12150
12151 - type: "plot"
12152   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
12153   algorithm: "plot_latency_error_bars"
12154   output-file-type: ".html"
12155   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
12156   data: "plot-dpdk-throughput-latency-3n-skx"
12157   filter: "'NIC_Intel-X710' and
12158            '64B' and
12159            'BASE' and
12160            'NDRPDR' and
12161            '4T2C' and
12162            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12163   parameters:
12164   - "latency"
12165   - "parent"
12166   - "tags"
12167   layout:
12168     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
12169     layout: "plot-latency"
12170
12171 # Packet Latency - DPDK testpmd 3n-skx-xxv710
12172 - type: "plot"
12173   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
12174   algorithm: "plot_latency_error_bars"
12175   output-file-type: ".html"
12176   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
12177   data: "plot-dpdk-throughput-latency-3n-skx"
12178   filter: "'NIC_Intel-XXV710' and
12179            '64B' and
12180            'BASE' and
12181            'NDRPDR' and
12182            '2T1C' and
12183            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12184   parameters:
12185   - "latency"
12186   - "parent"
12187   - "tags"
12188   layout:
12189     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
12190     layout: "plot-latency"
12191
12192 - type: "plot"
12193   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
12194   algorithm: "plot_latency_error_bars"
12195   output-file-type: ".html"
12196   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
12197   data: "plot-dpdk-throughput-latency-3n-skx"
12198   filter: "'NIC_Intel-XXV710' and
12199            '64B' and
12200            'BASE' and
12201            'NDRPDR' and
12202            '4T2C' and
12203            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12204   parameters:
12205   - "latency"
12206   - "parent"
12207   - "tags"
12208   layout:
12209     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
12210     layout: "plot-latency"
12211
12212 # Packet Latency - DPDK testpmd 2n-skx-x710
12213 - type: "plot"
12214   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
12215   algorithm: "plot_latency_error_bars"
12216   output-file-type: ".html"
12217   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
12218   data: "plot-dpdk-throughput-latency-2n-skx"
12219   filter: "'NIC_Intel-X710' and
12220            '64B' and
12221            'BASE' and
12222            'NDRPDR' and
12223            '2T1C' and
12224            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12225   parameters:
12226   - "latency"
12227   - "parent"
12228   - "tags"
12229   layout:
12230     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
12231     layout: "plot-latency"
12232
12233 - type: "plot"
12234   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
12235   algorithm: "plot_latency_error_bars"
12236   output-file-type: ".html"
12237   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
12238   data: "plot-dpdk-throughput-latency-2n-skx"
12239   filter: "'NIC_Intel-X710' and
12240            '64B' and
12241            'BASE' and
12242            'NDRPDR' and
12243            '4T2C' and
12244            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12245   parameters:
12246   - "latency"
12247   - "parent"
12248   - "tags"
12249   layout:
12250     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
12251     layout: "plot-latency"
12252
12253 # Packet Latency - DPDK testpmd 2n-skx-xxv710
12254 - type: "plot"
12255   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
12256   algorithm: "plot_latency_error_bars"
12257   output-file-type: ".html"
12258   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
12259   data: "plot-dpdk-throughput-latency-2n-skx"
12260   filter: "'NIC_Intel-XXV710' and
12261            '64B' and
12262            'BASE' and
12263            'NDRPDR' and
12264            '2T1C' and
12265            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12266   parameters:
12267   - "latency"
12268   - "parent"
12269   - "tags"
12270   layout:
12271     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
12272     layout: "plot-latency"
12273
12274 - type: "plot"
12275   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
12276   algorithm: "plot_latency_error_bars"
12277   output-file-type: ".html"
12278   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
12279   data: "plot-dpdk-throughput-latency-2n-skx"
12280   filter: "'NIC_Intel-XXV710' and
12281            '64B' and
12282            'BASE' and
12283            'NDRPDR' and
12284            '4T2C' and
12285            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12286   parameters:
12287   - "latency"
12288   - "parent"
12289   - "tags"
12290   layout:
12291     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
12292     layout: "plot-latency"